]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el (org-mode-map): Catch conflict with old
4 allout.el.
5 (org-open-at-point): Remove the "...done" message to keep output
6 in the echo area visible.
7 (org-export-as-xoxo): Fix call to `indent-region'.
8
9 2006-04-21 Kevin Ryde <user42@zip.com.au>
10
11 * international/mule.el (keyboard-coding-system): defcustom
12 info-link fixes: "Specify Coding" has been split, keyboard now in
13 "Terminal Coding", and "Single-Byte Character Support" is now
14 "Unibyte Mode".
15
16 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
17
18 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
19 Use font-lock-warning-face for any errors e.g. no stack.
20 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
21
22 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
23
24 * progmodes/sh-script.el (sh-shell): Mark as safe.
25
26 * newcomment.el (comment-start, comment-start-skip)
27 (comment-end-skip, comment-end): Mark as safe.
28
29 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
30
31 * textmodes/org.el: (org-deadline-announce): Face removed.
32 (org-level-faces, org-n-levels): Converted to constant.
33 (org-compatible-face): New function.
34 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
35 (org-level-5, org-level-6, org-level-7, org-level-8)
36 (org-special-keyword, org-warning, org-headline-done, org-link)
37 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
38 (org-scheduled-today, org-scheduled-previously, org-time-grid):
39 Face definition revised for better color tty support.
40 (org-bold-re, org-italic-re, org-underline-re): New constants.
41 (org-set-font-lock-defaults): Use the new constants.
42 (org-agenda-highlight-todo): New function.
43 (org-agenda-todo): Fixed bug with point at end of line.
44 (org-agenda-change-all-lines, org-finalize-agenda-entries):
45 Fontify TODO keywords.
46 (org-insert-link): Preserve relative path in ../ links.
47 (org-export-as-html): Convert links pointing to .org files into
48 links that will work beteen the exported HTML files.
49 (org-todo-list): Fix bug when arg=0.
50 (org-insert-heading): More fine-tuning.
51
52 2006-04-19 Romain Francoise <romain@orebokech.com>
53
54 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
55 from `rmail-mime-charset-pattern'.
56
57 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
58
59 * progmodes/python.el (python-mode): Fix typo.
60
61 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
62
63 * comint.el (comint-previous-input): Don't clobber input line
64 when moving off either end of the input history ring.
65 (comint-delete-input): New function, used by
66 `comint-previous-input' and others.
67 (comint-previous-matching-input): Use
68 `coming-delete-input'. Save the partial input if leaving the
69 edit line. Goto point-max before deleting input to avoid
70 partial input fragments hanging around.
71 (comint-restore-input): New function, used by
72 `comint-previous-input', and bound to "C-c C-j".
73
74 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
75
76 * imenu.el (imenu--index-alist): Balance parentheses.
77
78 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
79
80 * progmodes/python.el (python-mode): Add support for
81 hs-minor-mode.
82
83 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
84
85 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
86 file is nil.
87
88 2006-04-18 Richard Stallman <rms@gnu.org>
89
90 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
91
92 * imenu.el (imenu-create-index-function, imenu--index-alist)
93 (imenu--last-menubar-index-alist, imenu--make-index-alist)
94 (imenu-default-create-index-function, imenu--generic-function):
95 Doc fixes.
96
97 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
98
99 * help-mode.el (help-mode): Set view-exit-action to delete window.
100
101 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
102 now works by passing nil as arg.
103
104 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
105
106 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
107 (read-abbrev-file): Provide default when reading filename.
108
109 * files.el (enable-local-variables): Allow :all as value.
110 (hack-local-variables): Implement that value.
111 (safe-local-variable-values, safe-local-eval-forms)
112 (enable-local-variables): Mark as risky.
113 (find-file-visit-truename, kept-old-versions): Mark safe.
114
115 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
116 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
117 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
118
119 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
122 Use forward-line so as to get to BOL even in the presence of fields.
123 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
124 in return.
125 (inferior-tcl): Tell tclsh to work in interactive mode.
126
127 * complete.el (partial-completion-mode):
128 Use 'choose-completion-string-functions to make sure that
129 choose-completion fills the minibuffer properly.
130
131 * complete.el (PC-old-read-file-name-internal): Remove.
132 (PC-read-include-file-name-internal): Remove. Turn it into an advice
133 of read-file-name-internal.
134 (partial-completion-mode): Enable/disable this advice.
135
136 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
137
138 * net/tramp.el (tramp-completion-file-name-handler): Revert change
139 of 2006-04-17.
140
141 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
142
143 * textmodes/org.el (org-insert-heading): Insert heading before
144 current if at beginning of line.
145 (org-todo, org-date): New faces.
146 (org-table-align): Make sure tooltip window contains full text.
147 (org-no-properties): New defsubst.
148 (org-set-font-lock-defaults): Use new faces.
149
150 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
151
152 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
153 for root variables.
154
155 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
156 (gdb-frame-address): Re-use to identify frame for watch expression.
157 (gdb-var-list, gdb-var-create-handler): Add frame address for root
158 variables.
159 (gdb-init-1, gdb-source, gdb-post-prompt, )
160 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
161 (gdb-frame-handler): Get gdb-frame-address.
162
163 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
164
165 Sync with Tramp 2.0.53.
166
167 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
168 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
169 (tramp-completion-file-name-handler): Add autoload cookie for
170 adding to `file-name-handler-alist'.
171
172 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
173 the prompt. If it returns earlier (when detecting an error
174 message), the rest of the output will merge accidently with the
175 output of the next command. Reported by M Jared Finder
176 <jared@hpalace.com>.
177
178 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
179 for `process-file', in order to let it work for older Emacsen too.
180
181 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
182
183 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
184 (tex-font-lock-keywords-3): Use it.
185
186 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * newcomment.el (comment-add): New function.
189 (comment-region-default, comment-dwim): Use it.
190
191 2006-04-15 Michael Olson <mwolson@gnu.org>
192
193 * emacs-lisp/tq.el: Improve comments.
194 (tq-queue-head-question): New accessor function.
195 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
196 Update for modified queue structure.
197 (tq-queue-add): Accept `question' argument.
198 (tq-queue-pop): If a question is pending, send it.
199 (tq-enqueue): Accept new optional argument `delay-question'.
200 If this is non-nil, and at least one other question is pending a
201 response, queue the question rather than sending it immediately.
202
203 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
204
205 * calendar/appt.el (appt-add): Check whether an appointment is
206 already present in appt-time-msg-list. Simplify code.
207
208 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * progmodes/cc-langs.el (c-mode-menu):
211 Don't presume c-subword-mode is bound.
212
213 2006-04-13 Bill Wohler <wohler@newt.com>
214
215 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
216 (customize-package-emacs-version): Use cdr instead of cadr now
217 that alists use dotted pairs.
218
219 * custom.el (defcustom): Fix docstring for :package-version.
220
221 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
222
223 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
224 (tramp-handle-shell-command): Display output buffer only when
225 `tramp-display-shell-command-buffer' is true.
226 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
227
228 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
229
230 * textmodes/org.el (org-set-autofill-regexps): Set only the local
231 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
232
233 2006-04-13 Romain Francoise <romain@orebokech.com>
234
235 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
236 leaving temporary .cvsignore buffers behind.
237
238 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
239
240 * textmodes/org.el: (org-set-regexps-and-options)
241 (org-get-current-options): Better names for the startup folding
242 options.
243
244 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
245
246 * vc.el (vc-annotate): Arrange for point to end up at the same
247 line number as in the original, but only when using a new buffer.
248
249 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
250
251 * files.el (hack-one-local-variable-eval-safep):
252 Recognize `edebug-form-spec' for `put', but only if it passes
253 `edebug-basic-spec'. Generalize `put' handling.
254
255 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
256 vetting file-local form specs.
257
258 * allout.el (allout-layout): Autoload its `safe-local-variable'
259 property.
260
261 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
262
263 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
264 (org-agenda-mouse-1-follows-link)
265 (org-mouse-1-follows-link): New options.
266 (org-format-agenda-item): Fix bug if TAGS is nil.
267 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
268
269 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
270
271 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
272 GDB 6.1+ gives full filename for "info sources" so use
273 file-name-nondirectory.
274
275 2006-04-12 Romain Francoise <romain@orebokech.com>
276
277 * subr.el (read-passwd): Bind `message-log-max' to nil.
278
279 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * progmodes/perl-mode.el (perl-indent-new-calculate):
282 Recompute parse-start after jumping backward by a whole sexp.
283
284 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
285
286 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
287 window configuration.
288 (vc-annotate-display-select): Select the buffer so that current-buffer
289 (and selected-window) is the output buffer at the end of vc-annotate.
290
291 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
292
293 * vc.el (vc-annotate-color-map): Add custom TTY color map for
294 8-color terminals, to use all of the colors in a sensible order.
295 256-color terminals work well with the standard map.
296 (vc-annotate-lines): Only strip the first color character if it
297 is "#", to allow for terminal-style named colors.
298 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
299 the correct buffer is scrolled.
300
301 2006-04-11 Richard Stallman <rms@gnu.org>
302
303 * emacs-lisp/bytecomp.el (byte-compile-file):
304 Bind enable-local-variables to :safe, and make normal-mode obey it.
305
306 * files.el (enable-local-variables): Allow value :safe.
307 (normal-mode): Doc fix.
308 (hack-local-variables): Implement enable-local-variables = :safe.
309 (hack-local-variables-confirm): Don't prevent quitting.
310
311 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * loadhist.el (unload-feature): A bit of sanity check of
314 load-history entries. Cancel timer-vars before unbinding them.
315
316 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
317 quote special chars, and make the trick work on the hex part of the
318 buffer as well.
319 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
320 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
321
322 * startup.el (normal-splash-screen): Fix last change so we don't wait
323 2 minutes if we don't show the splash screen.
324
325 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
326
327 * textmodes/org.el (org-export-plain-list-max-depth)
328 (org-table-spaces-around-separators)
329 (org-radio-targets, org-activate-camels)
330 (org-table-spaces-around-invisible-separators): Options removed.
331 (org-time-stamp-rounding-minutes, org-remember-templates)
332 (org-ellipsis, org-activate-links, org-descriptive-links):
333 New options.
334 (org-remember-apply-template, org-current-time)
335 (org-finish-edit-table-field)
336 (org-link-unescape, org-link-escape)
337 (org-string-width, org-table-clean-line, org-html-do-expand)
338 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
339 (org-read-agenda-file-list): New functions.
340 (org-table-edit-field)
341 (org-table-create-or-convert-from-region): New commands
342 (org-table-toggle-vline-visibility): Command removed.
343 (org-table-convert-region): Made a command.
344 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
345 Replace with the normal org- functions.
346 (org-self-insert-command): Don't trigger realign unnecessarily
347 when blanking a field that is not full.
348 (org-mode): `Set buffer-invisibility-spec' for links.
349 (org-activate-links2): Hide link part and only show descriptive
350 part of the link.
351 (org-insert-link): Modify for new linking system.
352 (org-store-link): Store description separately, for use by
353 `org-insert-link'.
354 (org-table-align): Use `org-string-width'.
355 (defgroup): Completely new group structure for custom variables.
356 (org-agenda-files): Option: Single file name allowed. Function:
357 Optional argument unrestrited means ignore any restricitons.
358 (org-install-agenda-files-menu): Find a buffer in Org-mode before
359 trying to modify the menu. Use generalized access to
360 `org-agenda-files.'
361 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
362 (org-agenda-file-to-front, org-remove-file, org-diary)
363 (org-tags-view, org-export-icalendar-all-agenda-files)
364 (org-export-icalendar-combine-agenda-files): Use generalized
365 access to `org-agenda-files'.
366 (org-remember-handler): Correctly preserve heading if present.
367 (org-table-insert-row, org-table-insert-hline): Deal with
368 invisible characters.
369
370 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
371
372 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
373 (vc-annotate-color-map): New 18 element constant
374 value/saturation, rotating hue colormap, from red->blue.
375 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
376 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
377 (vc-annotate): To avoid killing the required local variables,
378 set them before the end of `with-output-to-temp-buffer', and
379 after first switching to annotate-mode.
380 (vc-annotate-warp-version): Add buffer argument in goto-line to
381 ensure annotation, not source, is scrolled.
382
383 2006-04-10 Bill Wohler <wohler@newt.com>
384
385 * custom.el (defcustom, custom-handle-keyword):
386 Add :package-version keyword.
387 (custom-add-package-version): New function. Sets value of new
388 property 'custom-package-version from :package-version keyword.
389 (defcustom): Create Common Keywords section in docstring.
390 (defface, defgroup): Replace definitions of a select few keywords
391 with a reference to the Common Keywords in defcustom.
392 (defcustom, defface, defgroup): Replace reference to Customization
393 chapter in manual with hyperlink.
394
395 * cus-edit.el (customize-package-emacs-version-alist):
396 New variable.
397 (customize-changed-options): Add check for custom-package-version.
398 (customize-package-emacs-version): New function to look up Emacs
399 version corresponding to the given package version.
400
401 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
402 defun name, in similar fashion to find-variable-regexp.
403
404 2006-04-10 Eli Zaretskii <eliz@gnu.org>
405
406 * international/mule-cmds.el (set-locale-environment): Fix last
407 change for when the locale's preferences don't specify any encoding.
408
409 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
412 so the defined var/fun doesn't need to be quoted.
413
414 2006-04-10 Richard Stallman <rms@gnu.org>
415
416 * finder.el (finder-mode-map): Add n and p bindings.
417
418 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
419
420 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
421 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
422 (gdb-setup-windows): Put something in source window if we can't find
423 the source file.
424 (gdb-frame-handler): Make it work again with just assembly.
425 (gdb-data-list-register-values-handler): Make it work when there is
426 no stack.
427
428 2006-04-09 Richard Stallman <rms@gnu.org>
429
430 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
431 specs while looking for charset.
432
433 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
434
435 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
436 Make them faces.
437 (lm-font-lock-keywords): Update appropriately.
438
439 2006-04-10 Kim F. Storm <storm@cua.dk>
440
441 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
442 it can also replace buffer-substring-no-properties.
443
444 * emulation/cua-base.el (cua-delete-region, cua-paste)
445 (cua-repeat-replace-region): Use filter-buffer-substring.
446
447 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
448 (cua-cut-region-to-global-mark): Likewise.
449
450 * emulation/cua-rect.el (cua--extract-rectangle)
451 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
452
453 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
454
455 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
456 entry-type. Add field delimiters to numerical fields if they are
457 not present.
458
459 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
460
461 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
462 string-const to return value.
463 (bibtex-remove-delimiters): Use it.
464
465 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
468 cl-byte-compile-compiler-macro unless it exists.
469
470 2006-04-08 Eli Zaretskii <eliz@gnu.org>
471
472 * files.el (hack-local-variables-confirm) <offer-save>:
473 Clarify message text. Suggested by Ralf Angeli.
474
475 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
476
477 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
478 (delete-extract-rectangle-line): Use `filter-buffer-substring'
479 instead of `buffer-substring' and `delete-region'. (Most of the
480 code actually copied from `kill-region'.)
481
482 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
483
484 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
485 (rcirc-default-port): Rename from rcirc-port.
486 (rcirc-default-nick): Rename from rcirc-nick.
487 (rcirc-default-user-name): Rename from rcirc-user-name.
488 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
489 (rcirc-low-priority-flag): New variable.
490 (rcirc-decode-coding-system): New defcustom.
491 (rcirc-encode-coding-system): New defcustom.
492 (rcirc-coding-system-alist): New defcustom.
493 (rcirc-multiline-major-mode): New defcustom.
494 (rcirc-nick): New internal variable.
495 (rcirc-process): Remove variable.
496 (rcirc-server-buffer): New variable.
497 (rcirc): Update to use rcirc-default-* variables above.
498 (rcirc-connect): Do not add window-configuration-hook-here.
499 (rcirc-server): New internal variable.
500 (rcirc-connect): Do not send keepalive pings if
501 rcirc-keepalive-seconds is nil.
502 (with-rcirc-server-buffer): New macro.
503 (rcirc-send-string): Encode with rcirc-encode-coding-system.
504 (rcirc-server-name): Rename from rcirc-server.
505 (rcirc-buffer-process): New function.
506 (rcirc-buffer-nick): New function.
507 (rcirc-buffer-target): Remove function.
508 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
509 New commands.
510 (rcirc-mode-map): Change binding of C-c C-l to
511 rcirc-toggle-low-priority.
512 (rcirc-mode): Initialize coding system based on
513 rcirc-coding-system-alist. New change-major-mode-hook to part the
514 channel on a mode change. Make kill-buffer-hook buffer-local.
515 (rcirc-change-major-mode-hook): New function.
516 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
517 (rcirc-last-post-time): New variable.
518 (rcirc-process-message): Store the last time user posted a message
519 to this target.
520 (rcirc-multiline-minor-mode): New mode.
521 (rcirc-multiline-minor-mode-map): New mode map.
522 (rcirc-edit-multiline): Put multiline-edit buffer in
523 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
524 (rcirc-print): Ignore any line starting with an ignored nick.
525 (rcirc-print): Decode using rcirc-decode-coding-system.
526 (rcirc-track-minor-mode): Update global-mode-string when disabling
527 this mode.
528 (minor-mode-alist): Add LowPri indicator.
529 (rcirc-toggle-low-priority): New function.
530 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
531 next lowpriority buffer with activity.
532 (rcirc-record-activity): Sort buffers in rcirc-activity by the
533 last time the user posted a message in to the target.
534 (rcirc-update-activity-string): New formatting for low priority
535 buffers.
536 (rcirc-split-activity): New function.
537 (rcirc-handler-PART, rcirc-handler-KICK)
538 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
539 (rcirc-nick-away-alist): New variable.
540 (rcirc-handler-301): New handler. Away messages are printed once
541 per change.
542
543 2006-04-08 Eli Zaretskii <eliz@gnu.org>
544
545 * info.el (Info-follow-nearest-node): Doc fix.
546
547 * international/mule-cmds.el (set-locale-environment): Make sure
548 the coding-system preferred by the locale's language has the same
549 EOL conversion type as the original buffer-file-coding-system.
550 (locale-language-names): Add a few MS Windows language codes.
551
552 2006-04-07 Richard Stallman <rms@gnu.org>
553
554 * simple.el (eval-expression): Doc fix.
555
556 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
557 (eval-defun): Doc fixes.
558
559 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
560
561 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
562
563 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
564
565 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
566 GDB list command without argument for greater generality.
567
568 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
569
570 * subr.el (string-or-null-p): New function.
571
572 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
573
574 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
575
576 * files.el: Update comment about safe-local-variable declarations.
577
578 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
579
580 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
581 See idlwave.org.
582
583 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
584 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
585
586 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
587 See idlwave.org.
588
589 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
590 version 6.0 (minimal changes). See idlwave.org.
591
592 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
593 6.0 (minimal changes). See idlwave.org.
594
595 * progmodes/idlw-rinfo.el: File obsoleted and removed.
596
597 2006-04-06 Romain Francoise <romain@orebokech.com>
598
599 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
600 symmetric encryption features and a new asynchronous interface to
601 GnuPG. This new version is version 1.4, plus whitespace changes.
602
603 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
604
605 * files.el: Move some `safe-local-variable' declarations to the
606 respective files.
607
608 * textmodes/ispell.el (ispell-check-comments)
609 (ispell-local-dictionary): Mark as safe.
610
611 * abbrev.el (abbrev-mode): Mark as safe.
612
613 * add-log.el (change-log-default-name): Mark as safe.
614
615 * textmodes/reftex-vars.el (reftex-vref-is-default)
616 (reftex-fref-is-default, reftex-level-indent)
617 (reftex-guess-label-type): Mark as safe.
618
619 * textmodes/fill.el (colon-double-space): Mark as safe.
620
621 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
622 (sentence-end-double-space, sentence-end-without-period)
623 (sentence-end-without-space, sentence-end, sentence-end-base)
624 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
625
626 2006-04-06 Kim F. Storm <storm@cua.dk>
627
628 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
629 the :set-after list.
630 (ido-downcase-unc-hosts): New user option. Default on.
631 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
632 when it is set, as regexps are now applied on the fly.
633 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
634 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
635 on the fly, but only when ido-process-ignore-lists is set.
636 Do case insensitive filtering if ido-downcase-unc-hosts is set.
637 Only downcase names if ido-downcase-unc-hosts is set.
638
639 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
640
641 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
642
643 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
644
645 2006-04-05 Kim F. Storm <storm@cua.dk>
646
647 * ido.el (ido-mode): Set after ido-unc-hosts and
648 ido-ignore-unc-host-regexps.
649 (ido-save-history): Save ido-unc-hosts-cache.
650 (ido-load-history): Load ido-unc-hosts-cache.
651 (ido-reread-directory): Refresh unc hosts cache in // dir.
652
653 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
654 to nil while displaying slash screen.
655
656 2006-04-05 Daiki Ueno <ueno@unixuser.org>
657
658 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
659 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
660
661 2006-04-05 Kenichi Handa <handa@m17n.org>
662
663 * international/characters.el: Setup cases of Latin, Greek, and
664 Cyrillic characters in CJK charsets.
665
666 2006-03-29 Daiki Ueno <ueno@unixuser.org>
667
668 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
669 default-enable-multibyte-characters. This reverts the change from
670 revision 6.17 which is no longer necessary because the passphrase
671 is sent separately now. GnuPG messages are unreadable under
672 multibyte locales with default-enable-multibyte-characters set to nil.
673
674 2006-04-04 Andreas Schwab <schwab@suse.de>
675
676 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
677 and `byte-compile-warnings' as `safe-local-variable'.
678
679 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
680
681 * man.el (Man-mode-map): Restore the \r binding.
682 (Man-abstract-xref-man-page): If Man-target-string is a function,
683 call it.
684 (Man-highlight-references): Use Man-default-man-entry to get the
685 target. Deal with xrefs too.
686 (Man-highlight-references0): Don't call the target function.
687
688 * woman.el (WoMan-xref-man-page): Strip the section number, woman
689 cannot deal with it.
690
691 2006-04-04 Daiki Ueno <ueno@unixuser.org>
692
693 * pgg-gpg.el: Clean up process buffers every time gpg processes
694 complete.
695
696 2006-04-04 Kenichi Handa <handa@m17n.org>
697
698 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
699 here.
700 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
701 Temporarily bind inhibit-field-text-motion to t.
702
703 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * startup.el (normal-splash-screen): Only set mode-line-format in the
706 splash buffer, so as not to interfere when debugging the code.
707 Ignore errors when switching buffer.
708
709 2006-04-03 Romain Francoise <romain@orebokech.com>
710
711 * dired.el (dired-dnd-protocol-alist): Fix typo.
712
713 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
714
715 * savehist.el (savehist): Add :version.
716 (savehist-ignored-variables): New variable.
717 (savehist-minibuffer-hook): Don't save variables listed in
718 `savehist-ignored-variables'.
719
720 * dired.el (dired-dnd-protocol-alist): Mention that change does
721 only apply to new buffers in doc string.
722
723 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
724
725 * recentf.el (recentf-open-files-item): Include newline in button
726 field, so opening a file will work, when the point is at the end
727 of the file name. Allow, for example, to [i]search a file by
728 extension and just push RET to open it.
729
730 2006-04-03 Daiki Ueno <ueno@unixuser.org>
731
732 * pgg-gpg.el (pgg-gpg-process-filter)
733 (pgg-gpg-wait-for-completion): Check if buffer is alive.
734
735 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
736 lines, temporary fix.
737
738 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
739
740 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
741
742 2006-04-02 Richard Stallman <rms@gnu.org>
743
744 * progmodes/compile.el (compilation-message-face): Make it defcustom.
745
746 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
747
748 * ibuf-macs.el (define-ibuffer-column): Add a new key:
749 header-mouse-map.
750
751 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
752 (ibuffer-mode-header-map): New keymaps.
753 (ibuffer-update-title-and-summary): Enable mouse face highlighting
754 and keybindings for column headers.
755 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
756 property.
757
758 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
759
760 * speedbar.el (speedbar-after-create-hook): Doc fix.
761
762 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
763
764 * shell.el (shell-directory-tracker)
765 (shell-dynamic-complete-command): Doc fixes.
766
767 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
768
769 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
770 terminals.
771
772 2006-04-01 Kim F. Storm <storm@cua.dk>
773
774 * ido.el (ido-unc-hosts-cache): New defvar.
775 (ido-unc-hosts): If value of defcustom is a function, call it to
776 get list of UNC hosts. Add function-item choices to specify
777 ido-unc-hosts-net-view or user function.
778 (ido-ignore-unc-host-regexps): New defcustom.
779 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
780 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
781 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
782
783 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
786 wwidth.
787
788 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
789
790 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
791 (ido-max-work-file-list, ido-switch-buffer)
792 (ido-read-file-name-as-directory-commands):
793 Fix typos in docstrings.
794
795 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
796
797 * term/mac-win.el (mac-system-coding-system): Define and use after
798 Mac-specific coding systems are ready.
799
800 2006-03-27 Romain Francoise <romain@orebokech.com>
801
802 * net/rcirc.el (rcirc-connect): Add autoload cookie.
803
804 * ldefs-boot.el: Update.
805
806 2006-03-27 Daiki Ueno <ueno@unixuser.org>
807
808 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
809 passphrases when it is not needed.
810 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
811 passphrase stuff from gpg, should only be necessary when you use
812 gpg with a smartcard.
813
814 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
815
816 * comint.el (comint-dynamic-list-completions): Allow user to
817 select *Completions* buffer.
818
819 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
820
821 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
822
823 2006-03-26 Andreas Schwab <schwab@suse.de>
824
825 * progmodes/gud.el (gdb): Only complain about multiple debugging
826 when the gdb process is still running.
827
828 2006-03-25 Eli Zaretskii <eliz@gnu.org>
829
830 * mail/rmail.el (tool-bar-map): Defvar it.
831 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
832 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
833
834 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
835
836 * help.el (print-help-return-message): Suggest to use
837 display-buffer instead of switch-to-buffer-other-window to restore
838 the previous window without selecting it.
839
840 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
841
842 * frame.el (select-frame-by-name): Call x-focus-frame also when
843 window-system is mac.
844
845 * term/mac-win.el: Adjust Courier font specifications in
846 x-fixed-font-alist.
847 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
848 when directly encoding to UTF-16 in native byte order, no BOM.
849
850 2006-03-25 Kim F. Storm <storm@cua.dk>
851
852 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
853 (cua--init-keymaps): Use it instead of fixed C-return.
854 (cua-mode): Set after it.
855
856 * emulation/cua-rect.el (cua--init-rectangles):
857 Use cua-rectangle-mark-key instead of fixed C-return.
858
859 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
860
861 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
862 "run" in .gdbinit.
863 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
864
865 2006-03-24 Romain Francoise <romain@orebokech.com>
866
867 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
868 `display-buffer-other-frame'.
869
870 2006-03-24 Kim F. Storm <storm@cua.dk>
871
872 * apropos.el (apropos-synonyms): Add selection => region.
873
874 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
875
876 * progmodes/gdb-ui.el (gdb-var-create-regexp)
877 (gdb-var-list-children-regexp, gdb-var-update-regexp)
878 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
879 (gdb-data-list-register-values-regexp)
880 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
881 Future proof against new fields being added to MI output.
882 (gdb-send): Don't treat backslashes for program input as
883 continuations.
884 (gdb-assembler-handler): Don't use window-start for this handler.
885 (gdb-frame-handler): Don't change to hollow arrow if overlay
886 arrow doesn't move to new frame.
887
888 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
889
890 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
891 prevent compiler warnings.
892 (gdb-stopped): Check for gud-last-last-frame (case: signal).
893 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
894 (gdb-assembler-custom): Use hollow-right-triangle for assembler
895 buffer too.
896
897 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
898
899 * pgg-gpg.el (pgg-gpg-update-agent): Check for
900 make-network-process, so we can use the same code in Gnus v5-10
901 too and have this file fully synchronized with that release.
902
903 2006-03-23 Romain Francoise <romain@orebokech.com>
904
905 * ibuf-ext.el (ibuffer-read-filter-group-name):
906 Use `ibuffer-generate-filter-groups' to make completion list match
907 the filter groups that are really displayed in the Ibuffer buffer.
908 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
909
910 2006-03-23 Kenichi Handa <handa@m17n.org>
911
912 * international/mule-cmds.el (sort-coding-systems): Describe that
913 the argument is modified in docstring.
914
915 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
916
917 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
918 (pgg-gpg-update-agent): New function.
919 (pgg-gpg-use-agent-p): New function.
920 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
921 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
922 (pgg-gpg-sign-region): Use it.
923
924 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
925
926 * cus-edit.el (custom-face-set): Call custom-push-theme before
927 face-spec set so that `changed' theme is correctly saved.
928 (custom-face-reset-standard): Reset to recalculated face rather
929 than defface spec.
930
931 * custom.el (custom-push-theme): Only save `changed' theme if the
932 current face does not match the defface specs.
933
934 2006-03-21 Simon Josefsson <jas@extundo.com>
935
936 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
937 <wilde@sha-bang.de>.
938 (pgg-gpg-use-agent): New variable.
939 (pgg-gpg-process-region): Use it.
940 (pgg-gpg-encrypt-region): Likewise.
941 (pgg-gpg-encrypt-symmetric-region): Likewise.
942 (pgg-gpg-decrypt-region): Likewise.
943 (pgg-gpg-sign-region): Likewise.
944 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
945
946 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
947
948 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
949 bracket links.
950
951 2006-03-21 Kim F. Storm <storm@cua.dk>
952
953 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
954 fringe-indicator-alist instead of modifying global value.
955 (gdb-frame-handler): Likewise.
956
957 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
958
959 * diff-mode.el (diff-function): Make it inherit from diff-header
960 instead of diff-context.
961
962 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
963 bitmap.
964 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
965 change names in macro above for consistency.
966 (gdb-frame-handler): Use hollow-right-triangle for all selected
967 frames which except the innermost (where execution has stopped).
968 (gdb-reset): Reset buffer-local values of overlay-arrow.
969
970 2006-03-20 Richard Stallman <rms@gnu.org>
971
972 * simple.el (set-mark-command): Doc fix.
973
974 * files.el (display-buffer-other-frame): New command.
975 (ctl-x-4-map): Bind C-x 5 C-o to it.
976
977 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
978
979 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
980 rather than just defer-time, in case defer-time has been changed but
981 the timer isn't running yet.
982 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
983
984 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
985
986 * help-mode.el (help-follow-symbol): New function.
987 Essentially identical to the old `help-follow', but do not let
988 `push-button' do the work when on an xref.
989 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
990
991 2006-03-19 Richard Stallman <rms@gnu.org>
992
993 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
994 preceded by the word `program'.
995 (help-follow-mouse, help-follow): Throw error if not on xref.
996 Delete no longer used args.
997
998 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
999
1000 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1001 annotation ensure gud-overlay-arrow-position is redisplayed.
1002
1003 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1004
1005 * textmodes/bibtex.el (bibtex-include-OPTkey)
1006 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1007 (bibtex-autokey-name-case-convert)
1008 (bibtex-autokey-titleword-case-convert): Make these the aliases
1009 for the following two variables.
1010 (bibtex-autokey-name-case-convert-function)
1011 (bibtex-autokey-titleword-case-convert-function): Make these the
1012 real names.
1013 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1014 bibtex-font-lock-crossref sublists.
1015 (bibtex-mode): Revert 2005-12-30 change (which made
1016 completion-ignore-case buffer-local).
1017 (bibtex-url): Simplify.
1018
1019 2006-03-19 Kim F. Storm <storm@cua.dk>
1020
1021 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1022 cursor property value to 2 (to align with C level change).
1023
1024 2006-03-19 Bill Wohler <wohler@newt.com>
1025
1026 * image.el (image-load-path-for-library): Shorten first line in
1027 docstring.
1028
1029 2006-03-18 Richard Stallman <rms@gnu.org>
1030
1031 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1032
1033 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1034
1035 * isearch.el (isearch-other-meta-char): Handle user bindings for
1036 shifted control characters.
1037
1038 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1039
1040 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1041 part that matches email addresses, file names, etc.
1042
1043 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1044
1045 * term/w32-win.el (mouse-set-font):
1046 Mention w32-list-proportional-fonts in the doc string.
1047
1048 2006-03-18 Kim F. Storm <storm@cua.dk>
1049
1050 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1051 (ido-unc-hosts): New user option to explicitly define list of know
1052 UNC-style hosts for completion.
1053 (ido-cache-unc-host-shares-time): New user option.
1054 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1055 New helper functions for UNC file-name support.
1056 (ido-may-cache-directory): Check for UNC host. Simplify.
1057 (ido-wash-history): Clean out old UNC hosts.
1058 (ido-nonreadable-directory-p): UNC hosts are always readable.
1059 (ido-directory-too-big-p): UNC hosts are never too big.
1060 (ido-set-current-directory): Handle UNC root path.
1061 (ido-file-name-all-completions): Complete UNC host names from
1062 ido-unc-hosts list. Cache UNC host shares.
1063 (ido-make-file-list-1): Don't filter UNC root.
1064 (ido-exhibit): Check for // in root directory, and switch to UNC
1065 mode by setting ido-current-directory to //.
1066
1067 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1068
1069 * cus-edit.el (customize-changed-options): Mention explicit
1070 version number as default in prompt.
1071
1072 2006-03-17 Bill Wohler <wohler@newt.com>
1073
1074 * image.el (image-load-path-for-library): Minor docstring fix.
1075
1076 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1077
1078 * textmodes/org.el (org-read-date): Include subgroup 5 into
1079 replacement text.
1080 (org-popup-calendar-for-date-prompt): Fix customization type.
1081
1082 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1083
1084 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1085 (gdb-continuation): New variable.
1086 (gdb-send): Deal with continuation lines.
1087
1088 * progmodes/gud.el (gud-gdb-complete-command)
1089 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1090 expressions.
1091 (gud-tooltip-mode): Use buffer-local value.
1092
1093 2006-03-16 Kim F. Storm <storm@cua.dk>
1094
1095 * ido.el (ido-edit-input): Use selected match, if any.
1096
1097 2006-03-16 Bill Wohler <wohler@newt.com>
1098
1099 * image.el (image-load-path-for-library): Prefer user's images in
1100 image-load-path.
1101
1102 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1103
1104 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1105 when checking for attempt to drag leftmost or rightmost scrollbar.
1106
1107 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1108
1109 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1110 (gdb-force-mode-line-update): New function.
1111 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1112 (gdb-exited): Use them.
1113 (gdb-signal): New function.
1114 (gdb-annotation-rules): Provide a rule for it.
1115
1116 2006-03-16 Kenichi Handa <handa@m17n.org>
1117
1118 * international/mule.el (auto-coding-regexp-alist): Add entries
1119 for Unicode BOM.
1120
1121 * sort.el (sort-build-lists): Temporarily bind
1122 inhibit-field-text-motion to t.
1123
1124 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1125
1126 * locate.el (locate-command, locate-make-command-line)
1127 (locate-fcodes-file, locate-update-command)
1128 (locate-prompt-for-command, locate, locate-with-filter)
1129 (locate-get-file-positions): Doc fixes.
1130 (locate-buffer-name, locate-header-face): Remove leading `*' in
1131 defcustom.
1132 (locate-filter-output): Use `keep-lines' instead of its alias
1133 `delete-non-matching-lines'.
1134 (locate-get-filename, locate-get-dirname): Add introductory comment.
1135 (locate-find-directory-other-window): Give appropriate error
1136 message if used outside main listing.
1137
1138 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1141 the new extend-region feature.
1142 (font-lock-after-change-function): Update correspondingly.
1143 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1144 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1145
1146 2006-03-15 Bill Wohler <wohler@newt.com>
1147
1148 * image.el (image-load-path-for-library): Fix example by not
1149 recommending that one binds image-load-path. Just defvar it to
1150 placate compiler and only use it if previously defined.
1151
1152 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1153
1154 * textmodes/org.el (org-insert-centered): Use `string-width' to
1155 make underlining work for wide characters.
1156 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1157 TAB to `org-cycle', to make sure that no binding in
1158 `outline-mode-map' can supercede it.
1159
1160 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1161
1162 * allout.el: Increment version to 2.2.1 in file commentary.
1163
1164 (allout-version): Increment to 2.2.1.
1165
1166 (allout-default-layout): New customization variable, used when the
1167 file lacks a specific allout-layout. Uses allout-layout-type for
1168 recursively nested definition.
1169
1170 (allout-layout-type): Widget defining allout layouts, necessary for
1171 self-recursive definition.
1172
1173 (allout-mode): Incorporate allout-default-layout as fallback for
1174 allout-layout.
1175
1176 (allout-layout): Mark as 'safe-local-variable', and refer mention
1177 fallback to `allout-default-layout' in absence of a specified value.
1178 (allout-passphrase-verifier-string)
1179 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1180
1181 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1182
1183 (allout-get-encryption-passphrase-verifier): Use correct name of
1184 passphrase verifier in docstring.
1185
1186 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1187
1188 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1189 elements.
1190 (gdb-find-watch-expression): Make it work for arrays too.
1191 Follow change to gdb-var-list.
1192 (gud-watch): Allow the user to enter variable name with a prexix
1193 arg. Create keybindings.
1194 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1195 (gdb-var-list-children-handler, gdb-var-update-handler)
1196 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1197 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1198 Follow change to gdb-var-list.
1199 (gdb-starting): Don't show the overlay arrows when program is running.
1200
1201 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1202 gdb-var-list.
1203
1204 2006-03-14 Bill Wohler <wohler@newt.com>
1205
1206 * image.el (image-load-path-for-library): Pass value of path
1207 rather than symbol. Always return list of directories.
1208 Guarantee that image directory comes first.
1209
1210 2006-03-14 Alan Mackenzie <acm@muc.de>
1211
1212 * font-core.el (font-lock-extend-region\(-function\)?.):
1213 New function/variable.
1214
1215 * font-lock.el (font-lock-after-change-function):
1216 Call font-lock-extend-region. Obey font-lock-lines-before.
1217 (font-lock-default-fontify-region): Remove reference to
1218 font-lock-lines-before.
1219
1220 * jit-lock.el (jit-lock-after-change):
1221 Call font-lock-extend-region. Obey font-lock-lines-before.
1222
1223 2006-03-14 David Ponce <david@dponce.com>
1224
1225 * tree-widget.el (tree-widget-themes-load-path)
1226 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1227
1228 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1229
1230 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1231 (rcirc-print): Mark the start of text at the end of the prompt.
1232 (rcirc-track-minor-mode): Add autoload cookie.
1233 (rcirc-update-activity-string): Add space to front of mode-line
1234 indicator.
1235
1236 2006-03-13 Miles Bader <miles@gnu.org>
1237
1238 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1239 (rcirc-abbrev-nick): Remove function.
1240 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1241
1242 2006-03-13 David Ponce <david@dponce.com>
1243
1244 * tree-widget.el: Handle themes across all occurrences of the main
1245 themes sub-directory found in tree-widget-themes-load-path.
1246 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1247 (tree-widget--locate-sub-directory): Return all occurrences.
1248 (tree-widget-themes-path): New function.
1249 Replace tree-widget-themes-directory, and return a list of directories.
1250 (tree-widget-set-parent-theme)
1251 (tree-widget-lookup-image): Use it.
1252
1253 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1254
1255 * textmodes/org.el (org-link-search): Avoid self-matching of
1256 links, allow target text to be distributed over several lines.
1257 (org-search-not-link): New function.
1258 (org-set-regexps-and-options, org-get-current-options):
1259 New startup options.
1260 (org-export-as-html): Take odd-level setting from local variable.
1261 (org-fontify-emphasized-text): New option.
1262 (org-set-font-lock-defaults): Include emphasized text.
1263 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1264 (org-font-lock): Customize group renamed from `org-faces'.
1265
1266 2006-03-13 John Paul Wallington <jpw@pobox.com>
1267
1268 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1269 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1270
1271 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1272
1273 * cus-start.el (all): Delete :version keyword for members of the
1274 fringe group, since the entire group is new in 22.1.
1275
1276 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1277
1278 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1279 map if value is hexadecimal (an address).
1280 (gud-watch): Only search roots for existing watch expressions.
1281 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1282 prevent caching problems with speedbar-update-directory-contents.
1283
1284 2006-03-12 Juri Linkov <juri@jurta.org>
1285
1286 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1287 before comparing with `low' and `warn'.
1288
1289 * info.el (Info-dir-remove-duplicates): Move point to the
1290 beginning of the current line after deleting the entries from
1291 redundant heading. Use marker for `limit' and compare it with
1292 point before calling `re-search-forward'.
1293
1294 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1295
1296 * simple.el (yank): Fix typo in docstring.
1297
1298 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1299
1300 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1301 messages, where "D" is the 6th character.
1302
1303 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1304
1305 * simple.el (yank): Fix last change.
1306
1307 2006-03-11 David Ponce <david@dponce.com>
1308
1309 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1310 merging elements from the standard ispell-dictionary-alist.
1311 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1312 alist, and return the new alist.
1313
1314 2006-03-11 Richard Stallman <rms@gnu.org>
1315
1316 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1317
1318 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1319 the way it is implemented is too unclean.
1320
1321 * simple.el (kill-region, yank): Doc fix.
1322
1323 * battery.el (battery-echo-area-format): Doc fix.
1324 (battery-mode-line-format): Likewise.
1325 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1326 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1327
1328 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1329
1330 * progmodes/octave-mod.el (octave-indent-for-comment):
1331 Behave according to do string.
1332
1333 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1334
1335 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1336 Be visible only if major mode is Mail Mode.
1337
1338 * textmodes/flyspell.el (flyspell-external-point-words)
1339 (flyspell-process-localwords): Fix last changes.
1340
1341 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1342
1343 * calendar/holidays.el (list-holidays): Doc fix.
1344
1345 * international/mule.el (auto-coding-alist): Add .odt
1346 (OpenOffice's open document) files.
1347
1348 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1349 document) files. Mention in the doc string the need to sync with
1350 auto-coding-alist.
1351
1352 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1353
1354 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1355 enable-local-variables is set to always query, or there is no
1356 savable variable.
1357
1358 2006-03-10 Bill Wohler <wohler@newt.com>
1359
1360 * image.el (image-load-path-for-library): Merge at least three
1361 functions from Gnus and MH-E into this one function that can now
1362 be shared.
1363
1364 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1365
1366 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1367 gdb-remove-mouse-face and remove help-echo too.
1368 (gdb-enqueue-input): Correct conditional clause.
1369
1370 2006-03-10 Glenn Morris <rgm@gnu.org>
1371
1372 * calendar/calendar.el (calendar-holidays): Doc fix.
1373 * calendar/holidays.el (list-holidays): Doc fix.
1374
1375 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1376
1377 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1378 it gets called in gdb-prompt anyway.
1379 (gdb-use-separate-io-buffer): Only restore window arrangement for
1380 gdb-many-windows.
1381 (gdb-enqueue-input): Make it harder to send GDB input when program
1382 is running.
1383 (gdb-buffer-list): New variable.
1384 (gdb-remove-mouse-face): New function.
1385 (gdb-starting): Use it when GDB input won't get sent.
1386
1387 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1388
1389 * help.el (view-lossage): Remove trailing whitespace before
1390 inserting "\n".
1391
1392 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1393
1394 * files.el (hack-local-variables-confirm):
1395 Set coding-system-for-read to nil before writing to .emacs.
1396
1397 * arc-mode.el (archive-extract): Check if an existing buffer name
1398 comes from a different archive.
1399
1400 * help.el (describe-key-briefly): If KEY is a down event, read and
1401 discard the up event.
1402
1403 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1404
1405 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1406 be edited and use font-lock-warning-face for any changes.
1407
1408 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1409 (gdb-edit-value): Use it to report any errors.
1410
1411 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1412
1413 * help.el (describe-key): Remove leftover test code.
1414
1415 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1416
1417 * textmodes/org.el: Move defvars out of eval-when-compile.
1418 Use buffer-file-name variable.
1419 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1420 arg `file'.
1421 (org-level-faces): Remove startup dependency.
1422 (org-cycle, org-map-tree, org-scan-tags)
1423 (org-remember-handler): Don't call `outline-level' directly.
1424 (org-mhe-search-all-folders): New option.
1425 (org-mhe-get-message-folder-from-index)
1426 (org-mhe-get-message-folder): Fix indexing search.
1427 (org-format-agenda-item): Handle nil TAGS argument.
1428 (org-cleaned-string-for-export, org-activate-target-links)
1429 (org-make-target-link-regexp): Deal with empty radio target list.
1430 (org-tag): New face.
1431 (org-get-level-face): New function.
1432 (org-set-font-lock-defaults): Simplify setup for headlines.
1433 (org-complete): Pass common substring to `display-completion-list'.
1434
1435 2006-03-06 David Ponce <david@dponce.com>
1436
1437 * tree-widget.el: Update Commentary header.
1438 (tree-widget-theme-name): Ignore parent themes.
1439 (tree-widget-set-parent-theme): New function.
1440 (tree-widget-set-theme): Use it.
1441 (tree-widget-set-image-properties): Move definition. Does nothing
1442 if image properties have already been set.
1443 (tree-widget-image-properties): Move definition. Receive an image
1444 name. Set the :pointer property.
1445 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1446 Don't set the :pointer image property.
1447 (tree-widget-convert-widget): New function. Handle :dynargs
1448 compatibility here.
1449 (tree-widget): Use it to :convert-widget. Add the :expander-p
1450 predicate to control when the :expander function is entered.
1451 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1452 (tree-widget-value-create): Handle :expander-p. widget-apply
1453 :expander.
1454 (tree-widget-expander-p): New function. Default value of the
1455 :expander-p property.
1456
1457 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1458
1459 * help.el (describe-key): Properly handle the return value of
1460 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1461 remaps. Handle string and vector `follow-link' values.
1462
1463 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1464
1465 * complete.el (PC-expand-many-files): Try be more careful when parsing
1466 the shell's output.
1467
1468 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * outline.el (hide-sublevels): Provide better interactive default.
1471
1472 2006-03-06 Kenichi Handa <handa@m17n.org>
1473
1474 * international/fontset.el (create-fontset-from-fontset-spec):
1475 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1476
1477 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1478
1479 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1480 backslashes instead of one in regexp.
1481 (gud-tooltip-dereference): Add missing optional argument.
1482
1483 2006-03-04 John Paul Wallington <jpw@pobox.com>
1484
1485 * wdired.el (toplevel): Require `cl' at compile-time.
1486
1487 2006-03-04 Andreas Schwab <schwab@suse.de>
1488
1489 * server.el (server-process-filter): Handle errors during
1490 evaluation of the argument.
1491
1492 2006-03-03 John Paul Wallington <jpw@pobox.com>
1493
1494 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1495 escape parentheses at beginning of line.
1496 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1497 (t-mouse-mode): Remove period from end of error message.
1498
1499 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1500
1501 * textmodes/flyspell.el (flyspell-process-localwords):
1502 Be case-sensitive.
1503
1504 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1505
1506 * cus-edit.el (custom-quote): Remove function, since it has been
1507 moved to custom.el.
1508
1509 * font-lock.el (lisp-font-lock-keywords-2)
1510 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1511 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1512 they have no special meaning.
1513
1514 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1515 indirect buffer gets killed before indirect buffer. Use dolist.
1516
1517 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1518
1519 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1520 value instead of a literal constant (1) on more pauses.
1521
1522 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1523
1524 * textmodes/flyspell.el (flyspell-external-point-words):
1525 Be case-sensitive.
1526
1527 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1528
1529 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1530 with "www".
1531
1532 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1533
1534 * allout.el: Restablish intermediate missing comment header to
1535 preserve outline structure.
1536 (allout-beginning-of-current-entry): Skip invisible text.
1537 (allout-open-topic): Fix opening a topic at end-of-buffer.
1538 (allout-minor-mode): Move nearer to allout-mode function.
1539
1540 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1541
1542 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1543
1544 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1545
1546 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1547 is nil.
1548
1549 * progmodes/gud.el (gud-speedbar-menu-items):
1550 Use buffer-local-value and add missing :visible keyword.
1551
1552 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1553
1554 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1555
1556 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1557 must be `follow-link'.
1558
1559 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1560
1561 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1562 formatting: No nested anchors.
1563 (org-all-targets): Fix bug with XEmacs compatibility.
1564 (org-read-date): Add (require 'parse-time).
1565 (org-set-tags): Fix bug with extra inserted space.
1566 (org-export-html-style): Define a style class for targets.
1567 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1568 (org-hide-leading-stars): New option.
1569 (org-hide): New face.
1570 (org-set-font-lock-defaults): Allow to hide leading stars.
1571 (org-get-legal-level, org-tr-level): New functions.
1572 (org-odd-levels-only): New option.
1573 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1574 (org-demote, org-promote): Deal with double-star levels.
1575 (org-convert-to-odd-levels): New command.
1576
1577 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1578
1579 * speedbar.el (speedbar-update-localized-contents): Try to
1580 preserve window-start.
1581 (speedbar-update-directory-contents): Try to preserve window-start
1582 and window-point.
1583 (speedbar-update-special-contents): Don't move back to start of window.
1584
1585 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1586 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1587 speedbar-timer-fn.
1588 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1589 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1590 instead of gdb-speedbar-timer-fn.
1591
1592 2006-02-28 Jay Belanger <belanger@truman.edu>
1593
1594 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1595 (math-compose-expr): Use latex option when calling
1596 `math-compose-tex-matrix' for latex mode.
1597
1598 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1599
1600 * speedbar.el: Re-instate comments about developing for speedbar
1601 [this is what info and gdb-ui use even if better methods exist now].
1602
1603 * t-mouse.el: New file.
1604 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1605 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1606 (t-mouse-make-event-element): Use posn-at-x-y instead.
1607 (t-mouse-make-event): Deal with Fedora Core 3.
1608 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1609 (t-mouse-mouse-position-function): New function. Use it instead
1610 of advising mouse-position.
1611 (t-mouse-mode): New minor mode.
1612 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1613
1614 2006-02-27 Glenn Morris <rgm@gnu.org>
1615
1616 * calendar/calendar.el (calendar-holidays): Doc fix.
1617
1618 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1619
1620 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1621 Re-introduce the concept of a source window.
1622 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1623 consistency with get-buffer-create.
1624 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1625 (gdb-data-list-register-values-handler)
1626 (gdb-stack-list-locals-handler): Try to preserve window-start as
1627 well as window-point.
1628 (gdb-display-source-buffer): New function (old concept).
1629 (gdb-goto-breakpoint): Use it.
1630
1631 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1632 for gdb-ui/gdb-mi (old concept).
1633
1634 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1635
1636 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1637 binding.
1638
1639 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1640
1641 * textmodes/reftex-sel.el (reftex-select-label-map)
1642 (reftex-select-bib-map): Add `follow-mouse' binding.
1643
1644 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1645
1646 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1647 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1648 Give :set functions to provide automatic updating.
1649 Update docstring. Give compiler defvars early in the file
1650 and move the defcustoms to a later spot where all called functions
1651 are defined.
1652 (jka-compr-file-name-handler-entry): Doc fix.
1653 (jka-compr-compression-info-list--internal)
1654 (jka-compr-mode-alist-additions--internal)
1655 (jka-compr-load-suffixes--internal): New variables.
1656 (jka-compr-install): Set the three above variables.
1657 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1658 (jka-compr-update, jka-compr-set): New functions.
1659 (auto-compression-mode): Doc fix.
1660
1661 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1662 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1663 Use jka-compr-compression-info-list--internal,
1664 jka-compr-mode-alist-additions--internal and
1665 jka-compr-load-suffixes--internal.
1666
1667 * files.el (load-library):
1668 * loadhist.el (file-loadhist-lookup):
1669 * startup.el (command-line):
1670 * subr.el (locate-library):
1671 * emacs-lisp/autoload.el (update-directory-autoloads):
1672 * emacs-lisp/find-func.el (find-library-suffixes):
1673 Use `get-load-suffixes' instead of `load-suffixes'.
1674
1675 * subr.el (locate-library):
1676 * emacs-lisp/find-func.el (find-library-name):
1677 Use `load-file-rep-suffixes' instead of '("").
1678
1679 2006-02-26 Kim F. Storm <storm@cua.dk>
1680
1681 * ido.el (ido-save-history, ido-load-history): Simplify.
1682 Don't use find-file-noselect to avoid interference from other modes.
1683
1684 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1685
1686 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1687 to use the default shell if filename is not available.
1688 Reported by Giorgos Keramidas.
1689
1690 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1691
1692 * progmodes/etags.el (tags-completion-table): Do completion from
1693 all the tables in the current list, as documented in the manual.
1694
1695 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1696
1697 * CC Mode Update to 5.31.3.
1698
1699 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1700
1701 * progmodes/cc-mode.el (c-postprocess-file-styles):
1702 Bind inhibit-read-only to t, around the call to
1703 c-remove-any-local-eval-or-mode-variables, so that it works on a
1704 RO file.
1705
1706 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1707
1708 * progmodes/cc-awk.el: Correct a typo.
1709
1710 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1711
1712 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1713 c-hungry-delete-backwards, at the request of RMS. Leave the old
1714 name as an alias.
1715
1716 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1717
1718 * progmodes/cc-mode.el: Correct a typo.
1719
1720 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1721
1722 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1723
1724 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1725
1726 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1727 brace-else-brace (error due to mbeg, mend being undefined).
1728
1729 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1730
1731 * progmodes/cc-mode.el: File Local variables: Solve the problem
1732 where both `mode' and c-file-offsets are specified: `mode' will
1733 overwrite c-f-o's settings:
1734 (c-remove-any-local-eval-or-mode-variables): New function.
1735 (c-postprocess-file-styles): Call the above new function, within
1736 c-tentative-buffer-change, to splat `mode' and `eval' before the
1737 second hack-local-variables.
1738
1739 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1740
1741 * progmodes/cc-mode.el:
1742 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1743 (c-after-change): Protect the match data with save-match-data.
1744 It was getting corrupted by c-after-change-check-<>-operators.
1745
1746 * cc-defs.el: [Supersedes patch V1.38]:
1747 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1748 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1749
1750 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1751 with save-match-data. It was being corrupted when Font Lock was
1752 not enabled.
1753
1754 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1755
1756 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1757 Mode and Subword Mode.
1758
1759 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1760 real labels ("case 1:" or "foo:") from non-labels ("public:").
1761 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1762 coding; c-f-t-2 doesn't move over a token at EOB.
1763
1764 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1765
1766 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1767 (c-update-modeline): Concatenate the minor mode indicators
1768 directly onto mode-name, removing c-submode-indicators.
1769 Sometimes, c-s-i got separated from the mode name on the mode line.
1770
1771 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1772 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1773
1774 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1775
1776 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1777 error message when there's an evaluation error to show whether
1778 it's loaded from source or not.
1779 (c-filter-ops): Make it available at runtime too to work when
1780 `c-make-init-lang-vars-fun' needs to evaluate from source.
1781
1782 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1783
1784 * help.el (help): Revert last part of 2006-02-23 change (deletion
1785 of the `provide' call).
1786
1787 2006-02-23 Juri Linkov <juri@jurta.org>
1788
1789 * compare-w.el (compare-windows-highlight): Add new value
1790 `persistent' and change :type from `boolean' to `choice'.
1791 (compare-windows-overlays1, compare-windows-overlays2):
1792 New internal variables.
1793 (compare-windows-highlight): If compare-windows-highlight is
1794 `persistent', add current overlays to compare-windows-overlays[12]
1795 instead of adding compare-windows-dehighlight to pre-command-hook.
1796 (compare-windows-dehighlight): Delete all overlays from
1797 compare-windows-overlays[12].
1798
1799 * info.el (Info-search): Don't bind search-spaces-regexp to
1800 Info-search-whitespace-regexp in non-regexp isearch mode.
1801
1802 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1805
1806 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1807
1808 * textmodes/org.el (org-xemacs-p)
1809 (org-export-html-show-new-buffer, org-table-may-need-update)
1810 (org-insert-item, org-mhe-get-message-real-folder)
1811 (org-mhe-get-message-folder-from-index)
1812 (org-mhe-get-message-folder, org-mhe-get-message-num)
1813 (org-mhe-get-header, org-make-org-heading-search-string)
1814 (org-make-org-heading-camel, org-table-sort-lines)
1815 (org-format-org-table-html, org-format-table-table-html):
1816 Fix typos in docstrings.
1817
1818 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1819
1820 * textmodes/org.el (org-cleaned-string-for-export)
1821 (org-solidify-link-text): New function.
1822 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1823 XEmacs, just to silence the compiler.
1824 (org-export-as-ascii, org-export-as-html-and-open):
1825 Use `org-cleaned-string-for-export' and create internal links.
1826 (org-follow-mhe-link): Require mh-e, use folder.
1827
1828 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1829
1830 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1831
1832 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1833 gdb-debug-log-length.
1834 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1835 it a real ring but...
1836 (gud-gdba-marker-filter): ...make it work like mark-ring.
1837 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1838 (gdb-mouse-jump): New function. Add bindings.
1839
1840 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1841
1842 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1843 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1844 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1845 (gdb-debug-log-length): Customize it's length.
1846 (gud-watch, gdb-var-create-handler): Display function::var format
1847 but don't use to create variable object.
1848 (gdb-var-create-handler): Use message-box in place of message.
1849 (gdb-stopped): Call gdb-exited if signalled.
1850
1851 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1852
1853 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1854
1855 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1856
1857 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1858 if `reftex-try-all-extensions' is set.
1859
1860 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1861 fail silently when there is no valid argument at point.
1862 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1863 `fail-silently' argument. From a patch by David Reiter.
1864
1865 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1866 New commands.
1867 (org-mark-ring): New variable.
1868 (org-mark-ring-length): New option.
1869 (org-open-at-point, org-goto, org-open-file): Push old position
1870 onto the mark ring.
1871 (org-add-hook): New function.
1872 (org-export-table-remove-special-lines): New option.
1873 (org-skip-comments, org-format-org-table-html): Respect new
1874 option `org-export-table-remove-special-lines'.
1875 (org-open-file): Allow special command configuration for
1876 directory link.
1877 (org-file-apps): Fix bugs in customize type, added setting
1878 for directories.
1879 (org-activate-tags, org-format-agenda-item, org-complete)
1880 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1881 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1882 (org-link-search, org-make-org-heading-search-string)
1883 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1884 (org-radio-targets, org-file-link-context-use-camel-case)
1885 (org-activate-camels): New options.
1886 (org-update-radio-target-regexp, org-all-targets)
1887 (org-make-target-link-regexp, org-activate-target-links):
1888 New functions.
1889 (org-make-org-heading-search-string): New function.
1890 (org-store-link, org-insert-link): Use new option
1891 `org-file-link-context-use-camel-case'.
1892 (org-activate-camels): Use new option `org-activate-camels'.
1893 (org-link-regexp): Add mhe prefix.
1894 (org-open-at-point, org-store-link): Support for mhe links.
1895 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1896 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1897 (org-mhe-get-header, org-follow-mhe-link): New functions.
1898 (org-remove-angle-brackets, org-add-angle-brackets):
1899 New functions.
1900 (org-bracket-link-regexp): New constant.
1901 (org-read-date): Fix bug that was rejecting all typed dates.
1902 (org-link-search): Make hierarchy above visible after a match.
1903 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1904 (org-store-link): Fix bug with link creation when cursor is in
1905 an empty line.
1906 (org-open-at-point): Fix bug with matching a link.
1907 Fixed buggy argument sequence in call to `org-view-tags'.
1908 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1909 (org-prefix-has-tag): New variable.
1910 (org-format-agenda-item): Remove tags from headline
1911 if appropriate.
1912 (org-agenda-remove-tags-when-in-prefix): New option.
1913
1914 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1915
1916 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1917 Fix the regular expressions.
1918
1919 2006-02-21 Richard M. Stallman <rms@gnu.org>
1920
1921 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1922 if there's no other specific basis.
1923
1924 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1925 as variables at all.
1926 (unsafep-variable): Rename arg; doc fix.
1927
1928 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1929
1930 * calendar/appt.el (diary-selective-display): Add defvar.
1931
1932 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1933
1934 * isearch.el (search-whitespace-regexp): Fix custom type.
1935
1936 * help.el (describe-key-briefly): Compute interactive args
1937 in same was as before previous change.
1938
1939 * files.el (enable-local-variables): Doc fix.
1940
1941 2006-02-21 Kim F. Storm <storm@cua.dk>
1942
1943 * fringe.el: Cleanup as file is now pre-loaded.
1944 (fringe-bitmaps): Initialize unconditionally.
1945 (fringe-mode, set-fringe-style): Remove autoload cookies.
1946
1947 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1948
1949 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1950 `horizontal-bar'.
1951 (fringe-cursor-alist): Use `horizontal-bar'.
1952
1953 2006-02-20 Kim F. Storm <storm@cua.dk>
1954
1955 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1956 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1957
1958 * loadup.el: Load "fringe" on window systems.
1959
1960 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1961
1962 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1963 out of scope components.
1964
1965 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1966 default.
1967
1968 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * custom.el (customize-mark-to-save, customize-mark-as-set):
1971 Load the symbol first.
1972
1973 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1974
1975 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1976 strech spec so it doesn't display as "^J" on the header line
1977 when `Buffer-menu-use-header-line' is t.
1978
1979 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1980
1981 * speedbar.el (speedbar-make-button): Keep text properties
1982 of string arguments if desired.
1983
1984 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1985 expessions.
1986
1987 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1988 of speedbar.
1989
1990 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1991
1992 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1993 to value of `read-file-name-completion-ignore-case'.
1994
1995 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1996
1997 * custom.el (customize-mark-as-set): Push to `user' theme.
1998
1999 * cus-edit.el (custom-save-variables): Allow unthemed values.
2000 (customize-set-variable): Push setting to `user' theme.
2001
2002 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2003
2004 * progmodes/gud.el: Don't require font-lock as it's now
2005 automatically loaded.
2006 (gud-speedbar-buttons): Replace gdb-var-changed with
2007 gdb-force-update.
2008
2009 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2010 gdb-var-changed.
2011 (gdb-post-prompt): Use it.
2012 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2013 (gdb-var-update-handler, gdb-var-delete)
2014 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2015 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2016 gdb-force-update in gdb-post-prompt.
2017 (gdb-reset): Clear watch expressions from speedbar when quitting.
2018
2019 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2020
2021 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2022 (viper-change-state-to-vi, viper-change-state-to-emacs):
2023 Make aware of cursor coloring in the Emacs state.
2024 (viper-special-read-and-insert-char): Use read-char-exclusive.
2025 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2026
2027 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2028
2029 * viper-util.el (viper-save-cursor-color)
2030 (viper-get-saved-cursor-color-in-replace-mode)
2031 (viper-get-saved-cursor-color-in-insert-mode)
2032 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2033 state.
2034 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2035
2036 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2037 (ediff-ignore-case-option3, ediff-actual-diff-options)
2038 (ediff-actual-diff3-options): New variables to control case sensitivity.
2039 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2040 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2041 (ediff-toggle-ignore-case): New function.
2042 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2043
2044 * ediff-help.el (ediff-long-help-message-narrow2)
2045 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2046 (ediff-long-help-message-word-mode): Add ignore-case command.
2047 (ediff-help-for-quick-help): Add ignore-case command.
2048
2049 * ediff-merg.el: Move provide to the end.
2050
2051 * ediff-ptch.el: Move provide to the end.
2052
2053 * ediff-wind.el: Move provide to the end.
2054
2055 * ediff-mult.el: Move provide to the end.
2056 (ediff-set-meta-overlay): Enable follow-link.
2057
2058 * ediff.el: Move provide to the end.
2059 Break recursive load cycle in eval-when-compile.
2060 (ediff-patch-buffer): Better heuristics.
2061
2062 * ediff-util.el: Move provide to the end.
2063 Break recursive load cycle in eval-when-compile.
2064 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2065 defuns.
2066 (ediff-submit-report): Pass the values of ediff-diff3-program,
2067 ediff-diff3-options.
2068
2069 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2070
2071 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2072 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2073 `' (for example, in the docstring of `windmove-default-keybindings').
2074
2075 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2076
2077 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2078 shadow face. Don't provide binding to edit variable when it is
2079 out of scope.
2080
2081 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2082 (gdb-var-update-handler): Detect out of scope variables with pre
2083 GDB 6.4 too.
2084 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2085 Reset status of variable objects to nil in update handlers.
2086 (gdb-var-update-handler-1): Detect when a variable object comes
2087 in scope. setcar on var changes gdb-var-list directly.
2088
2089 2006-02-17 Juri Linkov <juri@jurta.org>
2090
2091 * ffap.el (ffap) <defface>: Add explicit face declaration.
2092 (ffap-highlight): Use face `ffap' directly instead of checking
2093 for its existence.
2094
2095 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2096 `visible-ok' of `other-buffer' to find the right original buffer.
2097
2098 * info.el (Info-search): Skip `Local Variables' node.
2099
2100 2006-02-17 Juri Linkov <juri@jurta.org>
2101
2102 * info.el (Info-find-file): Check for symbols `apropos', `history',
2103 `toc' in the input filename, and return these symbols as is.
2104 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2105 `history', `toc' instead of strings.
2106 (Info-set-mode-line): For non-string Info-current-file use the
2107 symbol's name inside **.
2108 (Info-isearch-push-state): Add quote before Info-current-file and
2109 Info-current-node.
2110 (Info-isearch-pop-state): Use `equal' instead of `string='.
2111 (Info-extract-pointer, Info-following-node-name): Use
2112 `match-string-no-properties' instead of `match-string'.
2113 (Info-up): Check `old-file' for `stringp'.
2114 (Info-history): Use `equal' instead of `string-equal'.
2115 Check `file' for `stringp'.
2116 (Info-history): Use symbol `history' instead of string as first arg
2117 of `Info-find-node'.
2118 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2119 `toc' instead of string.
2120 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2121 instead of `buffer-substring', and `match-string-no-properties'
2122 instead of `match-string'.
2123 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2124 instead of strings.
2125 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2126 Use symbol `apropos' instead of string.
2127 (Info-copy-current-node-name): Check `Info-current-file' for
2128 `stringp' and construct a command with `Info-find-node' from it.
2129 (Info-fontify-node): Use `match-string-no-properties' instead of
2130 `match-string' and check file names for `stringp'.
2131 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2132 `history', `toc' instead of strings.
2133
2134 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2135
2136 * files.el: Rearrange functions and variables in the file local
2137 variables section.
2138
2139 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2140
2141 * files.el: Add truncate-lines, ispell-check-comments and
2142 ispell-local-dictionary as safe local variables.
2143
2144 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2145
2146 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2147 out of scope variables.
2148 (gud-speedbar-buttons): Use unless.
2149
2150 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2151 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2152 (gdb-show-changed-values): Also use for out of scope variables.
2153 (gdb-var-update-handler-1): Note if variable goes out of scope.
2154
2155 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2156
2157 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2158 default to global variable values for unsupplied args.
2159 (rcirc-get-buffer-create): Fix bug with setting the target.
2160 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2161 test for rcirc-always-use-server-buffer-flag here.
2162 (rcirc-response-formats): Add %N, which is a facified nick. %n
2163 uses the default face. Change the ACTION format string. If the
2164 "nick" is the server, don't print anything for that field.
2165 Comment fixes.
2166 (rcirc-target-buffer): Don't test
2167 rcirc-always-use-server-buffer-flag here.
2168 (rcirc-print): Squeeze extra spaces out of the text before message.
2169 (rcirc-put-nick-channel): Strip potential "@" char from nick
2170 before adding them to nick table.
2171 (rcirc-url-regexp): Improve to match address like "foo.com".
2172
2173 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2174
2175 * allout.el (allout-hidden-p): Move this defsubst before
2176 allout-overlay-interior-modification-handler, where it is first
2177 used.
2178
2179 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2180
2181 * allout.el: Use allout invisible-text overlays instead of
2182 selective display for concealed text. Also, lots of general
2183 cleanup, and improved compatibility code.
2184
2185 (allout-version) Incremented, corrected, revised, and refined
2186 module commentary.
2187
2188 (provide 'allout): Moved to the bottom, added a require of overlay.
2189
2190 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2191 `except-current'.
2192 (allout-write-file-hook-handler): Minimize delay.
2193 (count-trailing-whitespace-region): New function so
2194 auto-encryption of current topic can resituate cursor exactly.
2195 PGP/GPG encryption trims trailing whitespace from lines, which
2196 must be accounted for across encryption then decryption.
2197
2198 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2199 just plain "\C-c", to avoid intruding on user's keybinding space.
2200
2201 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2202 parameter, so user request to provide a new password is done.
2203
2204 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2205 Refined mechanism for auto-filling behavior while in allout mode.
2206
2207 (allout-mode): Explicitly specify the mode map in the docstring.
2208 Clarify provision for various write-file hook var names.
2209 Adjusted for invisible-text overlays instead of selective-display.
2210
2211 (allout-depth): Really return 0 if not within any topic. This
2212 rectifies `allout-beginning-of-level' and sequence numbering
2213 errors that occur when cutting and pasting numbered topics.
2214 Changed from a in-line subst to a regular function, as well.
2215
2216 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2217
2218 (allout-end-of-subtree, allout-end-of-subtree)
2219 (allout-end-of-entry, allout-end-of-current-heading)
2220 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2221 (allout-show-children, allout-show-to-offshoot)
2222 (allout-hide-current-entry, allout-show-current-entry): Rectified
2223 handling of trailing blank lines between items.
2224
2225 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2226 (allout-current-depth, allout-unprotected, allout-hidden-p)
2227 (allout-on-current-heading-p, allout-listify-exposed)
2228 (allout-chart-subtree, allout-goto-prefix)
2229 (allout-back-to-current-heading, allout-get-body-text)
2230 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2231 (allout-hide-region-body, allout-toggle-subtree-encryption)
2232 (allout-encrypt-string, allout-encrypted-key-info)
2233 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2234 (allout-file-vars-section-data): Adjusted for use with
2235 invisible-text overlays instead of selective-display.
2236
2237 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2238 Reworked for use with invisible text overlays.
2239
2240 (allout-current-topic-collapsed-p): New function.
2241
2242 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2243 to know when to close the containing topic.
2244
2245 (allout-pre-command-business, allout-post-command-business):
2246 Simplify undo-batching and dynamic isearch exposure.
2247
2248 (allout-set-overlay-category): New for invisible-text overlays.
2249 Sets properties of allout-overlay-category, used by
2250 allout-flag-region to set invisible-text overlay properties.
2251 (allout-get-invisibility-overlay): Get the first qualifying
2252 invisibility overlay, so we can find the extent of it.
2253 (allout-back-to-visible-text): Get to just before the beginnining
2254 of the current invisibility overlay, if any.
2255
2256 (allout-overlay-insert-in-front-handler)
2257 (allout-overlay-interior-modification-handler)
2258 (allout-before-change-handler, allout-isearch-end-handler): New
2259 functions to handle extraordinary actions affecting concealed
2260 text.
2261
2262 (allout-flag-region): Use overlays instead of selective-display
2263 for invisible text - by inheritence from the properties of
2264 allout-overlay-category in mainline Emacs, and applied
2265 property-by-property in XEmacs, some recent versions of which
2266 don't inherit the properties from the category. Provisions to
2267 respond to concealed-text edits simplified drastically.
2268
2269 (allout-isearch-rectification, allout-isearch-was-font-lock)
2270 (allout-isearch-expose, allout-enwrap-isearch)
2271 (allout-isearch-abort, allout-pre-was-isearching)
2272 (allout-isearch-prior-pos, allout-isearch-did-quit)
2273 (allout-isearch-dynamic-expose)
2274 (allout-hide-current-entry-completely): Functions deleted.
2275
2276 (allout-undo-aggregation): Explicit undo aggregation no longer
2277 necessary due to transition away from selective-display.
2278
2279 (set-allout-regexp, allout-up-current-level)
2280 (allout-next-visible-heading, allout-forward-current-level)
2281 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2282 (allout-kill-line, allout-yank-processing, allout-show-children)
2283 (allout-expose-topic, allout-old-expose-topic)
2284 (allout-listify-exposed, allout-insert-latex-header)
2285 (allout-toggle-subtree-encryption, allout-encrypt-string)
2286 (remove-from-invisibility-spec, allout-hide-current-subtree):
2287 Ditched unused variables.
2288
2289 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2290
2291 * textmodes/ispell.el (ispell-change-dictionary): Call
2292 ispell-buffer-local-dict instead of
2293 ispell-accept-buffer-local-defs.
2294 (ispell-local-dictionary-alist): Accept as valid any coding-system
2295 supported by Emacs.
2296 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2297 changed to iso-8859-3.
2298
2299 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2300
2301 * speedbar.el (speedbar-frame-width): Make an inline function
2302 instead of a macro. Use frame-width.
2303 (speedbar-try-completion, speedbar-update-contents)
2304 (speedbar-timer-fn): Use consp.
2305 (speedbar-update-localized-contents): Try to preserve point.
2306
2307 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2308 (menu): Re-order menu items.
2309 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2310 field.
2311 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2312 (gdb-post-prompt): Speed things by not forcing update.
2313
2314 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2317 press and perform default action if we get a mouse movement event.
2318
2319 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2320
2321 * calendar/icalendar.el (icalendar--get-event-property)
2322 (icalendar--get-event-property-attributes): Fix typos in
2323 docstrings.
2324
2325 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2326 docstring.
2327
2328 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2329
2330 * bs.el (bs-mode): Use `buffer-disable-undo'.
2331 (bs--get-file-name): Simplify.
2332 (bs-show-in-buffer): Mark the buffer as not modified.
2333
2334 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2337 widget-button-click.
2338
2339 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2340 (custom-mode): Update docstring.
2341
2342 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2343 binding.
2344
2345 * files.el (hack-local-variables-confirm): Allow scrolling if the
2346 file variable list is too long. Kill temp buffer after use.
2347
2348 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2349
2350 * progmodes/gud.el (gdb): Improve doc string.
2351 (gdb-script-font-lock-keywords): Expand allowed character set.
2352
2353 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2354 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2355 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2356 (gdb-separate-io-stop, gdb-separate-io-eof):
2357 Rename from gdb-inferior-* to gdb-separate-*.
2358 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2359
2360 2006-02-14 Jay Belanger <belanger@truman.edu>
2361
2362 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2363 expression is a symbol before checking that it is bound.
2364
2365 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2366 test to see if equation can be solved.
2367
2368 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2369
2370 * wid-edit.el (widget-button-click): Use :pressed-face property
2371 for overlay face, if it exists.
2372
2373 * cus-edit.el (custom-manual, custom-add-see-also)
2374 (custom-add-parent-links, custom-group-link): Add :pressed-face
2375 property to links.
2376
2377 * files.el (hack-local-variables): Remove ignored variables before
2378 checking if any variables need setting.
2379
2380 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2381
2382 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2383
2384 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2385
2386 * help.el (where-is): Fix message for remapped commands.
2387
2388 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2389 Fix typos in docstrings.
2390
2391 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2392
2393 * files.el (safe-local-variable-values): New option.
2394 (hack-local-variables-prop-line): Return a list of variable-value
2395 pairs if MODE-ONLY is non-nil.
2396 (hack-local-variables): Construct list of variable-value pairs,
2397 and apply or reject them in one go. Ask for confirmation if
2398 variables are not known safe.
2399 (hack-local-variables-confirm): Complete rewrite. Support
2400 `safe-local-variable-values'.
2401 (enable-local-variables): Update docstring to reflect new
2402 behavior.
2403 (ignored-local-variables): Ignore ignored-local-variables and
2404 safe-local-variable-values.
2405 (safe-local-variable-p): New function.
2406 (risky-local-variable-p): `safe-local-variable' property check
2407 moved to safe-local-variable-p.
2408 (hack-one-local-variable): Checks moved to hack-local-variables.
2409
2410 (byte-compile-dynamic, c-basic-offset, c-file-style)
2411 (c-indent-level, comment-column, fill-column, fill-prefix)
2412 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2413 (no-update-autoloads, outline-regexp, page-delimiter)
2414 (paragraph-start, paragraph-separate, sentence-end)
2415 (sentence-end-double-space tab-width, version-control):
2416 Add `safe-local-variable' property.
2417
2418 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2419
2420 * icomplete.el, play/landmark.el: Change nonexistent
2421 `outline-layout' file variable to `allout-layout'.
2422
2423 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2424
2425 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2426 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2427 to gud-comint-buffer.
2428 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2429 gdb-ui.el for gdb-mi.el.
2430 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2431 registers buffer to gdb-get-changed-registers.
2432 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2433 deletion of catchpoints (throw and catch).
2434 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2435 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2436 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2437 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2438 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2439
2440 2006-02-13 Jay Belanger <belanger@truman.edu>
2441
2442 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2443 expression is a symbol before checking that it is bound.
2444
2445 2006-02-13 Richard M. Stallman <rms@gnu.org>
2446
2447 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2448 for the minibuffer too, but not if resize-mini-windows will interfere.
2449
2450 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2451 inside `interactive' spec.
2452 (describe-key-briefly-internal, describe-key-internal):
2453 Functions merged back into their callers.
2454
2455 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2456
2457 * info.el (info-xref-visited): Inherit from info-xref too.
2458 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2459 when propertizing Info-current-file and Info-current-node.
2460
2461 2006-02-13 Juri Linkov <juri@jurta.org>
2462
2463 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2464 (tumme-thumb-name): Fix per-directory format.
2465
2466 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2467
2468 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2469
2470 2006-02-12 Miles Bader <miles@gnu.org>
2471
2472 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2473
2474 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2475
2476 * tumme.el: Remove history section. If someone needs the it, it
2477 can always be found in CVS.
2478
2479 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2480
2481 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2482 about the Thumbnail Managing Standard option.
2483
2484 2006-02-12 Richard M. Stallman <rms@gnu.org>
2485
2486 * subr.el (substitute-key-definition): Doc fix.
2487
2488 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2489
2490 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2491
2492 * info.el (Info-mode): Doc fix.
2493
2494 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2495
2496 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2497
2498 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2499 because on Solaris a POSIX compatible "id" is needed. Reported by
2500 Magnus Henoch <mange@freemail.hu>.
2501
2502 2006-02-12 Juri Linkov <juri@jurta.org>
2503
2504 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2505 (tumme) <defgroup>: Change :group to `multimedia'.
2506 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2507 Managing Standard.
2508 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2509 Fix dostring.
2510 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2511 and %y. Fix docstring.
2512 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2513 (tumme-cmd-create-standard-thumbnail-command): New user options.
2514 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2515 is `standard'. Fix docstring.
2516 (tumme-thumb-width, tumme-thumb-height): New user options.
2517 (tumme-external-viewer): Try to find various viewers.
2518 (tumme-get-thumbnail-image): Use `create-image' instead of
2519 constructing the `image' structure.
2520 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2521 `standard'.
2522 (tumme-thumb-name): Add file name generation for standard storage.
2523 Simplify code for other storages.
2524 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2525 Add modification time %m and thumbnail-nq8 %q.
2526 Use `tumme-cmd-create-standard-thumbnail-command' if
2527 tumme-thumbnail-storage is `standard'.
2528 (tumme-dired-insert-marked-thumbs): New autoload command.
2529 (tumme-dired-after-readin-hook): New function.
2530 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2531 `tumme-thumb-size'.
2532 (tumme-display-image): Replace size-x %x and size-y %y with
2533 width %w and height %h.
2534
2535 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2536 `tumme-dired-insert-marked-thumbs'.
2537
2538 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2539
2540 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2541 include path).
2542 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2543 matching tag.
2544
2545 2006-02-12 Miles Bader <miles@gnu.org>
2546
2547 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2548 New variables.
2549 (rcirc-abbrev-nick): New function.
2550 (rcirc-format-response-string): Rewrite to use the formats in
2551 `rcirc-response-formats' and expand escape sequences therein.
2552 A text-property `rcirc-text' is added over the actual response
2553 text to make easy to find inside the returned string.
2554 (rcirc-print): When filling, just look for the `rcirc-text'
2555 text-property to find the appropriate fill prefix, instead of
2556 using hardwired patterns.
2557
2558 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2559
2560 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2561 Managing Standard.
2562
2563 2006-02-11 Kim F. Storm <storm@cua.dk>
2564
2565 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2566 Don't use insert-buffer; do insert-buffer-substring directly.
2567 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2568
2569 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2570
2571 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2572 with inhibit-read-only. Suggested by Stefan Monnier.
2573 (revert-buffer): Let insert-file-contents discard
2574 buffer-undo-list. Simplify code.
2575 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2576
2577 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2578
2579 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2580
2581 * help.el (describe-key-briefly): Now a wrapper for
2582 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2583 to t. Populate yank-menu if empty.
2584 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2585 (describe-key): Now a wrapper for describe-key-internal. Bind
2586 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2587 (describe-key-internal): Renamed from describe-key.
2588
2589 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2590
2591 * progmodes/glasses.el (glasses-separator): Doc fix.
2592 (glasses-original-separator): New defcustom.
2593 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2594
2595 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2596
2597 * mwheel.el (mouse-wheel-up-event): Doc fix.
2598
2599 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2600
2601 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2602 (tumme-dir): New function. Copied from thumbs.el.
2603
2604 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2605
2606 * desktop.el (desktop-outvar): Fix typo.
2607 (desktop-save-buffer-p): Doc fix.
2608
2609 * subr.el (substitute-key-definition): Fix typo.
2610
2611 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2612
2613 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2614 when window-system is mac.
2615
2616 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2617
2618 2006-02-10 Kim F. Storm <storm@cua.dk>
2619
2620 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2621 indirect-function instead of using condition-case.
2622
2623 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2624
2625 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2626 less `colloquial'...
2627
2628 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2629
2630 * tumme.el: Add a couple of todo items.
2631
2632 2006-02-09 Lars Hansen <larsh@soem.dk>
2633
2634 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2635 (highlight-changes-mode): Don't change desktop-locals-to-save.
2636
2637 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2638
2639 * image-mode.el (image-toggle-display): Clear image cache if using
2640 filename.
2641
2642 2006-02-09 Masatake YAMATO <jet@gyve.org>
2643
2644 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2645 a `dired-man' target.
2646
2647 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2648 boundary of symbols.
2649
2650 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2651
2652 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2653
2654 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2655
2656 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2657 `mapcar'; return nil.
2658
2659 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2660
2661 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2662 some other event.
2663
2664 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2665
2666 * net/rcirc.el (rcirc-startup-channels-alist):
2667 Add irc.freenode.net and #emacs as defaults.
2668 (rcirc-ignore-all-activity-flag): Remove variable.
2669 (rcirc-authinfo): New variable.
2670 (rcirc-authinfo-filename): Remove variable.
2671 (rcirc-always-use-server-buffer-flag): New flag.
2672 (rcirc): M-x rcirc will automatically connect without prompting.
2673 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2674 connection in lisp.
2675 (rcirc-process-server-response-1): Remove everything but the nick
2676 portion of the sender so it doesn't need to be done everywhere
2677 else. Update related code.
2678 (global-map): Remove global keybindings.
2679 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2680 (rcirc-send-input): Split into several functions.
2681 (rcirc-process-input-line, rcirc-process-message)
2682 (rcirc-process-command): New functions.
2683 (rcirc-target-buffer): New function to determine where to route
2684 messages.
2685 (rcirc-user-nick): Save match data.
2686 (rcirc-toggle-ignore-buffer-activity)
2687 (rcirc-update-activity-string): Remove global ignore functionality,
2688 which can be done now by toggling rcirc-track-minor-mode.
2689 (rcirc-track-minor-mode-map): New keymap.
2690 (rcirc-track-minor-mode): New minor-mode.
2691 (ignore): Make the ignore output nicer. Always print it when
2692 adding or removing nicks.
2693 (rcirc-url-regexp): Improve.
2694 (rcirc-mangle-text): Remove properties before using text in the
2695 modeline.
2696 (rcirc-authenticate): Authentication data comes from
2697 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2698 (rcirc-server-prefix): Inherit from rcirc-server.
2699
2700 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2701
2702 * Makefile.in (compile): Append "|| true" to the end of the `find'
2703 command, like compile-always does.
2704
2705 2006-02-08 Sam Steingold <sds@gnu.org>
2706
2707 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2708 output from a dead connection.
2709
2710 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2711
2712 * dired.el (dired-mode-map): Add more bindings for tumme.
2713
2714 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2715
2716 * wdired.el (wdired-mode-map): Use remap.
2717 (wdired-get-filename): Massage.
2718 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2719 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2720 `keymap' property rather than `local-map'.
2721
2722 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2723
2724 * tumme.el (tumme-get-thumbnail-image): New utility function.
2725 Suggested by from Chong Yidong.
2726 (tumme-dired-with-window-configuration): Rename from
2727 `tumme-dired'. Add code to save window configuration.
2728 (tumme-restore-window-configuration): New command to restore the
2729 window configuration that `tumme-dired-with-window-configuration'
2730 saves before it changes the window configuration.
2731 (tumme-show-all-from-dir): New command to display thumbnails for
2732 all files in a directory entered by the user, like M-x thumbs.
2733 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2734 have been created.
2735 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2736 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2737 Remove obsolete test function.
2738
2739 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2740
2741 * vc.el (small-temporary-file-directory): Remove defvar; there's
2742 a defcustom for it in files.el.
2743
2744 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2745 Fix typo in message.
2746 (tumme-gallery-generate): Fix typo in `error' message.
2747 (tumme-display-window-height-correction)
2748 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2749 (tumme-line-up-interactive): Dox fixes.
2750 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2751 (tumme-restore-window-configuration, tumme-format-properties-string)
2752 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2753 Fix typos in docstrings.
2754
2755 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2756
2757 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2758
2759 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2760
2761 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2762 User should use hook if desired.
2763
2764 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2765 buffer if necessary.
2766 (gdb-delete-frame-or-window): New function.
2767 (gdb-breakpoints-mode-map): Bind "q" to it.
2768
2769 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * textmodes/nroff-mode.el: Clean up name space.
2772 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2773 (nroff-mode): Obey the global setting of nroff-electric-mode.
2774 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2775
2776 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2777
2778 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2779
2780 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2781
2782 2006-02-06 Lars Hansen <larsh@soem.dk>
2783
2784 * generic-x.el (etc-fstab-generic-mode): Add file system types
2785 cifs and usbdevfs. Allow special chars in file names.
2786
2787 2006-02-05 Jay Belanger <belanger@truman.edu>
2788
2789 Update copyright notices of the files in lisp/calc.
2790
2791 2006-02-05 Romain Francoise <romain@orebokech.com>
2792
2793 Update copyright notices of all files in the lisp/play directory.
2794
2795 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2796
2797 * ldefs-boot.el: Regenerate.
2798
2799 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2800
2801 2006-02-05 Kim F. Storm <storm@cua.dk>
2802
2803 * files.el (magic-mode-regexp-match-limit): New defvar.
2804 (set-auto-mode): Use it to limit magic-mode-alist matching.
2805
2806 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2807
2808 * simple.el (display-message-or-buffer): Compare the number of
2809 characters to the frame width when determining whether a 1-line
2810 message string will fit in the echo area. Count screen lines
2811 instead of buffer lines when determining whether a multi-line
2812 message will fit in the echo area/minibuffer window.
2813
2814 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2815
2816 * info.el (Info-index, Info-mode): Improve the description of the
2817 `i' command.
2818
2819 * ldefs-boot.el: Regenerate.
2820
2821 2006-02-03 Werner Lemberg <wl@gnu.org>
2822
2823 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2824 greedy to find the closing bracket in \*[...] and similar
2825 expressions. This is a first rough fix -- many additional
2826 refinements are necessary to make nroff mode really usable with groff.
2827
2828 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2829
2830 * international/mule-cmds.el (set-locale-environment):
2831 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2832 libX11.
2833
2834 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2835
2836 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2837 archive are created in archive-tmpdir.
2838
2839 2006-02-02 John Paul Wallington <jpw@pobox.com>
2840
2841 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2842 (ibuffer-fontification-alist): Use it.
2843 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2844 to "* z" and the Ibuffer Mark menu.
2845
2846 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2847
2848 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * textmodes/table.el (*table--cell-describe-mode)
2851 (*table--cell-describe-bindings): Undo last change since
2852 print-help-return-message is not obsoleted by anything at all.
2853
2854 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2855
2856 * emulation/cua-base.el (cua-mode): Doc fix.
2857
2858 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2859
2860 * dframe.el (dframe-handle-make-frame-visible)
2861 (dframe-handle-iconify-frame, dframe-get-focus)
2862 (dframe-select-attached-frame, dframe-power-click)
2863 (dframe-frame-mode): Fix typos in docstrings.
2864
2865 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2866 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2867 Fix typos in docstrings.
2868
2869 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2870 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2871 (hi-lock-archaic-interface-message-used)
2872 (hi-lock-file-patterns-range): Fix typos in docstrings.
2873
2874 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2875 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2876
2877 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2878 Fix typo in docstring.
2879
2880 * net/newsticker.el (newsticker--decode-iso8601-date)
2881 (newsticker--set-customvar, newsticker--buffer-insert-item)
2882 (newsticker--do-run-auto-mark-filter)
2883 (newsticker--parse-generic-feed): Doc fixes.
2884 (newsticker--retrieval-timer-list, newsticker-url-list)
2885 (newsticker-hide-immortal-items-in-echo-area)
2886 (newsticker-hide-obsolete-items-in-echo-area)
2887 (newsticker-new-item-face, newsticker--enclosure)
2888 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2889 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2890 (newsticker--parse-generic-feed, newsticker--cache-contains)
2891 (newsticker--stat-num-items, newsticker-download-enclosures):
2892 Fix typos in docstrings.
2893
2894 * net/rcirc.el (rcirc-debug): Doc fix.
2895 (rcirc-fill-column, rcirc-receive-message-hooks)
2896 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2897 (rcirc-mode, rcirc-generate-new-buffer-name)
2898 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2899 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2900 Fix typos in docstrings.
2901 (rcirc-print): "?\ " -> "?\s".
2902 (rcirc-cmd-join): Improve argument/docstring consistency.
2903
2904 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2905
2906 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2907 before narrow-to-region.
2908
2909 2006-02-01 Richard M. Stallman <rms@gnu.org>
2910
2911 * simple.el (move-beginning-of-line): Scan properly for invis change.
2912
2913 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2914
2915 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2916
2917 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2918 change bit only when id-format is 'integer. Reported by Matt
2919 Hodges <M.P.Hodges@rl.ac.uk>.
2920
2921 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2922
2923 * hilit-chg.el (highlight-changes-initial-state)
2924 (highlight-changes-global-initial-state): Doc fixes.
2925 (highlight-changes-global-modes, global-highlight-changes):
2926 Fix typos in docstrings.
2927
2928 2006-02-01 Kim F. Storm <storm@cua.dk>
2929
2930 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2931 transient-mark-mode in doc string.
2932
2933 2006-01-31 Richard M. Stallman <rms@gnu.org>
2934
2935 * replace.el (multi-occur): Doc fix.
2936 (multi-occur-in-matching-buffers): Rename from
2937 multi-occur-by-filename-regexp. Prefix arg says match
2938 buffer names instead of file names.
2939
2940 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * bs.el: Allow non-default values of `bs-header-lines-length'.
2943 (bs--running-in-xemacs): Remove (not needed anymore).
2944 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2945 instead of `shrink-window', thus avoiding having to compute the
2946 height of the window.
2947 (bs--up): Wrap around even when there's no header.
2948 (bs--down): Use `forward-line' instead of `next-line'.
2949
2950 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2951
2952 * image-mode.el (image-toggle-display): Use file name if possible,
2953 instead of unnecessarily allocating a (possibly huge) lisp string.
2954
2955 2006-01-30 John Paul Wallington <jpw@pobox.com>
2956
2957 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2958 because the `assert' macro signals it at runtime.
2959
2960 * emacs-lisp/cl.el (toplevel): Remove definition of
2961 `cl-assertion-failed' condition.
2962
2963 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2964
2965 * thumbs.el (thumbs-marked-list): Make buffer-local and
2966 permanent-local.
2967 (thumbs-insert-thumb): Make help-echo non-sticky.
2968 (thumbs-file-alist): Use eolp as check for (non)-image.
2969
2970 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2971
2972 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2973 (ediff-before-session-group-setup-hooks)
2974 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2975 Fix typos in docstrings.
2976
2977 * window.el (bw-dir, bw-eqdir, balance-windows)
2978 (split-window-keep-point): Fix typos in docstrings.
2979
2980 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2981 (org-quote-string, org-calendar-to-agenda-key)
2982 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2983 (org-show-following-heading, org-tags-column)
2984 (org-use-tag-inheritance, org, org-allow-space-in-links)
2985 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2986 (org-enable-table-editor, org-calc-default-modes)
2987 (org-table-allow-automatic-line-recalculation)
2988 (org-export-html-style, org-export-with-fixed-width)
2989 (org-export-with-sub-superscripts, org-special-keyword)
2990 (org-formula, org-time-grid, org-table-may-need-update)
2991 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2992 (org-goto-quit, org-get-indentation, org-end-of-item)
2993 (org-move-item-down, org-move-item-up)
2994 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2995 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2996 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2997 (org-agenda-log-mode, org-agenda-toggle-diary)
2998 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2999 (org-agenda-file-to-end, org-agenda-no-heading-message)
3000 (org-agenda-get-closed, org-format-agenda-item)
3001 (org-cmp-priority, org-cmp-category, org-cmp-time)
3002 (org-agenda-change-all-lines, org-agenda-diary-entry)
3003 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3004 (org-link-search, org-camel-to-words, org-open-file)
3005 (org-remember-handler, org-table-convert-region)
3006 (org-table-move-row-down, org-table-move-row-up)
3007 (org-table-copy-region, org-table-wrap-region)
3008 (org-table-toggle-vline-visibility)
3009 (org-table-get-vertical-vector, org-table-modify-formulas)
3010 (org-table-get-specials, org-recalc-commands)
3011 (org-table-rotate-recalc-marks, org-table-eval-formula)
3012 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3013 (org-level-color-stars-only, org-insert-heading):
3014 Fix typos in docstrings.
3015 (last-arg): Add defvar.
3016
3017 * makefile.w32-in (WINS): Add erc.
3018 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3019
3020 2006-01-29 Bill Wohler <wohler@newt.com>
3021
3022 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3023 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3024 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3025 (mh-autoloads): Don't use comments on otherwise empty lines.
3026
3027 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3028
3029 * emulation/viper.el (viper-major-mode-modifier-list): Add
3030 insert-state and vi-state entries for erc-mode.
3031 (viper-go-away, viper-set-hooks): Add and remove
3032 viper-comint-mode-hook from erc-mode-hook as appropriate.
3033
3034 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3035
3036 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3037
3038 * bs.el (bs--format-aux): Implement `middle' alignment as
3039 described in the docstring for `bs-attributes-list'.
3040 (bs--get-name): Simplify. Don't pad the buffer name.
3041
3042 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3043
3044 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3045 English aspell dictionary is installed, use the first entry of
3046 ispell-dictionary-alist-1.
3047
3048 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3049
3050 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3051 Doc fix.
3052
3053 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3054
3055 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3056 for `process-file', in order to let it work for older Emacsen too.
3057
3058 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3059
3060 * international/latexenc.el: Add a suitable `coding:' tag.
3061 (latexenc-find-file-coding-system): Undo last change.
3062
3063 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3064
3065 * international/latexenc.el (latexenc-find-file-coding-system):
3066 Make sure latexenc-main-file is a regular file and is readable.
3067
3068 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3069
3070 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3071 Pass FILE to vc-user-login-name.
3072
3073 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3074
3075 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3076
3077 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3078 there are no more images to display.
3079 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3080 the next image.
3081
3082 2006-01-26 Richard M. Stallman <rms@gnu.org>
3083
3084 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3085
3086 * wid-edit.el (advertised-widget-backward): New alias.
3087 (widget-keymap): Use advertised-widget-backward for S-TAB.
3088
3089 * tumme.el: Correct the keywords.
3090 (tumme-dir-max-size): Use defvar.
3091 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3092
3093 * simple.el (move-beginning-of-line): Take account of fields.
3094 (clone-indirect-buffer-other-window): Take args like
3095 clone-indirect-buffer, and work like it.
3096
3097 * help-fns.el (describe-function): Don't pass `nil' as default.
3098
3099 * files.el (risky-local-variable-p): Follow var aliases.
3100
3101 * subr.el (lazy-completion-table): Doc fix.
3102
3103 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3104 global binding of `line'.
3105
3106 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3107
3108 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3109 Tramp.
3110
3111 * vc.el (vc-default-dired-state-info): Pass FILE to
3112 vc-user-login-name.
3113 (vc-default-update-changelog): Don't use vc-user-login-name, we
3114 don't need it here.
3115
3116 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3117 no longer necessary.
3118
3119 2006-01-25 Kenichi Handa <handa@m17n.org>
3120
3121 * international/mule.el (decode-char): Avoid the overhead of
3122 calling utf-lookup-subst-table-for-decode if
3123 utf-translate-cjk-mode is nil.
3124 (encode-char): Avoid the overhead of calling
3125 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3126 nil.
3127
3128 2006-01-22 Kenichi Handa <handa@m17n.org>
3129
3130 * international/mule.el (make-subsidiary-coding-system): Reset
3131 `coding-system-define-form' property of subsidiaries to nil.
3132 Avoid duplicated entry in coding-system-alist.
3133 (make-coding-system): Avoid duplicated entry in
3134 coding-system-alist.
3135 (define-coding-system-alias): Likewise.
3136
3137 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3138
3139 * completion.el: Minor fixes in introductory comment.
3140 (completion-def-wrapper): Fix alist.
3141
3142 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3143
3144 * thumbs.el (thumbs-new-image-size): New function.
3145 (thumbs-increment-image-size-element)
3146 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3147 (thumbs-decrement-image-size): Delete.
3148 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3149 temp files and use to resize.
3150 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3151 Use increment argument to enlarge/shrink. Preserve point.
3152 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3153 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3154 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3155 (thumbs-mark, thumbs-unmark): Preserve point.
3156 (thumbs-modify-image): Keep old temp files and use to modify.
3157 Cleanup old temp files at load time. Preserve point.
3158 (thumbs-view-image-mode-map): Use new command names.
3159
3160 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3163
3164 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3165 the nastiest part of the cyclic dependency.
3166 (cal-menu-update): Use dotimes and calendar-increment-month.
3167
3168 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3169 (calendar-week-start-day): Add an :initializer.
3170 (calendar-mode-map): Use suppress-keymap, and command remapping.
3171 (describe-calendar-mode): Setup xref-stack info for the back button.
3172 (calendar-star-date): Insert before delete.
3173 (calendar-set-mode-line): Add file-modified info if applicable.
3174 (calendar-increment-month): New function.
3175
3176 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3177
3178 * font-lock.el (lisp-font-lock-keywords-2):
3179 Recognize "& keywords" only at word boundaries.
3180
3181 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3182
3183 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3184 and permanent-local.
3185 (thumbs-max-image-number): New variable.
3186 (thumbs-do-thumbs-insertion): Use them.
3187 (thumbs-per-line): Change default to 4.
3188 (thumbs-marked-list): Rename from thumbs-markedL.
3189 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3190 (thumbs-rename-images): Use -list instead of L for internal variables.
3191 (thumbs-call-convert): Use call-process instead of shell-command.
3192 (thumbs-insert-thumb): Add filename as help-echo to each image.
3193 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3194 Give dir to thumbs-show-thumbs-list.
3195 (thumbs-show-thumbs-list): Set default-directory to that of images.
3196 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3197 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3198 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3199 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3200
3201 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3202
3203 * ses.el (ses-read-cell): Provide a default value.
3204
3205 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3206
3207 * term/w32-win.el (image-library-alist): Add additional names for
3208 GIF library.
3209
3210 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3211
3212 * international/latexenc.el (latexenc-find-file-coding-system):
3213 Add file-regular-p check.
3214
3215 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 * simple.el (clone-buffer): Don't show the new buffer in the same
3218 window.
3219
3220 2006-01-23 Juri Linkov <juri@jurta.org>
3221
3222 * faces.el (link, link-visited): New faces based on default values
3223 of `info-xref' and `info-xref-visited'.
3224
3225 * info.el (info-xref): Inherit from `link'.
3226 (info-xref-visited): Inherit from `link-visited'.
3227
3228 * cus-edit.el (custom-buffer-create-internal): Use widget type
3229 `custom-manual' instead of `info-link' and don't set properties
3230 `button-face' and `mouse-face' explicitly.
3231 (custom-browse-group-tag, custom-browse-variable-tag)
3232 (custom-browse-face-tag): Inherit from widget class
3233 `custom-group-link' instead of `push-button'.
3234 (custom-button-unraised): Inherit from `underline' face.
3235 (custom-link): Inherit from `link' face. Fix doc and group.
3236 (custom-add-parent-links, custom-group-value-create): Don't set
3237 properties `button-face' and `mouse-face' explicitly for
3238 `custom-group-link' widget.
3239 (custom-group-link): Add properties `button-face' and `mouse-face'
3240 to widget definition.
3241 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3242 editable-field's :keymap property.
3243 (custom-mode): Fix docstring: substitute keybindings for
3244 `widget-forward' and `widget-backward' from `widget-keymap',
3245 `widget-complete' from `custom-field-keymap', replace old
3246 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3247
3248 * desktop.el (desktop-load-file): Check for `fboundp' before
3249 calling `symbol-function'.
3250
3251 * simple.el (clone-buffer, clone-indirect-buffer)
3252 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3253 `read-string'. Fix prompts.
3254
3255 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3256
3257 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3258
3259 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3260
3261 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3262
3263 * startup.el (inhibit-splash-screen, initial-scratch-message):
3264 Doc fixes.
3265
3266 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3267
3268 Sync with Tramp 2.0.52.
3269
3270 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3271 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3272 `tramp-unload-tramp' for checklist.
3273
3274 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3275 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3276 (tramp-unload-file-name-handler-alist)
3277 (tramp-unload-tramp): New defuns.
3278 (tramp-advice-PC-expand-many-files): New defadvice.
3279 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3280 removed.
3281 (tramp-handle-expand-file-name): Remove double slash.
3282 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3283 It doesn't matter, because it will be converted later on.
3284 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3285 implementation was just heuristic.
3286 (tramp-post-connection): Set uid and gid properties.
3287 (tramp-convert-file-attributes): Set file's gid change bit.
3288 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3289 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3290 in case of su(do)? methods. The home directory of the local user
3291 will be taken else.
3292 (tramp-open-connection-telnet)
3293 (tramp-open-connection-rsh, tramp-open-connection-su)
3294 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3295 local shell prompt could hurt. Reported by Romain Francoise
3296 <romain@orebokech.com>.
3297 (tramp-let-maybe): Add `edebug-form-spec' property.
3298 (tramp-handle-expand-file-name): Bind `default-directory' locally
3299 to "/" in order to avoid problems with UNC shares or Cygwin
3300 mounts.
3301 (tramp-md5-function): Fix typo in error message.
3302
3303 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3304
3305 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3306 for byte-compiler pacification.
3307
3308 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3309
3310 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3311 ID-FORMAT `string'. This allows us to get rid of
3312 `vc-user-login-name UID'.
3313
3314 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3315
3316 2006-01-22 John Paul Wallington <jpw@pobox.com>
3317
3318 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3319
3320 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3321
3322 * emacs-lisp/find-func.el (find-definition-noselect)
3323 (find-variable-noselect): Search variables in C source code too.
3324 (find-function-C-source, find-function-noselect, find-function)
3325 (find-function-other-frame, find-variable-noselect, find-variable)
3326 (find-variable-other-frame, find-variable-at-point):
3327 Fix docstrings.
3328
3329 2006-01-21 Francesco Potorti` <pot@gnu.org>
3330
3331 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3332
3333 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3334
3335 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3336 Default to disabling the "Save affix" question.
3337
3338 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3339
3340 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3341 the first arg to run-python.
3342
3343 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3344
3345 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3346 is not loaded.
3347
3348 2006-01-20 Jay Belanger <belanger@truman.edu>
3349
3350 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3351 limit is 0.
3352
3353 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3354 the correct variable.
3355
3356 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3357
3358 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3359 link. Fixed buggy argument sequence in call to `org-view-tags'.
3360 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3361 (org-prefix-has-tag): New variable.
3362 (org-format-agenda-item): Remove tags from headline if
3363 appropriate.
3364 (org-agenda-remove-tags-when-in-prefix): New option.
3365 (org-get-tags-at): New function.
3366
3367 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3368
3369 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3370 (thumbs-find-image): Move image name and number from buffer name
3371 to mode name. Set thumbs-buffer. Preserve point so that large
3372 images remain visible.
3373 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3374 order.
3375 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3376 mode name.
3377 (thumbs-next-image, thumbs-previous-image): Make them work.
3378
3379 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3380
3381 * cus-edit.el (custom-buffer-create-internal): State in the text above
3382 the whole buffer buttons that they do not operate on hidden items.
3383 (custom-face-menu): Use `custom-face-save' instead of
3384 `custom-face-save-command'.
3385 (custom-face-save-command): Make it an alias for `custom-face-save'
3386 and declare it obsolete.
3387 (custom-face-save): Doc fix.
3388
3389 * dired.el (dired-no-confirm): Add quote.
3390 (dired-subdir-alist-pre-R): Add quote in
3391 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3392
3393 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3394
3395 * textmodes/table.el (table-mode-indicator): Typo in last change.
3396
3397 2006-01-19 Richard M. Stallman <rms@gnu.org>
3398
3399 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3400 Fixes bug reported in Nov 2005.
3401
3402 * isearch.el (isearch-forward): Doc fix.
3403
3404 * dired.el (dired-move-to-filename-regexp): Define as alias.
3405 (dired-no-confirm): Use defcustom.
3406 (dired-subdir-alist-pre-R): Put defvar at top level.
3407
3408 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3409
3410 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3411 Mark as risky.
3412
3413 * simple.el (set-mark-command): Doc fix.
3414 (clone-indirect-buffer-other-window):
3415 Read arg like clone-indirect-buffer.
3416 (move-beginning-of-line): Skip invisible newlines.
3417
3418 2006-01-19 Masatake YAMATO <jet@gyve.org>
3419
3420 * progmodes/cpp.el (cpp-edit-load): Make the order of
3421 listed conditions in a base C code buffer and its associate
3422 CPP Edit buffer the same.
3423
3424 2006-01-19 Kenichi Handa <handa@m17n.org>
3425
3426 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3427 (rmail-mime-feature): Likewise.
3428 (rmail-require-mime-maybe): Use display-warning to show a warning
3429 message.
3430
3431 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3432 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3433
3434 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 * array.el: Move defvars out of eval-when-compile.
3437 (array-make-template): Replace undeclared global var with a local one.
3438 (array-mode): Inline initialization functions.
3439 (array-init-local-variables, array-init-max-row)
3440 (array-init-max-column, array-init-columns-per-line)
3441 (array-init-field-width, array-init-rows-numbered)
3442 (array-init-line-length, array-init-lines-per-row): Remove.
3443
3444 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3445 (doc-mode-map): Define explicitly.
3446 (doctor-txtype): Use mapc.
3447
3448 * textmodes/table.el: Move defvars out of eval-when-compile.
3449 Remove harmful code meant to avoid byte-compiler warnings.
3450 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3451 specification that checks table-fixed-width-mode directly.
3452 (table-recognize-region, table-recognize-cell):
3453 Use restore-buffer-modified-p.
3454 (table-fixed-width-mode): Remove code that refreshes
3455 table-fixed-mode-indicator.
3456 (*table--cell-describe-bindings, *table--cell-describe-mode):
3457 Avoid obsolete name print-help-return-message.
3458 (table--test-cell-list): Don't use replace-regexp from elisp.
3459 (table--point-entered-cell-function, table--point-left-cell-function):
3460 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3461
3462 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3463 that was after the end of file. Use buffer-file-name variable.
3464 (org-timestamp-change): Use with-current-buffer.
3465 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3466 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3467 `file'.
3468
3469 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3470 (fortran-break-line): Remove unused var `opoint'.
3471 (fortran-abbrev-start): Obey help-event-list.
3472
3473 2006-01-18 Jesper Harder <harder@phys.au.dk>
3474
3475 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3476
3477 2006-01-18 Masatake YAMATO <jet@gyve.org>
3478
3479 * progmodes/make-mode.el (makefile-imake-mode): New mode
3480 derived from makefile-mode.
3481 (makefile-imake-mode-syntax-table): New syntax table
3482 derived from makefile-mode-syntax-table.
3483 (makefile-mode): Write about makefile-imake-mode in doc string.
3484 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3485 (makefile-imake-font-lock-keywords): New font lock keywords.
3486
3487 * files.el (auto-mode-alist): Add Imakefile.
3488
3489 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3490
3491 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3492 loading the file rather than when turning on flyspell-mode.
3493
3494 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3495
3496 * cus-edit.el (customize-rogue): Minor doc fix.
3497
3498 2006-01-17 Juri Linkov <juri@jurta.org>
3499
3500 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3501 instead of the file at the mark as default if the file at the mark
3502 is the same as the file at point or if dired-dwim-target-directory
3503 is not the same as the current directory and the mark is not active.
3504
3505 * log-view.el (log-view-minor-wrap): Use the same logic to get
3506 revisions as `log-view-diff'.
3507
3508 * info.el (Info-revert-find-node): Check for Info-current-file
3509 before preserving new-history.
3510
3511 * man.el (Man-heading-regexp): Add `/'.
3512
3513 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3514 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3515
3516 2006-01-16 Juri Linkov <juri@jurta.org>
3517
3518 * faces.el (mode-line-faces): New defgroup.
3519 (mode-line-highlight): Move definition after new defgroup.
3520 (mode-line, mode-line-inactive, mode-line-highlight):
3521 Replace :group `modeline' with `mode-line-faces'.
3522 (mode-line-buffer-id): New face.
3523 (modeline-buffer-id): New face alias.
3524 (vertical-border): Remove :group `modeline'.
3525
3526 * bindings.el (propertized-buffer-identification): Use face
3527 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3528 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3529 (mode-line-buffer-identification-keymap): For mouse-1 replace
3530 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3531 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3532 mouse-3.
3533
3534 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3535 Buffer-menu-buffer. Doc fix.
3536 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3537 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3538 `Buffer-menu-buffer'.
3539
3540 * info.el (Info-mode-line-node-keymap): New defvar.
3541 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3542 Propertize Info-current-node with `mode-line-buffer-id' and
3543 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3544
3545 * time.el (display-time-mail-face): Replace :group `faces' with
3546 `mode-line-faces'.
3547
3548 2006-01-16 Kenichi Handa <handa@m17n.org>
3549
3550 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3551
3552 * language/european.el (cp1252): New alias for windows-1252.
3553
3554 * international/mule.el (autoload-coding-system): Prepare for EOL
3555 variants.
3556
3557 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3558
3559 * term.el (term-raw-map): Add mapping for insert.
3560 (term-send-insert): New.
3561 (term-mode): Make variables local here instead of doing it in
3562 `term-emulate-terminal'.
3563 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3564 Scroll reverse needs to take into account the scroll region.
3565 Saving and restoring the cursor should save the color attributes too.
3566 (term-reset-terminal): Reset the scroll region.
3567 (term-handle-ansi-escape): Cursor up and down should take into
3568 account the scroll region.
3569 (term-set-scroll-region): Rename from `term-scroll-region'.
3570 Move to 0,0 after setting the region.
3571 (term-handle-scroll): Handle scroll up.
3572 (term-down): Fix off by one error.
3573 (term-delete-lines): Do not delete outside the scroll region.
3574 (term-insert-lines): Take into account the scroll region.
3575
3576 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3577
3578 * textmodes/ispell.el (ispell-internal-change-dictionary)
3579 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3580 (start, end): Move declaration outside of eval-when-compile.
3581
3582 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3583 (flyspell-mode-on): Use it.
3584
3585 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3586 ispell-kill-ispell-hook.
3587
3588 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3589
3590 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3591 (Custom-reset-saved): Do not ask for confirmation in single option
3592 buffers.
3593
3594 2006-01-13 Richard M. Stallman <rms@gnu.org>
3595
3596 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3597
3598 2006-01-13 Romain Francoise <romain@orebokech.com>
3599
3600 * add-log.el (add-change-log-entry, change-log-merge):
3601 Conditionally use `hard-newline'.
3602
3603 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3604
3605 * wid-edit.el (widget-field-end): If the overlay is no longer
3606 associated with a buffer, behave as if the overlay didn't exist.
3607
3608 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3609 Make sure the links use the `custom-link' face.
3610
3611 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3614 (ld-script-mode): Don't set indent-line-function since we don't
3615 have one.
3616
3617 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3618
3619 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3620 application.
3621 (org-file-apps-defaults-gnu): Use mailcap as the default for
3622 selecting an application on a UNIX system.
3623 (org-agenda-show-tags): New command.
3624 (org-table-insert-hline): Keep cursor in current table line.
3625 (org-table-convert): Offset effect of modifying
3626 `org-table-insert-hline'.
3627 (org-format-agenda-item): New optional argument TAG.
3628 (org-compile-prefix-format): Handle %T format for the tag.
3629 (org-expand-wide-chars): New function.
3630 (org-table-insert-row, org-table-insert-hline):
3631 Use `org-expand-wide-chars'.
3632 (org-open-file): Fix bug in program launch.
3633 (org-get-time-of-day): Fix bug with times before 1am.
3634 (org-agenda-menu): Add tags commands.
3635
3636 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3637
3638 * textmodes/ispell.el (ispell-init-process): Include the used
3639 dictionary in ispell process start message.
3640 (ispell-internal-change-dictionary): When flyspell-mode is active
3641 and dictionary is changed, make sure ispell process is restarted
3642 and flyspell word cache cleared out for the current buffer.
3643 (ispell-change-dictionary): Make sure flyspell word cache is
3644 cleared out in all buffers with active flyspell mode when
3645 dictionary is globally changed.
3646 Call ispell-internal-change-dictionary after dictionary change.
3647
3648 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3649
3650 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3651
3652 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3653 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3654 years. Fix small differences wrt Makefile.in.
3655 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3656 Makefile.in does.
3657
3658 2006-01-12 Bill Wohler <wohler@newt.com>
3659
3660 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3661 mh-search.el.
3662
3663 2006-01-12 Masatake YAMATO <jet@gyve.org>
3664
3665 * progmodes/ld-script.el: Update copyright year.
3666
3667 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3668
3669 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3670 Don't add widget if setting undefined.
3671
3672 2006-01-12 John Paul Wallington <jpw@pobox.com>
3673
3674 * help-fns.el (describe-variable): Remove newlines from void
3675 variable output.
3676
3677 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3678
3679 * wdired.el (wdired-mode-map): Add help echo for
3680 wdired-abort-changes.
3681
3682 * man.el (Man-file-name-regexp): Adjust for a list of files.
3683
3684 2006-01-12 Masatake YAMATO <jet@gyve.org>
3685
3686 * progmodes/ld-script.el (auto-mode-alist): Support
3687 suffix conventions used in netbsd and eCos.
3688
3689 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3690
3691 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3692 (custom-variable-menu, custom-face-menu, custom-group-menu)
3693 (Custom-mode-menu): Change names of menu items. (As discussed on
3694 emacs-devel.)
3695 (custom-face-menu): Add "Undo Edits" item.
3696
3697 * startup.el (init-file-user): defcustom -> defvar.
3698
3699 * tooltip.el (tooltip-mode): Doc fix.
3700
3701 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3702
3703 * reveal.el (reveal-post-command): window-buffer signals an error on
3704 dead windows rather than returning nil.
3705 (reveal-open-new-overlays): An overlay might die while we open others.
3706
3707 2006-01-11 Bill Wohler <wohler@newt.com>
3708
3709 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3710 phrasing in docstring.
3711
3712 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3713 can give some systems gas. Add new file mh-buffers.el.
3714
3715 2006-01-06 Masatake YAMATO <jet@gyve.org>
3716
3717 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3718 C preprocessor forward ported from GNU Emacs 21.2.
3719
3720 * progmodes/asm-mode.el (asm-font-lock-keywords):
3721 Use `cpp-font-lock-keywords'.
3722
3723 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3724
3725 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3726 of $ for "\\.ld[s]?".
3727
3728 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3731 (tcl-indent-line): Return `noindent' if inside a string.
3732
3733 * progmodes/flymake.el (flymake-split-string): Remove more than one
3734 empty string at beg/end of the result.
3735 (flymake-find-buildfile, flymake-find-possible-master-files):
3736 Use expand-file-name.
3737 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3738 since expand-file-name does it for us. Use directory-file-name.
3739 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3740 (flymake-ler-get-type, flymake-ler-get-text)
3741 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3742 (flymake-current-line-no): Remove spurious interactive spec.
3743 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3744 (flymake-check-include): Remove arg inc-path merged into inc-name.
3745 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3746 Arg regexp-list replaced by a simple regexp.
3747 (flymake-master-make-header-init, flymake-master-tex-init):
3748 Correspondingly replace regexp-list with a regexp. Fix regexp.
3749
3750 2006-01-10 Simon Josefsson <jas@extundo.com>
3751
3752 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3753 describing AUTH PLAIN fix.
3754
3755 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3756
3757 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3758 (report-emacs-bug): Don't record initial prompt text.
3759 Instead, add text properties to prompting text.
3760 (report-emacs-bug-hook): Delete prompting text.
3761
3762 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3763
3764 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3765 `dirs'. Adjust callers.
3766
3767 2006-01-09 John Paul Wallington <jpw@gnu.org>
3768
3769 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3770
3771 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * reveal.el (reveal-open-new-overlays): New extracted fun.
3774 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3775 using them. Simplify the code.
3776 (reveal-post-command): Use them. Fix up obsolete windows in
3777 reveal-open-spots.
3778
3779 * progmodes/flymake.el: Use `require' rather than autoload for
3780 XEmacs's overlays.
3781 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3782 Delete. Use file-relative-name instead.
3783 (flymake-get-syntax-check-program-args, flymake-perl-init):
3784 Simplify the resulting code.
3785
3786 * log-view.el (log-view-file-re, log-view-message-re): Add support
3787 for DaRCS output.
3788
3789 2006-01-09 Alex Schroeder <alex@gnu.org>
3790
3791 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3792 identifiers sometimes added in square brackets at the beginning of
3793 subject lines.
3794
3795 2006-01-07 Richard M. Stallman <rms@gnu.org>
3796
3797 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3798 (Custom-reset-current, Custom-reset-saved): Change question text.
3799 (Custom-reset-standard): Likewise.
3800 (custom-variable-reset-saved): Doc fix.
3801
3802 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3803
3804 * startup.el (init-file-user): Doc fix.
3805
3806 2006-01-07 Alex Schroeder <alex@gnu.org>
3807
3808 * mail/rmail.el (rmail-current-subject): New function.
3809 (rmail-current-subject-regexp): New function.
3810 (rmail-next-same-subject): Use it.
3811
3812 * mail/rmailsum.el (rmail-summary-by-topic):
3813 Use rmail-current-subject and rmail-current-subject-regexp.
3814 (rmail-summary-next-same-subject): Ditto.
3815
3816 * net/rcirc.el (rcirc-send-input): No longer check whether the
3817 process is open, since not all commands need an open process.
3818 (rcirc-send-string): Check whether the process is open before
3819 sending anything.
3820 (rcirc-ignore-list): New option.
3821 (rcirc-ignore-list-automatic): New variable.
3822 (rcirc-print): Take rcirc-ignore-list into account.
3823 (rcirc-cmd-ignore): New command.
3824 (rcirc-ignore-update-automatic): New function.
3825 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3826 list if ignored nicks.
3827 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3828
3829 2006-01-06 David Reitter <david.reitter@gmail.com>
3830
3831 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3832 reflect the address to which the report will be sent.
3833
3834 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3835
3836 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3837 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3838
3839 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3840
3841 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3842
3843 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3844 the doc string: "functoin" => "function".
3845 * ldefs-boot.el: Likewise.
3846
3847 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3848 message text: "Duplicat" => "Duplicate".
3849
3850 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3851
3852 * files.el (basic-save-buffer-2): If backing-up failed, reset
3853 buffer-backed-up to nil.
3854
3855 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3856
3857 * progmodes/gud.el (gdb-script-skip-to-head)
3858 (gdb-script-calculate-indentation): Indent for breakpoint command
3859 lists also.
3860
3861 2006-01-05 Bill Wohler <wohler@newt.com>
3862
3863 * Makefile.in (compile-always): Add mh-autoloads dependency.
3864 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3865 provides it.
3866 (updates): Remove mh-autoloads dependency, since it probably has
3867 already run recently (via recompile).
3868
3869 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3870
3871 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3872 argument `force' to disable the flyspell-last-buffer optimization.
3873 (flyspell-mode-on): Use it.
3874
3875 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3876 flymake-simple-cleanup.
3877 (flymake-allowed-file-name-masks): Use this new default.
3878 All the functions are now called in the right buffer rather than
3879 passing the buffer as argument.
3880 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3881 (flymake-parse-err-lines): Remove redundant buffer arg.
3882 (flymake-get-program-dir): Comment out unused function.
3883 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3884 Remove redundant buffer argument.
3885 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3886 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3887
3888 2006-01-05 Richard M. Stallman <rms@gnu.org>
3889
3890 * info.el (Info-find-node): Don't record previous node if have none.
3891 (info): Go to directory only if history is empty.
3892
3893 * simple.el (mark): Doc fix.
3894
3895 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3896
3897 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3898 already of desired type.
3899 (mac-ae-list): Coerce parameter to "list" type.
3900 (mac-dispatch-apple-event): Replace cadr part of event with a
3901 dummy position so that event-start returns it.
3902
3903 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3904
3905 * textmodes/org.el (org-end-of-subtree): New function.
3906 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3907 Use `org-end-of-subtree'.
3908 (org-agenda, org-agenda-convert-date): Protect calls to
3909 `fit-window-to-buffer'.
3910 (org-tags-view): Force matching of sublevels when doing a
3911 todo-only search. Define the correct redo command, including the
3912 arguments.
3913 (org-agenda-redo): Display message.
3914 (org-check-for-org-mode): New function.
3915 (org-agenda-type): New variable.
3916 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3917 Set `org-agenda-type'.
3918 (org-agenda-check-type): New function.
3919 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3920 (org-agenda-week-view, org-agenda-day-view)
3921 (org-agenda-next-date-line, org-agenda-previous-date-line)
3922 (org-agenda-log-mode, org-agenda-toggle-diary)
3923 (org-agenda-toggle-time-grid, org-agenda-date-later)
3924 (org-agenda-date-prompt, org-agenda-diary-entry)
3925 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3926 (org-agenda-convert-date, org-agenda-menu):
3927 Use `org-agenda-check-type'.
3928 (org-make-overlay, org-delete-overlay)
3929 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3930 New compatibility functions.
3931 (org-calendar-select-mouse): New command.
3932
3933 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3934
3935 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3936 (Custom-reset-standard): Fix y-or-n-p messages.
3937 (custom-link): New face for links.
3938 (custom-buffer-create-internal, custom-manual): Use it.
3939 (custom-face-save): Push to theme-face before setting face spec.
3940
3941 * wid-edit.el (widget-default-mouse-face-get): New function.
3942 (widget-specify-button): Handle mouse-face like button-face.
3943
3944 * custom.el (load-theme): Clear old theme settings if reloading.
3945
3946 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3947
3948 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3949 "Erase Customization" button back to same position it occupies in
3950 the individual State menus.
3951
3952 2006-01-04 Kim F. Storm <storm@cua.dk>
3953
3954 * wid-edit.el (key-sequence): Rework widget to read key binding
3955 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3956 (widget-key-sequence-default-value): Default value for empty sequence.
3957 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3958 (widget-key-sequence-read-event): New command for C-q.
3959 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3960 (widget-key-sequence-value-to-external): New functions.
3961
3962 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3965 Use expand-file-name.
3966 (flymake-delete-temp-directory): Use expand-file-name,
3967 file-name-directory, and directory-file-name.
3968 (flymake-strrchr): Delete.
3969 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3970 to the init-f function.
3971 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3972 (flymake-init-find-buildfile-dir)
3973 (flymake-init-create-temp-source-and-master-buffer-copy)
3974 (flymake-simple-make-init-impl, flymake-simple-make-init)
3975 (flymake-master-make-init, flymake-master-make-header-init)
3976 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3977 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3978 (flymake-xml-init): Remove corresponding redundant buffer argument.
3979 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3980 the default anyway. Clean up regexps.
3981
3982 * progmodes/flymake.el (flymake-temp-source-file-name)
3983 (flymake-master-file-name, flymake-temp-master-file-name)
3984 (flymake-base-dir): New buffer-local vars.
3985 (flymake-buffer-data, flymake-get-buffer-value)
3986 (flymake-set-buffer-value): Replace those hash-tables by the new
3987 buffer-local vars. Update callers.
3988
3989 * progmodes/flymake.el (flymake-check-start-time)
3990 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3991 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3992 Move definition, so we can remove redundant earlier declaration.
3993 (flymake-replace-regexp-in-string, flymake-split-string)
3994 (flymake-get-temp-dir): Use defalias.
3995 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3996 (flymake-xemacs-window-edges): Remove unused function.
3997 (flymake-get-point-pixel-pos): Move.
3998 (flymake-pid-to-names, flymake-reg-names)
3999 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4000 Replace by a simple list flymake-processes and by process-buffer.
4001 Update callers. Other than simplify the code, it uses buffers rather
4002 than buffer-names so it doesn't get confused by uniquify.
4003 (flymake-buffer-data): The global value should just be nil.
4004
4005 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4006 Optimize the body of a defalias like any other code.
4007
4008 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4009 Make sure we've setup font-lock's vars. It may influence which
4010 function we then call.
4011 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4012 here since it's too late anyway.
4013
4014 2006-01-03 Romain Francoise <romain@orebokech.com>
4015
4016 * startup.el (fancy-splash-tail, normal-splash-screen):
4017 Update copyright year.
4018
4019 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4020
4021 * mouse.el (mouse-drag-track): Rename, from
4022 `mouse-drag-region-1'. Includes optional argument required to
4023 enable post-drag event processing (e.g. delete region keys).
4024 Can be used without this argument to track a mouse region and operate
4025 on it as soon as the drag completes.
4026 (mouse-drag-region): Use `mouse-drag-track'.
4027
4028 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4031 Move to `custom-buffer' group.
4032
4033 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4034 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4035 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4036 (custom-theme-face-menu): New variables.
4037 (custom-theme-add-variable, custom-theme-variable-action)
4038 (custom-variable-reset-theme, custom-theme-delete-variable)
4039 (custom-face-reset-theme, custom-theme-face-action)
4040 (custom-theme-delete-face, custom-theme-merge-theme)
4041 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4042
4043 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * custom.el: Move Custom Themes commentary to start of theme code.
4046 (custom-known-themes): Rename `standard' theme to `changed'.
4047 (custom-push-theme): Caller no longer specifies what theme to use
4048 when doing `reset'---the setting is simply removed from the theme.
4049 Delete MODE from `theme-value' and `theme-settings' properties.
4050 (custom-declare-theme): Ignore &rest args since we don't use them.
4051
4052 (custom-loaded-themes): Delete variable.
4053 (custom-theme-load-themes, custom-theme-loaded-p)
4054 (custom-theme-value): Delete functions.
4055
4056 (custom-declare-theme): Signal error on invalid theme names.
4057 (provide-theme): custom-loaded-themes was deleted.
4058 (load-theme): Load the file unconditionally.
4059 (enable-theme): Call `load-theme' if theme is undefined.
4060 (custom-enabled-themes): Only update value for successful loads.
4061 (disable-theme): Complete from enabled themes when interactive.
4062 (custom-variable-theme-value): Calculate theme value directly.
4063
4064 (custom-theme-reset-variables, custom-reset-variables): Mark as
4065 XEmacs compatibility functions. We don't actually use these.
4066
4067 * cus-edit.el (custom-variable-state-set):
4068 Use custom-variable-theme-value instead of custom-theme-value.
4069 (custom-face-state-set): Rename `standard' theme to `changed'.
4070 (custom-save-variables, custom-save-faces): Delete unneeded
4071 references to custom-reset-variables.
4072 (custom-save-resets): Delete function.
4073 (custom-save-variables, custom-save-faces): MODE argument deleted.
4074 (custom-save-variables, custom-save-faces): Ignore theme values.
4075
4076 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4077 compatibility function.
4078
4079 2006-01-01 Richard M. Stallman <rms@gnu.org>
4080
4081 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4082 (Custom-reset-current, Custom-reset-saved): Likewise.
4083 (Custom-reset-standard): Show message if aborted.
4084 (custom-mode): Doc fix, describing those commands.
4085
4086 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4087 put on event-kind property.
4088
4089 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4090
4091 * custom.el (provide-theme): Ban `user' theme name.
4092 (custom-enabling-themes): New variable.
4093 (enable-theme): Don't enable user if custom-enabling-themes is t.
4094 (custom-enabled-themes): Make it a defcustom.
4095 (custom-theme-recalc-face): No-op if face is undefined.
4096
4097 * cus-edit.el (custom-button-mouse): New variable.
4098 (custom-button-mouse): New face.
4099 (custom-raised-buttons, custom-mode): Use it.
4100
4101 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4102
4103 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4104
4105 * progmodes/gud.el (gud-display-line): Support hl-line in the
4106 source buffer.
4107
4108 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4109
4110 * mouse.el (mouse-drag-window-above): Verify that the found window
4111 overlaps with the given window in the horizontal dimension.
4112
4113 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4114
4115 * Makefile.in (cvs-update): New target.
4116
4117 * makefile.w32-in (cvs-update): Ditto.
4118
4119 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4122 (custom-new-theme-mode-map): New variable.
4123
4124 2005-12-30 Richard M. Stallman <rms@gnu.org>
4125
4126 * custom.el (custom-load-themes): Function deleted.
4127
4128 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4129 (custom-save-variables): Don't delete or add custom-load-themes call.
4130
4131 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4132
4133 * cus-start.el: Add `visible-cursor'.
4134
4135 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4136 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4137 (flymake-process-filter): Switch to buffer before calling it instead.
4138 (flymake-post-syntax-check, flymake-highlight-err-lines)
4139 (flymake-delete-own-overlays, flymake-parse-err-lines)
4140 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4141 (flymake-count-lines, flymake-parse-residual):
4142 Remove constant buffer argument.
4143 (flymake-start-syntax-check-for-current-buffer): Remove.
4144 Update callers to use flymake-start-syntax-check instead.
4145 (flymake-display-err-menu-for-current-line):
4146 Remove unused var `mouse-pos'.
4147 (flymake-restore-formatting): Comment out unused function.
4148 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4149 argument, use current-buffer instead. Update callers.
4150
4151 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4152
4153 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4154 buffer-local because choose-completion-delete-max-match requires
4155 that we set completion-ignore-case (i.e., binding via let is not
4156 sufficient).
4157 (bibtex-complete): Always set completion-ignore-case and
4158 choose-completion-string-functions. The latter is needed because
4159 choose-completion-string-functions keeps its value if we quit the
4160 *Completions* buffer without requesting a completion.
4161
4162 2005-12-30 Andreas Schwab <schwab@suse.de>
4163
4164 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4165
4166 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4167
4168 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4169
4170 2005-12-30 Juri Linkov <juri@jurta.org>
4171
4172 * locate.el (locate-fcodes-file, locate-header-face)
4173 * progmodes/delphi.el (delphi-other-face)
4174 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4175
4176 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4177 group `paren-showing-faces'.
4178
4179 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4180 (goto-address): Fix docstring.
4181
4182 * net/webjump.el (webjump-sample-sites): Update URLs.
4183
4184 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4185
4186 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4187
4188 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * font-lock.el (font-lock-compile-keywords): Signal an error when
4191 font-lock-set-defaults hasn't been called.
4192
4193 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4194
4195 * subr.el (noreturn, 1value): Doc fixes.
4196
4197 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4198
4199 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4200 that assoc-string returns nil.
4201
4202 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4203
4204 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4205 (bibtex-entry-type-str, bibtex-empty-field-re)
4206 (bibtex-search-backward-string, bibtex-preamble-prefix)
4207 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4208 (bibtex-any-valid-entry-type): New variable.
4209 (bibtex-parse-field-name): Simplify.
4210 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4211 (bibtex-preamble-prefix): Include left delimiter.
4212 (bibtex-search-forward-field, bibtex-search-backward-field):
4213 Allow unbounded search past entry boundaries (required by bibtex-pop).
4214 (bibtex-text-in-field-bounds): Use push.
4215 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4216 (bibtex-parse-preamble, bibtex-valid-entry)
4217 (bibtex-beginning-first-field): New functions.
4218 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4219 (bibtex-map-entries): Fix docstring.
4220 (bibtex-flash-head): New arg prompt. Simplify.
4221 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4222 (bibtex-insert-kill): Simplify. Always insert text past the
4223 current field or entry.
4224 (bibtex-format-entry): Use bibtex-parse-field.
4225 (bibtex-pop): Use bibtex-beginning-of-entry and
4226 bibtex-end-of-entry to initiate the search. Insert empty field if
4227 we found ourselves.
4228 (bibtex-print-help-message): New args field and comma.
4229 Handle entry keys.
4230 (bibtex-make-field): Use bibtex-beginning-of-entry.
4231 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4232 invalid entry.
4233 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4234 Handle preambles. Simplify code for thorough test.
4235 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4236 New arg comma. Handle entry heads.
4237 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4238 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4239 New arg comma.
4240 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4241 (bibtex-fill-field): Simplify.
4242 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4243 bibtex-parse-field.
4244 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4245 (bibtex-complete): Use bibtex-parse-preamble.
4246
4247 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4248
4249 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4250 Display name of expression instead of convenience variable.
4251 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4252
4253 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4254 toggle-gud-tooltip-dereference.
4255 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4256 (gud-tooltip-tips): ...here when dereferencing.
4257
4258 2005-12-28 Bill Wohler <wohler@newt.com>
4259
4260 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4261
4262 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4265 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4266 (vc-annotate-display-autoscale): Adjust call.
4267 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4268 Fix interactive spec.
4269 (vc-annotate-time-span): Remove.
4270 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4271 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4272 (vc-annotate-display-select): Use new name.
4273
4274 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4275 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4276 Correct the construction of span entries. Simplify.
4277 (vc-annotate-display-select): Fix the nil case.
4278 (vc-annotate): Remove obsolete (and now broken) code.
4279 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4280 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4281
4282 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4283
4284 * subr.el (lazy-completion-table): Correct typo in docstring.
4285
4286 * startup.el (command-line): Use `custom-reevaluate-setting' for
4287 `send-mail-function'.
4288
4289 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4290
4291 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4292
4293 * mail/smtpmail.el (smtpmail-try-auth-methods):
4294 Send credentials together with "AUTH PLAIN" command.
4295
4296 2005-12-27 Richard M. Stallman <rms@gnu.org>
4297
4298 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4299 mouse-2, go back to previously selected window, so it's selected
4300 when mouse-2 command runs.
4301
4302 2005-12-27 Juri Linkov <juri@jurta.org>
4303
4304 * descr-text.el (describe-text-sexp): Use square brackets for
4305 button [Show] to distinguish it from the property value `show'.
4306 (describe-property-list): Use `insert-text-button' with
4307 `help-face' type instead of putting face in quotes, because button
4308 is not created automatically for a list of faces.
4309 (describe-text-properties-1): Put button-type value in quotes to
4310 distinguish from plain text "button".
4311 (describe-char): Display code point values in hex. Don't use
4312 `symbol-name' for `current-input-method' because it is a string.
4313 Use `insert-text-button' with `help-face' type instead of putting
4314 hardcoded face in quotes, because button is not created automatically.
4315
4316 2005-12-27 Richard M. Stallman <rms@gnu.org>
4317
4318 * progmodes/glasses.el (glasses-face): More specific custom type.
4319
4320 * files.el (set-visited-file-name): Doc fix.
4321
4322 * textmodes/flyspell.el (flyspell-external-point-words):
4323 Use local var buffer-scan-pos to advance scan for next misspelling.
4324 Advance it only after we find the misspelling.
4325
4326 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4327
4328 * textmodes/flyspell.el (flyspell-external-point-words):
4329 New criteria for finding the misspelling in the buffer.
4330
4331 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4332
4333 * help-mode.el (help-insert-string): Set help-xref-stack-item
4334 rather than call help-setup-xref.
4335
4336 * descr-text.el (describe-char): Revert previous changes for
4337 optional buffer argument.
4338
4339 2005-12-27 Juri Linkov <juri@jurta.org>
4340
4341 * help-mode.el (help-insert-string): New function. Save buffer
4342 contents in cases where it is impossible to recompute the old contents.
4343
4344 * descr-text.el (describe-char): Set help-xref-stack-item
4345 explicitly after buffer has been generated.
4346
4347 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4348
4349 * cus-start.el (all): Add x-gtk-show-hidden-files.
4350
4351 2005-12-26 Richard M. Stallman <rms@gnu.org>
4352
4353 * replace.el (perform-replace): Calculate match-again
4354 before skipping read-only matches.
4355
4356 * paren.el (paren-showing-faces): New group.
4357 (show-paren-match, show-paren-mismatch): Move to that group.
4358
4359 * button.el (button): Put into group `basic-faces'.
4360
4361 * progmodes/make-mode.el: Remove faces from group `faces'.
4362
4363 * apropos.el (apropos, apropos-value): Doc fix.
4364 (apropos-documentation): Doc fix.
4365
4366 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * subr.el (lazy-completion-table): Remove argument `args'.
4369
4370 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4371 Don't use the `args' argument of lazy-completion-table.
4372
4373 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4374
4375 * descr-text.el (describe-char): Add optional argument for buffer.
4376 Set buffer appropriately. Call help-setup-xref.
4377 Suggested by Stefan Monnier.
4378
4379 2005-12-26 Juri Linkov <juri@jurta.org>
4380
4381 * descr-text.el: Require `help-fns' at runtime. Don't require
4382 `button' for byte compilation.
4383 (describe-text-widget): Add `help-echo' for first button.
4384 Use `help-info' for second.
4385 (describe-property-list): Use `help-argument-name' instead of `italic'.
4386 (describe-text-category): Add prompt to interactive spec.
4387 Call `help-setup-xref'.
4388 (describe-char): Use `help-character-set'. Add `help-echo' for
4389 code point. Use `help-input-method'. Remove superfluous insert.
4390
4391 2005-12-25 Richard M. Stallman <rms@gnu.org>
4392
4393 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4394 at point, in case of narrowing.
4395
4396 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4397
4398 * locate.el (locate-header-face): Allow nil in type.
4399
4400 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4401
4402 2005-12-25 Romain Francoise <romain@orebokech.com>
4403
4404 * battery.el (battery-linux-proc-acpi): Also try
4405 `/proc/acpi/thermal_zone/THM0/temperature'.
4406
4407 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4408
4409 * custom.el (custom-push-theme): Fix docstring.
4410
4411 * cus-edit.el (custom-variable-set, custom-variable-save)
4412 (custom-variable-save): Custom-quote widget values.
4413 (customize-save-variable): Fix custom-push-theme call.
4414
4415 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4416
4417 * w32-fns.el (w32-batch-update-autoloads): New function.
4418
4419 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4420 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4421 from the command line.
4422
4423 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4424
4425 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4426 reset means to remove setting from theme entirely. Don't keep
4427 expanding theme-settings list; delete old entries if necessary.
4428
4429 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4430 customization" button one line up.
4431 (custom-themed): New face.
4432 (custom-magic-alist): New value, THEMED, for theme settings.
4433 (custom-variable-state-set, custom-face-state-set):
4434 Check theme-value instead of saved-value.
4435 (custom-variable-reset-standard, custom-face-reset-standard):
4436 Remove theme setting entirely. Recalculate new values.
4437 (custom-variable-set, custom-variable-set)
4438 (custom-variable-reset-saved, custom-variable-reset-backup)
4439 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4440 (custom-variable-save): Fix typos.
4441
4442 2005-12-23 Juri Linkov <juri@jurta.org>
4443
4444 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4445 Add autoload cookies.
4446 (edebug-outside-d-c-i-n-s-w): New variable.
4447 (edebug-display, edebug-outside-excursion): Use it to save the
4448 original value of default-cursor-in-non-selected-windows.
4449 Set default-cursor-in-non-selected-windows to t while Edebug
4450 is active.
4451 (edebug-mode, edebug-eval-mode): Doc fix.
4452
4453 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4454 with `buffer-substring-no-properties' to remove common substring
4455 highlighting.
4456
4457 * info.el (info-other-window, info): Rename function argument
4458 `file' to `file-or-node'.
4459 (Info-complete-menu-item): Use local variable `complete-nodes' to
4460 keep the global value of `Info-complete-nodes' unchanged for
4461 subsequent completions.
4462 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4463
4464 * simple.el (get-next-valid-buffer, last-buffer)
4465 (next-error-buffer-p, next-error-find-buffer)
4466 (minibuffer-history-sexp-flag): Doc fix.
4467
4468 * savehist.el (savehist-mode-hook): Add `:group'.
4469
4470 * log-view.el: Call autoload for vc-find-version.
4471 (log-view-current-file): Adjust subgroup numbers.
4472 (log-view-current-tag): Add `length'.
4473
4474 2005-12-23 Richard M. Stallman <rms@gnu.org>
4475
4476 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4477
4478 2005-12-23 Juri Linkov <juri@jurta.org>
4479
4480 * hi-lock.el (hi-lock-archaic-interface-message-used)
4481 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4482 (hi-lock-mode): Display "Hi" in the mode line only when
4483 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4484 (hi-lock-write-interactive-patterns):
4485 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4486 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4487 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4488 font-lock-add-keywords to t.
4489
4490 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4491
4492 * hi-lock.el (hi-lock-highlight-range): New variable.
4493 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4494 only if font-lock-fontified is non-nil. Remove overlays.
4495 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4496 font-lock-fontified is non-nil, otherwise use overlays (instead of
4497 text properties).
4498 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4499 New variables.
4500 (hi-lock-string-serialize) New function.
4501
4502 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4503
4504 * menu-bar.el (menu-find-file-existing): New function.
4505 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4506
4507 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4508
4509 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4510
4511 * vc.el: Remove unnecessary leading * in docstrings.
4512 (vc-annotate-mode-map): Move initialization into declaration.
4513 (vc-static-header-alist): Nitpick on the regexp.
4514 (vc-default-init-version): New fun.
4515 (vc-register): Use it.
4516 (vc-insert-headers): Use dolist.
4517 (vc-annotate-get-backend): Remove unused function.
4518 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4519 (vc-annotate-mode): Remove corresponding call.
4520 (vc-annotate-car-last-cons): Simplify.
4521 (vc-annotate-buffers): Remove var.
4522 (vc-annotate-backend): Make it buffer-local.
4523 (vc-annotate): Move the interaction to the interactive spec.
4524 Add a `buf' argument.
4525 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4526 killing&creating a vc-annotate buffer, which is very disruptive when
4527 the buffers are shown in dedicated frames.
4528
4529 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4530
4531 * descr-text.el: Add FSF as maintainer.
4532 (describe-text-mode, describe-text-mode-map)
4533 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4534 help-mode.
4535 (describe-text-widget, describe-text-sexp)
4536 (describe-property-list, describe-text-category)
4537 (describe-text-properties, describe-text-properties-1)
4538 (describe-char): Use help buttons instead of widgets.
4539 (describe-char-unicodedata-file): Make URL link in doc string.
4540
4541 2005-12-22 Richard M. Stallman <rms@gnu.org>
4542
4543 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4544 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4545 Don't include buttons that write a file when there's no file.
4546 (custom-variable-menu, custom-face-menu, custom-group-menu):
4547 Don't include commands that write a file when there's no file.
4548 (customize-browse): Reword the top-of-buffer help intro.
4549 (custom-buffer-create-internal): Fix previous change.
4550 (customize-changed-options-previous-release): Prev release is 21.1.
4551 (customize-changed-options): Doc fix.
4552 (customize-changed): New alias.
4553 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4554 Say "standard values".
4555 (Custom-reset-standard): Doc fix.
4556 (custom-face-reset-standard): Doc fix.
4557
4558 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4561 even if font-lock-mode is non-nil since it may be t without having
4562 turned on font-lock-mode-internal.
4563 (font-lock-choose-keywords): Minor optimization.
4564 (font-lock-add-keywords, font-lock-remove-keywords)
4565 (font-lock-set-defaults): Don't call make-local-variable on a variable
4566 that we know to already be local.
4567
4568 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4569
4570 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4571 messages if in the minibuffer.
4572
4573 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4576 (tex-mode-flyspell-verify, flyspell-get-word)
4577 (flyspell-external-point-words): Don't use point-min/max uselessly.
4578
4579 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4580 by Kevin Rodgers. Instead, just hide the completions buffer if we
4581 don't need to show it.
4582
4583 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4584
4585 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4586
4587 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4590 delete-windows-on with an inexistent buffer.
4591
4592 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4593
4594 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4595 Delete defcustom variable :tag names.
4596
4597 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4600 (log-view-font-lock-keywords): Ajust subgroup numbers.
4601 (log-view-current-tag): Don't hard code the number of subgroups.
4602
4603 2005-12-20 Juri Linkov <juri@jurta.org>
4604
4605 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4606 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4607
4608 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4609 (menu-bar-non-minibuffer-window-p): Instead of checking
4610 display-multi-frame-p, use selected-frame when menu-updating-frame
4611 is nil.
4612
4613 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4614
4615 * align.el (align-rules-list): Use [ \t] instead of \s-
4616 for column separators in text mode.
4617
4618 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4619
4620 * help-mode.el (help-customize-variable, help-customize-face):
4621 Don't pop help-xref-stack as help-follow no longer pushes
4622 anything on to it.
4623
4624 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4625
4626 * textmodes/org.el (org-agenda-custom-commands): New option.
4627 (org-agenda): Offer custom commands on splash screen.
4628 (org-make-tags-matcher): Parser for Boolean logic added.
4629 (org-agenda-set-tags): New command.
4630 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4631 (org-set-tags): Efficiency improvements.
4632 (org-auto-align-tags): New option.
4633 (org-todo, org-demote, org-promote): Realign tags.
4634 (org-tags-completion-function): Use also "&" and "|" as separators.
4635 (org-org-menu): Agenda commands simplified.
4636
4637 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4638
4639 * cus-edit.el (customize-apropos, customize-apropos-options):
4640 Docstring changes.
4641
4642 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4643
4644 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4645
4646 * longlines.el (longlines-mode): Wrap while widened.
4647 (longlines-decode-region, longlines-encode-region): Compute max
4648 just once.
4649
4650 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4651
4652 * cus-edit.el (mac): New group.
4653
4654 * cus-start.el (all): Add user options in macterm.c. Add test for
4655 Mac-related built-ins. Fix test for GTK-related built-ins.
4656
4657 * term/mac-win.el (mac-handle-language-change)
4658 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4659 (mac-services-open-selection, mac-services-mail-selection)
4660 (mac-services-mail-to, mac-services-insert-text)
4661 (mac-dispatch-apple-event): Add docstrings.
4662 (x-get-selection, mac-select-convert-to-string): Select coding
4663 system from `utf-16be' and `utf-16le' using `byteorder'.
4664
4665 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4668 a "list" (lambda ...) rather than a real completion list.
4669
4670 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4671 lexical-let when encountering ((lambda (...) ...) ...).
4672
4673 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * progmodes/sh-script.el (sh-mode):
4676 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4677 * textmodes/picture.el (picture-mode): Update docstrings.
4678
4679 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4680
4681 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4682 commands enclosed in $(ARGQUOTE)s should not be split between two
4683 lines, as that will break with GNU Make >3.80, when sh.exe is used
4684 and arg quoting is with '..'.
4685 (autoloads): Don't break the quoted --eval expression between
4686 several lines.
4687
4688 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4691 Capture error from printing circular structures.
4692
4693 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4694
4695 * wid-edit.el (widget-checkbox-action): Clear undo info.
4696
4697 2005-12-16 Bill Wohler <wohler@newt.com>
4698
4699 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4700 bar, not menubar in comment.
4701
4702 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4705 After-change-functions should not clobber the match data.
4706
4707 2005-12-16 Juri Linkov <juri@jurta.org>
4708
4709 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4710 instead of `buffer-substring'.
4711 (completion-common-substring): Doc fix.
4712 (completion-setup-function): Use minibuffer-completion-contents
4713 instead of minibuffer-contents. Don't set common-string-length
4714 initially. Remove special handling of partial-completion-mode.
4715 Move computation of completion-base-size into one cond.
4716 Call completion-base-size-function in mainbuf. In computation of
4717 completion-base-size for file name completion don't move point to
4718 the end of the minibuffer. Move computation of common-string-length
4719 into one cond. Start putting faces only when common-string-length>=0.
4720 Add condition to put completions-common-part when
4721 common-string-length>0.
4722
4723 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4724 place point at the first different character in the minibuffer
4725 even if this position is at the beginning of the minibuffer.
4726
4727 * info.el (Info-read-node-name-1): In completion-base-size-function's
4728 lambda return 1 if common-substring or minibuffer-completion-contents
4729 starts with (, and 0 otherwise.
4730
4731 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4732 Use `crm-current-element' for second arg of `display-completion-list'.
4733
4734 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4735
4736 * files.el (set-auto-mode): Look for an interpreter specified on
4737 the first line also if search for mode specification succeeded,
4738 but the mode is not known.
4739
4740 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4741
4742 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4743 (org-open-at-point): Implement tag searches as links.
4744 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4745 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4746 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4747 (org-agenda-dispatch): New commands.
4748 (org-use-tag-inheritance, org-tags-column): New options.
4749 (org-tab-follows-link, org-return-follows-link): New options.
4750 (org-tags): New customize group.
4751 (org-start-icalendar-file): Get local time zone.
4752 (org-tags-completion-function): New function.
4753 (org-set-font-lock-defaults): Make sure links will also be
4754 highlighted inside headlines.
4755
4756 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4757
4758 * term.el (term-emulate-terminal):
4759 Let term-handle-ansi-terminal-messages override what Bash says about
4760 its current directory.
4761
4762 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4763
4764 * bindings.el (last-buffer): Move to simple.el.
4765 * simple.el (last-buffer): Move here.
4766 (get-next-valid-buffer): New function.
4767 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4768 (prev-buffer): Ditto. Rename to `previous-buffer'.
4769
4770 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4771 * bindings.el (global-map): Ditto.
4772
4773 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4774
4775 * cus-edit.el: Introductory comment change.
4776 (custom-magic-alist): Change message string for the `rogue' state.
4777
4778 2005-12-15 Richard M. Stallman <rms@gnu.org>
4779
4780 * tooltip.el: Delete defcustom variable :tag names.
4781
4782 * complete.el (partial-completion-mode): Doc fix.
4783
4784 * textmodes/flyspell.el (flyspell-external-point-words):
4785 Use save-excursion to ensure we don't move backward in the
4786 search loop, not even one character.
4787 (flyspell-delete-all-overlays): Use remove-overlays directly.
4788
4789 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4790 (ispell-start-process): Set that variable.
4791 Clear ispell-buffer-local-name.
4792 (ispell-internal-change-dictionary):
4793 Set ispell-current-dictionary after killing process.
4794 (ispell-buffer-local-dict):
4795 Don't set spell-personal-dictionary after killing process.
4796 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4797 (ispell-tex-skip-alists, ispell-html-skip-alists)
4798 (ispell-skip-region-alist): Mark as risky.
4799
4800 * net/newsticker.el (newsticker--retrieval-timer-list)
4801 (newsticker--display-timer, newsticker-running-p)
4802 (newsticker-ticker-running-p): Definitions moved up.
4803
4804 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4805
4806 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4807
4808 2005-12-15 David Ponce <david@dponce.com>
4809
4810 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4811 (recentf-edit-list, recentf-open-files): Signal an error when
4812 there is no recent file.
4813
4814 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4815
4816 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4817 read-only except for texinfo-format-region evaluation.
4818
4819 2005-12-14 Richard M. Stallman <rms@gnu.org>
4820
4821 * vc.el (vc-default-previous-version, vc-default-next-version)
4822 (vc-do-command): Doc fixes.
4823
4824 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4825
4826 * textmodes/bibtex.el (bibtex-expand-strings)
4827 (bibtex-autokey-expand-string, bibtex-name-part)
4828 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4829 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4830 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4831 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4832 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4833 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4834 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4835 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4836 (bibtex-beginning-of-last-entry): Remove.
4837 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4838 message if comma is missing but buffer is read-only.
4839 (bibtex-parse-field-text): Handle whitespaces at the end of field
4840 text. Return 3-element list with beginning and end of field text
4841 and end of field.
4842 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4843 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4844 (bibtex-search-forward-field, bibtex-search-backward-field):
4845 Search always delimited by limits of entry. Use more efficient
4846 search algorithms.
4847 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4848 bibtex-end-of-name-in-field.
4849 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4850 extracting the content of a field.
4851 (bibtex-text-in-field): Use search limits.
4852 (bibtex-parse-string-prefix): Handle empty string keys based on
4853 bibtex-string-empty-key.
4854 (bibtex-parse-string): Fix docstring.
4855 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4856 (bibtex-preamble-prefix, bibtex-strings): New functions.
4857 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4858 BibTeX entries (consistent with other BibTeX functions).
4859 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4860 (bibtex-search-entry): Fix docstring. Simplify.
4861 (bibtex-flash-head, bibtex-complete-string-cleanup)
4862 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4863 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4864 (bibtex-parse-entry): New optional arg content.
4865 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4866 Use bibtex-text-in-field-bounds.
4867 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4868 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4869 bibtex-parse-string-postfix.
4870 (bibtex-find-text-internal): New function.
4871 (bibtex-remove-delimiters): Use it.
4872 (bibtex-find-text): Use it. New optional arg help.
4873 (bibtex-complete): Handle BibTeX string and preamble entries.
4874 (bibtex-Preamble): Fix order of closing delimiters.
4875
4876 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * vc.el (vc-default-revert): New fun.
4879
4880 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4881
4882 2005-12-14 Romain Francoise <romain@orebokech.com>
4883
4884 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4885 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4886 (font-lock-remove-keywords): Likewise.
4887
4888 2005-12-14 Juri Linkov <juri@jurta.org>
4889
4890 * log-view.el (log-view-diff): Doc fix.
4891
4892 * isearch.el (isearch-query-replace): Use (mark) instead of
4893 isearch-opoint if mark is active in transient-mark-mode.
4894
4895 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4896
4897 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4898
4899 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4900
4901 * progmodes/cpp.el (cpp-face): New widget.
4902 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4903
4904 2005-12-14 Juri Linkov <juri@jurta.org>
4905
4906 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4907 around `erase-buffer' and `insert'.
4908
4909 * descr-text.el (describe-text-properties): Replace buffer name
4910 "*Help-2*" with "*Help*<2>".
4911 (describe-char): Add functions print-help-return-message,
4912 toggle-read-only. Use help-setup-xref with nil to not store
4913 describe-char in help-xref-stack. Use help-make-xrefs to
4914 make [back] button.
4915
4916 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4917
4918 * wdired.el (wdired-old-point): New internal variable.
4919 (wdired-change-to-wdired-mode): Set it buffer-locally.
4920 (wdired-abort-changes): Restore point after aborting changes.
4921
4922 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 * vc.el (vc-do-command): Add a new value t for okstatus.
4925
4926 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4927 frame in case of errors.
4928
4929 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4930
4931 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4932 so it comes after "On the Left" in the menu.
4933
4934 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4935
4936 * cus-edit.el (customize-apropos, customize-apropos-options)
4937 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4938
4939 2005-12-12 Bill Wohler <wohler@newt.com>
4940
4941 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4942 non-writable Subversion-controlled files by saving window
4943 configuration before calling vc-do-command. vc-do-command calls
4944 pop-to-buffer on error which is unexpected during registration.
4945
4946 2005-12-12 Jay Belanger <belanger@truman.edu>
4947
4948 * calc/README: Update the summary of changes.
4949
4950 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * descr-text.el (describe-char): Rework last fix to solve the problem
4953 is the same way it's solved for everything else in that function
4954 (i.e. by extracting the info before setting up the *Help* buffer).
4955
4956 2005-12-12 Kim F. Storm <storm@cua.dk>
4957
4958 * subr.el (version-regexp-alist): Allow space as separator before
4959 non-numeric part, e.g. "1.0 alpha".
4960 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4961
4962 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4963
4964 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4965 Implement Logging and the keep-modes setting.
4966 (org-get-category): Make sure a string is returned.
4967 (org-log-done): New function.
4968 (org-log-done, org-closed-string): New options.
4969
4970 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4971
4972 * tooltip.el (tooltip-y-offset): Change default to 20.
4973
4974 2005-12-12 Richard M. Stallman <rms@gnu.org>
4975
4976 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4977
4978 * frame.el (display-hourglass): Doc fix.
4979
4980 * help.el (help-for-help-internal): Simplify entry for `a'.
4981
4982 * info.el (Info-on-current-buffer): Doc fix.
4983 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4984
4985 * startup.el (inhibit-splash-screen): Make this the real name.
4986 (inhibit-startup-message): Make this the alias.
4987 (command-line): Find only simple.el, and use its directory
4988 to fill in other preloaded files' names.
4989 (command-line): Deactivate the mark if deactivate-mark is set.
4990
4991 * international/mule.el (load-with-code-conversion):
4992 Bind deactivate-mark.
4993
4994 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4995
4996 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4997
4998 * cus-edit.el (customize-apropos): Avoid listing an option more
4999 than once under different aliases. No longer list user options
5000 that are not defined with defcustom (unless a prefix arg is given).
5001 Doc fix.
5002 (customize-apropos-options): Doc fix.
5003
5004 2005-12-11 Juri Linkov <juri@jurta.org>
5005
5006 * frame.el (set-background-color, set-foreground-color)
5007 (set-cursor-color, set-mouse-color, set-border-color):
5008 Add explicit prompts to read colors by `facemenu-read-color'.
5009 (show-trailing-whitespace, blink-cursor-delay)
5010 (blink-cursor-interval, display-hourglass, hourglass-delay):
5011 Remove tags.
5012 (display-hourglass, hourglass-delay): Doc fix.
5013 (cursor-in-non-selected-windows): Capitalize words in tag.
5014
5015 * faces.el (frame-background-mode): Replace `choice-item' keywords
5016 with `const' to not make [default] button. Change default value tag
5017 from `default' to `automatic'. Doc fix.
5018 (trailing-whitespace) <defface>: Change group `whitespace' to
5019 `whitespace-faces'.
5020
5021 2005-12-11 Richard M. Stallman <rms@gnu.org>
5022
5023 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5024
5025 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5026
5027 * term/mac-win.el: Create keymap for mac-apple-event-map.
5028
5029 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5030
5031 * tooltip.el (tooltip-mode): Move to start of file so that it
5032 appears at top of customize buffer.
5033
5034 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5035 Add the gud groupname.
5036 (gud-tooltip-mode): Add the tooltip groupname.
5037 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5038 avoid conflict with tooltip-use-echo-area.
5039
5040 2005-12-10 Romain Francoise <romain@orebokech.com>
5041
5042 * help.el (help-for-help-internal): Add `r' in doc string.
5043
5044 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5045
5046 * align.el (align-regexp, align-highlight-rule):
5047 Use region-beginning and region-end instead of point and mark, so that
5048 repetition (with `repeat-complex-command') recomputes the region
5049 bounds.
5050
5051 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5052
5053 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5054 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5055 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5056 (balance-windows): Rewrite using the above new functions.
5057
5058 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5059
5060 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5061 react if global-hi-lock-mode seems intended.
5062 (global-hi-lock-mode) Renamed from hi-lock-mode.
5063 (hi-lock-archaic-interface-message-used)
5064 (hi-lock-archaic-interface-deduce): New variables.
5065 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5066 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5067 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5068 Replace hi-lock-buffer-mode with hi-lock-mode.
5069
5070 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5071
5072 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5073 completion list, even after a partial completion has been
5074 inserted in the current buffer. If there are more than 1
5075 completion, redisplay the *Completions* buffer; if the
5076 completion is unique, delete the *Completions* window.
5077
5078 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5079
5080 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5081 strings and long subject lines that were broken into multiple
5082 lines at arbitrary places. Handle subjects that have "Re: " in
5083 the middle.
5084
5085 2005-12-10 John W. Eaton <jwe@octave.org>
5086
5087 * emacs/octave-mod.el (octave-electric-space): Don't indent
5088 comments or strings if octave-auto-indent is nil.
5089
5090 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5091
5092 * term/mac-win.el: Require url when compiling.
5093 Call mac-process-deferred-apple-events after loading init files.
5094 (mac-apple-event-map): New defvar. Define event handlers in it.
5095 (core-event, internet-event): New Apple event class symbols.
5096 (open-application, reopen-application, open-documents)
5097 (print-documents, open-contents, quit-application)
5098 (application-died, show-preferences, autosave-now, get-url):
5099 New Apple event ID symbols.
5100 (about): New HICommand ID symbol.
5101 (mac-event-spec, mac-event-ae): New macros.
5102 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5103 (mac-ae-selection-range, mac-ae-text-for-search)
5104 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5105 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5106 and Services menu events are now defined in mac-apple-event-map.
5107 (mac-drag-n-drop): Remove selection range handling.
5108
5109 2005-12-10 Kenichi Handa <handa@m17n.org>
5110
5111 * simple.el (zap-to-char):
5112 * isearch.el (isearch-process-search-char): Translate CHAR by
5113 translation-table-for-input.
5114
5115 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5116
5117 * foldout.el (foldout-exit-fold): Properly hide subtree.
5118
5119 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5120
5121 * files.el (save-buffer):
5122 * international/ucs-tables.el (ucs-set-table-for-input):
5123 * mail/mail-extr.el (mail-extract-address-components):
5124 * mail/sendmail.el (mail-mode): Reformat doc string.
5125
5126 2005-12-09 Juri Linkov <juri@jurta.org>
5127
5128 * isearch.el (isearch-highlight): Change main overlay priority
5129 from 1 to 1001. Simplify.
5130 (isearch-lazy-highlight-update): Change lazy overlay priority
5131 from 0 to 1000.
5132
5133 * replace.el (replace-highlight): Change overlay priority from
5134 1 to 1001.
5135
5136 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5137 Change overlay priority from 1 to 1001. Reuse existing overlay.
5138
5139 * compare-w.el (compare-windows-highlight): Change overlay
5140 priority from 1 to 1000.
5141
5142 * menu-bar.el (menu-bar-edit-menu): Add listp around
5143 pending-undo-list to disable menu item "undo" when pending
5144 undo list is empty.
5145
5146 * locate.el (locate): Disable undo in *Locate* buffer.
5147
5148 2005-12-09 Kim F. Storm <storm@cua.dk>
5149
5150 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5151
5152 2005-12-09 David Ponce <david@dponce.com>
5153
5154 * recentf.el: Improvement of the menu code.
5155 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5156 instead of menu hook.
5157 (recentf-show-menu, recentf-hide-menu): New functions.
5158 (recentf-menu-customization-changed, recentf-mode): Use them.
5159 (recentf-menu-action, recentf-max-menu-items)
5160 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5161 (recentf-arrange-by-rule-others)
5162 (recentf-arrange-by-rules-min-items)
5163 (recentf-arrange-by-rule-subfilter) : Don't use
5164 `recentf-menu-customization-changed'.
5165 (recentf-arrange-rules): Likewise. Accept functions to compute
5166 sub-menu titles.
5167 (recentf-menu-filter): Likewise. Doc fix.
5168 (recentf-menu-value-shortcut): Doc fix.
5169 (recentf-dump-variable): Quote atom value.
5170 (recentf-make-menu-items): Update to use it as a menu filter.
5171 (recentf-match-rule): New function.
5172 (recentf-arrange-by-rule): Use it.
5173 (recentf-indirect-mode-rule): New function.
5174 (recentf-build-mode-rules): Use it.
5175 (recentf-dir-rule): New function.
5176 (recentf-arrange-by-dir): Use it.
5177 (recentf-filter-changer-current): Rename from
5178 `recentf-filter-changer-state'. All references updated.
5179 (recentf-filter-changer-alist): Update filter names.
5180 (recentf-filter-changer-select): New function.
5181 (recentf-filter-changer): Use it. Make a sub-menu from filters
5182 available in `recentf-filter-changer-alist'.
5183 (recentf-data-cache, recentf-clear-data)
5184 (recentf-update-menu): Remove. All references updated.
5185 (recentf-match-rule-p, recentf-build-dir-rules)
5186 (recentf-filter-changer-goto-next)
5187 (recentf-filter-changer-get-current)
5188 (recentf-filter-changer-get-next): Remove.
5189
5190 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5191
5192 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5193 buffer "Reset" button to "Reset to Current" for consistency with
5194 the State buttons.
5195
5196 2005-12-08 John Paul Wallington <jpw@pobox.com>
5197
5198 * ibuf-ext.el (define-ibuffer-filter filename):
5199 If `dired-directory' is a list then really use its car.
5200
5201 2005-12-08 Kim F. Storm <storm@cua.dk>
5202
5203 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5204 Fix indention of text on right side of replaced rectangle.
5205
5206 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5207
5208 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5209 No need to check gud-comint-buffer is bound.
5210 (gdb): Prevent multiple debugging when first session uses gdba.
5211
5212 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5213
5214 CC Mode update to 5.31.
5215
5216 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5217 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5218 We might do this function properly in the future).
5219
5220 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5221 New macros c-sentence-end and c-default-value-sentence end, to cope
5222 with Emacs 22's new function `sentence-end'.
5223
5224 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5225
5226 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5227 compat issue using `c-put-overlay' and `c-delete-overlay'.
5228
5229 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5230 New compat macros to handle overlays/extents.
5231
5232 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5233
5234 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5235 (for GNU Emacs 20.4)
5236
5237 * progmodes/cc-defs.el:
5238 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5239
5240 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5241 highlighting mechanism so it will work in XEmacs too.
5242
5243 * progmodes/cc-defs.el: Insert c-int-to-char.
5244
5245 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5246 call to the new macro c-int-to-char. This solves XEmacs's
5247 regarding characters as different from integers.
5248
5249 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5250
5251 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5252 New internal helper.
5253
5254 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5255 construct to make the indirect face lookup work in XEmacs.
5256
5257 (c-cpp-matchers): Append the negation char face to the existing
5258 fontification, so that the cpp face doesn't disappear.
5259 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5260 and strings.
5261
5262 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5263 to map to `font-lock-negation-char-face' in emacsen where it exists.
5264
5265 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5266
5267 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5268
5269 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5270 Rename "c-subword-move-mode" as "c-subword-mode".
5271
5272 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5273 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5274
5275 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5276
5277 * progmodes/cc-mode.el: Added autoload directive for
5278 `c-subword-move-mode' for use in older emacsen.
5279
5280 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5281
5282 * progmodes/cc-mode.el:
5283 (i) Insert a binding for C-c C-backspace into
5284 c-bind-special-erase-keys which works in TTYs.
5285 (ii) Make sure that when file styles are used, any explicitly
5286 given style variables take priority over those in the style.
5287 Do this by calling `hack-local-variables' a second time.
5288
5289 * progmodes/cc-vars.el: Add language specific customization
5290 widgets for AWK to c-doc-comment-style, c-require-final-newline
5291 and c-default-style. Add a defcustom for awk-mode-hook.
5292 Give c-syntactic-element and c-syntactic-context doc-strings by
5293 directly setting their `variable-documentation' propery.
5294 This allows Emacs 22.1 to read these with C-h v.
5295
5296 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5297
5298 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5299
5300 * progmodes/cc-fonts.el, cc-vars.el
5301 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5302 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5303 Masatake YAMATO.
5304
5305 (c-doc-comment-style): Made GtkDoc default in C mode.
5306
5307 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5308 and C-c C-<delete>.
5309
5310 (c-bind-special-erase-keys): New function for use on
5311 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5312
5313 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5314 <delete> key behavior in XEmacs according to `delete-forward-p'.
5315 C.f. `c-electric-delete'.
5316
5317 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5318
5319 * progmodes/cc-mode.el: Give c-hungry-backspace and
5320 c-hungry-delete-forward permanent key bindings.
5321
5322 * progmodes/cc-cmds.el (c-electric-semi&comma):
5323 Bind c-syntactic-context for calls to "criteria functions", for
5324 consistency with other calls to user functions.
5325
5326 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5327 `current-prefix-arg', since this might be the prefix arg to a
5328 command which calls c-indent-command as a function. Change the
5329 interactive spec from "p" to "P".
5330
5331 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5332 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5333 was difficult to understand.
5334
5335 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5336
5337 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5338 first char of an identifier.
5339
5340 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5341 +" syntax in C++.
5342
5343 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5344
5345 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5346 auto-fill doesn't split a c-comment's last word from a hanging
5347 "*/" when a space is typed between them after fill-column.
5348
5349 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5350
5351 * progmodes/cc-styles.el (c-set-style)
5352 (c-setup-paragraph-variables): Abort the command if we're not in a
5353 CC Mode buffer.
5354
5355 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5356 with blank comment-prefix, and a blank line as the comment's
5357 second line.
5358
5359 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5360
5361 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5362 Incorporate the patterns added in the Emacs development branch
5363 for the new Emacs 22 face `font-lock-negation-char-face'.
5364
5365 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5366 of "red" since it stands out better in xterms and DOS terminals.
5367
5368 * progmodes/cc-engine.el (c-literal-faces):
5369 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5370
5371 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5372
5373 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5374 forcibly enable c-electric-flag.
5375
5376 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5377 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5378 after the comment-prefix of a C-style comment will close that comment.
5379
5380 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5381
5382 * progmodes/cc-fonts.el (c-basic-matchers-before)
5383 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5384 in Pike.
5385
5386 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5387 digraphs.
5388
5389 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5390 (c-cpp-message-directives, c-cpp-include-directives)
5391 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5392 (c-cpp-expr-directives): Introduce new language constants to
5393 control cpp syntax in a cleaner way.
5394
5395 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5396
5397 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5398
5399 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5400 (c-multiline-string-start-char): New language constants and
5401 variables to specify how newlines in string literals work.
5402
5403 (c-font-lock-invalid-string): Use them.
5404
5405 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5406 unbalanced close brace is entered. Optimization by avoiding going
5407 back over arbitrarily large blocks. Removed hints that this
5408 function only would be relevant/useful in AWK.
5409
5410 (c-electric-brace): Indent syntactically after the cleanups since
5411 lineup functions might do it differently then.
5412
5413 * progmodes/cc-engine.el, cc-langs.el
5414 (c-opt-op-identifier-prefix): New language constant and variable.
5415
5416 (c-just-after-func-arglist-p, c-after-special-operator-id)
5417 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5418
5419 * progmodes/cc-align.el, cc-engine.el
5420 (c-after-special-operator-id): New helper to handle C++ operator
5421 identifiers.
5422
5423 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5424 (c-guess-basic-syntax): Handle C++ operator identifiers in
5425 declarations.
5426
5427 * progmodes/cc-langs.el (c-assignment-operators): Add the
5428 trigraph version of ^= too.
5429
5430 * progmodes/cc-langs.el (c-assignment-operators): Add the
5431 trigraph version of |= in C++.
5432
5433 * progmodes/cc-fonts.el (c-font-lock-declarators):
5434 Handle `c-decl-hangon-kwds' after the identifier name.
5435
5436 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5437 whether an arglist is "nonempty", ignore a comment after the open
5438 paren if it isn't followed by a non-comment token on the same line.
5439
5440 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5441 Enable heuristics below the point to cope with classes inside special
5442 brace lists in Pike.
5443
5444 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5445
5446 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5447
5448 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5449
5450 * progmodes/cc-guess.el (cc-guess-install): New function to
5451 install an already guessed style in another buffer.
5452
5453 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5454 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5455 anyway if the change always is undone.
5456
5457 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5458
5459 Implement togglable electricity:
5460
5461 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5462 saying when it should be used.
5463
5464 * progmodes/cc-engine.el: Add the new buffer-local variable,
5465 c-electric-flag.
5466
5467 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5468 c-toggle-auto-newline.
5469
5470 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5471 c-toggle-auto-newline. Remove the binding for
5472 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5473 c-toggle-electric-state.
5474
5475 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5476
5477 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5478 c-\(forward\|backward\)-subword.
5479 (c-update-modeline): Add the new modeline flag `l' for
5480 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5481 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5482 Make the old name an alias of the new name.
5483 (c-toggle-electric-state): New function.
5484 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5485 Adapt these functions to do electric things only when
5486 c-electric-flag is non-nil.
5487 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5488 new functions from c-electric-brace.
5489 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5490 mode, so that the tentative extra newline doesn't change the
5491 syntax of the following brace.
5492 (c-electric-brace): Restructure by extracting the above functions.
5493 Tidy up the coding somewhat.
5494 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5495 restructure a bit.
5496
5497 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5498
5499 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5500 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5501
5502 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5503 (c-submode-indicators): Change name from `c-auto-hungry-string'
5504 since it's now used to track another submode.
5505
5506 (c-update-modeline): Convert to function and extended to check
5507 `c-subword-move-mode'.
5508
5509 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5510 Convert to compat aliases for `c-forward-subword' and
5511 `c-backward-subword'.
5512
5513 * progmodes/cc-subword.el: New functions and minor mode to handle
5514 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5515
5516 (c-forward-subword, c-backward-subword, c-mark-subword)
5517 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5518 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5519 Functions corresponding to the standard word handling functions.
5520
5521 (c-subword-move-mode): Minor mode that replaces all the standard
5522 word handling functions with their subword equivalences.
5523
5524 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5525
5526 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5527 entry for one-liner-defun.
5528
5529 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5530 name in its def-edebug-spec.
5531
5532 * progmodes/cc-cmds.el (c-electric-brace): Make the
5533 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5534 compacts space before a comment, if this will make things fit on
5535 one line.
5536
5537 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5538
5539 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5540
5541 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5542 clean-up one-liner-defun.
5543
5544 * progmodes/cc-styles.el: Add the new "awk" style.
5545
5546 * progmodes/cc-vars.el: Add description of one-liner-defun to
5547 c-cleanup-list's doc-string. New user options,
5548 c-max-one-liner-length. In c-default-style, set the default style
5549 for AWK to "awk".
5550
5551 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5552
5553 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5554 macros inside labels.
5555
5556 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5557 `c-at-statement-start-p' and `c-at-expression-start-p'.
5558
5559 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5560 error if the mark isn't set.
5561
5562 * progmodes/cc-engine.el (c-guess-continued-construct)
5563 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5564 accurately detect functions inside functions.
5565
5566 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5567 like `c-at-statement-start-p' that additionally recognizes commas
5568 and expression parentheses as delimiters.
5569
5570 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5571 to avoid heuristics that doesn't work for unclosed blocks.
5572 (c-at-statement-start-p): New function.
5573
5574 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5575 Objective-C directives, e.g. directives spanning lines should work
5576 reasonably well now.
5577
5578 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5579
5580 (c-forward-objc-directive): New function to move over any ObjC
5581 directive.
5582
5583 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5584 (c-basic-matchers-before): Use it.
5585
5586 (c-font-lock-objc-iip-decl): Remove.
5587
5588 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5589 in the template arglist recognition.
5590
5591 * progmodes/cc-styles.el (c-style-alist): Fix several
5592 inconsistencies in the Whitesmith style.
5593
5594 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5595 New lineup function to get lines after Whitesmith style blocks
5596 correctly indented.
5597
5598 (c-lineup-whitesmith-in-block): Back out the compensation for
5599 opening parens since it's done using `add' lists in the style
5600 definition instead. Don't use the anchor position since it varies
5601 too much between the syntactic symbols. :P
5602
5603 * progmodes/cc-vars.el (c-valid-offset): Update.
5604
5605 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5606 lists where the offsets are combined according to several
5607 different methods: `first', `min', `max', and `add'.
5608 Report offset evaluation errors with `c-benign-error' so that some kind
5609 of reindentation still is done.
5610
5611 * progmodes/cc-engine.el (c-guess-basic-syntax):
5612 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5613 `arglist-close'.
5614
5615 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5616 situations for `arglist-cont-nonempty' and `arglist-close'.
5617
5618 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5619
5620 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5621 cc-bytecomp-boundp' in a number of places.
5622
5623 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5624 macro related issue.
5625
5626 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5627
5628 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5629 list is now [asdf], a char class [:alpha:].
5630 Include code for char classes.
5631 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5632 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5633
5634 Remove (nearly all of) the cruft associated with AWK Mode's former
5635 concept of "virtual semicolons":
5636
5637 Adapt c-beginning-of-statement, c-end-of-statement (together with
5638 subfunctions) to use the new notion of "virtual semicolon" in
5639 place of the old awkward special handling for AWK. There remains
5640 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5641 * progmodes/cc-cmds.el:
5642 (c-ascertain-adjacent-literal): In the backwards direction, now
5643 recognises AWK regexp delimiters as string delimiters.
5644 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5645 check more rigorously for "end of macro".
5646 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5647 virtual semicolons;
5648 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5649 out the code for forward movement into ...
5650 (c-end-of-statement): Now contains the code for forward movement,
5651 adapted for virtual semicolons.
5652
5653 * progmodes/cc-engine.el:
5654 (c-ws*-string-limit-regexp): New regexp.
5655 (c-forward-single-comment, c-backward-single-comment): Comment out
5656 the (now redundant) "special" AWK stuff.
5657
5658 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5659 c-string-par-start, c-string-par-separate to be more like Text
5660 Mode than Fundamental Mode.
5661
5662 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5663
5664 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5665 to the fontified region so that fontification doesn't occur
5666 outside it (could happen e.g. when fontifying a line with an
5667 unfinished declaration).
5668
5669 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5670
5671 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5672 start of the file. ^L now separate sections of the file.
5673 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5674 (c-awk-one-line-possibly-open-string-re)
5675 (c-awk-regexp-one-line-possibly-open-char-class-re)
5676 (c-awk-one-line-possibly-open-regexp-re)
5677 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5678 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5679
5680 Amend the concept of "virtual semicolons" (in the indentation
5681 engine) for languages like AWK, such that they are now
5682 conceptually attached to end of the last token of a statement, not
5683 the end of the line. (In AWK Mode, however, the pertinent text
5684 property is still physically set on the EOL.) Remove the specific
5685 tests for awk-mode, thus facilitating the introduction of other
5686 language modes where EOLs can end statements.
5687 (Note: The funtionality in cc-cmds.el, specifically
5688 c-beginning/end-of-statement has yet to be amended.)
5689
5690 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5691 New macros.
5692
5693 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5694 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5695 c-vsemi-status-unknown-p-fn (in a new page).
5696
5697 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5698 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5699 numerous awkward forms like
5700 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5701 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5702 variable before-ws-ip, the place just after char-before-ip appears.
5703
5704 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5705 a comment.
5706
5707 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5708
5709 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5710 `c-tentative-buffer-changes'.
5711
5712 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5713 convert to macro to choose between Emacs and XEmacs at compile time.
5714
5715 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5716
5717 (c-tentative-buffer-changes): New macro to handle temporary buffer
5718 changes in a convenient way.
5719
5720 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5721 for `c-tentative-buffer-changes'.
5722
5723 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5724 the checks for paren sexps between the point and the keyword, to
5725 avoid some false alarms.
5726
5727 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5728 Fixed a situation where an error could be thrown for unbalanced
5729 parens. Changed to make use of c-keyword-member' to avoid some
5730 repeated regexp matches.
5731
5732 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5733 These language variable are no longer necessary.
5734
5735 (c-block-stmt-kwds): New language constant used by
5736 c-looking-at-inexpr-block'.
5737
5738 (c-guess-basic-syntax): Remove an optional check that looked at
5739 the existence of the now removed language variables.
5740
5741 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5742 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5743 object instantiation expressions as declarations in some contexts.
5744 This bug only affected languages where the declarator can't be
5745 enclosed in parentheses.
5746
5747 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5748 insert newlines before and after substatement braces.
5749
5750 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5751 function declaration headers and the handling of C++ style member
5752 init lists.
5753
5754 (c-just-after-func-arglist-p): Rewritten to use
5755 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5756
5757 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5758
5759 (c-guess-basic-syntax): Adapt case 5B for the new
5760 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5761 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5762 covers all cases now).
5763
5764 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5765
5766 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5767
5768 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5769 c-string-par-start/separate c-sentence-end-with-esc-eol,
5770 initialised in c-setup-paragraph-variables, used in string
5771 scanning subroutines of c-beginning-of-statement.
5772
5773 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5774 which precedes the newly inserted `{'.
5775
5776 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5777
5778 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5779 function for declaration level blocks. It should now cope with
5780 templates better and also be a lot more comprehensible.
5781
5782 (c-looking-at-decl-block): The new function.
5783
5784 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5785 for compatibility.
5786
5787 (c-add-class-syntax, c-guess-continued-construct)
5788 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5789
5790 (c-decl-block-key): Change to tell apart ambiguous and
5791 unambiguous keywords. Pike specials are now handled directly in
5792 the code instead.
5793
5794 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5795 New language constants and variables to make the backward skip in
5796 `c-looking-at-decl-block' as tight as possible.
5797
5798 (c-nonsymbol-token-char-list): New language constant.
5799
5800 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5801 find balanced template arglists backwards.
5802
5803 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5804 making char classes for `c-syntactic-skip-backward'.
5805
5806 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5807 16D - can't be a class-close at that point.
5808
5809 * progmodes/cc-engine.el (c-guess-basic-syntax)
5810 (c-add-class-syntax): Don't narrow out the enclosing declaration
5811 level. This makes everything a lot easier, and it was actually
5812 only four small places that needed it to work. Some places that
5813 previously did `widen' are removed now, which has the effect that
5814 `c-guess-basic-syntax' never will look at things outside the
5815 current narrowment now. The anchor position for `topmost-intro'
5816 is affected by this, but it was so bogus it was basically useless
5817 before, and now it's equally bogus but in a slightly different way.
5818
5819 (c-narrow-out-enclosing-class): Gone.
5820
5821 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5822 the narrowed region.
5823
5824 (c-least-enclosing-brace): Remove silly optional argument.
5825
5826 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5827 the point could be left directly after an open paren when finding
5828 the beginning of the first decl in the block.
5829
5830 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5831 Specify which submatch to use.
5832
5833 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5834
5835 (c-decl-start-re): No longer any need for special treatment of
5836 ObjC due to the above.
5837
5838 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5839 presumably follows C in that regard.
5840
5841 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5842 New language constants to specify operator tokens inside
5843 identifiers in a more high level way.
5844
5845 (c-opt-identifier-prefix-key): New internal language constant.
5846
5847 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5848 (c-identifier-start, c-identifier-key): Now completely calculated
5849 from other constants.
5850
5851 (c-identifier-last-sym-match): Decommission since it's no longer used.
5852
5853 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5854
5855 * progmodes/cc-engine.el (c-forward-name): Remove the
5856 optimization when c-identifier-key is equal to c-symbol-key since
5857 it doesn't work in byte compiled files. Don't record empty
5858 regions as identifiers.
5859
5860 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5861 simplify access to `c-operators' and its likes.
5862
5863 (c-operator-list, c-all-op-syntax-tokens)
5864 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5865 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5866 (c-primary-expr-regexp, c-cast-parens): Use it.
5867
5868 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5869 an explicit language in functions.
5870
5871 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5872 variant of adornment.
5873
5874 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5875 variable.
5876
5877 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5878 the Pike value.
5879
5880 * progmodes/cc-engine.el (c-on-identifier)
5881 (c-simple-skip-symbol-backward): Small fix for handling "-"
5882 correctly in `skip-chars-backward'. Affected the operator lfun
5883 syntax in Pike.
5884
5885 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5886 diagnostic message about precompiled language vars not being used.
5887
5888 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5889 "__attribute__" is followed by a parenthesis.
5890
5891 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5892 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5893 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5894
5895 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5896 Internal cleanups to properly detect the declared identifiers in
5897 various declarations.
5898
5899 (c-decl-start-kwds): New language constant to recognize
5900 declarations that can start anywhere. Used for class declarations
5901 in Pike.
5902
5903 (c-specifier-key, c-not-decl-init-keywords)
5904 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5905 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5906
5907 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5908 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5909 handling of the compiler specific extension keywords into a new
5910 language constant `c-decl-hangon-kwds' that defines keyword
5911 clauses to be ignored in declarations.
5912
5913 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5914 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5915 Necessary to stop at the declared identifier in e.g. IDL valuetype
5916 declarations.
5917
5918 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5919 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5920 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5921 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5922 class and enum declarations as such and not as part of the type.
5923
5924 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5925 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5926
5927 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5928 declarations when there's some syntax error later on.
5929
5930 (c-complex-decl-matchers): Did away with a reference to
5931 `c-specifier-key'.
5932
5933 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5934 value - this variable is always dynamically bound.
5935
5936 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5937 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5938 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5939 functions that might do hidden buffer changes: All such internal
5940 functions are now marked instead of those that don't.
5941
5942 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5943 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5944 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5945 (c-literal-type): Allow these functions to make hidden buffer changes,
5946 so that they are free to use text property caching later on.
5947
5948 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5949 (c-electric-brace, c-electric-slash, c-electric-star)
5950 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5951 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5952 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5953 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5954 with the changed semantics of the functions above.
5955
5956 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5957 when macros occur in obscure places. Optimized the sexp movement
5958 a bit.
5959
5960 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5961
5962 Enhancements for c-beginning-of-statement to work in AWK Mode:
5963
5964 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5965 (completed statement) with `}' (statement completed by closing
5966 brace or semicolon) and `$' (statement completed by EOL).
5967
5968 (c-awk-virtual-semicolon-ends-prev-line-p)
5969 (c-awk-virtual-semicolon-ends-line-p)
5970 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5971 (c-awk-at-statement-end-p): New functions.
5972
5973 * progmodes/cc-cmds.el: Simplify the structure of functions
5974 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5975 two functions and c-beginning-of-statement to handle AWK Mode.
5976
5977 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5978 c-backward-single-comment for AWK mode. Attempt to clarify their
5979 doc-strings.
5980
5981 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5982
5983 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5984
5985 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5986 label handling. Labels are now recognized in a uniform and more
5987 robust way, regardless of context. Text properties are put on all
5988 labels to recognize the following declarations better.
5989 Multiword labels are handled both in indentation and fontification for
5990 the benefit of language extensions like Qt. For consistency, keywords
5991 in labels are now fontified with the label face instead.
5992 That also applies to "case" and "default".
5993
5994 (c-beginning-of-statement-1): Fix some bugs in the label
5995 handling. Disregard `c-nonlabel-token-key' in labels that begin
5996 with `c-label-kwds'.
5997
5998 (c-find-decl-spots): Support that the callback adds more
5999 `c-decl-end' spots to find.
6000
6001 (c-forward-decl-or-cast-1): Don't treat a list of plain
6002 identifiers followed by a colon as a declaration.
6003
6004 (c-forward-label): New function to recognize labels.
6005
6006 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6007 `c-forward-label'. Moved the label recognition cases (14 and 15)
6008 earlier since they aren't so context sensitive now. Handle labels
6009 on the top level gracefully. Moved access label recognition to
6010 the generic label case (CASE 15) - removed CASE 5E.
6011
6012 (c-font-lock-declarations): Add recognition of labels in the
6013 same round since we need to handle labels in parallell with other
6014 declarations to recognize both accurately. It should also improve
6015 speed.
6016
6017 (c-simple-decl-matchers, c-basic-matchers-after):
6018 Move `c-font-lock-labels' so that it only is used on decoration level 2
6019 since `c-font-lock-declarations' handles it otherwise.
6020
6021 (c-complex-decl-matchers): Remove the simplistic recognition of
6022 access labels.
6023
6024 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6025 with labels earlier.
6026
6027 (c-decl-start-re): New language variable to make
6028 `c-font-lock-declarations' stop for the special protection labels
6029 in Objective-C that start with `@'.
6030
6031 (c-label-key): Remove since it's no longer used.
6032
6033 (c-recognize-colon-labels, c-label-prefix-re): New language
6034 constants to support recognition of generic colon-terminated labels.
6035
6036 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6037 are colon terminated labels.
6038
6039 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6040 first argument starts with a special brace list.
6041
6042 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6043 (c-font-lock-declarations): Break out the declaration and cast
6044 recognition from `c-font-lock-declarations' to a new function, so
6045 that it can be used in the indentation engine.
6046
6047 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6048 up to the start of the literal. Fixed bug with the point on the
6049 wrong side of the search limit that could happen when the start
6050 position is inside a literal.
6051
6052 * progmodes/cc-engine.el (c-parse-state)
6053 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6054 so that it's kept a little bit back to increase the hit rate.
6055
6056 (c-parse-state): Change the macro handling and fixed some
6057 glitches. Macro context is checked more often than necessary now,
6058 but otoh less garbage conses are generated.
6059
6060 * progmodes/cc-engine.el (c-parse-state)
6061 (c-invalidate-state-cache): Cache the last position where
6062 `c-state-cache' applies. This can speed up refontification quite
6063 a bit in blocks where there are many non-brace parens before the point.
6064
6065 (c-state-cache-end): New variable for this.
6066
6067 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6068 cache variable.
6069
6070 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6071 get close initial continue positions when the start position is
6072 inside a literal or macro. Do not call the callback for spots
6073 before the start position (which can happen e.g. for `c-decl-end'
6074 spots inside comments). Optimize better in special cases when the
6075 region is a single line inside a literal or macro (typically when
6076 the current line is refontified).
6077
6078 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6079 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6080 entries from the paren state.
6081
6082 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6083 special case for "else if" clauses.
6084
6085 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6086 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6087
6088 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6089 New language variable to recognize the gcc extension with statement
6090 blocks inside expressions.
6091
6092 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6093 it somewhat more comprehensible. The argument AT-BLOCK-START is
6094 no longer used and hence removed.
6095
6096 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6097 to `c-add-stmt-syntax'.
6098
6099 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6100 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6101 This fixes bogus label recognition.
6102
6103 * progmodes/cc-engine.el (c-add-type, c-check-type)
6104 (c-forward-name, c-forward-type): Improve storage of template
6105 types in `c-found-types' so that they can be recognized better.
6106
6107 (c-syntactic-content): Add option to skip past nested parens.
6108
6109 * progmodes/cc-engine.el (c-forward-name):
6110 Set `c-last-identifier-range' all the time. It's less work that way.
6111 Handle that there might not be an identifier to store in
6112 `c-last-identifier-range'.
6113
6114 (c-forward-type): Handle that `c-last-identifier-range' might be
6115 nil from `c-forward-name'.
6116
6117 * progmodes/cc-defs.el (c-safe-scan-lists)
6118 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6119
6120 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6121 to work even if the form fails.
6122
6123 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6124 down in a large file in one go.
6125
6126 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6127
6128 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6129 function which is like `c-lineup-math' but returns nil instead of
6130 `c-basic-offset' when it doesn't match.
6131
6132 (c-lineup-math): Change to use `c-lineup-assignments'.
6133
6134 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6135
6136 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6137 c-beginning-of-statement. New subfunctions
6138 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6139
6140 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6141
6142 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6143 hardcoded char classes whereever possible. Changed a couple of
6144 places to use skip by syntax instead of skip by char class.
6145
6146 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6147 Fix a bug in the regexp that caused extreme backtracking.
6148
6149 * progmodes/cc-langs.el (c-block-comment-starter)
6150 (c-block-comment-ender): New language constants to specify in a
6151 single place how block comments look.
6152
6153 (c-comment-start-regexp, c-block-comment-start-regexp)
6154 (comment-start, comment-end, comment-start-skip)
6155 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6156 (c-syntactic-ws, c-nonempty-syntactic-ws)
6157 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6158 `c-line-comment-starter', `c-block-comment-starter' and
6159 `c-block-comment-ender'.
6160
6161 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6162 New language constants to break up things a bit.
6163
6164 (c-simple-ws): New language constant for simple whitespace.
6165
6166 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6167
6168 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6169 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6170 newlines. Allow and ignore nil elements in the list.
6171
6172 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6173
6174 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6175 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6176
6177 * progmodes/cc-cmds.el: Tidy up the comments in
6178 c-beginning-of-statement and subfunctions.
6179
6180 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6181 more flexible c-put-char-property and c-clear-char-properties.
6182 Add the author's email address.
6183
6184 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6185
6186 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6187 closing "*/" of a block comment.
6188
6189 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6190 subfunctions) so that it works at BOB and EOB.
6191
6192 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6193 c-beginning-of-statement, including new variable
6194 c-block-comment-start-regexp.
6195
6196 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6197
6198 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6199 symbols from `*-font-lock-extra-types' so that there's no need to
6200 use `regexp-opt' on those lists.
6201
6202 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6203 `c-type-modifier-kwds' is empty.
6204
6205 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6206 there are several strings on the same line.
6207
6208 * progmodes/cc-engine.el (c-literal-limits): Remove the
6209 compatibility function for older emacsen. `c-literal-limits-fast'
6210 has now taken the place of this function.
6211
6212 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6213 with older emacsen: We now require `pps-extended-state'.
6214
6215 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6216
6217 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6218 which obviates the need to hack sentence-end. This now handles
6219 escaped newlines in strings correctly. Correct minor bugs in
6220 c-move-over-sentence and in c-beginning-of-statement.
6221
6222 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6223 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6224 that movement over macros and code are rigorously separated from
6225 eachother. Correct a few incidental bugs.
6226
6227 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6228 Improve its doc-string. Improve the handling of certain specific cases.
6229
6230 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6231
6232 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6233 (c-guess-basic-syntax): Change the way class-level labels are
6234 recognized; they can now contain essentially any symbols.
6235
6236 (c-opt-extra-label-key): New language variable to cope with the
6237 special protection label syntax in Objective-C.
6238
6239 (c-opt-access-key): Remove; this is now handled better by
6240 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6241
6242 (c-complex-decl-matchers): Update to handle that
6243 `c-opt-access-key' no longer exists.
6244
6245 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6246 improved label recognition in `c-beginning-of-statement-1'.
6247
6248 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6249 Recognize bitfields better.
6250
6251 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6252 Remove some cruft and fixed a bug that could cause it to go to a
6253 position further down.
6254
6255 * progmodes/cc-langs.el, cc-engine.el
6256 (c-beginning-of-statement-1): Improve detection of labels in
6257 declaration contexts.
6258
6259 (c-beginning-of-decl-1): Use it.
6260
6261 (c-nonlabel-token-key): New language constant and variable needed
6262 by `c-beginning-of-statement-1'.
6263
6264 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6265 manifested itself due to the correction in `c-forward-sexp'.
6266
6267 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6268 Make these behave as documented when used at the buffer limits.
6269
6270 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6271 (c-type-decl-end-used): Made this a language variable.
6272
6273 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6274 correctly when `combine-after-change-calls' is used together with
6275 temporary narrowings.
6276
6277 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6278 Report labels correctly when the start point is immediately after the
6279 colon.
6280
6281 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6282 Remove since it isn't used anymore.
6283
6284 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6285 bracket arglists such as template parens in C++.
6286
6287 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6288 in the last check-in. Some optimization.
6289
6290 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6291 where it could stop at the same level in a preceding sexp when
6292 PAREN-LEVEL is set.
6293
6294 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6295 text property lookup only when it's needed.
6296
6297 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6298 Change the policy for paren marked angle brackets to be more
6299 persistent; once marked they remain marked even when they're found
6300 to be unbalanced in the searched region. This should keep the
6301 paren syntax around even when individual lines are refontified in
6302 multiline template arglists.
6303
6304 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6305 to control markup so that incorrect angle bracket arglists aren't
6306 marked in contexts where the correct value for
6307 `c-disallow-comma-in-<>-arglists' isn't known.
6308
6309 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6310 argument has become `c-parse-and-markup-<>-arglists'.
6311
6312 (c-remove-<>-arglist-properties): Remove - no longer used.
6313
6314 (c-after-change-check-<>-operators): New function used on
6315 `after-change-functions' to avoid that "<" and ">" characters that
6316 are part of longer operators have paren syntax.
6317
6318 (c-<>-multichar-token-regexp): New language variable used by
6319 `c-after-change-check-<>-operators'.
6320
6321 (c-after-change): Call `c-after-change-check-<>-operators'.
6322
6323 (c-font-lock-<>-arglists): Use the context properties set by
6324 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6325 correctly to avoid doing invalid markup.
6326
6327 (c-font-lock-declarations): Remove code that undoes the invalid
6328 markup done by `c-font-lock-<>-arglists'.
6329
6330 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6331 after `c-font-lock-declarations'.
6332
6333 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6334 Add paren-level feature.
6335
6336 (c-guess-basic-syntax): Improve the anchor position for
6337 `template-args-cont' in nested template arglists. There's still
6338 much to be desired in this area, though.
6339
6340 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6341
6342 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6343 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6344
6345 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6346
6347 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6348 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6349
6350 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6351 it doesn't work no longer are supported.
6352
6353 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6354 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6355 requires support for the syntax-table' text property, which rules
6356 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6357 cruft associated with those versions.
6358
6359 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6360 for the `syntax-table' text property, which rules out Emacs 19 and
6361 XEmacs < 21.4. Removed various compatibility cruft associated
6362 with those versions.
6363
6364 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6365 support for the `syntax-table' text property.
6366
6367 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6368 variable and use an extra quoted face name instead. All the
6369 emacsen flavors handle that correctly.
6370
6371 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6372 (c-font-lock-declarators, c-font-lock-declarations)
6373 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6374 property to mark the items in in declarator lists to handle
6375 refontification inside multiline declarations better.
6376
6377 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6378 construct like "a * b = c;" as a declaration.
6379
6380 2005-12-08 Kim F. Storm <storm@cua.dk>
6381
6382 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6383 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6384 select either meta, hyper, or super modifier for rectangle commands.
6385 (cua--rectangle-modifier-key): New defvar.
6386 (cua--M/H-key): Use it. Remove special case for `space'.
6387 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6388 on X, to meta otherwise. Always bind C-return to toggle
6389 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6390
6391 * emulation/cua-rect.el (cua-help-for-rectangle):
6392 Use cua--rectangle-modifier-key. Handle super modifier too.
6393 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6394 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6395
6396 * ido.el: Move Acknowledgements and History after Commentary.
6397 Minor changes to Commentary.
6398
6399 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6400 keymap if cua--prefix-override-timer is `shift'.
6401 (cua--shift-control-prefix): New function; emulate "type prefix
6402 key twice" functionality to handle shifted prefix key override.
6403 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6404 New commands.
6405 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6406
6407 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6408
6409 * textmodes/org.el (org-insert-heading): Try to do items before
6410 headings.
6411 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6412 (org-insert-item): New function.
6413 (org-renumber-ordered-list): Don't skip to higher level lists.
6414
6415 2005-12-08 Juri Linkov <juri@jurta.org>
6416
6417 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6418
6419 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6420
6421 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6422
6423 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6424 the constructed function name fun-1.
6425
6426 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6427 because such links don't lead to parent documentation.
6428
6429 2005-12-08 Kenichi Handa <handa@m17n.org>
6430
6431 * descr-text.el (describe-char): Use *Help-2* buffer if the
6432 current buffer is *Help*. Call describe-text-properties while
6433 setting the original buffer.
6434
6435 2005-12-07 Bill Wohler <wohler@newt.com>
6436
6437 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6438 and causes problems with non-MH users (such as Gnus users).
6439
6440 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6441
6442 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6443 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6444 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6445 command "info sources". Move calls to GDB command "list".
6446 (gdb-find-file-hook): Just use gdb-source-file-list.
6447 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6448 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6449 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6450 (gdb-data-list-register-values-handler): Use correct trigger name.
6451
6452 2005-12-07 Kim F. Storm <storm@cua.dk>
6453
6454 * ido.el (ido-completion-map): Rename from ido-mode-map.
6455 (ido-common-completion-map, ido-file-completion-map)
6456 (ido-file-dir-completion-map, ido-buffer-completion-map):
6457 Rename from ido-mode-....-map.
6458 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6459 (ido-setup-completion-map): Rename from ido-define-mode-map.
6460 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6461 to ido-completion-map.
6462
6463 2005-12-07 Kenichi Handa <handa@m17n.org>
6464
6465 * international/mule-cmds.el
6466 (set-display-table-and-terminal-coding-system): If the coding
6467 system specified in `unibyte-display' property is different from
6468 the arg coding-system, don't setup standard-display-table.
6469
6470 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6473 that comments end at \n, regardless of selective-display.
6474
6475 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6476
6477 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6478 (gdb-version): New variables.
6479 (gdb-source-file-list, gdb-register-names)
6480 (gdb-changed-registers): New variables for use with GDB 6.4+.
6481 (gdb-ann3): Replace with...
6482 (gdb-init-1, gdb-init-2): ...two new functions.
6483 (gdba, gdb-prompt): Call gdb-init-1.
6484 (gdb-get-version): New function. Call gdb-init-2 from here.
6485 (gud-watch): Make it work with mouse events too.
6486 (gdb-post-prompt): Don't add to queue until GDB version is known.
6487 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6488 (gdb-locals-mode): Use gdb-version.
6489 (gdb-memory-format-map, gdb-memory-unit-map)
6490 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6491 (gdb-locals-font-lock-keywords-1)
6492 (gdb-locals-font-lock-keywords-2): New variables.
6493 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6494 (gdb-set-gud-minor-mode-existing-buffers-1)
6495 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6496 (gdb-var-update-1, gdb-var-update-handler-1)
6497 (gdb-data-list-register-values-handler)
6498 (gdb-data-list-register-values-custom)
6499 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6500 (gdb-stack-list-locals-handler, gdb-get-register-names):
6501 New functions for use with GDB 6.4+.
6502 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6503 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6504 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6505 (gdb-stack-list-locals-regexp)
6506 (gdb-data-list-register-names-regexp): New regexps for use with
6507 GDB 6.4+.
6508
6509 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6512
6513 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6514
6515 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6516 prompts work for AUTH PLAIN. Also reported by Steve Allan
6517 <seallan@verizon.net>.
6518
6519 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6520
6521 * frame.el (set-frame-parameter): Add doc string.
6522
6523 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6524
6525 * textmodes/org.el (org-occur-highlights): New variable.
6526 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6527 (org-highlight-sparse-tree-matches): New option.
6528 (org-do-occur): New function.
6529 (org-get-heading): Make it work also at beginning of line.
6530 (org-category-table): New variable.
6531 (org-get-category-table, org-get-category)
6532 (org-camel-to-words, org-link-search): New functions.
6533 (org-select-this-todo-keyword): New variable.
6534 (org-todo-list): New command.
6535 (org-shiftright, org-shiftleft): New commands.
6536 (org-agenda-todo): Add prefix argument.
6537 (org-show-hierarchy-above): New option.
6538 (org-show-todo-tree): Numerical prefix creates tree for specific
6539 TODO keyword.
6540 (org-outline-level): New function, to assign a level to plain
6541 lists items.
6542 (org-cycle-include-plain-lists): New option.
6543 (org-mode): Use `org-outline-level' as value of `outline-level'.
6544 (org-cycle): Temporarily switch `outline-regexp' if
6545 `org-cycle-include-plain-lists' is non-nil.
6546 (org-start-icalendar-file): Fix format bug.
6547 (org-agenda-get-day-entries): Create category table.
6548 (org-agenda-get-todos, org-agenda-get-timestamps)
6549 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6550 (org-agenda-get-blocks): Use `org-get-category'.
6551 (org-context-in-file-links): Rename from
6552 `org-line-numbers-in-file-links'.
6553
6554 2005-12-06 Romain Francoise <romain@orebokech.com>
6555
6556 * window.el (balance-windows): Delete extraneous third arg in call
6557 to `enlarge-window'.
6558
6559 2005-12-06 Kenichi Handa <handa@m17n.org>
6560
6561 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6562
6563 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6564
6565 * progmodes/gdb-ui.el (gdb-var-create-handler)
6566 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6567 (gdb-var-list-children-handler, gdb-var-update-handler):
6568 Current buffer is already gdb-partial-output-buffer, don't
6569 make it current again.
6570
6571 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6572
6573 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6574 (list-buffers-noselect): Use it.
6575
6576 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6577
6578 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6579 (mail-yank-ignored-headers): Use regexp-opt.
6580 (mail-mode-map): Move initialization into declaration.
6581 (mail-sent-via): Remove unused shadowed var `to-line'.
6582 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6583 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6584 (mail-do-fcc): Use dolist and push.
6585 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6586 (mail-yank-ignored-headers): Don't autoload.
6587
6588 2005-12-05 Kenichi Handa <handa@m17n.org>
6589
6590 * international/mule-cmds.el (set-language-info-internal): New fun.
6591 (set-language-info): Call set-language-info-internal to update
6592 language-info-alist. If LANG-ENV is the current one, call
6593 set-language-environment to make INFO effective now.
6594 (set-language-info-alist): Likewise.
6595 (locale-language-names): With locale "en", use English
6596 lang. env. but set the default codings to iso-8859-1.
6597
6598 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6599
6600 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6601 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6602 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6603 for plain strings.
6604 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6605 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6606 Create registers buffer if necessary. Echo new state in minibuffer.
6607 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6608
6609 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6610
6611 * info.el (Info-fontify-node): Match external links using
6612 non-directory part of filename.
6613
6614 2005-12-04 Juri Linkov <juri@jurta.org>
6615
6616 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6617 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6618 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6619 because there is no customization option for it.
6620
6621 * font-lock.el (lisp-font-lock-keywords-1):
6622 Add define-global-minor-mode.
6623
6624 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6625
6626 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6627 properties on the constructed variable names.
6628
6629 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6630 Put `definition-name' properties on the constructed function names
6631 next-sym and prev-sym.
6632
6633 * emacs-lisp/find-func.el (find-function-regexp):
6634 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6635 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6636 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6637 and easy-menu-define.
6638
6639 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6640 easy-mmode-define-global-mode and define-global-minor-mode.
6641 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6642
6643 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6644 instead of easy-mmode-define-global-mode.
6645
6646 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6647 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6648
6649 * cus-edit.el (customize-group, customize-group-other-window):
6650 Filter out autoloaded options from the group completion list by
6651 using heuristics that autoloaded groups don't have `custom-autoload'
6652 property on their symbols (they have only `custom-loads').
6653
6654 * simple.el (completion-setup-function): Put completions-common-part
6655 face on complete completion string too (i.e. completion string
6656 without completions-first-difference face).
6657
6658 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6659
6660 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6661
6662 * view.el (view-mode): Doc fix.
6663
6664 * disp-table.el (standard-display-european): Add to the warning
6665 message a reference to the doc string.
6666
6667 * play/yow.el (apropos-zippy): Call print-help-return-message,
6668 similar to other Help and Apropos commands.
6669
6670 * help.el (print-help-return-message): If pop-up-frames is
6671 non-nil, set up help-return-method to delete the help window and,
6672 possibly, its frame as well, and don't display message about
6673 scrolling the help window. Doc fix.
6674 (help-return-method): Doc fix.
6675
6676 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6677
6678 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6679 whereby names of length one or names starting with a
6680 symbol-constituent character would not be returned.
6681
6682 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6683
6684 * subr.el (atomic-change-group): Add edebug and indentation spec.
6685
6686 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6687
6688 * completion.el (save-completions-file-name): Fix typo in last change.
6689
6690 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6691
6692 * info.el: Move back/forward history to the beginning of the tool bar.
6693
6694 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6695
6696 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6697 Add fset of allout-real-isearch-abort during compile to fix
6698 byte-compilation warnings.
6699 (allout-mode-p): Move definition of this macro above all uses, or
6700 byte compilation in barren emacs (eg, during emacs build) will
6701 lack the definition.
6702 (allout-mode): Move this variable above any uses, or byte
6703 compilation will fail.
6704 (allout-resolve-xref): Remove use of personal file-reference function.
6705 (allout-toggle-current-subtree-encryption): Do the current (ie,
6706 visible containing) topic, rather than nearest around point. Doc fix.
6707 (allout-toggle-subtree-encryption): New function, workhorse that
6708 works on nearest topic containing point.
6709 (allout-encrypt-string): Signal requirement for newer version of pgg.
6710 (allout-resumptions): Doc fix.
6711
6712 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6713
6714 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6715
6716 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6717
6718 * textmodes/flyspell.el (flyspell-external-point-words):
6719 Consider a misspelling as found in the string search if: (a) misspelling
6720 and found string lengths match, or (b) misspelling is found as
6721 element in a boundary-chars separated longer string, or (c)
6722 ispell-program-name is really ispell and misspelling is found as
6723 part of a TeX string. After successful match move beginning of
6724 search region to end of match. Warn about not found misspellings
6725 once the process is done.
6726 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6727
6728 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6729
6730 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6731 tool bar (removed inadvertently).
6732
6733 2005-12-02 Juri Linkov <juri@jurta.org>
6734
6735 * log-view.el (log-view-diff): Clarify doc string.
6736
6737 2005-12-01 Bill Wohler <wohler@newt.com>
6738
6739 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6740 triggers lm-verify errors.
6741
6742 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6743
6744 * simple.el (transient-mark-mode, line-number-mode)
6745 (column-number-mode, size-indication-mode): Remove `:require nil'.
6746
6747 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6748
6749 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6750 in the margin also.
6751 (gdb-breakpoints-mode-map): Use D instead of d for
6752 gdb-delete-breakpoint.
6753 (gdb-get-frame-number): Require a number to match on.
6754 (gdb-threads-mode-map): Add follow-link binding.
6755
6756 2005-11-30 Jason Rumney <jasonr@gnu.org>
6757
6758 * isearch.el (isearch-mode-map): Avoid exiting search on
6759 language-change event.
6760
6761 2005-11-30 Romain Francoise <romain@orebokech.com>
6762
6763 * speedbar.el (speedbar-default-position): New defcustom.
6764 (speedbar-frame-reposition-smartly): Use it.
6765
6766 * dframe.el (dframe-reposition-frame-emacs): Fix position
6767 computation for `left' location.
6768 Update copyright year.
6769
6770 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * help.el (help-map): Move initialization into declaration.
6773
6774 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6775
6776 * help-fns.el (help-argument-name): Don't autoload.
6777 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6778 to be re-loaded when customizing the `help' group.
6779
6780 2005-11-30 John Paul Wallington <jpw@gnu.org>
6781
6782 * help-fns.el (describe-function-1): Fill arglist output.
6783
6784 2005-11-30 Kim F. Storm <storm@cua.dk>
6785
6786 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6787 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6788 after revert-buffer (or anything else which kills all local variables).
6789
6790 * apropos.el (apropos-parse-pattern): Doc fix.
6791 Set apropos-regexp directly, rather than expecting callers to do so.
6792 (apropos-command, apropos, apropos-value, apropos-documentation):
6793 Simplify calls to apropos-parse-pattern.
6794
6795 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6796
6797 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6798 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6799 (hi-lock-write-interactive-patterns): Use comment-region.
6800
6801 * longlines.el (longlines-mode): Add mail-setup-hook.
6802
6803 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6804
6805 * simple.el (sendmail-user-agent-compose, next-line):
6806 Conditionally use hard-newline.
6807
6808 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6809
6810 * international/latexenc.el (latex-inputenc-coding-alist):
6811 Reword doc string.
6812
6813 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6814
6815 * help.el (describe-key-briefly, describe-key): Recognize default
6816 bindings.
6817
6818 2005-11-29 Romain Francoise <romain@orebokech.com>
6819
6820 * view.el (view-inhibit-help-message): New defcustom.
6821 (view-mode-enter): Use it.
6822
6823 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6824
6825 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6826 Preserve user position.
6827
6828 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6829
6830 * font-lock.el: Throw error if facemenu is not loaded to prevent
6831 accidental change of loading order in loadup.el. (Suggested by RMS.)
6832
6833 * loadup.el: Add comment explaining why facemenu must be loaded
6834 before font-lock.
6835
6836 2005-11-28 Jay Belanger <belanger@truman.edu>
6837
6838 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6839 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6840
6841 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6842
6843 * calc/calc-embed.el (calc-do-embedded): Update help message.
6844
6845 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6846
6847 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6848
6849 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6850
6851 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6852 called-interactively-p.
6853 (elp-profilable-p): Rename from elp-not-profilable-p.
6854 Invert result and take into account macros and autoloaded functions.
6855 (elp-instrument-function): Update call.
6856 (elp-instrument-package): Update call. Add completion.
6857 (elp-pack-number): Use match-string.
6858 (elp-results-jump-to-definition-by-mouse): Merge into
6859 elp-results-jump-to-definition and then remove.
6860 (elp-output-insert-symname): Make help echo text single-line.
6861
6862 * replace.el (query-replace-map): Move initialization into declaration.
6863 (occur-engine): Use with-current-buffer.
6864 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6865 (occur-mode-mouse-goto): Replace with an alias.
6866
6867 2005-11-28 Juri Linkov <juri@jurta.org>
6868
6869 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6870
6871 * term/w32-win.el: Bind [S-tab] to [backtab].
6872
6873 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6874 `Info-find-file' to t.
6875
6876 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6877 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6878 and same-window-regexps.
6879 (occur-next-error): Don't move point for arg 0.
6880
6881 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6882
6883 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6884
6885 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * log-edit.el (log-edit-changelog-use-first): New var.
6888 (log-edit-changelog-ours-p): Use it.
6889 (log-edit-insert-changelog): Set it with new arg `use-first'.
6890 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6891 (log-edit-hook): Add them to the list of suggested options.
6892
6893 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6894 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6895 redundant work.
6896 (flyspell-mode-on): Use add-hook for after-change-functions.
6897 (flyspell-mode-off): Use remove-hook for after-change-functions.
6898 (flyspell-changes): Make it buffer-local.
6899 (flyspell-after-change-function): Make it non-interactive. Use push.
6900 (flyspell-post-command-hook): Check input-pending-p while processing
6901 the potentially long list of buffer changes.
6902
6903 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6904
6905 * buff-menu.el (list-buffers-noselect): Display the selected
6906 frame's buffer list, not the global one.
6907
6908 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6909
6910 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6911 that (list last-input-event) works as in interactive spec.
6912
6913 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6914
6915 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6916 `facemenu-keymap' needs to be defined when font-lock is loaded.
6917 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6918
6919 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * completion.el: Remove useless leading * in defcustom docstrings.
6922 (save-completions-file-name): Use ~/.emacs.d if available.
6923 (completion-standard-syntax-table): Rename from
6924 cmpl-standard-syntax-table and fold initialization into declaration,
6925 thus removing cmpl-make-standard-completion-syntax-table.
6926 (completion-lisp-syntax-table, completion-c-syntax-table)
6927 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6928 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6929 (symbol-under-point, symbol-before-point)
6930 (symbol-under-or-before-point, symbol-before-point-for-complete)
6931 (add-completions-from-c-buffer): Use with-syntax-table.
6932 (make-completion): Don't return a list of completion entries.
6933 Update callers.
6934 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6935 (completion-initialize): Rename from initialize-completions.
6936 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6937 (kill-emacs-save-completions): Collect stats here.
6938 (save-completions-to-file, load-completions-from-file):
6939 Use with-current-buffer.
6940 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6941 into a function. Move all calls to toplevel.
6942 (completion-lisp-mode-hook): New fun.
6943 (completion-c-mode-hook, completion-setup-fortran-mode):
6944 Set the syntax-table here. Use local-set-key.
6945 (completion-saved-bindings): New var.
6946 (dynamic-completion-mode): Make it into a proper minor mode.
6947 (load-completions-from-file): Remove unused var `num-uses'.
6948
6949 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6950 constructor if it is explicitly overridden.
6951
6952 * complete.el (PC-completion-as-file-name-predicate):
6953 Use minibuffer-completing-file-name.
6954 (partial-completion-mode): Use find-file-not-found-functions.
6955 (PC-lisp-complete-symbol): Use with-syntax-table.
6956 (PC-look-for-include-file): Remove dead setq.
6957 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6958 (PC-complete): Use with-current-buffer.
6959
6960 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6961 escape single quotes.
6962
6963 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6964
6965 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6966 of `if' whose condition always returned nil. Doc fix.
6967
6968 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6969 window's buffer the current buffer around the call to
6970 `list-buffers-noselect'. This is necessary to mark that buffer
6971 with a `.' in the Buffer Menu when called from Lisp, for instance
6972 by Auto Revert Mode.
6973
6974 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6975
6976 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6977 attaching to it.
6978 (gdb-pre-prompt): Make sure gdb-error is reset.
6979
6980 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6981 with a child process, detect it.
6982 (gud-speedbar-buttons): Match regexp more carefully.
6983
6984 2005-11-27 Richard M. Stallman <rms@gnu.org>
6985
6986 * mouse.el (mouse-drag-move-window-bottom):
6987 Use adjust-window-trailing-edge.
6988
6989 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6990
6991 * simple.el (blink-matching-open): Ignore
6992 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6993 (blink-matching-paren-on-screen): Update docstring.
6994
6995 * paren.el (show-paren-mode): No longer change
6996 `blink-matching-paren-on-screen'.
6997
6998 2005-11-27 John Paul Wallington <jpw@pobox.com>
6999
7000 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7001 (gdb-threads-select, gdb-edit-register-value):
7002 Use `posn-set-point' instead of `mouse-set-point' because the
7003 latter is not fbound when configured without X.
7004
7005 2005-11-27 Kim F. Storm <storm@cua.dk>
7006
7007 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7008 existing face when partially highlighting a TAB in a rectangle.
7009
7010 2005-11-26 Kim F. Storm <storm@cua.dk>
7011
7012 * ido.el (ido-mode-map): Doc fix.
7013 (ido-mode-common-map, ido-mode-file-map)
7014 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7015 (ido-define-mode-map): Rewrite. Select one of the new maps as
7016 parent for ido-mode-map instead of building from scratch.
7017 (ido-init-mode-maps): New defun to initialize new maps.
7018 (ido-mode): Call it.
7019 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7020 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7021
7022 2005-11-26 John Paul Wallington <jpw@pobox.com>
7023
7024 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7025 `mouse-set-point' because the latter is not fbound when configured
7026 without X.
7027
7028 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7029
7030 * files.el (file-relative-name): Doc fix.
7031
7032 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7033
7034 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7035 non-empty string for secondary prompt PS2.
7036
7037 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7038
7039 * progmodes/compile.el (compilation-setup): Fix last change.
7040
7041 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7042
7043 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7044 (gdb-mouse-toggle-breakpoint-margin)
7045 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7046 Add gdb-server-prefix to keep out of command history.
7047 (gdb-edit-register-value): New function.
7048 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7049 (gdb-info-registers-custom): Use above map.
7050
7051 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7052
7053 * custom.el (enable-theme): Signal error if argument is not a
7054 theme. Don't recalculate a face if it's not loaded yet.
7055
7056 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7057 the `user' theme is in effect.
7058
7059 * info.el (Info-on-current-buffer): Record actual filename in
7060 Info-current-file, instead of t, or a fake filename if a non-file
7061 buffer. Make autoload.
7062 (Info-find-node, Info-revert-find-node): No need to check for
7063 Info-current-file nil.
7064 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7065 Info-current-file is now never `t'.
7066 (Info-fontify-node): Many simplifications due to Info-current-file
7067 always being valid. Use Info-find-file to find node filename.
7068
7069 2005-11-25 David Kastrup <dak@gnu.org>
7070
7071 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7072 new character, then delete" in order to preserve markers.
7073
7074 2005-11-25 David Ponce <david@dponce.com>
7075
7076 * recentf.el (recentf-arrange-by-rule): Handle a special
7077 `auto-mode-alist'-like "strip suffix" rule.
7078 (recentf-build-mode-rules): Handle second level auto-mode entries.
7079
7080 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7081
7082 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7083 window modes.
7084
7085 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7086 jde-javadoc-checker-report-mode.
7087
7088 * ediff-wind (ediff-make-wide-display): Slight simplification.
7089
7090 * ediff.el (ediff-date): Change the date of last update.
7091
7092 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7093
7094 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7095 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7096 (hi-lock-mode): New global minor mode.
7097 (turn-on-hi-lock-if-enabled): New function.
7098 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7099 Change arguments to regexp and face instead of a font-lock pattern.
7100 Directly set face property, instead of refontifying.
7101 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7102 (hi-lock-find-patterns): Use line-number-at-pos.
7103
7104 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7105 arguments for hi-lock-set-pattern.
7106 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7107 Call font-lock-fontify-buffer.
7108 (hi-lock-find-file-hook, hi-lock-current-line)
7109 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7110
7111 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7112 turned off.
7113
7114 * progmodes/compile.el (compilation-setup): Don't fiddle with
7115 font-lock-defaults.
7116
7117 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7118
7119 * progmodes/gdb-ui.el (gdb-var-create-handler)
7120 (gdb-var-list-children-handler): Find values for all variable
7121 objects. gud-speedbar-buttons decides whether to display them.
7122
7123 2005-11-24 Romain Francoise <romain@orebokech.com>
7124
7125 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7126 buffer name with a space.
7127
7128 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7129
7130 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7131 `org-export-local-list-max-depth'. Change default value to 3.
7132 (org-auto-renumber-ordered-lists)
7133 (org-plain-list-ordered-item-terminator): New options.
7134 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7135 (org-get-indentation, org-get-string-indentation)
7136 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7137 New functions.
7138 (org-move-item-down, org-move-item-up): New commands.
7139 (org-export-as-html): New classes for CSS support. Bug fix in
7140 regular expression detecting fixed-width regions. Respect
7141 `org-local-list-ordered-item-terminator'.
7142 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7143 also a list item.
7144 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7145 New item moving functions.
7146
7147 2005-11-24 Juri Linkov <juri@jurta.org>
7148
7149 * isearch.el (isearch-repeat): With empty search ring set
7150 `isearch-error' to the error string instead of signaling error
7151 with the function `error'.
7152
7153 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7154
7155 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7156
7157 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7158
7159 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7160 and variable.
7161 (gdb-var-create-handler, gdb-var-list-children-handler):
7162 Don't match on "char **...".
7163 (gdb-var-update-handler): Find values for all variable objects.
7164 (gdb-info-frames-custom): Identify frames by leading "#".
7165
7166 * progmodes/gud.el (gud-speedbar-menu-items): Add
7167 gdb-speedbar-auto-raise as radio button.
7168 (gud-speedbar-buttons): Raise speedbar if requested.
7169 Don't match on "char **...".
7170 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7171 Make it editable.
7172
7173 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7174
7175 * info.el (Info-fontify-node): Handle the case where
7176 Info-current-file is t.
7177
7178 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7179
7180 * simple.el (blink-matching-open): Fix off-by-one in last change.
7181
7182 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7183
7184 * term/mac-win.el: Don't change default directory.
7185
7186 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7187
7188 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7189 buffers correctly. (It used to throw an error in such buffers.)
7190 Make it ask for confirmation in group buffers and other Custom
7191 buffers containing more than one customization item.
7192
7193 2005-11-22 John Paul Wallington <jpw@gnu.org>
7194
7195 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7196 property on mail and url overlays.
7197 (goto-address-at-point): Use `posn-set-point' instead of
7198 `mouse-set-point' because the latter is not fbound when configured
7199 without X.
7200
7201 2005-11-22 Lars Hansen <larsh@soem.dk>
7202
7203 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7204 (ls-lisp-classify, ls-lisp-format): Delete call to
7205 ls-lisp-parse-symlink.
7206 (ls-lisp-handle-switches): Handle symlinks to directories as
7207 directories when ls-lisp-dirs-first in non-nil.
7208
7209 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7210
7211 * startup.el (command-line): Make sure that loaddefs.el is handled
7212 correctly in load-history.
7213
7214 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7215
7216 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7217 (gdb-struct-string, gdb-array-string): New constants.
7218 (gdb-info-locals-handler): Use them.
7219 (gdb-reset): Reset gdb-var-list to nil.
7220
7221 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7224 in patterns.
7225
7226 2005-11-21 Juri Linkov <juri@jurta.org>
7227
7228 * custom.el (defcustom): Update link types in docstring.
7229
7230 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7231
7232 * custom.el (defgroup): Add doc-string-elt info.
7233
7234 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7235
7236 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * newcomment.el (comment-enter-backward): Fix last fix.
7239
7240 * simple.el (blink-matching-open):
7241 * paren.el (show-paren-function): Allow new paren-class info.
7242
7243 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7244
7245 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7246 handled automagically.
7247
7248 2005-11-20 Andreas Schwab <schwab@suse.de>
7249
7250 * descr-text.el (describe-char): When copying overlays put them
7251 over the full char description instead of just the first character
7252 of it.
7253
7254 2005-11-20 Juri Linkov <juri@jurta.org>
7255
7256 * simple.el (what-cursor-position):
7257 * descr-text.el (describe-char): Use Lisp-readable syntax
7258 for octal and hex. Reorder decimal, octal and hex values.
7259 Remove excess whitespace in the output. Use `=' in `column='
7260 like in `point=' and `Hscroll='.
7261
7262 * international/mule-cmds.el (encoded-string-description):
7263 Use Lisp-readable syntax for hex.
7264
7265 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * newcomment.el (comment-enter-backward): Handle the case where the
7268 comment is closed by EOB.
7269
7270 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7271
7272 * longlines.el (longlines-before-revert-hook)
7273 (longlines-after-revert-hook): New functions.
7274 (longlines-mode): Turn off longlines temporarily when reverting.
7275 Add a message-setup-hook.
7276 (longlines-decode-buffer): New function.
7277 (longlines-wrap-line): Preserve marker positions.
7278
7279 2005-11-19 Andreas Schwab <schwab@suse.de>
7280
7281 * emacs-lisp/shadow.el: Handle compressed files.
7282
7283 2005-11-19 Romain Francoise <romain@orebokech.com>
7284
7285 * net/browse-url.el (browse-url-default-browser): Signal an error
7286 if no usable browser can be found, rather than try to load w3.
7287
7288 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7289
7290 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7291 replacing existing properties.
7292 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7293 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7294 tty specs.
7295 (rcirc-server-prefix, rcirc-server): New faces.
7296 (rcirc-url-regexp): Generate with rx macro.
7297 (rcirc-last-server-message-time): New variable.
7298 (rcirc-filter): Record time of last message.
7299 (rcirc-keepalive): Kill processes that did not send a message
7300 since the last ping.
7301 (rcirc-mode): Give rcirc-topic a local binding here.
7302
7303 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7304
7305 * subr.el (read-passwd): Fontify the prompt as we do with other
7306 prompts.
7307
7308 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7309
7310 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7311 binding buffer-read-only to nil.
7312
7313 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7314
7315 * complete.el (partial-completion-mode):
7316 Mention completion-auto-help in the doc string.
7317
7318 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7319 more Lisp-ish way.
7320
7321 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7322
7323 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7324 digits, not 8, to avoid misalignment for files larger than 100MB.
7325
7326 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7327
7328 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7329 Mention "keyboard shortcuts" in the help text.
7330
7331 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7332
7333 * startup.el (fancy-splash-default-action): Discard only
7334 mouse-down and succeeding mouse-up events in the splash screen
7335 window so that drag-n-drop event can be processed.
7336
7337 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7338
7339 * longlines.el (longlines-mode): Add hacks for mail-mode and
7340 message-mode.
7341
7342 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7343
7344 * textmodes/org.el (org-table-sort-lines): New command.
7345 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7346 (org-add-file): Command removed, use `org-agenda-file-to-front'
7347 instead.
7348 (org-export-icalendar): Use `org-icalendar-combined-name'.
7349 (org-cycle-agenda-files, org-agenda-file-to-end)
7350 (org-agenda-file-to-front): New commands.
7351 (org-table-tab-jumps-over-hlines, org-export-html-style):
7352 New options.
7353 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7354 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7355 New functions.
7356 (org-fill-paragraph): Call `org-table-align' in tables.
7357 (org-mode): Call `org-set-autofill-regexps'.
7358 (org-export-as-html): Support for local handformatted lists.
7359 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7360 (org-export-local-list-max-depth): New option.
7361 (org-html-expand): Use `org-html-protect'.
7362
7363 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7364
7365 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7366 to "p".
7367 (gdb): Move definition of gud-pp to...
7368
7369 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7370 speedbar.
7371 (gdb-find-watch-expression): New function.
7372
7373 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7374
7375 * faces.el (face-attribute, set-face-attribute): Mention existence
7376 of `:ignore-defface' setting in docstring.
7377
7378 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * simple.el (completion-setup-function): Fix last change.
7381
7382 2005-11-17 John Paul Wallington <jpw@pobox.com>
7383
7384 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7385 Use `posn-set-point' instead of `mouse-set-point' because the
7386 latter is not fbound when configured without X.
7387
7388 * comint.el (comint-insert-input): Likewise.
7389
7390 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7391
7392 * simple.el (hard-newline): New variable.
7393 (sendmail-user-agent-compose, next-line): Use it.
7394
7395 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7396 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7397 (mail-mail-reply-to, mail-mail-followup-to)
7398 (mail-position-on-field, mail-signature, mail-yank-original)
7399 (mail-attach-file): Likewise.
7400
7401 * mail/mailheader.el (mail-header-format)
7402 (mail-header-format-function): Likewise.
7403
7404 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7405
7406 2005-11-17 Juri Linkov <juri@jurta.org>
7407
7408 * font-lock.el (font-lock-faces): Rename this defgroup from
7409 `font-lock-highlighting-faces'.
7410 (font-lock-comment-face, font-lock-comment-delimiter-face)
7411 (font-lock-string-face, font-lock-doc-face)
7412 (font-lock-keyword-face, font-lock-builtin-face)
7413 (font-lock-function-name-face, font-lock-variable-name-face)
7414 (font-lock-type-face, font-lock-constant-face)
7415 (font-lock-warning-face, font-lock-negation-char-face)
7416 (font-lock-preprocessor-face)
7417 (font-lock-regexp-grouping-backslash)
7418 (font-lock-regexp-grouping-construct): Rename :group from
7419 `font-lock-highlighting-faces' to `font-lock-faces'.
7420
7421 * cus-edit.el (lisp, c, tex):
7422 * progmodes/ada-mode.el (ada):
7423 * progmodes/asm-mode.el (asm):
7424 * progmodes/cperl-mode.el (cperl-faces):
7425 * progmodes/cpp.el (cpp):
7426 * progmodes/dcl-mode.el (dcl):
7427 * progmodes/f90.el (f90):
7428 * progmodes/fortran.el (fortran):
7429 * progmodes/icon.el (icon):
7430 * progmodes/idlwave.el (idlwave-misc):
7431 * progmodes/m4-mode.el (m4):
7432 * progmodes/make-mode.el (makefile):
7433 * progmodes/meta-mode.el (meta-font):
7434 * progmodes/modula2.el (modula2):
7435 * progmodes/octave-mod.el (octave):
7436 * progmodes/pascal.el (pascal):
7437 * progmodes/perl-mode.el (perl):
7438 * progmodes/prolog.el (prolog):
7439 * progmodes/ps-mode.el (PostScript-edit):
7440 * progmodes/scheme.el (scheme):
7441 * progmodes/sh-script.el (sh-script):
7442 * progmodes/simula.el (simula):
7443 * progmodes/tcl.el (tcl):
7444 * textmodes/nroff-mode.el (nroff):
7445 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7446 * textmodes/sgml-mode.el (sgml):
7447 * textmodes/texinfo.el (texinfo):
7448 Add :link (custom-group-link font-lock-faces) to defgroup.
7449
7450 * hi-lock.el (hi-lock): Rename this defgroup from
7451 `hi-lock-interactive-text-highlighting'. Change parent group from
7452 `faces' to `font-lock'. Add link to the manual.
7453 (hi-lock-mode, hi-lock-file-patterns-range)
7454 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7455 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7456 (hi-lock-faces): Add :group `faces'.
7457
7458 * cus-edit.el (custom-variable-prompt): Clarify the code.
7459
7460 * faces.el (face-read-string): Set the default value arg of
7461 completing-read.
7462
7463 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7464
7465 * rfn-eshadow.el (file-name-shadow-properties)
7466 (file-name-shadow-tty-properties, file-name-shadow-mode):
7467 Remove autoloads, because the file is now preloaded.
7468
7469 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * printing.el (easy-menu-intern): Don't define.
7472 (pr-get-symbol): Use easy-menu-intern only if defined.
7473
7474 * simple.el (blink-matching-open): Simplify a bit.
7475 (completion-setup-function): Fix the case of partial-completion-mode
7476 when the minibuffer's contents start with "-".
7477 Obey completion-base-size-function even when
7478 minibuffer-completing-file-name is non-nil.
7479
7480 2005-11-16 Richard M. Stallman <rms@gnu.org>
7481
7482 * net/eudcb-ph.el (eudc-ph-open-session):
7483 Use set-process-query-on-exit-flag.
7484
7485 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7486
7487 * international/ucs-tables.el (ucs-set-table-for-input):
7488 Use make-local-variable, not make-variable-buffer-local.
7489
7490 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7491 Improve warning message text.
7492
7493 * savehist.el (savehist-save-hook): Add :group.
7494
7495 * menu-bar.el (menu-bar-help-menu):
7496 Rename Find Extra Packages to External Packages.
7497
7498 * cus-edit.el (Custom-reset-standard): Verify that
7499 :custom-standard-value prop exists before calling it.
7500
7501 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7502
7503 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7504
7505 * wid-edit.el (color): Enclose %t in %{...%}.
7506
7507 * cus-edit.el (face): Enclose %t in %{...%}.
7508
7509 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7510
7511 * savehist.el (savehist-mode-hook): Re-add the var.
7512 (savehist-mode): Use it.
7513
7514 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * textmodes/flyspell.el: Fix commenting convention.
7517 Remove unnecessary leading * in custom docstrings.
7518 (flyspell-emacs): Remove unused var.
7519 (flyspell-delete-region-overlays): Use remove-overlays.
7520 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7521 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7522 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7523 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7524 (make-flyspell-overlay): Don't locally reuse a global name.
7525 (flyspell-highlight-incorrect-region)
7526 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7527 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7528 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7529 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7530 Wrap calls to accept-process-output inside with-local-quit since it's
7531 often called from a post-command-hook.
7532 (flyspell-correct-word, flyspell-auto-correct-word):
7533 Use ispell-send-string.
7534 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7535
7536 * calendar/diary-lib.el (diary-list-entries): Also hide the
7537 terminating newline.
7538
7539 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7540
7541 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7542 window-system, to allow fonts on tty.
7543
7544 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7545
7546 * progmodes/gud.el (gud-speedbar-item-info): New function.
7547 (gud-install-speedbar-variables): Use it to display data type
7548 of watch expression as a tooltip in speedbar.
7549
7550 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7551
7552 * font-core.el (global-font-lock-mode): Add :version keyword,
7553 because default was changed.
7554
7555 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7556
7557 * startup.el (command-line): Use `custom-reevaluate-setting' for
7558 `file-name-shadow-mode'.
7559
7560 * loadup.el: Preload rfn-eshadow.
7561
7562 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7563 Add :version keyword.
7564 (file-name-shadow-properties, file-name-shadow-tty-properties)
7565 (file-name-shadow): Add :version keyword.
7566
7567 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7568 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7569 in the custom-group property of the symbol frames and the fringe
7570 group got no link to its parent group frames.
7571 Doc fix.
7572
7573 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7574
7575 * progmodes/gud.el (gud-stop-subjob): New function.
7576 (gud-menu-map, gud-tool-bar-map): Use it.
7577
7578 2005-11-16 Kim F. Storm <storm@cua.dk>
7579
7580 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7581 than kill it.
7582 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7583 to a more useful/logical place.
7584
7585 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7586
7587 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7588 go buttons complementary.
7589
7590 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7593 (rfn-eshadow-sifn-equal): New function.
7594 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7595
7596 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7597
7598 * viper-utils.el (viper-non-word-characters-reformed-vi):
7599 Quote `-' in string.
7600
7601 * viper.el (viper-emacs-state-mode-list): Ensure that
7602 rcirc-mode buffers come up in Emacs state.
7603
7604 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7605 operation.
7606
7607 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7608
7609 * term.el (term-termcap-format): Fix typos.
7610 (term-down): Fix the negative argument case.
7611
7612 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7613
7614 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7615 2005-08-15.
7616 (gdb-ann3): New command gud-go.
7617 (menu): Accomodate gdb-mi.el.
7618 (gdb-assembler-custom): Make buffer of selected window current
7619 so that set-window-point works.
7620
7621 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7622 buttons and include new ones.
7623
7624 2005-11-16 Kim F. Storm <storm@cua.dk>
7625
7626 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7627 (gud-menu-map): Use it.
7628
7629 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7630
7631 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7632 that works correctly for Custom and that does not override a user
7633 who disables it.
7634
7635 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7636 (help-xref-interned, help-follow): Make hyperlinks for variables
7637 that are unbound, but have a non-nil variable-documentation property.
7638
7639 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7640 mode hook. (It conflicted with defcustoms for some mode hooks.)
7641 Use the `variable-documentation' property to give the mode hook a
7642 docstring and expand that docstring.
7643
7644 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7645
7646 * savehist.el (savehist-mode): Don't bother with
7647 `custom-set-minor-mode'.
7648 (savehist-coding-system): Check XEmacs version.
7649 (history-length): Declare also at run time.
7650 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7651 Don't set the customize state.
7652 (savehist-minibuffer-hook): Special case for when
7653 minibuffer-history-variable is equal to t.
7654
7655 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * files.el (write-file): Refresh VC status.
7658
7659 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7660 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7661 than fundamental-mode to see if the mode was set.
7662
7663 2005-11-14 Romain Francoise <romain@orebokech.com>
7664
7665 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7666 dummy function in `eval-when-compile' to avoid compiler warning.
7667 Require `man' at compile time.
7668
7669 2005-11-14 Jay Belanger <belanger@truman.edu>
7670
7671 * calc-alg.el (calcFunc-write-out-power): Rename it to
7672 calcFunc-powerexpand.
7673 (math-write-out-power): Rename it to math-powerexpand; have it
7674 handle negative exponents.
7675 (calc-writeoutpower): Rename it to calc-powerexpand.
7676
7677 * calc-ext.el: Change calcFunc-writeoutpower and
7678 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7679 autoloads.
7680 Add calcFunc-ldiv to autoloads.
7681
7682 * calc-arith.el (calcFunc-ldiv): New function.
7683
7684 * calc.el (calc-left-divide): New function.
7685
7686 2005-11-14 Juri Linkov <juri@jurta.org>
7687
7688 * cus-edit.el (custom-variable-prompt): Set the default value arg
7689 of completing-read.
7690
7691 * cus-dep.el (custom-make-dependencies): Reverse the list of
7692 found dependencies.
7693
7694 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7695
7696 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7697 Highlighting" entry, it is on by default now.
7698 (menu-bar-options-save): Do not save global-font-lock-mode.
7699
7700 2005-11-13 Richard M. Stallman <rms@gnu.org>
7701
7702 * textmodes/flyspell.el (flyspell-large-region):
7703 Call flyspell-accept-buffer-local-defs.
7704
7705 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7706
7707 * textmodes/flyspell.el (flyspell-notify-misspell):
7708 Fix misspelling of "Misspelling".
7709 (flyspell-process-localwords): New function.
7710 (flyspell-large-region): Call flyspell-process-localwords and
7711 flyspell-delete-region-overlays.
7712 (flyspell-delete-region-overlays): New function.
7713 (flyspell-delete-all-overlays): Call that.
7714
7715 2005-11-13 Richard M. Stallman <rms@gnu.org>
7716
7717 * help.el (help-for-help-internal): Improve doc of C-h a.
7718 (describe-key): Improve prompt; doc fix.
7719
7720 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 * vc-svn.el (vc-svn-registered): Catch all errors.
7723
7724 * cus-dep.el (custom-make-dependencies): Typo.
7725
7726 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7727
7728 * net/tramp-util.el (top): Fix compilation warning.
7729
7730 2005-11-13 Kim F. Storm <storm@cua.dk>
7731
7732 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7733
7734 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7735
7736 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7737 (gud-speedbar-buttons): Match on "const char *" too.
7738
7739 * progmodes/gdb-ui.el (gdb-var-create-handler)
7740 (gdb-var-list-children-handler): Match on "const char *" too.
7741 (gdb-var-evaluate-expression-handler): Match on empty string.
7742 (gdb-var-update-handler): Only call
7743 gdb-var-evaluate-expression-handler when required.
7744
7745 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7746
7747 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7748 selected window. This still doesn't work for speedbar.
7749 (gud-speedbar-buttons): Handle string expressions properly.
7750
7751 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7752 (gdb-var-create-handler): Handle string expressions properly.
7753 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7754 Handle string expressions properly. Move "type" field into regexp.
7755
7756 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7757
7758 * bookmark.el (bookmark-maybe-message): New function to reduce
7759 code duplication: invokes `message' iff baud-rate is high enough.
7760 (bookmark-write-file): Use above instead of an inline conditional.
7761 (bookmark-load): Same.
7762
7763 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7764
7765 * bookmark.el (bookmark-write-file): Don't visit the destination
7766 file, just write the data to it using write-region. This is
7767 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7768 change to avoid visiting the file in the first place.
7769
7770 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7771
7772 * hi-lock.el (hi-lock-mode): Set the default value of
7773 font-lock-defaults.
7774
7775 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7776
7777 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7778 arg to `file-attributes'.
7779 (find-lisp-format): The UID and GID can now be strings.
7780
7781 2005-11-12 Kim F. Storm <storm@cua.dk>
7782
7783 * help.el (help-map): Bind C-h d to apropos-documentation.
7784
7785 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7786 when point is at end-of-buffer.
7787
7788 * apropos.el (apropos-match-face): Doc fix.
7789 (apropos-sort-by-scores): Add new choice `verbose'.
7790 (apropos-documentation-sort-by-scores): New defcustom.
7791 (apropos-pattern): Now contains the pattern entered by the user.
7792 (apropos-pattern-quoted): New defvar.
7793 (apropos-regexp): New defvar, containing the regexp corresponding
7794 to apropos-pattern.
7795 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7796 (apropos-read-pattern): New defun. Use it to read pattern arg in
7797 interactive calls; returns list of words for a word list, and
7798 string for a regexp.
7799 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7800 parses a list of words or regexp as returned by apropos-read-pattern.
7801 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7802 (apropos-score-doc): Return a very high score if the string
7803 entered by the user matches literally.
7804 (apropos-variable): Doc fix. Use apropos-read-pattern.
7805 (apropos-command): Doc fix. Use apropos-read-pattern and
7806 apropos-parse-pattern. Call apropos-print with nosubst=t.
7807 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7808 apropos-parse-pattern.
7809 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7810 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7811 apropos-documentation-sort-by-scores. Call apropos-print with
7812 nosubst=t.
7813 (apropos-documentation-internal): Pass doc string through
7814 substitute-key-definition before adding text properties.
7815 Highlight substring matching literal user input if possible.
7816 (apropos-documentation-check-doc-file): Remove locals beg and end.
7817 Fix calculation of score (as added twice). Pass doc string through
7818 substitute-key-definition before adding text properties.
7819 (apropos-documentation-check-elc-file): Pass doc string through
7820 substitute-key-definition before adding text properties.
7821 Highlight substring matching literal user input if possible.
7822 (apropos-print): Add new arg NOSUBST; if set, command and variable
7823 doc strings have already been passed through substitute-key-definition.
7824 Add code to handle apropos-accumulator items without score element
7825 for backwards compatibility (e.g. with woman package).
7826 Only show scores if apropos-sort-by-scores is `verbose'.
7827
7828 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7829
7830 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7831 Add jka-compr-load-suffixes to load-suffixes.
7832
7833 * jka-compr.el: Require jka-cmpr-hook.
7834 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7835 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7836 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7837 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7838 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7839 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7840 (jka-compr-uninstall): Remove entries from
7841 jka-compr-added-to-file-coding-system-alist after they are used.
7842 (jka-compr-error): Remove unused var `curbuf'.
7843 (jka-compr-file-local-copy): Remove unused var `notfound'.
7844
7845 2005-11-10 Romain Francoise <romain@orebokech.com>
7846
7847 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7848
7849 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7850
7851 * progmodes/gud.el (gud-menu-map): Move parentheses.
7852 (gdb): New command gud-pv.
7853
7854 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7855
7856 * tar-mode.el: Remove spurious or unnecessary leading stars
7857 in docstrings.
7858 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7859 (tar-parse-octal-integer-safe): Use mapc.
7860 (tar-header-block-summarize): Remove unused var `ck'.
7861 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7862 cleared before. Obey default-enable-multibyte-characters.
7863 Use mapconcat. Simplify setting of tar-header-offset.
7864 (tar-mode-map): Move initialization inside delcaration.
7865 (tar-flag-deleted): Use `abs'.
7866 (tar-expunge-internal): Remove unused var `line'.
7867 (tar-expunge-internal): Don't hardcode point-min==1.
7868 (tar-expunge): Widen while doing set-buffer-multibyte.
7869 (tar-rename-entry): Use file-name-coding-system.
7870 (tar-alter-one-field): Don't hardcode point-min==1.
7871 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7872 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7873
7874 2005-11-10 Masatake YAMATO <jet@gyve.org>
7875
7876 * add-log.el (add-log-current-defun): Handle class::method
7877 notation of c++. Fix incorrect comment.
7878
7879 2005-11-10 Alan Mackenzie <acm@muc.de>
7880
7881 * help-fns.el (describe-variable): Make C-h v work when a variable
7882 has variable documentation yet is unbound.
7883
7884 2005-11-10 Masatake YAMATO <jet@gyve.org>
7885
7886 * man.el (Man-highlight-references): Set an empty
7887 string to `Man-arguments' if it is nil.
7888 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7889
7890 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7893 commenting conventions.
7894
7895 * cus-dep.el (custom-make-dependencies): Simplify.
7896 Better follow the commenting conventions.
7897
7898 2005-11-09 Richard M. Stallman <rms@gnu.org>
7899
7900 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7901 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7902 All uses changed.
7903 (apropos-rewrite-regexp): Doc fix.
7904 (apropos-variable, apropos-command, apropos, apropos-value):
7905 Change prompt; carry through the argument renaming.
7906
7907 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7908
7909 * find-lisp.el: Require dired.
7910 (find-lisp-find-dired-internal): Do not call
7911 `abbreviate-file-name' on DIR.
7912
7913 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7914
7915 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7916
7917 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7918
7919 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7920 when using the speedbar.
7921 (gdb): New command gud-pp.
7922 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7923
7924 2005-11-09 Juri Linkov <juri@jurta.org>
7925
7926 * replace.el (occur-excluded-properties): New defcustom.
7927 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7928
7929 2005-11-08 Jay Belanger <belanger@truman.edu>
7930
7931 * calc/calc-units.el (math-convert-units): Replace any composite
7932 unit by its definition.
7933
7934 2005-11-08 Lars Hansen <larsh@soem.dk>
7935
7936 * emacs-lisp/autoload.el (update-directory-autoloads):
7937 Add obsolete function alias.
7938
7939 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7942 comment-indent-function.
7943 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7944
7945 * reveal.el (reveal-post-command): Rework the handling of
7946 reveal-open-spots, so as to be more reliable. There were several
7947 tricky corner cases where an open spot might be lost, or where
7948 a closed spot might end up on the list of open spots.
7949 Only reveal text that's ellipsised.
7950
7951 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7952
7953 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7954
7955 2005-11-07 John Paul Wallington <jpw@gnu.org>
7956
7957 * ibuffer.el (ibuffer): Search iconified frames too when
7958 getting Ibuffer buffer's window.
7959
7960 2005-11-06 Richard M. Stallman <rms@gnu.org>
7961
7962 * progmodes/compile.el (compilation-internal-error-properties):
7963 save-excursion around the computation of MARKER.
7964
7965 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7966
7967 * textmodes/flyspell.el (flyspell-external-point-words):
7968 flyspell-get-word returns a list, not just a string.
7969
7970 2005-11-06 John Paul Wallington <jpw@pobox.com>
7971
7972 * ibuffer.el (ibuffer): Search all visible frames when getting
7973 Ibuffer buffer's window.
7974
7975 2005-11-07 Masatake YAMATO <jet@gyve.org>
7976
7977 * man.el (Man-reference-regexp): Accept spaces between
7978 `Man-name-regexp' and `Man-section-regexp'.
7979 (Man-apropos-regexp): New variable.
7980 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7981 if available.
7982 (Man-highlight-references, Man-highlight-references0):
7983 Handle the case when `Man-arguments' includes "-k".
7984 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7985 `TARGET'. `TARGET' can be a number, function or nil.
7986
7987 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7988
7989 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7990 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7991 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7992 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7993 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7994 (gdb-send-item): Use buffer-local-value and simplify.
7995
7996 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7997
7998 * startup.el (command-line): Use `custom-reevaluate-setting' for
7999 `global-font-lock-mode'.
8000
8001 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8002 by default, except in batch mode or when the -D option is given.
8003
8004 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8005 specified keyword args on to `define-minor-mode'. Update docstring.
8006
8007 2005-11-05 Romain Francoise <romain@orebokech.com>
8008
8009 * replace.el (occur-engine): Add marker at end of line, too.
8010
8011 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8012
8013 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8014 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8015 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8016 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8017 argument to all these routines, so the passphrase can be managed
8018 externally and passed in to the system.
8019 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8020 pgg-add-passphrase-to-cache function.
8021
8022 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8023 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8024 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8025 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8026 argument to all these routines, so the passphrase can be managed
8027 externally and passed in to the system.
8028 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8029 function.
8030
8031 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8032
8033 * font-lock.el: Don't deal with font-lock-face-attributes here,
8034 move the code ...
8035
8036 * startup.el (command-line): ... here. Use face-spec-set instead
8037 of custom-declare-face.
8038
8039 * faces.el (face-spec-set): Reset the face if spec is not nil.
8040
8041 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * newcomment.el (comment-region-internal): Box more tightly in the
8044 common case where there's no TAB in the boxed text.
8045
8046 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8047
8048 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8049 up-node.
8050
8051 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8052
8053 * newsticker.el: Commentary updated. Code formatting changed.
8054 (newsticker-version): Change to "1.9".
8055 (newsticker, newsticker-feed): Doc fix.
8056 (newsticker-url-list): Doc fix. Add option "Weekly".
8057 (newsticker-retrieval-interval): Add option "Weekly".
8058 (newsticker-headline-processing): Doc fix.
8059 (newsticker-auto-mark-filter): Remove.
8060 (newsticker-auto-mark-filter-list): New.
8061 (newsticker-layout, newsticker-sort-method): Doc fix.
8062 (newsticker-hide-old-items-in-newsticker-buffer)
8063 (newsticker-heading-format, newsticker-item-format)
8064 (newsticker-desc-format): Doc fix.
8065 (newsticker-show-all-rss-elements): Remove.
8066 (newsticker-show-all-news-elements): New.
8067 (newsticker-faces, newsticker-ticker): Doc fix.
8068 (remove-from-invisibility-spec): Code formatting.
8069 (newsticker--process-ids): New.
8070 (newsticker-mode): Doc fix.
8071 (newsticker-mode): Change mode-line-format.
8072 (newsticker-start): Remove debug output.
8073 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8074 (newsticker-w3m-show-inline-images): Code formatting.
8075 (newsticker-next-item): Call `force-mode-line-update'.
8076 (newsticker-previous-item): Call `force-mode-line-update'.
8077 (newsticker-next-feed): Call `force-mode-line-update'.
8078 (newsticker-previous-feed): Call `force-mode-line-update'.
8079 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8080 (newsticker-show-old-items): Do not show descs.
8081 (newsticker-hide-entry): Hide too much.
8082 (newsticker-hide-entry, newsticker-show-entry)
8083 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8084 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8085 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8086 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8087 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8088 (newsticker-get-news): Call `force-mode-line-update'.
8089 Collect process ids.
8090 (newsticker--sentinel): Change coding system handling.
8091 Move image retrieval to new functions newsticker--get-logo-url-*.
8092 Move feed parsing to new functions newsticker--parse-*.
8093 Update list of process ids.
8094 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8095 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8096 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8097 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8098 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8099 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8100 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8101 (newsticker--decode-coding-string): Remove.
8102 (newsticker--decode-numeric-entities): Check input. Format code.
8103 (newsticker--remove-whitespace): Check input.
8104 (newsticker--do-forget-preformatted): Doc fix.
8105 (newsticker--decode-rfc822-date): Allow for missing time.
8106 (newsticker--update-process-ids): New.
8107 (newsticker--image-sentinel): Change comment.
8108 (newsticker--image-read): Change error message.
8109 (newsticker--imenu-goto): Doc fix. Show headline title.
8110 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8111 (newsticker--buffer-do-insert-text): Clean whitespace in
8112 html-rendered headline title. Code formatting.
8113 Call `newsticker--buffer-print-extra-elements'.
8114 (newsticker--buffer-print-extra-element): Remove.
8115 (newsticker--buffer-print-extra-elements): New.
8116 (newsticker--buffer-do-print-extra-element): New.
8117 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8118 large sizes.
8119 (newsticker--run-auto-mark-filter)
8120 (newsticker--do-run-auto-mark-filter):
8121 Use `newsticker-auto-mark-filter-list'.
8122
8123 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8124
8125 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8126 (rcirc-print): Force redisplay before running hooks. Do long
8127 buffer truncation after making new text read-only. Deal with nil
8128 text when decoding strings. If TARGET is nil, use either the
8129 currently selected buffer, if it is an rcirc buffer and of the
8130 same process or the process buffer.
8131 (rcirc-mode): Remove header-line. Recompute short buffer names.
8132 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8133 (rcirc-short-buffer-name): Add variable.
8134 (rcirc-kill-buffer-hook): Recompute short buffer names.
8135 Remove nick from private channel.
8136 (rcirc-send-input): Send command text to current-buffer.
8137 Don't clear overlay arrow here.
8138 (rcirc-short-buffer-name): Return a short buffer name.
8139 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8140 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8141 buffer-name abbreviations.
8142 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8143 Do not touch nick-table when killing a parted channel.
8144 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8145 Clear arrow from current buffer if it is now hidden.
8146 (rcirc-current-buffer): Add variable.
8147 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8148 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8149 Remove -face from names.
8150 (rcirc-update-activity-string): Print "DND" when globally ignoring
8151 activity.
8152 (rcirc-ignore-buffer-activity-flag): Rename from
8153 rcirc-ignore-channel-activity.
8154 (rcirc-ignore-all-activity-flag): Doc fix.
8155 (rcirc-channels): Remove variable.
8156 (rcirc-kill-buffer-hook):
8157 (rcirc-get-buffer-create): Add nick to private channel.
8158 (rcirc-multiline-edit-submit): Remove tabs.
8159 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8160 folded.
8161 (rcirc-remove-nick-channel): Bug fix.
8162 (rcirc-toggle-ignore-buffer-activity): Rename from
8163 rcirc-toggle-ignore-channel-activity.
8164 (rcirc-record-activity): Add buffers to the front of the list.
8165 (rcirc-update-activity): Remove killed buffers from list.
8166 (rcirc-process-server-response-1): Remove last argument if it is
8167 null before calling handler.
8168 (rcirc): Add "rcirc" defcustom prefix.
8169 (rcirc-prompt): Simplify default prompt.
8170 Use custom-initialize-default.
8171 (rcirc-private-chats): Remove variable.
8172 (rcirc-prompt): Change initialization.
8173 (rcirc-version): Remove function.
8174 (rcirc-id-string): Add constant.
8175 (rcirc-last-buffer): Remove variable.
8176 (rcirc-buffer-alist): Add variable.
8177 (rcirc-connect): Update variable setup.
8178 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8179 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8180 default.
8181 (rcirc-handler-generic): Trigger activity.
8182 (rcirc-send-message): Create the buffor of the target.
8183 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8184 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8185 (rcirc-multiline-edit-cancel): Remove function.
8186 (rcirc-set-last-buffer): Remove function.
8187 (rcirc-get-any-buffer): Add function.
8188 (rcirc-join-channels): Don't print /join text.
8189 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8190 messages.
8191 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8192 (rcirc-handler-NOTICE): Recognize CTCP responses.
8193 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8194 constructing TOPIC string for buffers we are not JOINed.
8195 (rcirc-handler-CTCP-response): Add handler.
8196 (rcirc-multiline-edit-submit): Restore the window-configuration
8197 before adjusting point.
8198 (rcirc): Add customization group.
8199 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8200 (rcirc-user-full-name, rcirc-startup-channels-alist)
8201 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8202 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8203 (rcirc-input-ring-size, rcirc-read-only-flag)
8204 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8205 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8206 Change defvar to defcustom.
8207 (rcirc-update-prompt): Add optional ALL arg, which will update
8208 prompts in all rcirc buffers. Regexp quote replacement text.
8209 (rcirc-fill-column): Accept frame-width as a value.
8210 (rcirc-set-changed): Add function.
8211 (rcirc-next-active-buffer): Write more meaningful messages.
8212 (rcirc-faces): Add customization group.
8213 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8214 (rcirc-nick-in-message-face, rcirc-prompt-face)
8215 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8216 (with-rcirc-process-buffer): Move before first usage.
8217 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8218 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8219 (rcirc-debug): Rename from `rcirc-log'.
8220 (rcirc-format-response-string): Do not print `-' chars for a
8221 NOTICE with no sender. Simplify output of server responses.
8222
8223 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8224
8225 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8226 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8227 Make urls mouse and RET clickable.
8228
8229 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8230
8231 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8232
8233 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8234
8235 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8236 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8237 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8238 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8239 argument to all these routines, so the passphrase can be managed
8240 externally and passed in to the system.
8241 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8242 pgg-add-passphrase-to-cache function.
8243
8244 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8245 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8246 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8247 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8248 argument to all these routines, so the passphrase can be managed
8249 externally and passed in to the system.
8250 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8251 function.
8252
8253 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8254
8255 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8256 from goto-address-url-regexp.
8257
8258 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8259
8260 * textmodes/org.el (org-read-date, org-goto-calendar)
8261 (org-recenter-calendar, org-agenda-goto-calendar):
8262 Temporarily clear `calendar-move-hook'.
8263
8264 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8265
8266 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8267 merging.
8268
8269 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8270 have merge clashes.
8271
8272 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8273
8274 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8275 Undo previous change.
8276
8277 * startup.el (command-line): Use `custom-reevaluate-setting' for
8278 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8279 tty-register-default-colors on Mac.
8280
8281 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8282
8283 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8284 (gdb-buffer-type): Make it automatically buffer local...
8285 (gdb-get-create-buffer): ...and set it accordingly.
8286 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8287 actually work.
8288
8289 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8290
8291 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8292 not red.
8293
8294 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8295
8296 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8297 case GUD buffer is not visible.
8298 (gdb-goto-breakpoint): Try to force display in source buffer.
8299 (gdb-frame-gdb-buffer): Copy other similar functions.
8300 (gdb-restore-windows): Don't display source if not asked for.
8301 (gdb-assembler-buffer-name): Don't capitalise.
8302
8303 2005-11-03 Richard M. Stallman <rms@gnu.org>
8304
8305 * wid-edit.el (key-sequence): New widget type.
8306
8307 * simple.el (set-mark-command-repeat-pop): New variable.
8308 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8309 if set-mark-command-repeat-pop is true.
8310
8311 * info.el (Info-fontify-node): Don't display extra "see" if there
8312 already is one here.
8313
8314 * mouse.el: Fix special handling of DEL after dragging a region:
8315 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8316 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8317
8318 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8319
8320 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8321 not to assume it pertains to an affix.
8322
8323 * textmodes/flyspell.el (flyspell-post-command-hook):
8324 Bind deactivate-mark to prevent deactivation.
8325
8326 2005-11-03 Lars Hansen <larsh@soem.dk>
8327
8328 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8329 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8330 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8331
8332 2005-11-03 Romain Francoise <romain@orebokech.com>
8333
8334 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8335 Update copyright years.
8336
8337 2005-11-03 Sam Steingold <sds@gnu.org>
8338
8339 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8340 Use system-type instead of window-system because window-system is not
8341 correctly defined during loadup.
8342
8343 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8344
8345 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8346 (xml-parse-tag): Join strings separated by a comment properly.
8347
8348 2005-11-02 Andreas Schwab <schwab@suse.de>
8349
8350 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8351
8352 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8353
8354 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8355 (byte-optimize-pure-func): Quote the eval'd value.
8356
8357 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8358 Rename from perl-font-lock-syntactic-face-function.
8359 Change the calling convention so it can be used as a font-lock MATCHER.
8360 Do the parse-partial-sexp loop outselves.
8361 (perl-font-lock-syntactic-keywords): Use it.
8362 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8363
8364 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8365
8366 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8367 disassembly buffer too.
8368 (gdb-exited): Remove overlay arrows when execution has finished.
8369 (gdb-info-frames-custom, gdb-info-threads-custom)
8370 (gdb-info-registers-custom): Don't add inappropriate text
8371 properties if inferior is not active.
8372
8373 2005-11-02 Glenn Morris <rgm@gnu.org>
8374
8375 * progmodes/fortran.el (fortran-blink-match):
8376 Use `blink-matching-delay'.
8377
8378 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8379
8380 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8381
8382 2005-11-02 Lars Hansen <larsh@soem.dk>
8383
8384 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8385 "Permission denied".
8386
8387 2005-11-01 Richard M. Stallman <rms@gnu.org>
8388
8389 * textmodes/flyspell.el (flyspell-external-point-words):
8390 Pass nil to flyspell-get-word.
8391
8392 2005-11-02 Kim F. Storm <storm@cua.dk>
8393
8394 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8395 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8396
8397 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8400 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8401 (calendar-mouse-print-dates): Add optional `event' argument.
8402 Update interactive-spec.
8403 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8404 Use `calendar-event-to-date' instead of `event'.
8405
8406 2005-11-02 Masatake YAMATO <jet@gyve.org>
8407
8408 * progmodes/ld-script.el (ld-script-builtins):
8409 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8410 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8411 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8412
8413 2005-11-01 Romain Francoise <romain@orebokech.com>
8414
8415 * vc-sccs.el: Update copyright year.
8416 * ezimage.el: Likewise.
8417
8418 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8419
8420 * info.el (Info-fontify-node): Use `string-width' for fontifying
8421 underlined titles.
8422
8423 2005-11-01 Juri Linkov <juri@jurta.org>
8424
8425 * info.el (Info-fontify-node): Downcase node header keywords Node,
8426 Prev, Next, Up before comparison.
8427 (Info-history): Insert absolute directory name, and put invisible
8428 property on it.
8429
8430 2005-11-01 Juri Linkov <juri@jurta.org>
8431
8432 * info.el (Info-file-supports-index-cookies): New variable.
8433 (Info-find-node-2): Check makeinfo version for index cookie support.
8434 (Info-index-nodes): Search for nodes with index cookies only when
8435 Info-file-supports-index-cookies is t. Otherwise, search nodes
8436 with "Index" in the node name.
8437 (Info-index-node): Search index cookie in the current node only when
8438 Info-file-supports-index-cookies is t. Otherwise, check the word
8439 "Index" in the node name.
8440 (Info-find-emacs-command-nodes): Remove code that searches nodes
8441 with "Index" node name in the top menu.
8442
8443 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8444
8445 * progmodes/scheme.el (scheme-mode-variables): Use the default
8446 comment-indent-function.
8447
8448 * faces.el (face-attribute): Handle the case where a face inherits from
8449 a non-existent face.
8450
8451 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8452 for octal and hexa output, and merge the char into the paren.
8453 (kill-new): Use push.
8454 (copy-to-buffer): Use with-current-buffer.
8455 (completion-setup-function): Move code in loop to remove redundancy.
8456 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8457 those inherited from minibuffer-local-completion-map.
8458
8459 * savehist.el (savehist-mode) <defcustom>:
8460 Use custom-set-minor-mode if available.
8461 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8462 and emit a message if applicable.
8463
8464 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8465
8466 * savehist.el: Sync up to version 19.
8467 (savehist-mode): New minor mode.
8468 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8469 (savehist-length): Remove (use history-length instead).
8470 (savehist-file-modes): Rename from savehist-modes.
8471 (savehist-save-hook, savehist-loaded): New vars.
8472 (savehist-load): Use savehist-mode. Try to smooth up transition from
8473 old format to new format.
8474 (savehist-install): Allow savehist-autosave-interval to be nil.
8475 (savehist-save): Run the new hook. Be more careful to only trim the
8476 history variables.
8477 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8478 (savehist-printable): Print into a buffer rather than char-by-char.
8479
8480 2005-11-01 John Wiegley <johnw@newartisans.com>
8481
8482 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8483 toggle-ignore keybinding (C-a). The author said it had been
8484 disabled much earlier due to a possible incompatibility, but after
8485 many months of usage I have encountered no problems (and it is a
8486 rather useful option, especially for switching to " *temp*").
8487
8488 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8489 support for OS/X's AddressBook, by calling out to the open source
8490 program "contacts" (installable through Fink).
8491
8492 * net/eudc.el (eudc-expand-inline): If the
8493 `eudc-multiple-match-handling-method' is set to `all', delete the
8494 query string before inserting the query result.
8495
8496 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8497 flag, to prevent Eshell from using the system ls when
8498 `eshell-ls-insert-directory' is in used.
8499 (eshell-ls-insert-directory): Disable font-lock in directory
8500 buffer so that Eshell's own fontification is seen. This broke
8501 recently due to changes in font-lock, so this goes back to version
8502 21 behavior.
8503
8504 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8505
8506 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8507 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8508 (gdb-many-windows): Doc fix.
8509
8510 2005-10-31 Romain Francoise <romain@orebokech.com>
8511
8512 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8513
8514 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8515
8516 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8517 that global-font-lock-mode can be enabled by default.
8518
8519 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8520 (font-lock-add-keywords, font-lock-remove-keywords)
8521 (font-lock-fontify-buffer): Remove autoload cookies.
8522
8523 * jit-lock.el (jit-lock-register): Likewise.
8524
8525 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8526
8527 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8528
8529 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8530 intact if there is no gud-comint-buffer.
8531
8532 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8533
8534 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8535 old prompt comint-prompt-read-only is t and GDB commands are
8536 issued from tool bar etc.
8537
8538 2005-10-31 Masatake YAMATO <jet@gyve.org>
8539
8540 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8541
8542 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8543
8544 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8545 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8546
8547 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8548
8549 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8550 starting at beginning of line. Fontification is messed up when
8551 `open-paren-in-column-0-is-defun-start' set to t.
8552 Reported by John Paul Wallington <jpw@pobox.com>.
8553
8554 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8555
8556 * comint.el (comint-send-input): Call `comint-update-fence' when
8557 `comint-process-echoes' and `comint-prompt-read-only' are both
8558 non-nil, to avoid leftover read-only newline.
8559
8560 2005-10-30 Richard M. Stallman <rms@gnu.org>
8561
8562 * textmodes/flyspell.el (flyspell-external-point-words):
8563 Detect when WORD can't be checked properly because
8564 flyspell-get-word finds just part of it, and move on.
8565
8566 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8567 boundarychar for Polish.
8568 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8569 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8570
8571 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8572
8573 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8574 (gdb-registers-font-lock-keywords): Delete.
8575 (gdb-registers-mode): Don't fontify.
8576 (gdb-info-registers-custom): Use text properties instead as, in
8577 future, changed register values will use font-lock-warning-face.
8578 (gdb-local-font-lock-keywords): Rename to...
8579 (gdb-locals-font-lock-keywords): ...for consistency.
8580
8581 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8582
8583 * vc.el (vc-switch-backend): Better error message if the buffer is
8584 not visiting a file under version control.
8585
8586 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8587
8588 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8589
8590 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8591 ~/.emacs.d/.emacs.
8592
8593 2005-10-29 Richard M. Stallman <rms@gnu.org>
8594
8595 * replace.el (occur-mode-mouse-goto): Always go to other window.
8596 (occur-mode-goto-occurrence): Always switch in same window.
8597
8598 * simple.el (undo): Display message at end, not at start.
8599
8600 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8601 New arg REUSE-CELL.
8602 (cancel-timer-internal): New function.
8603 (timer-event-handler): Use cancel-timer-internal,
8604 and pass the cell it returns to timer-activate...
8605
8606 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8607 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8608 (jit-lock-after-change): Test memory-full.
8609
8610 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8611
8612 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8613 part of the decoded armor to find the key-identifier.
8614 (pgg-gpg-lookup-key-owner): New function to return the
8615 human-readable identifier of a key owner.
8616 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8617 key itself.
8618 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8619 the key value) if we have a key and can match it against a secret
8620 key. Also, added a note pointing out fact that the prompt only
8621 indicates the first matching key.
8622
8623 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8624 pgg-decrypt-region.
8625 (pgg-pending-timers): A new hash for tracking the passphrase cache
8626 timers, so that new ones supercede old ones.
8627 (pgg-add-passphrase-to-cache): Rename from
8628 `pgg-add-passphrase-cache' to reduce confusion (all callers
8629 changed). Modified to cancel old timers when new ones are added.
8630 (pgg-remove-passphrase-from-cache): Rename from
8631 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8632 changed). Modified to cancel old timers when their keys are
8633 removed from the cache.
8634 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8635 XEmacs, an indirection to delete-itimer.
8636 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8637 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8638 users can only check cache without risk of prompting. Correct bug in
8639 notruncate behavior.
8640 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8641 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8642 Add informative docstrings.
8643 (pgg-decrypt): Convey provided passphrase in subordinate call to
8644 pgg-decrypt-region.
8645
8646 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8647 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8648 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8649 `passphrase' argument, so the passphrase can be managed externally
8650 and then passed in to the system.
8651
8652 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8653 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8654 so the passphrase cache can be used reliably with identifiers
8655 besides a pgp packet's key id.
8656
8657 * pgg-gpg.el (pgg-pgp-encrypt-region)
8658 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8659 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8660 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8661 argument to all these routines, so the passphrase can be managed
8662 externally and passed in to the system.
8663
8664 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8665 `notruncate' argument, so the passphrase cache can be used
8666 reliably with identifiers besides a pgp packet's key id.
8667
8668 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8669
8670 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8671 symmetric encryption.
8672 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8673 encrypted session key.
8674 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8675 message ask for the passphrase in a proper way.
8676
8677 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8678 New user commands for symmetric encryption.
8679
8680 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8681
8682 * textmodes/conf-mode.el (conf-assignment-sign)
8683 (conf-assignment-regexp): Fix docstrings.
8684 (conf-mode-initialize): New function.
8685 (conf-mode): Remove optional args. Use delay-mode-hooks to
8686 recognize recursive calls.
8687 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8688 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8689 (conf-xdefaults-mode): Use define-derived-mode and
8690 conf-mode-initialize.
8691
8692 2005-10-29 Romain Francoise <romain@orebokech.com>
8693
8694 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8695
8696 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8697
8698 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8699 part of the decoded armor to find the key-identifier.
8700 (pgg-gpg-lookup-key-owner): New function to return the
8701 human-readable identifier of a key owner.
8702 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8703 key itself.
8704 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8705 the key value) if we have a key and can match it against a secret
8706 key. Also, added a note pointing out fact that the prompt only
8707 indicates the first matching key.
8708
8709 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8710 pgg-decrypt-region.
8711 (pgg-pending-timers): A new hash for tracking the passphrase cache
8712 timers, so that new ones supercede old ones.
8713 (pgg-add-passphrase-to-cache): Rename from
8714 `pgg-add-passphrase-cache' to reduce confusion (all callers
8715 changed). Modified to cancel old timers when new ones are added.
8716 (pgg-remove-passphrase-from-cache): Rename from
8717 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8718 changed). Modified to cancel old timers when their keys are
8719 removed from the cache.
8720 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8721 XEmacs, an indirection to delete-itimer.
8722 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8723 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8724 users can only check cache without risk of prompting. Correct bug in
8725 notruncate behavior.
8726 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8727 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8728 Add informative docstrings.
8729 (pgg-decrypt): Convey provided passphrase in subordinate call to
8730 pgg-decrypt-region.
8731
8732 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8733
8734 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8735 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8736 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8737 `passphrase' argument, so the passphrase can be managed externally
8738 and then passed in to the system.
8739
8740 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8741 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8742 so the passphrase cache can be used reliably with identifiers
8743 besides a pgp packet's key id.
8744
8745 * pgg-gpg.el (pgg-pgp-encrypt-region)
8746 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8747 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8748 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8749 argument to all these routines, so the passphrase can be managed
8750 externally and passed in to the system.
8751
8752 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8753 `notruncate' argument, so the passphrase cache can be used
8754 reliably with identifiers besides a pgp packet's key id.
8755
8756 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8757
8758 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8759 symmetric encryption.
8760 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8761 encrypted session key.
8762 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8763 message ask for the passphrase in a proper way.
8764
8765 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8766 New user commands for symmetric encryption.
8767
8768 2005-10-28 Bill Wohler <wohler@newt.com>
8769
8770 * help-mode.el (help-url): New button type. Calls browse-url.
8771 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8772 Similar to Info nodes: URL `url'.
8773 (help-make-xrefs): Create help-url buttons for
8774 help-xref-url-regexp matches.
8775
8776 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8777
8778 * tool-bar.el (tool-bar-add-item-from-menu)
8779 (tool-bar-local-item-from-menu): Fix doc strings.
8780
8781 2005-10-28 Romain Francoise <romain@orebokech.com>
8782
8783 * ldefs-boot.el: Update.
8784
8785 * subr.el (locate-library): Move from help-fns.el.
8786 * help-fns.el (locate-library): Move to subr.el.
8787
8788 2005-10-28 Richard M. Stallman <rms@gnu.org>
8789
8790 * net/tramp.el (tramp-completion-mode): defvar moved up.
8791
8792 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8793
8794 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8795
8796 * files.el (find-file-noselect): Use %d to format large file size.
8797
8798 * bindings.el (mode-line-format): Add %e.
8799
8800 * loadup.el ("facemenu"): Load unconditionally.
8801 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8802 ("x-dnd"): Load, when appropriate.
8803
8804 * startup.el (command-line): Call before-init-hook earlier.
8805 Warn about some bad characters in -u user name.
8806
8807 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8808 (flyspell-external-point-words): Error if misspelled word is not found.
8809 Set flyspell-large-region-beg at end of word.
8810
8811 2005-10-28 Andreas Schwab <schwab@suse.de>
8812
8813 * view.el (View-revert-buffer-scroll-page-forward):
8814 Use view-page-size-default.
8815
8816 2005-10-28 Juri Linkov <juri@jurta.org>
8817
8818 * international/quail.el (quail-get-current-str): Translate last
8819 raw character for deterministic input methods.
8820
8821 2005-10-27 Jay Belanger <belanger@truman.edu>
8822
8823 * calc/calc-ext.el: Add functions to autoloads.
8824 (math-identity-matrix-p, math-ident-row-p): New functions.
8825
8826 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8827 multiplication by an identity matrix; don't turn multiplication by
8828 an inverse matrix into division.
8829 (math-div-symbol-fancy): Replace division by matrices with
8830 multiplication by inverse.
8831
8832 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8833
8834 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8835 (calc-writeoutpower): New functions.
8836
8837 2005-10-27 Romain Francoise <romain@orebokech.com>
8838
8839 * replace.el (occur-engine): Include colon in mouse-face highlight.
8840
8841 * dired-x.el: Change Maintainer field.
8842
8843 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8844
8845 * longlines.el (longlines-mode): Bind after-change-functions to
8846 nil during initial decoding and final encoding.
8847
8848 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8849
8850 * term.el (term-emulate-terminal, term-handle-colors-array)
8851 (term-handle-ansi-escape): Specify the terminfo capabilities
8852 implemented.
8853
8854 2005-10-26 Richard M. Stallman <rms@gnu.org>
8855
8856 * info.el (Info-fontify-node): Fix detection of sentence-break
8857 before *Note.
8858
8859 2005-10-26 Romain Francoise <romain@orebokech.com>
8860
8861 * smerge-mode.el: Add `tools' to file keywords.
8862
8863 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8864
8865 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8866 when the fringe is not available.
8867
8868 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8869 (def-gdb-auto-update-trigger): Simplify construction.
8870 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8871 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8872 defined explicitly.
8873 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8874 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8875 defined explicitly.
8876 (gdb-info-locals-custom): Remove as it's a no-op.
8877
8878 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8879
8880 * longlines.el (longlines-mode): Remove narrowing before
8881 performing the initial decoding or final encoding.
8882
8883 2005-10-25 Romain Francoise <romain@orebokech.com>
8884
8885 * emacs-lisp/find-func.el (find-library-name): Also strip
8886 extension if library name ends in .el, to take advantage of
8887 `find-library-suffixes'.
8888
8889 2005-10-25 Richard M. Stallman <rms@gnu.org>
8890
8891 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8892
8893 2005-10-25 Juri Linkov <juri@jurta.org>
8894
8895 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8896 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8897
8898 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8901 (blackbox-redefine-key): Add argument `map'.
8902
8903 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8904 regions when moving the jit-lock-context-unfontify-pos boundary.
8905
8906 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8907
8908 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8909
8910 2005-10-25 Masatake YAMATO <jet@gyve.org>
8911
8912 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8913
8914 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8915
8916 * play/blackbox.el (blackbox-redefine-key): New function.
8917 (blackbox-mode-map): Use it to remap existing bindings for cursor
8918 motion instead of binding literal keys.
8919
8920 2005-10-25 Glenn Morris <rgm@gnu.org>
8921
8922 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8923 diary does not end in a newline. Do not assume a blank line at
8924 the start of the diary file.
8925
8926 2005-10-25 Kenichi Handa <handa@m17n.org>
8927
8928 * international/quail.el (quail-translate-key): If the input
8929 method is deterministic and failed to handle the last key, restart
8930 the key handling loop from an appropriate key.
8931
8932 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8933
8934 * vc.el (vc-dired-mode): Extend comment for binding of
8935 `directory-listing-before-filename-regexp'.
8936
8937 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8938
8939 * textmodes/texinfo.el (texinfo-mode):
8940 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8941 not to unnecessarily expose emacs-mule's internal char codes.
8942
8943 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8944
8945 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8946 Display hand pointer and help-echo on disabled icon too.
8947 (gdb-mouse-until): New function.
8948 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8949
8950 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8951
8952 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8953 with 2005-10-23 change to doctor.el.
8954
8955 * finder.el (finder-mode-map): Add follow-link binding.
8956
8957 2005-10-25 Kim F. Storm <storm@cua.dk>
8958
8959 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8960 to gdb-mouse-toggle-breakpoint-fringe.
8961 (gdb-mouse-toggle-breakpoint-margin): Rename from
8962 gdb-mouse-toggle-breakpoint. Fix doc.
8963 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8964 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8965 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8966 string properties also for fringe breakpoint bitmaps.
8967
8968 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8969
8970 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8971
8972 2005-10-25 Masatake YAMATO <jet@gyve.org>
8973
8974 * simple.el (completion-common-substring):
8975 Use `completion-common-substring' prior to `completion-base-size'.
8976
8977 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8978
8979 * savehist.el: Require CL while compiling.
8980 (savehist-history-variables): Remove.
8981 (savehist-save-minibuffer-history, savehist-additional-variables)
8982 (savehist-minibuffer-history-variables): New vars.
8983 (savehist-save): Use them.
8984 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8985 (savehist-install): New fun, extracted from savehist-load.
8986 (savehist-load): Use them.
8987
8988 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8991 a dummy doc-string-elt property.
8992 (defalias, defvaralias, define-category): Add a docstring property.
8993
8994 * image.el (defimage):
8995 * widget.el (define-widget):
8996 * custom.el (defface, defcustom): Add `doc-string' declaration.
8997
8998 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8999 (defadvice): Add `doc-string' declaration.
9000
9001 * emacs-lisp/byte-run.el (macro-declaration-function):
9002 Handle `doc-string' declarations.
9003 (define-obsolete-function-alias, define-obsolete-variable-alias):
9004 Add `doc-string' declaration.
9005
9006 2005-10-24 Kenichi Handa <handa@m17n.org>
9007
9008 * international/utf-7.el (utf-7): Add autoload cookie.
9009
9010 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9011
9012 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9013
9014 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9015 list of directories passed to batch-update-autoloads. Add "." to
9016 the list of the echoed directories.
9017
9018 * pgg-def.el:
9019 * pgg-gpg.el:
9020 * pgg-parse.el:
9021 * pgg-pgp.el:
9022 * pgg-pgp5.el:
9023 * pgg.el: Moved here from the gnus subdirectory.
9024
9025 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9026
9027 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9028 in case comint-prompt-read-only is set to t.
9029
9030 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9031 in case comint-prompt-read-only is set to t.
9032
9033 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9034
9035 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9036 Now a string.
9037 (icalendar-import-format): Handle CLASS, STATUS, URL.
9038 Rename `subject' to `summary'.
9039 (icalendar-import-format-summary): Rename from
9040 `icalendar-import-format-subject'.
9041 (icalendar-import-format-url, icalendar-import-format-status)
9042 (icalendar-import-format-class): New variables.
9043 (icalendar--rris): Take variable argument list.
9044 (icalendar--datestring-to-isodate): Remove unnecessary
9045 calendar-style check when converting dates with explicit month names.
9046 (icalendar-export-region): Change return type of conversion
9047 subroutines. Bury current buffer unless error occurred.
9048 (icalendar--convert-to-ical)
9049 (icalendar--parse-summary-and-rest): New functions.
9050 (icalendar--convert-ordinary-to-ical)
9051 (icalendar--convert-weekly-to-ical)
9052 (icalendar--convert-yearly-to-ical)
9053 (icalendar--convert-block-to-ical)
9054 (icalendar--convert-cyclic-to-ical)
9055 (icalendar--convert-anniversary-to-ical): Change return type.
9056 Strip trailing blanks from subject.
9057 (icalendar--convert-sexp-to-ical): Change return type.
9058 Strip trailing blanks from subject. Handle simple sexp
9059 entries as generated by icalendar.el.
9060 (icalendar--convert-float-to-ical)
9061 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9062 (icalendar-import-file): Doc fix.
9063 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9064 Correct call to icalendar--rris.
9065 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9066 `summary'.
9067 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9068
9069 2005-10-24 Romain Francoise <romain@orebokech.com>
9070
9071 * server.el (server-sentinel): Set query-on-exit flag to nil on
9072 new client processes (it isn't inherited from the server process).
9073
9074 * replace.el (occur-engine): Rearrange text properties.
9075
9076 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9079 case-fold-search is nil.
9080 (debug-help-follow): Use help-xref-interned directly.
9081
9082 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9083
9084 * thumbs.el (thumbs-image-type): Add .pbm.
9085
9086 2005-10-23 Richard M. Stallman <rms@gnu.org>
9087
9088 * faces.el (inhibit-face-set-after-frame-default): New variable.
9089 (set-face-attribute): Bind it.
9090 (face-set-after-frame-default): Test it.
9091
9092 * help-fns.el (describe-simplify-lib-file-name): New function.
9093 (describe-function-1, describe-variable): Use it.
9094
9095 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9096
9097 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9098 Eliminate nil as possible value.
9099 (tooltip-hide-delay): Reduce internal-border-width.
9100
9101 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9102 (menu-bar-file-menu) <new-file>: Likewise.
9103
9104 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9105
9106 * international/mule.el (load-with-code-conversion):
9107 Pass full file name to `eval-buffer' unless preloading.
9108
9109 * textmodes/flyspell.el (flyspell-large-region):
9110 Call ispell-check-version.
9111
9112 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9113 Fix the make-variable-buffer-local call that was supposed
9114 to be for this variable.
9115 (ispell-aspell-supports-utf8): Doc fix.
9116 (ispell-find-aspell-dictionaries): Preserve elements of
9117 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9118 (ispell-aspell-find-dictionary): Return nil on error.
9119
9120 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9121 (doctor-symptoms): Likewise.
9122
9123 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9124
9125 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9126
9127 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9128 (custom-raised-buttons): Add :set spec.
9129 (custom-button-unraised, custom-button-pressed-unraised):
9130 New faces, so that custom-raised-buttons actually does something.
9131 (custom-mode): Use custom-button and custom-button-pressed.
9132
9133 * wid-edit.el (widget-specify-button): Don't ignore
9134 widget-mouse-face on graphic terminals.
9135 (widget-move-and-invoke): Cleanup.
9136
9137 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9138
9139 * whitespace.el (whitespace-cleanup): Doc fix.
9140
9141 2005-10-23 Romain Francoise <romain@orebokech.com>
9142
9143 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9144 `eval-after-load' to avoid evaluating their result.
9145
9146 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9147
9148 * files.el (directory-listing-before-filename-regexp):
9149 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9150
9151 * dired.el (dired-move-to-filename-regexp): Remove.
9152 All occurences replaced by `directory-listing-before-filename-regexp'.
9153
9154 * dired-x.el, locate.el, vc.el:
9155 Replace `dired-move-to-filename-regexp' by
9156 `directory-listing-before-filename-regexp'. In vc.el it is
9157 overwritten locally; maybe this can be handled in files.el too.
9158
9159 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9160 replaced by `directory-listing-before-filename-regexp'.
9161
9162 2005-10-23 Andreas Schwab <schwab@suse.de>
9163
9164 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9165 and eval-next-after-load.
9166
9167 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9168
9169 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9170 exist, create it.
9171
9172 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9173
9174 * allout.el: Remove autoloads for mailcrypt and crypt++.
9175 Require pgg, pgg-gpg during compilation.
9176 (allout-version): Increment version number to 2.1, and use a literal
9177 rather than RCS Id.
9178 (allout-default-encryption-scheme): Remove.
9179 (allout-passphrase-verifier-handling)
9180 (allout-passphrase-verifier-string)
9181 (allout-file-passphrase-verifier-string)
9182 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9183 (allout-passphrase-hint-handling): Rename and simplify.
9184 (allout-init): Use `find-file-hook' if available, otherwise
9185 `find-file-hooks'.
9186 (allout-mode): Use `write-file-functions' if available, otherwise
9187 `local-write-file-hooks' and, instead of making auto-save-hook
9188 buffer local, make the write-file-hook activity contingent to
9189 allout-mode.
9190 (allout-mode): Use key-binding substitution in the docstring.
9191 (allout-kill-line): Spell-out kill ring data structure mutation
9192 instead of using byte-compiler-complaint-provoking `pop'.
9193 (allout-insert-listified): Use `insert' rather than `insert-string'
9194 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9195 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9196 (allout-encrypt-string): Totally revamped vis new underlying
9197 encryption facilities.
9198 (allout-mc-activate-passwd): Remove.
9199 (allout-obtain-passphrase): New, more or less replaces
9200 allout-mc-activate-passwd.
9201 (allout-encrypted-key-info): More or less replaces
9202 allout-encrypted-text-type.
9203 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9204 (my-mark-marker): Use `(featurep 'xemacs)'.
9205
9206 2005-10-23 Lars Hansen <larsh@soem.dk>
9207
9208 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9209 (byte-compile-file-form-defmumble, byte-compile-defun)
9210 (byte-compile-defmacro): Use it.
9211 (byte-compile-form): Don't call byte-compile-set-symbol-position
9212 when a byte-compile handler is called.
9213
9214 2005-10-22 Romain Francoise <romain@orebokech.com>
9215
9216 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9217
9218 * subr.el (eval-after-load): Convert library name to an absolute
9219 file name using locate-library, since load-history no longer has
9220 library names in it.
9221
9222 2005-10-22 Richard M. Stallman <rms@gnu.org>
9223
9224 * files.el (make-temp-file): Move from subr.el.
9225 * subr.el (make-temp-file): Move to files.el.
9226
9227 * window.el (get-buffer-window-list): Move from subr.el.
9228 * subr.el (get-buffer-window-list): Move to window.el.
9229
9230 * image.el (image-load-path): Use eval-at-startup to initialize.
9231
9232 * subr.el (eval-at-startup): New macro.
9233
9234 * subr.el: Much rearrangement of functions and division
9235 into pages. No code changes.
9236
9237 2005-10-22 Kenichi Handa <handa@m17n.org>
9238
9239 * tar-mode.el (tar-extract): Be sure to call
9240 find-operation-coding-system if set-auto-coding doesn't find a
9241 coding system.
9242
9243 2005-10-22 Kim F. Storm <storm@cua.dk>
9244
9245 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9246 Change users.
9247 (image-type-file-name-regexps): New defconst.
9248 (image-type-from-data): Simplify loop.
9249 (image-type-from-buffer): New defun.
9250 (image-type-from-file-header): Use it instead of image-type-from-data.
9251 Use image-search-load-path instead of only looking in data-directory.
9252 (image-type-from-file-name): New defun.
9253 (image-search-load-path): Change `pathname' to `filename'.
9254 Make PATH arg optional, default to image-load-path.
9255
9256 2005-10-21 Richard M. Stallman <rms@gnu.org>
9257
9258 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9259
9260 * textmodes/paragraphs.el (sentence-end-base): New variable.
9261 (sentence-end): Use sentence-end-base.
9262
9263 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9264
9265 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9266 property independently from the font-lock-multiline variable.
9267
9268 2005-10-21 Richard M. Stallman <rms@gnu.org>
9269
9270 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9271
9272 * startup.el (command-line): Convert library names
9273 in `load-history' to absolute file names.
9274
9275 * subr.el (symbol-file): Doc fix.
9276
9277 * loadhist.el (file-loadhist-lookup): Call locate-library
9278 instead of find-library-name. Don't try converting
9279 abs file names to library names, since load-history no longer
9280 has library names in it.
9281 (file-dependents, file-provides, file-requires): Doc fixes.
9282
9283 2005-10-21 Juri Linkov <juri@jurta.org>
9284
9285 * progmodes/etags.el (tags-table-mode): New function.
9286 (tags-verify-table): Replace initialize-new-tags-table with
9287 tags-table-mode.
9288
9289 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9290 default value.
9291 (desktop-modes-not-to-save): Add tags-table-mode to the
9292 default value.
9293
9294 * info.el (Info-index-next): Add total number of index
9295 alternatives to the message.
9296
9297 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9298 backward only space (instead of space and period) before looking
9299 at sentence end.
9300
9301 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9302 Add the old variable value as 4th default-value arg of read-string.
9303
9304 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9305
9306 * cus-face.el (custom-declare-face): Make face from X resources
9307 also on Mac.
9308
9309 * disp-table.el (standard-display-g1, standard-display-graphic):
9310 Refuse to use string glyphs also on Mac.
9311 (standard-display-european): Don't set terminal coding system also
9312 on Mac.
9313
9314 * frame.el (display-screens): Use x-display-screens also on Mac.
9315
9316 2005-10-21 Romain Francoise <romain@orebokech.com>
9317
9318 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9319
9320 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9321
9322 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9323 and $? into sexps.
9324
9325 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9326 warning face on open-paren-in-column-0.
9327
9328 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9329 boundary case. Fix typo.
9330 Suggested by Martin Rudalics <rudalics@gmx.at>.
9331
9332 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9333
9334 * textmodes/org.el (org-combined-agenda-icalendar-file)
9335 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9336 (org-export-icalendar-this-file)
9337 (org-export-icalendar-all-agenda-files)
9338 (org-export-icalendar-combine-agenda-files): New commands.
9339 (org-export-icalendar, org-print-icalendar-entries)
9340 (org-start-icalendar-file, org-finish-icalendar-file)
9341 (org-ical-ts-to-string): New functions.
9342 (org-read-date, org-goto-calendar)
9343 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9344 call to `calendar'.
9345 (orgtbl-setup): Remove the :keys arguments from the menu description.
9346 (org-after-save-iCalendar-file-hook): New variable.
9347
9348 2005-10-21 Kenichi Handa <handa@m17n.org>
9349
9350 * language/vietnamese.el (tcvn-5712): Make it an alias of
9351 vietnamese-tcvn coding-system.
9352
9353 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9354
9355 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9356 group id is given.
9357
9358 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9359
9360 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9361 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9362 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9363 whose line is either continued or ends with a comment.
9364
9365 2005-10-20 Romain Francoise <romain@orebokech.com>
9366
9367 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9368
9369 * replace.el (occur-engine): Add follow-link property.
9370
9371 * font-core.el (font-lock-mode): Doc fix.
9372
9373 2005-10-20 Richard M. Stallman <rms@gnu.org>
9374
9375 * net/rcirc.el: New file.
9376
9377 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9378
9379 * term.el (term-term-name): Initialize to "eterm-color".
9380
9381 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9382
9383 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9384 for encryption functionality.
9385 Move allout customization subgroup from `editing' to `outlines' group.
9386 Fix commentary keywords to legitimate ones.
9387 Update author info (using my current email address, obscurified).
9388 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9389 (allout-encrypted-topic-p, allout-encrypted-text-type)
9390 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9391 (allout-situate-encryption-key-verifier)
9392 (allout-get-encryption-key-verifier, allout-verify-key)
9393 (allout-next-topic-pending-encryption)
9394 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9395 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9396 (outline-key-verifier-handling, outline-key-hint-handling)
9397 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9398 (allout-file-key-verifier-string, allout-encryption-scheme)
9399 (allout-key-verifier-string, allout-key-hint-string)
9400 (allout-after-save-decrypt): New variables.
9401 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9402 (allout-after-saves-handler): New hook functions.
9403 (allout-post-command-business): Do allout-after-save-decrypt.
9404 (allout-enable-file-variable-adjustment): Custom var to enable
9405 mechanism for adding and adjusting settings of Emacs file variables.
9406 (allout-adjust-file-variable, allout-file-vars-section-data):
9407 New functions, implement the mechanism.
9408 (outlineify-sticky): Use the file vars mechanism.
9409 (allout-inhibit-protection, allout-during-write-cue)
9410 (allout-override-protect, allout-before-change-protect): Remove.
9411 (allout-flag-region, allout-open-topic): Adjust read-only text.
9412 (allout-open-line-not-read-only): Add to facilitate read-only
9413 text based protection.
9414 (allout-kill-line): Revise to adjust read-only text, clue the
9415 user about the inhibition.
9416 (allout-unprotected): Use unwind-protect.
9417 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9418 topic deeper than the offspring depth of the previous topic -
9419 avoiding confusing "containment discontinuities".
9420 (allout-reindent-bodies): Fix retention of body relative hanging
9421 indent during promotion of collapsed bodies.
9422 (allout-open-topic): Make it easy to open new topic with same
9423 bullet as current topic - topic creation functions provided with
9424 any universal argument provokes now prompt for bullet, defaulting
9425 to the bullet of the previous topic.
9426 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9427 Plain bullet alternates `.' period and `,' comma only. All other
9428 bullets are relegated to special status (but customizable).
9429 (allout-end-of-entry): Rename from allout-end-of-current-entry
9430 since it actually operates w.r.t. most immediately containing
9431 entry, visible or not.
9432 (allout-hide-current-entry, allout-show-current-entry): Use the
9433 revised version.
9434 (allout-old-expose-topic): Solidify deprecation.
9435 (allout-end-of-subtree): Add so we can span concealed as well
9436 as visible topics.
9437 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9438 (allout-end-of-current-heading): Tweak to just respect the first line.
9439 (allout-get-body-text): Add.
9440 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9441 when invoked interactively.
9442 (allout-up-current-level): Use `interactive-p'.
9443 (allout-mode, allout-init): Miscellaneous docstring and
9444 operational refinements, as well as hookups of new encryption stuff.
9445 (allout-beginning-of-current-entry): Now works as advertised.
9446 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9447 (allout-isearch-rectification): Refine condition for isearching.
9448 (allout-isearch-abort, allout-enwrap-isearch)
9449 (allout-flag-region, my-region-active-p): Relocate some macros.
9450 (allout-title): Fallback title is (buffer-name), not
9451 non-existing (current-buffer-name).
9452 (subst-char-in-string): Define if absent (for some XEmacs versions).
9453
9454 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9455
9456 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9457 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9458 (mail-citation-prefix-regexp, mail-signature-file)
9459 (mail-default-headers, mail-bury-selects-summary)
9460 (mail-send-nonascii): Add autoload cookies.
9461
9462 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9463
9464 * frame.el (blink-cursor-mode): Add `mac' to the list of
9465 window-system's that support blinking cursor.
9466
9467 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9468
9469 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9470
9471 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9472
9473 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9474 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9475 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9476
9477 2005-10-20 Kim F. Storm <storm@cua.dk>
9478
9479 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9480 (ido-set-current-directory): Don't add / after final @.
9481 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9482 Explicitly handle ange-ftp completion oddities.
9483 (ido-make-file-list): Don't rotate list at tramp root to avoid
9484 triggering tramp file handler for expand-file-name via get-file-buffer.
9485
9486 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9489
9490 2005-10-19 Jay Belanger <belanger@truman.edu>
9491
9492 * calc/calc-units.el (math-standard-units): Add units, adjust
9493 symbols and update values.
9494 (math-unit-prefixes): Add more prefixes.
9495
9496 2005-10-19 Romain Francoise <romain@orebokech.com>
9497
9498 * bookmark.el (bookmark-menu-heading): New face.
9499 (bookmark-bmenu-list): Use it.
9500 Don't fiddle with `baud-rate' at top-level.
9501
9502 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9503
9504 * image.el (create-image, find-image): Mention max-image-size in
9505 docstring.
9506
9507 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * savehist.el (savehist-load): Revert to checking XEmacs.
9510
9511 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9512 Various docstring and line-width fixups.
9513 (conf-mode): Use cond.
9514 Set font-lock-defaults. Don't set comment-use-syntax.
9515
9516 2005-10-18 David Ponce <david@dponce.com>
9517
9518 * tree-widget.el (tree-widget-button-click): New function.
9519 (tree-widget-button-keymap): Use it.
9520
9521 2005-10-18 Romain Francoise <romain@orebokech.com>
9522
9523 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9524 (bookmark-bmenu-hide-filenames): Add follow-link property.
9525 Improve help-echo text.
9526
9527 * ffap.el (find-file-at-point): Doc fix.
9528
9529 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9530
9531 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9532
9533 2005-10-18 Masatake YAMATO <jet@gyve.org>
9534
9535 Install to the CVS repository what I forgot to install in my
9536 2005-10-16 changes.
9537
9538 * progmodes/python.el (python-complete-symbol): Pass the common
9539 prefix substring of completion to `display-completion-list'.
9540
9541 * textmodes/org.el (org-complete): Ditto.
9542
9543 2005-10-18 Masatake YAMATO <jet@gyve.org>
9544
9545 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9546
9547 * woman.el (WoMan-xref-man-page): New button type derived
9548 from `Man-abstract-xref-man-page'.
9549 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9550
9551 * man.el (Man-abstract-xref-man-page): New button type.
9552 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9553 (Man-highlight-references): Add new optional argument `xref-man-type'.
9554
9555 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9556
9557 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9558
9559 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9560
9561 * cus-edit.el (Custom-move-and-invoke): Delete.
9562 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9563
9564 * wid-edit.el (widget-move-and-invoke): New function, from
9565 Custom-move-and-invoke.
9566
9567 2005-10-17 Bill Wohler <wohler@newt.com>
9568
9569 Move all remaining images from lisp/toolbar to etc/images, move
9570 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9571 the low resolution images in their own directory (low-color).
9572
9573 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9574 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9575 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9576 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9577 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9578 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9579 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9580
9581 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9582 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9583 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9584 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9585 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9586 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9587 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9588 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9589 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9590 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9591 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9592 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9593 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9594 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9595 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9596
9597 To conform with convention, replace the underscore (_) in the
9598 following image names with dash (-) or (/) as appropriate.
9599
9600 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9601 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9602 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9603 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9604 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9605 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9606 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9607 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9608 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9609 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9610 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9611 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9612 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9613 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9614 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9615
9616 * info.el (info-tool-bar-map): Replace underscores in image names
9617 with dashes.
9618
9619 * makefile.w32-in (WINS): Remove toolbar.
9620
9621 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9622
9623 * tool-bar.el: Move to lisp from toolbar. Now that
9624 toolbar is empty, it should be deleted when folks run "cvs up -P".
9625
9626 2005-10-18 Jay Belanger <belanger@truman.edu>
9627
9628 * calc/calc-store.el (calc-store-into): Get the proper variable name
9629 to display in message.
9630
9631 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9632
9633 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9634 expressions display in speedbar for all buffers when debugging.
9635 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9636
9637 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9638 (speedbar-insert-button, speedbar-make-button):
9639 Use add-text-properties.
9640 (speedbar-update-localized-contents)
9641 (speedbar-update-directory-contents)
9642 (speedbar-update-special-contents): Use dolist.
9643 (speedbar-buffer-easymenu-definition): Add a menu separator.
9644
9645 2005-10-17 Jason Rumney <jasonr@gnu.org>
9646
9647 * makefile.w32-in: Use $(lisp) consistently.
9648 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9649 for shell specific generation of mh-autoloads.
9650
9651 2005-10-17 Richard M. Stallman <rms@gnu.org>
9652
9653 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9654
9655 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * jit-lock.el (jit-lock-fontify-now):
9658 Move jit-lock-context-unfontify-pos to avoid wasted work.
9659
9660 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9661
9662 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9663 `tramp-completion-mode' for checking if we are in completion mode.
9664 (tramp-completion-handle-file-name-all-completions): Reorder code
9665 in order to complete for file names only in case there are no
9666 method/user/host completions. This is necessary for cooperation
9667 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9668
9669 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9670
9671 * longlines.el (longlines-search-forward)
9672 (longlines-search-backward): Match any number of spaces.
9673
9674 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9675
9676 * diff-mode.el (diff-mode): Doc fix.
9677
9678 2005-10-16 David Reitter <david.reitter@gmail.com>
9679
9680 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9681 as default on darwin and windows systems.
9682
9683 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9684
9685 * arc-mode.el (archive-zip-extract): Doc fix.
9686
9687 2005-10-16 Romain Francoise <romain@orebokech.com>
9688
9689 * mouse.el (mouse-1-click-follows-link): Doc fix.
9690
9691 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * savehist.el: Don't require CL at runtime.
9694 (savehist-xemacs): Remove.
9695 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9696 (savehist-no-conversion): Use (featurep 'xemacs).
9697 (savehist-load): Check existence of start-itimer rather than XEmacs.
9698 Use an idle timer.
9699 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9700 `delete-if-not'.
9701
9702 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9703
9704 * savehist.el: Newer version.
9705 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9706 (savehist-last-checksum, savehist-no-conversion): New vars.
9707 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9708 New functions.
9709 (savehist-load, savehist-save): Use them.
9710 (savehist-delimit): Remove.
9711
9712 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9713
9714 * progmodes/compile.el (compilation-goto-locus): Display the
9715 compilation buffer first and the source buffer second, in case they're
9716 in overlapping frames. Don't raise the compilation frame if it was the
9717 selected window upon entry. Pass the `other-window' arg to
9718 pop-to-buffer.
9719
9720 * info.el (Info-fontify-node): Use dolist.
9721 Change add-text-properties to put-text-property.
9722
9723 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9724
9725 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9726 bound of search.
9727
9728 2005-10-16 Masatake YAMATO <jet@gyve.org>
9729
9730 * dabbrev.el (dabbrev-completion): Pass the common
9731 prefix substring of completion to `display-completion-list'.
9732
9733 * filecache.el (file-cache-minibuffer-complete)
9734 (file-cache-complete): Ditto.
9735
9736 * tempo.el (tempo-display-completions): Ditto.
9737
9738 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9739
9740 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9741
9742 * eshell/em-hist.el (eshell-list-history): Ditto.
9743
9744 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9745
9746 * mail/mailalias.el (mail-complete): Ditto.
9747
9748 * progmodes/etags.el (complete-tag): Ditto.
9749
9750 * progmodes/make-mode.el (makefile-complete): Ditto.
9751
9752 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9753
9754 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9755
9756 * progmodes/pascal.el (pascal-complete-word)
9757 (pascal-show-completions): Ditto.
9758
9759 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9760
9761 * simple.el (completion-common-substring): New variable.
9762 (completion-setup-function): Use `completion-common-substring'
9763 to put faces.
9764
9765 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9766
9767 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9768 (x-get-selection, mac-select-convert-to-string): Convert from/to
9769 UTF-16 clipboard data as in native byte order, no BOM.
9770
9771 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9772
9773 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9774 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9775 (gud-sentinel): Use speedbar-frame to check for speedbar.
9776
9777 2005-10-15 Richard M. Stallman <rms@gnu.org>
9778
9779 * savehist.el: New file.
9780
9781 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9782
9783 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9784 Fix bug in \bf fontification.
9785
9786 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9787
9788 * pcvs.el (cvs-edit-log-files): New var.
9789 (cvs-mode-edit-log): New arg `file'.
9790 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9791 Instead force the use of the original file and nothing else.
9792 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9793 the cvs-minor-wrap-function is set.
9794 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9795
9796 2005-10-14 Bill Wohler <wohler@newt.com>
9797
9798 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9799 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9800 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9801 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9802 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9803 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9804 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9805 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9806 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9807 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9808 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9809 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9810 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9811 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9812 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9813
9814 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9815 appropriately (for example, gud-break to gud/break).
9816
9817 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9818
9819 * longlines.el (longlinges-search-function)
9820 (longlines-search-forward, longlines-search-backward): New functions.
9821 (longlines-mode): Set isearch-search-fun-function to
9822 longlinges-search-function.
9823
9824 * mouse.el (mouse-drag-region-1): Handle the case where a
9825 double-click event is bound to an arbitrary function.
9826
9827 2005-10-14 David Ponce <david@dponce.com>
9828
9829 * recentf.el (recentf-track-opened-file)
9830 (recentf-track-closed-file, recentf-update-menu)
9831 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9832 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9833 mouse-1-click-follows-link.
9834
9835 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9836
9837 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9838 Gnome file-manager.png. Suggested by
9839 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9840
9841 * toolbar/README: Add diropen.xpm.
9842
9843 2005-10-13 Bill Wohler <wohler@newt.com>
9844
9845 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9846 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9847
9848 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9850 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9851 Don't waste the byte-compiler's time on constant data.
9852
9853 2005-10-13 Kenichi Handa <handa@m17n.org>
9854
9855 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9856 byte with `escape-glyph' face.
9857
9858 * international/fontset.el (ccl-encode-unicode-font):
9859 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9860 Handle the case that ucs-mule-to-mule-unicode translates a character to
9861 ASCII (usually for IPA characters).
9862
9863 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9866 Don't hide the underline of titles if font-lock-mode is disabled.
9867
9868 2005-10-12 Bill Wohler <wohler@newt.com>
9869
9870 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9871 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9872 files in MH-E-SRC have been updated.
9873 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9874
9875 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9878 (mixal-mode-syntax-table): Add \n as end-comment.
9879 (mixal-operation-codes-alist): Immediately initialize to full value.
9880 (mixal-add-operation-code): Remove.
9881 (mixal-describe-operation-code): Make the arg non-optional.
9882 Use the interactive spec instead.
9883 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9884 (mixal-font-lock-keywords): Don't highlight comments here any more.
9885 (mixal-font-lock-syntactic-keywords): New var.
9886 (mixal-mode): Use it. Fix comment-start-skip.
9887
9888 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9889
9890 * startup.el (command-line-x-option-alist): -nb => -nbi
9891
9892 2005-10-12 Kim F. Storm <storm@cua.dk>
9893
9894 * startup.el (fancy-splash-default-action): Discard mouse click in
9895 the splash screen window, as it has no sensible meaning in the
9896 next window to be selected. Fixes error reported by Jan D.
9897
9898 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9899
9900 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9901
9902 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9903
9904 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9905 Try to fix up minor layout issues like indentation, line break, etc...
9906 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9907 because it doesn't work.
9908 (mixal-operation-codes): Add some more codes.
9909 (mixal-font-lock-keywords): Process comments here.
9910 (mixal-mode): mixasm no longer needs -g option.
9911
9912 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9913
9914 * progmodes/sh-script.el (sh-tmp-file):
9915 Use mktemp -t. Finish support for es and rc shells.
9916
9917 2005-10-11 Jay Belanger <belanger@truman.edu>
9918
9919 * calc/calcalg2.el (calc-integral): With an argument, compute the
9920 definite integral.
9921
9922 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9923
9924 * mouse.el (mouse-drag-region-1): Don't try to catch a
9925 double-click when doing follow-link (it's overridden anyway).
9926
9927 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9928
9929 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9930 (autoload-print-form-outbuf): Add docstring.
9931
9932 2005-10-11 Juri Linkov <juri@jurta.org>
9933
9934 * info.el (Info-mode-menu): Delete menu item "Edit".
9935 (Info-mode): Delete description of Info-edit from docstring,
9936 and rearrange descriptions of Info commands in the order
9937 they are documented in the Info manual.
9938
9939 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9940
9941 * calendar/appt.el (appt-check): Use diary-selective-display var.
9942
9943 2005-10-10 Richard M. Stallman <rms@gnu.org>
9944
9945 * net/newsticker.el (newsticker-start, newsticker-show-news):
9946 Add autoload cookies.
9947
9948 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9949
9950 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9951
9952 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9953
9954 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9955
9956 2005-10-10 Jay Belanger <belanger@truman.edu>
9957
9958 * calc/calc-arith.el (math-check-known-scalarp)
9959 (math-check-known-matrixp): Check the values of arguments that are
9960 variables.
9961 (math-check-known-square-matrixp): New function.
9962 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9963 (math-super-types): Add sqmatrix type.
9964
9965 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9966 mode name `square' to `sqmatrix'.
9967
9968 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9969 mode name `square' to `sqmatrix'.
9970
9971 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * progmodes/etags.el (select-tags-table-mode): Don't use
9974 selective-display.
9975 (tags-select-tags-table): Pass `button' to the action function.
9976 (select-tags-table): Place the side-info on button properties rather
9977 than in hidden text. Abbreviate file names.
9978 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9979 (select-tags-table-select): Add `button' argument.
9980 Get side-info from the button property rather than from hidden text.
9981
9982 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9983
9984 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9985 (gud-speedbar-buttons): Preserve point if possible.
9986 (gud-sentinel): Restore previous speedbar display type.
9987
9988 * progmodes/gdb-ui.el (gdba): Improve diagram.
9989 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9990 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9991 Call get-buffer-window once.
9992
9993 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9996 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9997 (pascal-indent-command): Remove unused var `ind'.
9998 (pascal-indent-case): Remove unused var `oldpos'.
9999 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10000 since it's now used as a proper minor mode map.
10001 (pascal-outline): Rename to pascal-outline-mode.
10002 (pascal-outline-mode): Use define-minor-mode.
10003 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10004 selective-display.
10005
10006 2005-10-10 Andreas Schwab <schwab@suse.de>
10007
10008 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10009 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10010
10011 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10012 outside source directory.
10013
10014 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10015
10016 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10017 C-x' as a prefix.
10018 (orgtbl-mode-map): Full keymap instead of sparse, because all
10019 `self-insert-command' keys are redefined in this map.
10020 (org-export-as-html): Specify charset for HTML file, by taking it
10021 from the coding system.
10022
10023 2005-10-10 Kenichi Handa <handa@m17n.org>
10024
10025 * textmodes/flyspell.el (flyspell-check-word-p):
10026 If unread-command-events is non-empty, don't call sit-for.
10027
10028 2005-10-09 Richard M. Stallman <rms@gnu.org>
10029
10030 * font-lock.el (font-lock-syntactic-keywords)
10031 (font-lock-keywords): Doc fixes.
10032
10033 * textmodes/flyspell.el (flyspell-external-point-words):
10034 Simplify logic, and don't try to check for consecutive appearances
10035 of one incorrect word.
10036
10037 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10038
10039 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10040 separator.
10041
10042 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10043 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10044 (gud-expansion-speedbar-buttons): New function.
10045 (gud-speedbar-buttons): Check for gud-comint-buffer.
10046
10047 2005-10-09 Bill Wohler <wohler@newt.com>
10048
10049 * Makefile.in (updates): Add mh-loaddefs dependency.
10050
10051 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10052
10053 * speedbar.el (speedbar-file-key-map): Fix typo.
10054
10055 2005-10-09 Daniel Brockman <daniel@brockman.se>
10056
10057 * cus-start.el (line-spacing): Add custom spec.
10058
10059 2005-10-09 Romain Francoise <romain@orebokech.com>
10060
10061 * textmodes/ispell.el (ispell-check-version): Fix last change.
10062
10063 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10064
10065 * term/x-win.el: Remove -i, --icon-type from comment.
10066
10067 * startup.el (command-line-x-option-alist): Remove options -i,
10068 -itype, --icon-type, added -nb, --no-bitmap-icon
10069
10070 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10071
10072 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10073 instead of :active.
10074
10075 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10076
10077 * textmodes/ispell.el (ispell-check-version):
10078 Ignore hyphen, and all that follows, in aspell's version text.
10079
10080 2005-10-08 Jay Belanger <belanger@truman.edu>
10081
10082 * calc/calc-arith.el (math-known-square-matrixp): New function.
10083 (math-pow-fancy): Check for matrices before distributing exponent
10084 across products.
10085
10086 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10087 fullscreen keypad. Suggested by Luc Teirlinck.
10088 (calc-keypad-show-input): Add space for formatting.
10089
10090 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10091 Add square matrix option.
10092
10093 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10094 of checking calc-matrix-mode when deciding how to expand.
10095
10096 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10097
10098 2005-10-08 Lars Hansen <larsh@soem.dk>
10099
10100 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10101 Add error handling.
10102 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10103
10104 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10105
10106 Sync with Tramp 2.0.51.
10107
10108 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10109 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10110 Insert special handling for `last-coding-system-used', again
10111 it still seems to be necessary (unlike stated before).
10112 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10113 (tramp-password-prompt-regexp): There might be other words before
10114 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10115 (tramp-chunksize): Improve docstring.
10116 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10117 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10118 Christian Joergensen <bugs@razor.dk>.
10119
10120 2005-10-07 Glenn Morris <rgm@gnu.org>
10121
10122 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10123 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10124 precision'.
10125
10126 2005-10-07 Romain Francoise <romain@orebokech.com>
10127
10128 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10129 (ibuffer-do-shell-command-pipe-replace)
10130 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10131 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10132 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10133 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10134 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10135 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10136 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10137 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10138 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10139 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10140 Autoload file sans suffix.
10141
10142 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10143
10144 2005-10-07 David Ponce <david@dponce.com>
10145
10146 * recentf.el (recentf-menu-open-all-flag): New option.
10147 (recentf-digit-shortcut-command-name): New function.
10148 (recentf--shortcuts-keymap): New variable.
10149 (recentf-menu-shortcuts): New variable.
10150 (recentf-make-menu-items): Initialize it. Replace the "More..."
10151 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10152 (recentf-menu-value-shortcut): New function.
10153 (recentf-make-menu-item): Use it. No more in-lined.
10154 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10155 (recentf-open-most-recent-file): Rename from
10156 `recentf-open-file-with-key'. Don't depend on key binding.
10157 (recentf-mode-map): New variable.
10158 (recentf-mode): Use it.
10159
10160 2005-10-06 Bill Wohler <wohler@newt.com>
10161
10162 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10163
10164 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10165 (MH-E-SRC): New. Used by mh-autoloads.
10166 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10167 files in MH-E-SRC have been updated.
10168 (compile, recompile, bootstrap): Depend on mh-autoloads.
10169
10170 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10171
10172 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10173 gud-break and gud-remove icons when the fringe is not available.
10174
10175 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10176 Typo.
10177
10178 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10179
10180 * play/zone.el (zone): Wrap body with save-window-excursion.
10181
10182 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10183
10184 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10185 Use the new `list-only' arg to diary-list-entries.
10186
10187 * calendar/diary-lib.el: Use overlays rather than selective-display.
10188 (diary-selective-display): New var.
10189 (diary-header-line-format): Use it.
10190 (diary-list-entries): Add argument `list-only'.
10191 Put the buffer in diary-mode. Don't add \^M at beg and end.
10192 Replace \^M by invisible overlays.
10193 (diary-unhide-everything): Replace \^M by invisible overlays.
10194 (print-diary-entries): Look for overlays rather than \^M.
10195 Add a space to the temp buffer name.
10196 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10197 Put the buffer in diary-mode.
10198 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10199 (diary-anniversary): Make the year arg optional.
10200 (diary-time-regexp): New const.
10201 (diary-font-lock-keywords): Use it to accept a few more time formats.
10202
10203 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10204
10205 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10206
10207 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10208 Fix bug introduced 2005-07-03: Use (car (last ...))
10209 to faithfully reproduce replaced artist-last.
10210 (artist-set-arrow-points-for-poly): Likewise.
10211 Suggested by Johan Bockg\e,Ae\e(Brd.
10212
10213 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10214
10215 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10216 * wid-edit.el (widget):
10217 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10218 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10219
10220 2005-10-06 Kenichi Handa <handa@m17n.org>
10221
10222 * international/mule-cmds.el (set-language-environment):
10223 Fix setting up of case-table for unibyte mode.
10224
10225 * simple.el (what-cursor-position): If the character is displayed
10226 by some `display' text property, show that. Don't use
10227 single-key-description for eight-bit characters in multibyte mode.
10228
10229 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10230
10231 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10232 (gdb-ann3): Set it.
10233 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10234 (gdb-info-frames-custom): Use inverse-video for first five
10235 characters of selected frame only.
10236 (gdb-get-frame-number): Select frame even when point is on frame
10237 number.
10238
10239 2005-10-06 Masatake YAMATO <jet@gyve.org>
10240
10241 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10242 Put `font-lock-function-name-face'.
10243 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10244 and `font-lock-variable-name-face'
10245 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10246 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10247 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10248 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10249 (gdb-local-font-lock-keywords): New font lock keywords definition.
10250 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10251 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10252 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10253
10254 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10255
10256 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10257 (ediff-merge-region-is-non-clash-to-skip): Previously called
10258 ediff-merge-region-is-non-clash.
10259
10260 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10261 Use insert-buffer-substring.
10262
10263 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10264 selecting files to patch. Also bug fixes.
10265
10266 * ediff-util.el (ediff-setup): Bug fix.
10267 (ediff-next-difference): Never skip clashes that differ in white
10268 space only.
10269
10270 * ediff-wind.el (ediff-setup-control-frame)
10271 (ediff-destroy-control-frame): Check the menubar feature.
10272
10273 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10274 (viper-refresh-mode-line): Use make-local-variable to localize
10275 some vars instead of make-variable-buffer-local. Suggested by
10276 Stefan Monnier.
10277
10278 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10279 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10280 Use make-local-variable instead of make-variable-buffer-local.
10281 Suggested by Stefan Monnier.
10282
10283 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10284 (viper-comint-mode-hook): Use make-local-variable on
10285 require-final-newline.
10286 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10287
10288 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10289
10290 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10291 also the second char of a comment-start sequence.
10292 (scheme-sexp-comment-syntax-table): New var.
10293 (lambda, define): Set their scheme-doc-string-elt property.
10294 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10295 Use lisp-font-lock-syntactic-face-function now that it properly
10296 handles |...| symbols.
10297 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10298 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10299
10300 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10301 bit from # to |.
10302 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10303
10304 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10305 (lisp-doc-string-elt-property): New var.
10306 (lisp-font-lock-syntactic-face-function): Use it.
10307 Rewrite to recognize docstrings even for forms not at toplevel.
10308
10309 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10310 annotation on the | part of #| rather than on the # part.
10311 (scheme-font-lock-syntactic-face-function): New function, to
10312 distinguish strings from |...| symbols.
10313 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10314 syntax-table so that #|...|# is properly highlighted.
10315
10316 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10317 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10318
10319 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10322 and C-e.
10323
10324 * emacs-lisp/eldoc.el: Move comments into docstrings.
10325 (eldoc-message-commands): Initialize in its declaration.
10326 Add move-beginning-of-line and move-end-of-line.
10327 (eldoc-add-command, eldoc-add-command-completions)
10328 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10329
10330 * outline.el (outline-mark-subtree): Activate the mark.
10331
10332 * calendar/appt.el (appt-time-regexp): New var.
10333 (appt-add, appt-make-list): Use it.
10334 (appt-convert-time): Clean up.
10335
10336 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10337 Don't set any syntax-table property here.
10338 (tex-font-lock-verb): New function. Do it here.
10339 (tex-font-lock-syntactic-keywords): Use it.
10340
10341 2005-10-04 Richard M. Stallman <rms@gnu.org>
10342
10343 * wid-edit.el (widget-file-complete): Get the widget start point
10344 the right way. Default directory to `/' if file has none.
10345
10346 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10347
10348 * textmodes/flyspell.el (flyspell-mode-on):
10349 Call ispell-maybe-find-aspell-dictionaries.
10350
10351 * textmodes/ispell.el (ispell-word, ispell-region):
10352 Call ispell-maybe-find-aspell-dictionaries.
10353 (ispell-accept-buffer-local-defs):
10354 Don't call ispell-maybe-find-aspell-dictionaries
10355
10356 2005-10-04 Richard M. Stallman <rms@gnu.org>
10357
10358 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10359
10360 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10361
10362 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10363 instead of `fboundp' in order to allow for anonymous functions.
10364
10365 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10366
10367 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10368 case the user clicks on the link while another window is selected.
10369 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10370
10371 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10372 functionality.
10373 (dframe-help-echo): Save point in case mouse tracking is off.
10374
10375 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10376
10377 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10378
10379 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10380
10381 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10382 not change the global value of those vars.
10383
10384 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10385 make-local-variable which we do not need any more.
10386
10387 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10388
10389 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10390 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10391 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10392 (speedbar-path-line): Define obsolete aliases.
10393 (speedbar-line-directory): Doc fix.
10394
10395 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10396 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10397 instead of speedbar-line-path.
10398
10399 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10400
10401 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10402 to nil if dropping on a window. Handle dropping on a minibuffer window
10403 like dropping on a non-window part of Emacs.
10404
10405 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * net/ange-ftp.el: Use with-current-buffer.
10408 (ange-ftp-insert-directory): Do not follow symlinks any more.
10409
10410 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10411 Remove interactive spec.
10412
10413 2005-10-03 Kim F. Storm <storm@cua.dk>
10414
10415 * ido.el (ido-mode): Use custom-initialize-set.
10416
10417 2005-10-02 Richard M. Stallman <rms@gnu.org>
10418
10419 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10420 Use insert-buffer-substring.
10421
10422 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10423 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10424
10425 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10426
10427 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10428 in last change.
10429 (ange-ftp-insert-directory): Fix up the search for the case where
10430 `file' is absolute.
10431
10432 2005-10-02 Romain Francoise <romain@orebokech.com>
10433
10434 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10435
10436 2005-10-02 Andreas Schwab <schwab@suse.de>
10437
10438 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10439 directory component in the session info.
10440
10441 2005-10-01 Richard M. Stallman <rms@gnu.org>
10442
10443 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10444
10445 * simple.el (next-error-internal): New function.
10446
10447 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10448 (compilation-start): Pass new arg to compilation-buffer-name.
10449 (compile-goto-error): Use next-error-internal.
10450
10451 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10452
10453 * speedbar.el: Remove RCS tag.
10454 (speedbar-check-read-only): Handle non-existent files.
10455
10456 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10457
10458 * info.el (Info-speedbar-hierarchy-buttons)
10459 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10460
10461 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10462
10463 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10464 Do not match newline.
10465 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10466 (bibtex-summary): Remove unnecessary save-excursion.
10467 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10468
10469 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10470
10471 * term/mac-win.el: Add charset info for "iso10646-1".
10472 Modify default fontset to use ATSUI-compatible fonts for some charsets
10473 if available.
10474
10475 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10476
10477 * speedbar.el: Re-apply arch tag.
10478 (speedbar-version): Rename to version 1.0. Suggested by Eric
10479 M. Ludlam.
10480 Reapply two changes from Emacs CVS' version of speedbar lost
10481 during the merge:
10482 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10483 (speedbar-frame-parameters): Improve customize type.
10484
10485 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10486
10487 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10488 (ange-ftp-file-directory-p): Fix the symlink case.
10489 (ange-ftp-insert-directory): When listing a single file, get a list of
10490 the parent buffer and extract the relevant line. Inspired from a patch
10491 by Katsumi Yamaoka <yamaoka@jpl.org>.
10492 (ange-ftp-file-name-sans-versions): Simplify.
10493
10494 2005-09-30 Bill Wohler <wohler@newt.com>
10495
10496 Move MH-E image files from toolbar and mail directories into
10497 etc/images.
10498
10499 * mail/reply2.*: Move to etc/images/mail/reply*.
10500
10501 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10502 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10503 etc/images.
10504
10505 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10506 * toolbar/reply*: Move to etc/images/mail.
10507
10508 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10509
10510 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10511
10512 * speedbar.el: New version 1.0pre3.
10513
10514 Frame management code (including timer, and mouse click specifics)
10515 moved to dframe.el:
10516 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10517 (speedbar-timer): Removed. Use dframe-timer.
10518 (speedbar-close-frame): Removed. Use dframe-close-frame.
10519 (speedbar-activity-change-focus-flag): Removed. Use
10520 dframe-activity-change-focus-flag.
10521 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10522 dframe-update-speed.
10523
10524 (speedbar-current-frame): New macro. Use this instead of the
10525 variable speedbar-frame.
10526
10527 (speedbar-use-images, speedbar-expand-image-button-alist)
10528 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10529
10530 (speedbar-find-image-on-load-path): Removed. Replaced by
10531 defezimage in ezimage.el.
10532 (speedbar-expand-image-button-alist): Removed. Replaced by
10533 ezimage-expand-image-button-alist in ezimage.el.
10534
10535 (speedbar-ignored-directory-regexp)
10536 (speedbar-add-ignored-directory-regexp)
10537 (speedbar-ignored-directory-expressions)
10538 (speedbar-line-directory, speedbar-buffers-line-directory)
10539 (speedbar-directory-line, speedbar-buffers-line-directory):
10540 Renamed, replacing `path' with `directory'.
10541
10542 (speedbar-create-directory, speedbar-expand-line-descendants)
10543 (speedbar-toggle-line-expansion)
10544 (speedbar-contract-line-descendants): New commands.
10545
10546 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10547 (speedbar-use-tool-tips-flag): New options.
10548
10549 (speedbar-check-read-only, speedbar-require-version)
10550 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10551 (speedbar-handle-delete-frame, speedbar-try-completion)
10552 (speedbar-update-localized-contents): New functions.
10553
10554 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10555 (speedbar-object-read-only-indicator): New variables.
10556
10557 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10558 New hooks.
10559
10560 (speedbar-separator-face): New face.
10561
10562 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10563 (speedbar-ignored-modes): Add fundamental-mode.
10564 (speedbar-directory-unshown-regexp): Add . directories.
10565
10566 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10567 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10568 `]' for full expand/close.
10569 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10570
10571 (speedbar-check-vc): Support hidden files.
10572 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10573 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10574 state is nil, it is not checked out.
10575
10576 (speedbar-line-text, speedbar-line-token): Support expand buttons
10577 with no text.
10578 (speedbar-refresh): Universal argument acts as power-click.
10579 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10580 that buffer to get variable values.
10581
10582 And many other bugfixes.
10583
10584 * dframe.el, ezimage.el, sb-image.el: New files.
10585
10586 * sb-*.xpm: Remove files. New image files installed into
10587 etc/images/ezimage.
10588
10589 2005-09-30 Kenichi Handa <handa@m17n.org>
10590
10591 * ps-mule.el (ps-mule-show-warning): If a character is in
10592 ps-print-translation-table, don't treat it as non-printable.
10593
10594 2005-09-30 David Ponce <david@dponce.com>
10595
10596 * tree-widget.el (tree-widget-themes-load-path): New variable.
10597 (tree-widget-themes-directory): Doc fix.
10598 (tree-widget-image-formats) [Emacs]: Doc fix.
10599 (tree-widget--locate-sub-directory): New function.
10600 (tree-widget-themes-directory): Use it.
10601
10602 * recentf.el (recentf-filename-handlers): Rename from
10603 `recentf-filename-handler'. Allow a list of functions.
10604 (recentf-menu-items-for-commands): Fix :help strings.
10605 (recentf-apply-filename-handlers): New function.
10606 (recentf-expand-file-name): Use it.
10607 (recentf-cleanup): Remove duplicates too.
10608
10609 2005-09-29 Juri Linkov <juri@jurta.org>
10610
10611 * faces.el: Rearrange face definitions to be in the same order as
10612 their face descriptions in "(emacs)Standard Faces".
10613
10614 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10615
10616 * tooltip.el (tooltip): Add group `basic-faces'.
10617
10618 * buff-menu.el (Buffer-menu-buffer): Remove group
10619 `font-lock-highlighting-faces'.
10620
10621 * progmodes/compile.el (compilation-error, compilation-warning)
10622 (compilation-info, compilation-line-number, compilation-column-number):
10623 Change group from `font-lock-highlighting-faces' to `compilation'.
10624
10625 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10626 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10627 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10628 (vhdl-font-lock-reserved-words-face)
10629 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10630 `font-lock-highlighting-faces'.
10631
10632 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10633
10634 2005-09-28 Kim F. Storm <storm@cua.dk>
10635
10636 * emulation/cua-base.el: Set CUA move property on additional commands:
10637 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10638 forward-sexp, backward-sexp, forward-list, backward-list.
10639
10640 2005-09-28 Romain Francoise <romain@orebokech.com>
10641
10642 * comint.el (comint-show-output): Really set point at the
10643 beginning of the output when not using `comint-use-prompt-regexp'.
10644
10645 2005-09-27 Jay Belanger <belanger@truman.edu>
10646
10647 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10648 in TeX mode.
10649
10650 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10651
10652 * textmodes/org.el (org-table-sum): Fix format string.
10653
10654 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10655 Quote face names.
10656
10657 2005-09-26 Romain Francoise <romain@orebokech.com>
10658
10659 * isearch.el (isearch-forward-regexp): Close doc string.
10660
10661 2005-09-25 Richard M. Stallman <rms@gnu.org>
10662
10663 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10664
10665 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10666
10667 * progmodes/compile.el (compilation-error-properties):
10668 When getting the file from the previous error message,
10669 correctly decode the new data format.
10670
10671 * progmodes/cc-cmds.el (c-electric-paren):
10672 Call old-blink-paren only for close-paren.
10673
10674 2005-09-24 Andreas Schwab <schwab@suse.de>
10675
10676 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10677 condition.
10678
10679 2005-09-25 Romain Francoise <romain@orebokech.com>
10680
10681 * dired-aux.el (dired-copy-file-recursive):
10682 * dired.el (dired-delete-file):
10683 * ediff-mult.el (ediff-dir-diff-copy-file):
10684 * ediff-util.el (ediff-test-save-region):
10685 * forms.el (forms-mode):
10686 * ido.el (ido-file-internal, ido-delete-file-at-head):
10687 * log-edit.el (log-edit-done):
10688 * ses.el (ses-yank-resize):
10689 * play/gomoku.el (gomoku-human-plays, gomoku)
10690 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10691 (gomoku-offer-a-draw):
10692 * play/landmark.el (lm-human-resigns, lm):
10693 * net/eudcb-ldap.el (eudc-ldap-check-base):
10694 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10695 * progmodes/ebrowse.el (ebrowse-find-pattern):
10696 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10697 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10698 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10699
10700 * vc.el (vc-delete-file):
10701 * play/gomoku.el (gomoku-terminate-game, gomoku)
10702 (gomoku-prompt-for-move, gomoku-human-takes-back):
10703 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10704 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10705
10706 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10707
10708 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10709 color rxvt terminals by using the code xterm.el used to use before
10710 2005-04-09 in order to match the colors used by rxvt.
10711
10712 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10713
10714 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10715 colors rxvt-unicode terminals by using the same code as xterm.el.
10716
10717 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10718
10719 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10720 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10721 new symbol used for the tex-verbatim face.
10722
10723 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10724
10725 * woman.el (woman-file-name):
10726 * wid-edit.el (widget-file-prompt-value)
10727 (widget-coding-system-prompt-value):
10728 * w32-fns.el (set-w32-system-coding-system):
10729 * vc.el (vc-version-diff, vc-annotate):
10730 * textmodes/reftex-auc.el (reftex-arg-cite)
10731 (reftex-arg-index-tag):
10732 * textmodes/refer.el (refer-get-bib-files):
10733 * textmodes/artist.el (artist-figlet-choose-font):
10734 * terminal.el (terminal-emulator):
10735 * replace.el (occur-read-primary-args):
10736 * rect.el (string-rectangle, string-insert-rectangle):
10737 * ps-print.el (ps-print-preprint):
10738 * progmodes/pascal.el (pascal-goto-defun):
10739 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10740 * progmodes/compile.el (compilation-find-file):
10741 * printing.el (pr-interactive-n-up):
10742 * play/animate.el (animate-birthday-present):
10743 * net/rcompile.el (remote-compile):
10744 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10745 * mail/rmailsum.el (rmail-summary-search-backward)
10746 (rmail-summary-search):
10747 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10748 (rmail-output-read-file-name):
10749 * mail/rmail.el (rmail-search, rmail-search-backwards):
10750 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10751 * locate.el (locate):
10752 * international/quail.el (quail-show-keyboard-layout):
10753 * international/mule.el (set-buffer-file-coding-system)
10754 (revert-buffer-with-coding-system, set-file-name-coding-system)
10755 (set-terminal-coding-system, set-keyboard-coding-system)
10756 (set-next-selection-coding-system):
10757 * international/mule-diag.el (describe-coding-system)
10758 (describe-font, describe-fontset):
10759 * international/mule-cmds.el (universal-coding-system-argument)
10760 (search-unencodable-char, describe-input-method)
10761 (set-language-environment, describe-language-environment):
10762 * international/codepage.el (codepage-setup):
10763 * international/code-pages.el (codepage-setup):
10764 * info.el (Info-search, Info-follow-reference)
10765 (Info-search-backward):
10766 * emacs-lisp/advice.el (ad-read-advised-function)
10767 (ad-read-advice-class, ad-clear-cache, ad-activate)
10768 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10769 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10770 (ad-read-regexp):
10771 * ediff-util.el (ediff-toggle-regexp-match):
10772 * ediff-ptch.el (ediff-prompt-for-patch-file):
10773 * dired-aux.el (dired-diff):
10774 * diff.el (diff):
10775 * cus-edit.el (custom-variable-prompt):
10776 * calendar/timeclock.el (timeclock-ask-for-project):
10777 * calc/calcalg3.el (calc-get-fit-variables):
10778 * calc/calc-store.el (calc-edit-variable)
10779 (calc-permanent-variable):
10780 * vc-mcvs.el (vc-mcvs-register):
10781 * shadowfile.el (shadow-define-literal-group):
10782 * woman.el (woman-file-name):
10783 * vc.el (vc-version-diff, vc-merge):
10784 * textmodes/reftex-index.el (reftex-index-complete-tag):
10785 * format.el (format-decode-buffer, format-decode-region):
10786 * emulation/viper-cmd.el (viper-read-string-with-history):
10787 * emacs-lisp/debug.el (cancel-debug-on-entry):
10788 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10789 * ediff.el (ediff-merge-revisions)
10790 (ediff-merge-revisions-with-ancestor, ediff-revision):
10791 * completion.el (interactive-completion-string-reader):
10792 * calc/calc-prog.el (calc-user-define-formula):
10793 Follow convention for reading with the minibuffer.
10794
10795 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10796
10797 * progmodes/python.el (python-describe-symbol): Add globals() and
10798 locals() to the arguments of emacs.ehelp.
10799
10800 2005-09-24 Magnus Henoch <mange@freemail.hu>
10801
10802 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10803 New function, code extracted from ispell-valid-dictionary-list.
10804 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10805 Call it.
10806
10807 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10808
10809 * subr.el (version-regexp-alist): Extend valid syntax for version
10810 strings: allow any of the characters -,_,+ to separate the
10811 alpha/beta/rc part from the version part. Doc fix.
10812 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10813
10814 2005-09-23 David Reitter <david.reitter@gmail.com>
10815
10816 * mail/mailclient.el: New file.
10817
10818 2005-09-23 Richard M. Stallman <rms@gnu.org>
10819
10820 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10821 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10822 Doc fixes.
10823
10824 * progmodes/cc-mode.el (c-font-lock-init):
10825 Specify font-lock-lines-before.
10826
10827 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10828
10829 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10830 whole conflict.
10831
10832 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10833
10834 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10835 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10836 of `remap' feature when available. Additional key bindings for
10837 better tty support.
10838 (org-mode-restart, org-force-self-insert): New commands.
10839 (org-time-stamp-inactive): New command.
10840 (org-remap): New function.
10841 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10842 (org-enable-fixed-width-editor): Move to `org-structure'
10843 customization group.
10844 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10845 blank field after field motion commands.
10846
10847 2005-09-23 Kenichi Handa <handa@m17n.org>
10848
10849 * international/mule-cmds.el (set-language-environment):
10850 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10851 have to call utf-translate-cjk-load-tables.
10852
10853 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10854
10855 * mouse.el (mouse-move-drag-overlay): Fix last change.
10856
10857 2005-09-22 David Ponce <david@dponce.com>
10858
10859 * tree-widget.el (tree-widget-value-create): Fix previous change.
10860
10861 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10862
10863 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10864
10865 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10866
10867 * mouse.el (mouse-move-drag-overlay): New function.
10868 (mouse-drag-region-1): Use it.
10869 Try to simplify a bit the state handling. Handle clicks on links
10870 inside intangible areas.
10871 (mouse-save-then-kill): Minor simplification.
10872 (mouse-secondary-overlay): Make it always non-nil instead of
10873 recreating it each time.
10874 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10875 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10876 Simplify accordingly.
10877
10878 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10879
10880 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10881
10882 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10883
10884 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10885 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10886 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10887 to patch.
10888
10889 * ediff-util.el: Use insert-buffer-substring.
10890
10891 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10892
10893 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10894 field boundaries in the minibuffer.
10895 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10896 (viper-minibuffer-post-command-hook): New hook.
10897 (viper-line): Don't move cursor at bolp.
10898
10899 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10900
10901 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10902 avoid compiler warnings.
10903
10904 * emulation/viper-macs.el (ex-map): Better messages.
10905
10906 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10907
10908 * emulation/viper.el: Replace make-variable-buffer-local with
10909 viper-make-variable-buffer-local everywhere, to avoid warnings.
10910
10911 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10914 Delete unused var `old-selected-window'.
10915 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10916 (mouse-drag-secondary): Delete unused var `start-frame'.
10917
10918 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10919
10920 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10921
10922 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10923
10924 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10925 Re-indent within 80 columns. Use inhibit-read-only.
10926
10927 2005-09-19 Romain Francoise <romain@orebokech.com>
10928
10929 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10930
10931 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10934 unconditionally, since the after-change-function already did it.
10935
10936 2005-09-19 Miles Bader <miles@gnu.org>
10937
10938 * net/newsticker.el: Get rid of CVS keyword.
10939
10940 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10941
10942 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10943 The prompt is formatted later.
10944
10945 2005-09-19 David Ponce <david@dponce.com>
10946
10947 * tree-widget.el (tree-widget-value-create): Save the converted
10948 tree :node widget.
10949
10950 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10951
10952 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10953 variable `message'.
10954
10955 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10956
10957 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10958 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10959 <slawomir.nowaczyk.847@student.lu.se>.
10960
10961 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10962
10963 * image.el (image-load-path): Use symbol `data-directory' instead
10964 of its value, for backward compatibility with packages that bind
10965 it during `find-image'. Suggested by Katsumi Yamaoka.
10966 (image-search-load-path): Handle symbols whose values are strings.
10967
10968 2005-09-18 Romain Francoise <romain@orebokech.com>
10969
10970 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10971 with-current-buffer form in save-excursion.
10972
10973 2005-09-18 D Goel <deego@gnufans.org>
10974
10975 * apropos.el (apropos-command): Fix `message' call: first arg
10976 should be a format spec. In this and all other cases that appear
10977 below and elsewhere in the source code, I made a change only when
10978 two conditions were satisfied: [1] I can think of a possibility
10979 that the arguments would cause an error, for example, the code in
10980 question relies on external variables such as filenames. [2] I
10981 was sure that the arg to `message' could not have been nil in the code.
10982
10983 * textmodes/tildify.el (tildify-region): Ditto.
10984
10985 * textmodes/reftex-index.el (reftex-index-change-entry)
10986 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10987 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10988 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10989 (org-priority, org-table-sum):
10990 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10991 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10992 (flyspell-word, flyspell-display-next-corrections):
10993 * textmodes/bibtex.el (bibtex-print-help-message):
10994 * textmodes/artist.el (artist-key-set-point-poly):
10995 * term/mac-win.el (mac-services-insert-text):
10996 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10997 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10998 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10999 (vhdl-compose-configuration):
11000 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11001 (sh-set-indent, sh-learn-line-indent):
11002 * progmodes/ps-mode.el (ps-mode-target-column):
11003 * progmodes/idlwave.el (idlwave-make-tags)
11004 (idlwave-scan-library-catalogs):
11005 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11006 * progmodes/gud.el (gud-jdb-analyze-source):
11007 * progmodes/flymake.el (flymake-log):
11008 * progmodes/ebnf2ps.el (ebnf-generate-region):
11009 * progmodes/cmacexp.el (c-macro-expansion):
11010 * progmodes/ada-xref.el (ada-treat-cmd-string):
11011 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11012 (ada-justified-indent-current, ada-batch-reformat):
11013 * play/zone.el (zone):
11014 * play/landmark.el (lm-move):
11015 * play/decipher.el (decipher-show-alphabet):
11016 * net/newsticker.el (newsticker--display-jump)
11017 (newsticker--display-scroll):
11018 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11019 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11020 * mail/feedmail.el (feedmail-dump-message-to-queue):
11021 * eshell/esh-proc.el (eshell-remove-process-entry):
11022 * emulation/ws-mode.el (ws-last-error):
11023 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11024 (viper-record-kbd-macro):
11025 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11026 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11027 * emacs-lisp/find-func.el (find-function-noselect):
11028 * calendar/timeclock.el (timeclock-status-string)
11029 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11030 (timeclock-when-to-leave-string):
11031 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11032 * calc/calc-units.el (calc-enter-units-table):
11033 * calc/calc-mode.el (calc-mode-record-mode):
11034 * woman.el (woman-mini-help):
11035 * wdired.el (wdired-change-to-wdired-mode):
11036 * vc.el (vc-retrieve-snapshot):
11037 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11038 * startup.el (display-startup-echo-area-message):
11039 * simple.el (set-goal-column):
11040 * ses.el (ses-command-hook, ses-recalculate-cell):
11041 * server.el (server-process-filter):
11042 * printing.el (pr-interface-txt-print, pr-interface-printify)
11043 (pr-interface-ps):
11044 * pcvs.el (cvs-help):
11045 * log-edit.el (log-edit, log-edit-mode-help):
11046 * iswitchb.el (iswitchb-possible-new-buffer):
11047 * isearch.el (isearch-edit-string):
11048 * image-mode.el (image-mode, image-minor-mode):
11049 * ibuf-macs.el (define-ibuffer-filter):
11050 * hi-lock.el (hi-lock-find-patterns):
11051 * files.el (toggle-read-only):
11052 * ediff-util.el (ediff-copy-diff)
11053 (ediff-write-merge-buffer-and-maybe-kill):
11054 * echistory.el (Electric-history-undefined):
11055 * dnd.el (dnd-insert-text):
11056 * dired-aux.el (dired-query):
11057 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11058 * bookmark.el (bookmark-bmenu-locate):
11059 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11060 Fix `message' calls to ensure first arg is a format string.
11061 The change was made only when these two conditions were satisfied:
11062 [1] when there is a possibility that the arguments would cause an error
11063 for example, if the code in question relies on external variables
11064 such as filenames, and
11065 [2] if the arg to `message' could not have been nil in the code.
11066
11067 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11068 Not having a %s would be weird, though not technically wrong.
11069
11070 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11071
11072 * term/mac-win.el (mac-add-charset-info): Doc fix.
11073
11074 2005-09-17 Romain Francoise <romain@orebokech.com>
11075
11076 * shell.el (shell-resync-dirs): Handle echoing processes more
11077 reliably. Don't insert resync command if `comint-process-echoes'
11078 is non-nil.
11079
11080 2005-09-17 Magnus Henoch <mange@freemail.hu>
11081
11082 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11083 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11084 aspell versions >= 0.60.
11085 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11086 only if ispell-aspell-supports-utf8 is non-nil.
11087
11088 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11089
11090 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11091 buffer-local value to lisp-indent-function.
11092
11093 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11094
11095 * progmodes/glasses.el (glasses-make-readable): If
11096 glasses-separator differs from underscore, put appropriate
11097 overlays over underscore characters.
11098 (glasses-convert-to-unreadable): If glasses-separator differs from
11099 underscore, try to convert glasses-separator characters to
11100 underscores.
11101
11102 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11103
11104 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11105 Use with-syntax-table and dolist.
11106
11107 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11108
11109 * textmodes/reftex-auc.el:
11110 * textmodes/reftex-cite.el:
11111 * textmodes/reftex-dcr.el:
11112 * textmodes/reftex-global.el:
11113 * textmodes/reftex-parse.el:
11114 * textmodes/reftex-ref.el:
11115 * textmodes/reftex-sel.el:
11116 * textmodes/reftex-toc.el:
11117 * textmodes/reftex-vars.el:
11118 * textmodes/reftex.el: Small changes to remove compiler warnings.
11119
11120 * textmodes/reftex-index.el: Likewise.
11121 (reftex-query-index-phrase): More efficient use of markers.
11122
11123 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11124
11125 * image.el (image-load-path): New variable.
11126 (image-search-load-path): New function.
11127 (find-image): Search for images in `image-load-path'.
11128
11129 2005-09-15 Richard M. Stallman <rms@gnu.org>
11130
11131 * follow.el: Change Maintainer field.
11132
11133 2005-09-15 David Ponce <david@dponce.com>
11134
11135 * recentf.el (recentf-save-file-modes): New option.
11136 (recentf-save-list): Use it.
11137
11138 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11139
11140 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11141 (mode-line-mule-info, mode-line-modified): Move bindings from
11142 mouse-3 to mouse-1.
11143
11144 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11145
11146 * simple.el (sendmail-user-agent-compose): Revert last change.
11147
11148 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11149
11150 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11151 Use with-current-buffer.
11152 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11153 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11154 (ange-ftp-insert-directory): Remove unused var `short'.
11155 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11156
11157 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11158 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11159
11160 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11161 (check-calendar-holidays, diary-list-entries): Autoload.
11162 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11163 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11164
11165 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11166 which mistakenly removed a call to display-buffer.
11167
11168 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11169
11170 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11171
11172 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11173
11174 * progmodes/hideshow.el
11175 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11176 (hs-allow-nesting): New user var.
11177 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11178 (hs-hide-block-at-point): When nesting allowed,
11179 if there is already an overlay in place, delete it.
11180 (hs-safety-is-job-n): Delete func; remove call sites.
11181 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11182 (hs-overlay-at): New func.
11183 (hs-already-hidden-p, hs-show-block): Use it.
11184 (hs-hide-all): Don't pre-clean if nesting allowed.
11185 (hs-show-all): Temporarily disallow
11186 nesting around call to `hs-discard-overlays'.
11187
11188 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11189
11190 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11191 Delete unused local var.
11192
11193 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11194
11195 * help-fns.el (describe-categories): "?\ " -> "?\s".
11196 (help-do-arg-highlight): Recognize also ARG-n, as in
11197 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11198
11199 * international/codepage.el (dos-unsupported-char-glyph):
11200 * net/newsticker.el (tool-bar-map, w3-mode-map)
11201 (w3m-minor-mode-map):
11202 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11203 (ent-alist):
11204 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11205
11206 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11207
11208 * custom.el (custom-push-theme): Handle the case where a symbol is
11209 bound but face properties have not yet been assigned.
11210
11211 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11212 Fix behavior if noerase is `t' and there is no mail buffer.
11213
11214 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11215 if `continue' is nil, rather than signal an error.
11216
11217 2005-09-12 Richard M. Stallman <rms@gnu.org>
11218
11219 * font-lock.el (font-lock-keywords): Add autoload.
11220
11221 * help-fns.el (describe-variable): Rearrange to put source link
11222 in a predictable place.
11223
11224 * net/newsticker.el: New file.
11225
11226 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11229 (calendar-basic-setup): Use the new nil arg.
11230 (number-of-diary-entries): Move to diary-lib.el.
11231
11232 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11233 (diary-list-entries): Use with-syntax-table and dolist.
11234 Rename from list-diary-entries.
11235 Use number-of-diary-entries if `number' is nil.
11236 (diary, diary-view-entries): Use this new name and new nil arg value.
11237 (number-of-diary-entries): Move from calendar.el.
11238 (diary-unhide-everything): New function.
11239 (include-other-diary-files, fancy-diary-display)
11240 (diary-show-all-entries, make-diary-entry): Use it.
11241 (diary-mail-entries): Use buffer-string.
11242 (mark-diary-entries): Fix long standing paren typo.
11243 (diary-sexp-entry): Use count-lines.
11244 (make-diary-entry): Avoid `previous-line'.
11245 (diary-mode-map): New var.
11246 (diary-mode): Redraw cal after saving. Setup header-line.
11247 (fancy-diary-display-mode): Use local-set-key.
11248
11249 * startup.el (command-line): Try calling various terminal-init-foo-bar
11250 functions by stripping hyphenated suffixes from $TERM.
11251
11252 * files.el (normal-mode): Check boundness of font-lock-keywords.
11253
11254 2005-09-12 Richard M. Stallman <rms@gnu.org>
11255
11256 * progmodes/compile.el: Don't decide a file's directory
11257 until the user actually tries to go there.
11258 (compilation-next-error-function):
11259 Pass compilation-find-file the directory from the file-struct.
11260 (compilation-internal-error-properties): Separate local FILE-STRUCT
11261 from FILE. Doc the args better. Rename arg FMT to FMTS.
11262 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11263 Expand it, and if nil, use default-directory.
11264 (compilation-get-file-structure): Don't mix specified directory
11265 with default directory. Put specified directory into
11266 file-struct. Don't make the file name absolute.
11267
11268 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11269 (compile-command): Add autoload.
11270 (compilation-disable-input): Add autoload.
11271
11272 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11273
11274 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11275 strings of the variables it can override.
11276 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11277 %Q and %q, for fully-qualified domain name and unqualified host name.
11278
11279 2005-09-11 Kim F. Storm <storm@cua.dk>
11280
11281 * emacs-lisp/authors.el (authors-aliases): Update list.
11282 (authors-fixed-entries): Update mldrag.el entry.
11283
11284 2005-09-10 Alan Mackenzie <acm@muc.de>
11285
11286 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11287 from the region narrowed to.
11288
11289 2005-09-10 Magnus Henoch <mange@freemail.hu>
11290
11291 * textmodes/ispell.el (ispell-check-version): Signal an error if
11292 aspell version is less than 0.60.
11293
11294 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11295
11296 * progmodes/octave-inf.el (inferior-octave-startup):
11297 Resync current dir at the end.
11298
11299 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11300
11301 * woman.el (woman-topic-at-point-default):
11302 Rename to woman-use-topic-at-point-default.
11303 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11304 (woman-file-name): Reflect renames above. Automatically use the
11305 word at point as topic if woman-use-topic-at-point is non-nil.
11306 Otherwise offer it as default but don't insert it in the
11307 minibuffer. Also use `test-completion' instead of `assoc' as
11308 suggested by Stefan Monnier.
11309
11310 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11311
11312 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11313 the attempt to do it over Tramp. This is not yet supported.
11314
11315 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11316
11317 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11318 (menu-bar-non-minibuffer-window-p): New functions.
11319 ("Split Window", "Save As..."): Use them.
11320 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11321 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11322 Use menu-bar-menu-frame-live-and-visible-p.
11323 ("Save Buffer", "Insert File", "Open Directory...")
11324 ("Open File...", "Visit New File..."):
11325 Use menu-bar-non-minibuffer-window-p.
11326 (kill-this-buffer-enabled-p, dired <menu-enable>):
11327 Use menu-bar-non-minibuffer-window-p.
11328
11329 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11330
11331 * cus-start.el (all): Don't complain about fringe-related
11332 built-ins if fringes are not supported. Ditto about
11333 selection-related built-ins. Fix the test for GTK-related built-ins.
11334
11335 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11336 ("Postscript Print Buffer", "Print Region", "Save As...")
11337 ("Save", "Insert File...", "Open Directory...")
11338 ("Open File...", "Visit New File..."")
11339 ("Truncate Long Lines in this Buffer"): Don't look at
11340 menu-updating-frame if this display does not support multiple frames.
11341
11342 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11343
11344 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11345
11346 2005-09-09 Emilio Lopes <eclig@gmx.net>
11347
11348 * woman.el: Format- and whitespace-related changes.
11349
11350 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11351
11352 * woman.el: Fix my email address.
11353
11354 2005-09-08 Richard M. Stallman <rms@gnu.org>
11355
11356 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11357 (sh-mode): Locally set skeleton-pair-default-alist.
11358
11359 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11360
11361 * progmodes/flymake.el: Require `compile' unconditionally.
11362
11363 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11364
11365 * woman.el (woman-file-name): Provide a default, not initial input.
11366
11367 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11368
11369 * font-lock.el (font-lock-support-mode): Doc fix.
11370
11371 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11372
11373 2005-09-08 Richard M. Stallman <rms@gnu.org>
11374
11375 * simple.el (blink-matching-open): Get rid of text props from
11376 the string shown in echo area. Don't permanently set point.
11377 Some rearrangements.
11378
11379 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11380
11381 * recentf.el (recentf-filename-handler): Add custom choice
11382 `abbreviate-file-name'.
11383
11384 * msb.el (msb--very-many-menus): Fix typo.
11385
11386 * disp-table.el (standard-display-european): Don't set
11387 enable-multibyte-characters to nil.
11388
11389 2005-09-08 David Ponce <david@dponce.com>
11390
11391 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11392 (recentf-expand-file-name): Doc fix.
11393 (recentf-dialog-mode-map): Define digit shortcuts.
11394 (recentf--files-with-key): New variable.
11395 (recentf-show-digit-shortcut-filter): New function.
11396 (recentf-open-files-items): New function.
11397 (recentf-open-files): Use it.
11398 (recentf-open-file-with-key): New command.
11399
11400 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11401
11402 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11403 Suggested by Kim F. Storm.
11404 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11405 (Buffer-menu-make-sort-button): Use global keymap.
11406
11407 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11408
11409 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11410 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11411 necessary any longer with the remapped command.
11412 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11413 formatting time only.
11414
11415 * net/tramp.el (tramp-action-password)
11416 (tramp-multi-action-password): Compile the password prompt from
11417 `method', `user' and `host'. Sometimes it isn't obvious which
11418 password to enter, for example with remote files offered by
11419 recentf.el, or with multiple steps. Suggested by Robert Marshall
11420 <robert@chezmarshall.freeserve.co.uk>.
11421
11422 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11423
11424 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11425 Fix regexp for when "s///" is at the beginning of line.
11426
11427 2005-09-07 Jay Belanger <belanger@truman.edu>
11428
11429 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11430 when in matrix mode.
11431
11432 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11435 non-anonymous functions.
11436
11437 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11438
11439 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11440 when using a header line. Otherwise, use mouse-1-click-follows-link.
11441
11442 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11443 can't be moved; don't signal an error.
11444
11445 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11446
11447 * cus-theme.el (custom-theme-write-faces): Save the current face
11448 spec, not the defface spec.
11449
11450 * custom.el (custom-known-themes): Clarify meaning of "standard".
11451 (custom-push-theme): Save old values in the standard theme.
11452 (disable-theme): Correct typo.
11453 (custom-face-theme-value) Deleted unused function.
11454 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11455
11456 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11457
11458 * progmodes/compile.el (compilation-goto-locus): Take into account
11459 iconified frames when determining whether the buffer is
11460 already visible.
11461 Don't reset window height if the window already existed.
11462
11463 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11464
11465 * custom.el (load-theme): Rename from require-theme.
11466 Add interactive spec.
11467 (enable-theme): Rename from custom-enable-theme.
11468 Add interactive spec.
11469 (disable-theme): Rename from custom-disable-theme.
11470 Add interactive spec.
11471 (custom-make-theme-feature): Doc fix.
11472 (custom-theme-directory): Doc fix.
11473 (provide-theme): Call enable-theme.
11474
11475 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11476
11477 * obsolete/lazy-lock.el (lazy-lock-mode):
11478 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11479 font-lock-mode if it's off. Print a warning instead.
11480
11481 * progmodes/compile.el (compilation-start): Ignore errors if the
11482 process died before we get to send-eof.
11483
11484 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11485 Undo last change. Enclosing the result in quotes broke things on Unix
11486 since tex-send-command passes it through shell-quote-argument.
11487 (tex-send-command): Pass `file' through convert-standard-filename
11488 when possible.
11489 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11490 info in a transcript.
11491
11492 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11493
11494 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11495 fix compilation warning. Reorder the key definitions to group
11496 together keys emitted by the current version of xterm.
11497
11498 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11499 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11500 Reorder predicates to correct min-color usage.
11501
11502 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11503
11504 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11505 Kill local variables when longlines-mode is turned off.
11506
11507 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11510
11511 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11512
11513 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11514
11515 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11516 (font-lock-lines-before): Change default to being inactive.
11517 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11518 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11519
11520 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11521
11522 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11523 Deactivate temporarily advice if active (not needed for Emacs 22,
11524 but for backwards compatibility).
11525 (tramp-exists-file-name-handler): Rewrite. First implementation
11526 was too simple.
11527 (tramp-advice-make-auto-save-file-name):
11528 Call `tramp-handle-make-auto-save-file-name' (again, just for
11529 backwards compatibility).
11530
11531 2005-08-31 Reto Zimmermann <reto@gnu.org>
11532
11533 * progmodes/vhdl-mode.el
11534 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11535 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11536 (vhdl-set-default-project): New function (easier setting of default).
11537 (vhdl-port-copy): Handle extended identifiers for generics.
11538 (vhdl-compiler-alist): Better description for error message regexp.
11539 (vhdl-make): Query for target, use previous as default.
11540 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11541 (vhdl-font-lock-keywords-2): Fix fontification for record
11542 el. assign.
11543 (vhdl-speedbar-make-subpack-line): Add package body link.
11544 (vhdl-generate-makefile-1): Not include itself as dependency.
11545 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11546 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11547 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11548 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11549 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11550 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11551 (vhdl-import-project): Add string argument for `error'.
11552 (vhdl-compose-configuration)
11553 (vhdl-compose-configuration-architecture): Add configuration
11554 declaration generation.
11555 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11556 (vhdl-trailer-re): Add "record" keyword (better indentation).
11557 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11558 "[^ \t-\"]+".
11559 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11560 (vhdl-testbench-entity-file-name)
11561 (vhdl-testbench-architecture-file-name): Allow separate
11562 customization of testbench file names.
11563 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11564 (vhdl-get-visible-signals): Allow newline within alias declaration.
11565 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11566 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11567 (member-ignore-case): Alias for missing function in XEmacs.
11568 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11569 (vhdl-update-sensitivity-list): Ignore case on read signals.
11570 (vhdl-replace-string): Adjust case only for file names.
11571 (vhdl-update-sensitivity-list): Fix search for read signals.
11572 (vhdl-update-sensitivity-list): Exclude formal parameters.
11573 (vhdl-get-visible-signals): Include aliases of signals.
11574 (vhdl-get-visible-signals): Fix signal name searching.
11575 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11576 (vhdl-fixup-whitespace-region): Fix for character
11577 literals (e.g. `:').
11578
11579 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11580
11581 * ansi-color.el (comint-last-output-start):
11582 * bs.el (font-lock-verbose):
11583 * diff-mode.el (add-log-buffer-file-name-function):
11584 * dired-x.el (vm-folder-directory):
11585 * faces.el (help-xref-stack-item):
11586 * files.el (font-lock-keywords):
11587 * find-lisp.el (dired-buffers, dired-subdir-alist):
11588 * ido.el (cua-inhibit-cua-keys):
11589 * log-view.el (cvs-minor-wrap-function):
11590 * outline.el (font-lock-warning-face):
11591 * simple.el (compilation-current-error):
11592 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11593 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11594 * tooltip.el (comint-prompt-regexp):
11595 * w32-fns.el (explicit-shell-file-name):
11596 * term/mac-win.el (mac-charset-info-alist)
11597 (mac-services-selection, mac-system-script-code):
11598 * term/tty-colors.el (msdos-color-values):
11599 * term/w32-win.el (xlfd-regexp-registry-subnum):
11600 * term/x-win.el (x-keysym-table, x-selection-timeout)
11601 (x-session-id, x-session-previous-id):
11602 * textmodes/ispell.el (mail-yank-prefix):
11603 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11604 * textmodes/org.el (calc-embedded-close-formula)
11605 (calc-embedded-open-formula)
11606 (font-lock-unfontify-region-function):
11607 * textmodes/reftex-global.el (isearch-next-buffer-function)
11608 (TeX-master):
11609 * textmodes/reftex.el (font-lock-keywords):
11610 * textmodes/tex-mode.el (font-lock-comment-face)
11611 (font-lock-doc-face):
11612 * textmodes/texinfo.el (outline-heading-alist):
11613 Add defvars.
11614
11615 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11616 (artist-spray-chars, artist-mode-init, artist-replace-string)
11617 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11618 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11619 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11620
11621 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11622 (conf-align-assignments): "?\ " -> "?\s".
11623
11624 * textmodes/reftex-index.el (TeX-master): Add defvar.
11625 (reftex-index-phrases-marker): Move up defvar.
11626
11627 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11628 (reftex-toc-include-labels-indicator)
11629 (reftex-toc-include-index-indicator)
11630 (reftex-toc-max-level-indicator): Move up declarations.
11631
11632 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11633 of args to `tramp-run-real-handler', even if it's empty in this case.
11634
11635 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11636
11637 * dired.el (dired-move-to-filename-regexp): Add date format for
11638 Mac OS X 10.3 in East Asian locales.
11639
11640 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11641
11642 * files.el (make-auto-save-file-name): Add file name handler call
11643 if applicable.
11644
11645 * net/tramp.el (tramp-file-name-handler-alist)
11646 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11647 (tramp-handle-make-auto-save-file-name): Rename from
11648 `tramp-make-auto-save-file-name'.
11649 (tramp-exists-file-name-handler): New defun.
11650 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11651 `make-auto-save-file-name' is not a magic file name operation.
11652
11653 2005-08-30 Richard M. Stallman <rms@gnu.org>
11654
11655 * files.el (risky-local-variable-p):
11656 Match `-predicates' and `-commands.
11657
11658 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11659 (custom-save-all): Visit the file if necessary;
11660 kill the buffer if we created it.
11661 (custom-save-delete): Don't visit file or kill buffer here.
11662
11663 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11664
11665 * textmodes/org.el (org-special-keyword): New face.
11666 (org-table-copy-down, org-table-eval-formula)
11667 (org-table-recalculate, org-init-section-numbers):
11668 Use `string-to-number' instead of `string-to-int'.
11669 (org-get-location): Use `insert-buffer-substring' instead of
11670 `insert-buffer'.
11671 (org-modify-diary-entry-string): New function.
11672 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11673 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11674 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11675 active region.
11676 (org-export-as-html): Handle QUOTE keyword.
11677 (org-quote-string): New option.
11678 (org-bookmark-jump-unhide): New function, used for
11679 `bookmark-after-jump-hook'.
11680 (org-diary-default-entry): Apply only when not called through
11681 `org-agenda'.
11682
11683 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11684
11685 * net/eudc.el (mode-popup-menu):
11686 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11687 * progmodes/ada-mode.el (compile-auto-highlight)
11688 (skeleton-further-elements):
11689 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11690 * progmodes/cmacexp.el (msdos-shells):
11691 * progmodes/compile.el (font-lock-extra-managed-props)
11692 (font-lock-keywords, font-lock-maximum-size)
11693 (font-lock-support-mode):
11694 * progmodes/grep.el (font-lock-lines-before):
11695 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11696 * progmodes/mixal-mode.el (compile-command):
11697 * progmodes/perl-mode.el (font-lock-comment-face)
11698 (font-lock-doc-face, font-lock-string-face):
11699 * progmodes/prolog.el (comint-prompt-regexp):
11700 * progmodes/sh-script.el (font-lock-comment-face)
11701 (font-lock-set-defaults, font-lock-string-face):
11702 * progmodes/sql.el (font-lock-keyword-face)
11703 (font-lock-set-defaults, font-lock-string-face):
11704 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11705 (itimer-version, lazy-lock-defer-contextually)
11706 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11707 Add defvars.
11708
11709 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11710 (cperl-electric-keyword, cperl-electric-pod)
11711 (cperl-electric-backspace, cperl-forward-re)
11712 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11713 (vc-rcs-header, vc-sccs-header): Add defvars.
11714
11715 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11716 (font-lock-syntactic-keywords, gud-find-expr-function):
11717 Add defvars.
11718
11719 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11720 (gdb-frame-parameters): Declare before use.
11721
11722 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11723 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11724 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11725 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11726
11727 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11728 (idlwave-help-with-source): Use `insert-buffer-substring', not
11729 `insert-buffer'.
11730
11731 2005-08-29 Juri Linkov <juri@jurta.org>
11732
11733 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11734 Put outline-back-to-heading function call inside save-excursion.
11735
11736 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11737
11738 * man.el (Man-init-defvars, Man-translate-references)
11739 (Man-support-local-filenames, Man-highlight-references):
11740 * progmodes/sql.el (sql-interactive-mode):
11741 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11742
11743 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11744 (compilation-mode-font-lock-keywords): Add defvars.
11745 (checkdoc-interactive-loop): "?\ " -> "?\s".
11746
11747 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11748 (font-lock-doc-face, font-lock-string-face)
11749 (font-lock-keywords-case-fold-search): Add defvars.
11750 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11751
11752 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11753 Don't pass X and Y (they are ignored anyway).
11754 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11755 (mouse-delete-window): Make arguments optional.
11756
11757 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11758 (caesar-translate-table, minor-modes, news-buffer-save)
11759 (news-group-name, news-minor-modes): Add defvars.
11760
11761 * emacs-lisp/lselect.el (mouse-highlight-priority)
11762 (x-lost-selection-functions, zmacs-regions):
11763 * emacs-lisp/pp.el (font-lock-verbose):
11764 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11765 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11766 (ses-mode-map):
11767 * emacs-lisp/tcover-unsafep.el (safe-functions):
11768 * international/mule-cmds.el (mac-system-coding-system)
11769 (mac-system-locale):
11770 * language/ethio-util.el (rmail-current-message)
11771 (rmail-message-vector):
11772 * language/thai-util.el (thai-auto-composition-mode):
11773 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11774 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11775 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11776 (vm-primary-inbox, vm-spool-files):
11777 * mail/rmail.el (deleted-head, font-lock-fontified)
11778 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11779 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11780 (total-messages):
11781 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11782 (rmail-summary-mode-map):
11783 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11784 (rmail-last-label, rmail-last-multi-labels)
11785 (rmail-summary-vector, rmail-total-messages):
11786 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11787 * mail/rmailsum.el (msgnum):
11788 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11789 (rmail-current-message):
11790 * obsolete/fast-lock.el (font-lock-face-list):
11791 * obsolete/rnewspost.el (mail-reply-buffer):
11792 * obsolete/scribe.el (compile-command):
11793 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11794
11795 2005-08-28 John Paul Wallington <jpw@gnu.org>
11796
11797 * ibuf-ext.el (ibuffer-auto-update-changed):
11798 Use `frame-or-buffer-changed-p' to check whether we need to update.
11799 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11800 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11801 as a `frame-or-buffer-changed-p' state vector instead.
11802
11803 2005-08-27 Romain Francoise <romain@orebokech.com>
11804
11805 * textmodes/makeinfo.el (makeinfo-compile):
11806 Use `compilation-start'. Set `next-error-function' according to
11807 `disable-errors'.
11808 (makeinfo-next-error): New function.
11809 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11810 (makeinfo-buffer): Likewise.
11811
11812 * progmodes/compile.el (compilation-start): Add autoload cookie.
11813
11814 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11815 * textmodes/sgml-mode.el: Likewise.
11816 * progmodes/python.el: Likewise.
11817
11818 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11819
11820 * simple.el (blink-matching-paren-distance): Document the meaning
11821 of nil value, and allow to customize to nil.
11822
11823 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11824 command.com, not command.exe.
11825
11826 2005-08-26 John Wiegley <johnw@newartisans.com>
11827
11828 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11829 code around a bit so that an extraneous nil argument is not added
11830 to a command when no args are given.
11831
11832 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11833 double-quoted argument resolves to nil, return it as an empty
11834 string rather than as nil. This made it impossible to pass "" to
11835 a shell script as a null string argument.
11836
11837 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11838
11839 * outline.el (outline-invent-heading): New fun.
11840 (outline-promote, outline-demote): Use it.
11841 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11842 (outline-end-of-subtree): Remove unused var `opoint'.
11843
11844 2005-08-26 David Reitter <david.reitter@gmail.com>
11845
11846 * menu-bar.el (truncate-lines, write-file, print-buffer)
11847 (ps-print-buffer-faces, ps-print-buffer, split-window):
11848 Disable menu items when the frame they refer to is invisible, or when
11849 they refer to a buffer and the minibuffer is selected.
11850
11851 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11852
11853 * progmodes/flymake.el (flymake-highlight-err-lines):
11854 Use save-excursion around flymake-highlight-line to preserve point.
11855
11856 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11857
11858 * progmodes/octave-mod.el: Change Author and Maintainer address.
11859 (octave-maintainer-address): Change Kurt's email address.
11860 * progmodes/octave-inf.el: Change Author and Maintainer address.
11861 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11862
11863 2005-08-26 Kim F. Storm <storm@cua.dk>
11864
11865 * subr.el (version-list-<, version-list-<=, version-list-=):
11866 Rename from integer-list-*.
11867 (version-list-not-zero): Likewise. Fix while loop.
11868 (version=): Use version-list-= instead of string-equal.
11869
11870 2005-08-26 Richard M. Stallman <rms@gnu.org>
11871
11872 * outline.el (outline-promote): Try shortening the heading.
11873 As last resort, read the heading to use.
11874 (outline-demote): As last resort, read the heading to use.
11875
11876 2005-08-26 Romain Francoise <romain@orebokech.com>
11877
11878 * progmodes/compile.el (compilation-start): Doc fix.
11879
11880 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11881 (antlr-font-lock-additional-keywords): Fix reference to
11882 `antlr-font-lock-literal-regexp' erroneously changed during the
11883 mass face rename.
11884 (antlr-run-tool): Use `compilation-start'.
11885
11886 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11887 instead of the obsolete `compile-internal'.
11888
11889 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11890
11891 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11892 (number, original-date):
11893 * calendar/cal-china.el (date):
11894 * calendar/cal-coptic.el (date):
11895 * calendar/cal-french.el (date):
11896 * calendar/cal-hebrew.el (date, entry, number, original-date):
11897 * calendar/cal-islam.el (date, number, original-date):
11898 * calendar/cal-iso.el (date):
11899 * calendar/cal-julian.el (date):
11900 * calendar/cal-mayan.el (date):
11901 * calendar/cal-menu.el (date, event):
11902 * calendar/cal-persia.el (date):
11903 * calendar/lunar.el (date):
11904 * calendar/solar.el (date): Add defvars.
11905
11906 * emerge.el:
11907 * ibuffer.el:
11908 * info-xref.el:
11909 * obsolete/bg-mouse.el:
11910 * obsolete/sun-curs.el:
11911 * obsolete/swedish.el: Move the `defvar's to the top level.
11912
11913 * smerge-mode.el (smerge-refined-change): Add :group.
11914
11915 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11916
11917 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11918 (smerge-keep-n): Remove props.
11919 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11920 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11921 now that it's done in smerge-keep-n.
11922 (smerge-refined-change): New face.
11923 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11924 (smerge-refine): New funs.
11925 (smerge-basic-map): Bind smerge-refine.
11926
11927 2005-08-25 Juri Linkov <juri@jurta.org>
11928
11929 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11930 compilation-process-setup-function and compilation-disable-input
11931 in grep-mode instead of let-bindings in grep.
11932
11933 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11934 Delete "Automatic File De/compression" (auto-compression-mode).
11935
11936 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11937
11938 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11939 Silence warning about non-existent variable.
11940
11941 2005-08-25 Richard M. Stallman <rms@gnu.org>
11942
11943 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11944 Rename "Describe Key" to "Describe Key or Mouse Operation".
11945
11946 * mail/mailalias.el (build-mail-aliases): Delete comments
11947 from the contents before processing them.
11948
11949 * isearch.el (isearch-edit-string): Erase the Search prompt
11950 if user enters an empty string and there is no default.
11951
11952 * comint.el (comint-file-name-prefix): Add autoload.
11953
11954 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11955
11956 * subr.el (play-sound): Rearrange to avoid warning.
11957
11958 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11959
11960 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11961 New hook.
11962 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11963
11964 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11965
11966 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11967
11968 * custom.el (custom-theme-set-variables): Sort minor modes last.
11969
11970 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11971
11972 * subr.el (version-separator, version-regexp-alist): New vars used by
11973 version comparison funs.
11974 (integer-list-<, integer-list-=, integer-list-<=)
11975 (integer-list-not-zero): New funs for integer list comparison.
11976 (version-to-list, version=, version<, version<=): New funs for version
11977 comparison.
11978
11979 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11980
11981 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11982 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11983 time to silence the byte-compiler.
11984
11985 * ibuffer.el (ibuffer-compile-make-eliding-form)
11986 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11987 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11988 so it's silly to get warnings for it).
11989 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11990 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11991 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11992 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11993 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11994 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11995 Defvar at compile time.
11996 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11997 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11998 Declare them before use.
11999
12000 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12001 (info-xref-good, info-xref-bad): Defvar at compile time.
12002
12003 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12004 Use `let*' instead of `let'.
12005
12006 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12007 (*mouse-y*, menu, char): Defvar at compile time.
12008 (sc::menu): Declare it before use.
12009 (sc::pack-one-line): Use `let', not `let*'.
12010
12011 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12012 (mail-send-hook): Defvar at compile time.
12013
12014 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12015 Defvar at compile time.
12016
12017 * term/sun-mouse.el (current-global-mousemap)
12018 (current-local-mousemap): Declare them before use.
12019
12020 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12021
12022 * bookmark.el (bookmark-after-jump-hook): New hook.
12023 (bookmark-jump): Run `bookmark-after-jump-hook'.
12024
12025 2005-08-23 Juri Linkov <juri@jurta.org>
12026
12027 * faces.el (minibuffer-prompt): Doc fix.
12028
12029 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12030
12031 * progmodes/xscheme.el: Trivial changes to silence warnings.
12032 (xscheme-previous-mode, xscheme-previous-process-state):
12033 Add defvars.
12034 (xscheme-last-input-end, xscheme-process-command-line)
12035 (xscheme-process-name, xscheme-buffer-name)
12036 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12037 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12038 (xscheme-control-g-synchronization-p)
12039 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12040 (default-xscheme-runlight, xscheme-runlight)
12041 (xscheme-runlight-string, xscheme-process-filter-state)
12042 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12043 Move to beginning of file.
12044 (scheme-interaction-mode-commands-alist)
12045 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12046 Declare them before use. Note: the initialization code for the variables
12047 has not been moved because it uses functions that reference the variables.
12048 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12049 (xscheme-prompt-for-expression-map): Declare them before use.
12050 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12051
12052 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12053
12054 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12055
12056 2005-08-22 Juri Linkov <juri@jurta.org>
12057
12058 * faces.el (set-face-underline): Delete this duplicate function
12059 and make an obsolete alias to set-face-underline-p.
12060 (set-face-underline-p): Use docstring of set-face-underline.
12061 (describe-face): Create hyperlink to parent face.
12062
12063 * info.el (Info-insert-dir): Use save-excursion around
12064 insert-buffer-substring.
12065 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12066 (Info-escape-percent): Delete function.
12067 (Info-fontify-node): Replace Info-escape-percent by
12068 replace-regexp-in-string with REP arg set to lambda that
12069 duplicates `%' and preserves text properties.
12070
12071 * progmodes/compile.el (compilation-disable-input): Doc fix.
12072 (define-compilation-mode): Doc fix and refill.
12073 (kill-compilation): Use `mode-name' in the error message.
12074 (compilation-find-file): Use `compilation-error' in the
12075 read-file-name's prompt.
12076
12077 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12080 (smerge-auto-leave): Make undo re-enable the mode.
12081 (debug-ignored-errors): Add the user-error of impossible resolution.
12082 (smerge-resolve): Move things around a bit, in preparation for later.
12083 (smerge-diff): Don't fail if the buffer has no associated file.
12084 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12085 (smerge-conflict-overlay): New function.
12086 (smerge-match-conflict): Don't add text properties here.
12087 (smerge-find-conflict): Instead, add an overlay here.
12088 Also check for the case where we're inside a conflict already, so as to
12089 obviate the need for font-lock-multiline, which is unbearably slow with
12090 large conflicts and ciomplex font-lock patterns.
12091 (smerge-remove-props): Remove overlay rather than text-properties.
12092 (smerge-mode): Don't set font-lock-multiline.
12093 Remove overlays when turned off.
12094
12095 2005-08-21 Kim F. Storm <storm@cua.dk>
12096
12097 * ido.el (ido-ignore-item-p): Use save-match-data.
12098 Bind case-fold-search to ido-case-fold locally.
12099
12100 2005-08-20 Richard M. Stallman <rms@gnu.org>
12101
12102 * files.el (normal-mode): If font lock is on, turn it off and on.
12103
12104 * subr.el (replace-regexp-in-string): Doc fix.
12105
12106 * startup.el (command-line-1): Don't suppress startup screen
12107 due to existing processes.
12108
12109 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12110
12111 * progmodes/compile.el (compilation-disable-input): Default to nil.
12112
12113 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12114
12115 * progmodes/compile.el (compilation-disable-input): New defcustom.
12116 (compilation-start): If compilation-disable-input is non-nil, send
12117 EOF to the compilation process.
12118
12119 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12120
12121 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12122 Run the argument of tex-shell-cd-command through
12123 convert-standard-filename, to get the correct style of slashes on
12124 Windows, and enclose the result in quotes, in case the file name
12125 includes whitespace or other special characters.
12126
12127 2005-08-19 Andreas Schwab <schwab@suse.de>
12128
12129 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12130 process.
12131
12132 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12133
12134 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12135
12136 2005-08-18 Kim F. Storm <storm@cua.dk>
12137
12138 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12139
12140 2005-08-18 Richard M. Stallman <rms@gnu.org>
12141
12142 * scroll-lock.el: New file.
12143
12144 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12145
12146 * dired.el (dired-move-to-end-of-filename):
12147 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12148
12149 2005-08-18 Kim F. Storm <storm@cua.dk>
12150
12151 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12152 rather than toggle mode when custom value is nil.
12153 (ido-everywhere): Fix defun doc string.
12154
12155 2005-08-17 Richard M. Stallman <rms@gnu.org>
12156
12157 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12158 as tag instead of "Inviolable".
12159
12160 2005-08-17 Kim F. Storm <storm@cua.dk>
12161
12162 * windmove.el (windmove-coordinates-of-position): Remove.
12163 (windmove-coordinates-of-window-position): Remove.
12164 (windmove-reference-loc): Use posn-at-point instead.
12165
12166 * subr.el (insert-for-yank-1): Doc fix.
12167
12168 * ido.el (ido-enter-matching-directory): Rename from
12169 ido-enter-single-matching-directory. Change `slash' choice to
12170 `only'. Add `first' choice.
12171 (ido-exhibit): Adapt to above changes.
12172
12173 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12174
12175 * Makefile.in: Expand comment about building loaddefs.el.
12176
12177 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12178
12179 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12180 Comment use of defadvice.
12181
12182 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12183
12184 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12185
12186 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12187 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12188 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12189 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12190 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12191 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12192 for backward compatibility for faces that did not appear in the
12193 previous Emacs release.
12194
12195 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12196
12197 2005-08-15 Kim F. Storm <storm@cua.dk>
12198
12199 * emulation/cua-base.el (cua-delete-region): Return t if
12200 deleted region was non-empty.
12201 (cua-replace-region): Inhibit overwrite-mode for
12202 self-insert-command if replaced region was non-empty.
12203 (cua--explicit-region-start, cua--status-string): Make them
12204 buffer-local at top-level...
12205 (cua-mode): ...rather than when mode is enabled.
12206
12207 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12208
12209 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12210 Set t for Emacs 21, 22, and so on.
12211
12212 2005-08-15 David Ponce <david@dponce.com>
12213
12214 * tree-widget.el: Update Commentary header.
12215 (tree-widget-theme): Doc fix.
12216 (tree-widget-space-width): New option.
12217 (tree-widget-image-properties): Look up in the default theme too.
12218 (tree-widget--cursors): Only for images with arrow pointer shape.
12219 (tree-widget-lookup-image): Pointer shape is hand by default.
12220 (tree-widget-icon): Rename generic icon widget from
12221 `tree-widget-control'.
12222 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12223 derive from `tree-widget-icon'.
12224 (tree-widget-handle): Improve default look and feel of the text
12225 representation.
12226 (tree-widget): Rename :*-control properties to :*-icon properties.
12227 Add :action and :help-echo properties.
12228 (tree-widget-after-toggle-functions): Move.
12229 (tree-widget-close-node, tree-widget-open-node): Remove.
12230 (tree-widget-before-create-icon-functions): New hook.
12231 (tree-widget-value-create): Update to allow customization of icons
12232 and nodes at run-time via that new hook.
12233 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12234 (tree-widget-icon-action, tree-widget-icon-help-echo)
12235 (tree-widget-action, tree-widget-help-echo): New functions.
12236
12237 2005-08-15 Kim F. Storm <storm@cua.dk>
12238
12239 * ido.el (ido-buffer-internal): Use with-no-warnings.
12240 (ido-make-merged-file-list): Use while-no-input.
12241
12242 2005-08-15 Richard M. Stallman <rms@gnu.org>
12243
12244 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12245 (flyspell-large-region): Fix doc and custom type.
12246
12247 2005-08-14 Richard M. Stallman <rms@gnu.org>
12248
12249 * files.el (interpreter-mode-alist): Doc fix.
12250
12251 * mail/rmail.el (rmail-nonignored-headers): New variable.
12252 (rmail-clear-headers): Use it.
12253 (rmail-reply): Better handling of mail-followup-to header.
12254
12255 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12256 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12257 don't try to refer to executable-font-lock-keywords.
12258 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12259 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12260 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12261 (sh-mode): Set comment-start-skip, local-abbrev-table,
12262 imenu-case-fold-search.
12263 (sh-set-shell): Don't set them here.
12264 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12265 Don't cache the results in the original alist; don't ever modify
12266 that alist.
12267
12268 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12269
12270 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12271 empty.
12272
12273 2005-08-15 Andreas Schwab <schwab@suse.de>
12274
12275 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12276
12277 * dired.el, info.el, mail/rmail.el: Revert last change.
12278
12279 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12280
12281 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12282 modification in `eval-after-load' form.
12283 * info.el: Likewise.
12284 * mail/rmail.el: Likewise.
12285
12286 2005-08-14 Juri Linkov <juri@jurta.org>
12287
12288 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12289 Remove highlighting of "Compilation started". Highlight only
12290 the word "finished" in "Compilation finished". Add highlighting
12291 of "interrupt", "killed", "terminated" and the exit code.
12292 (compilation-start): Add newline after header. Use exactly the
12293 same time stamp format as the finishing message.
12294 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12295
12296 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12297 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12298 Add highlighting of "interrupt", "killed", "terminated".
12299
12300 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12301 enabled and the current command is self-insert-command, call it
12302 explicitly with overwrite-mode bound to nil, to not allow it
12303 to delete the character after the selected region.
12304
12305 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12306
12307 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12308 move-end-of-line, end-of-line, and beginning-of-line to the list
12309 of commands after which the echo area is updated.
12310
12311 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12312
12313 * cus-edit.el (custom-save-all, custom-save-delete):
12314 Bind recentf-exclude to exclude custom-file.
12315
12316 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12317
12318 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12319 to go to the bottom of the mail message. Added to
12320 `rmail-summary-mode-map' with key "/".
12321 (rmail-summary-show-message): New (internal) function for use by
12322 both `rmail-summary-beginning/end-of-message'.
12323 (rmail-summary-beginning-of-message): Change to use
12324 rmail-summary-show-message.
12325
12326 * mail/rmail.el (rmail-end-of-message): New command to go to the
12327 end of the current message. Added to `rmail-mode-map' with key "/".
12328 (rmail-beginning-of-message): Fix to work as documented.
12329 (rmail-mode): Change documentation.
12330
12331 * progmodes/compile.el (compilation-start): Add the line
12332 "Compilation started" with compilation start time.
12333 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12334
12335 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12336
12337 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12338 of menu items.
12339
12340 2005-08-11 Richard M. Stallman <rms@gnu.org>
12341
12342 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12343
12344 * battery.el (battery-status-function): Don't use ignore-errors.
12345
12346 2005-08-11 Lute Kamstra <lute@gnu.org>
12347
12348 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12349 define-obsolete-variable-alias.
12350
12351 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12352
12353 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12354 (ange-ftp-send-cmd): Revert last change, and expand
12355 the comment explaining the problem.
12356
12357 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12358
12359 * ldefs-boot.el: Update.
12360
12361 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12362 item to "Time, Load and Mail". Change help echo text.
12363
12364 * time.el (display-time-use-mail-icon, display-time-format)
12365 (display-time-string-forms): Shorten first line of docstrings.
12366
12367 2005-08-10 Lars Hansen <larsh@soem.dk>
12368
12369 * desktop.el (desktop-buffer-mode-handlers):
12370 Make non-customizable. Add autoload cookie. Change initial value to
12371 nil; add elements in respective modules instead. Fix doc string.
12372 (desktop-load-file): New function.
12373 (desktop-minor-mode-handlers): New autoloaded variable.
12374 (desktop-create-buffer): Call minor mode handlers.
12375 Use desktop-load-file to load major and minor mode modules prior to
12376 checking for a handler.
12377 (desktop-save): Don't add nil to desktop-minor-modes for minor
12378 modes with nil function in desktop-minor-mode-table. Don't delete
12379 desktop file before rewriting it.
12380 (desktop-locals-to-save): Add autoload cookie. Don't make
12381 automatically buffer-local. Add variables column-number-mode,
12382 size-indication-mode, indent-tabs-mode,
12383 indicate-buffer-boundaries, indicate-empty-lines and
12384 show-trailing-whitespace.
12385 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12386 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12387 (desktop-clear-preserve-buffers-regexp): Delete.
12388 (desktop-clear-preserve-buffers): Update initial value and docstring.
12389 (desktop-save-buffer): Fix doc string.
12390
12391 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12392 (hilit-chg-desktop-restore): New function.
12393 (highlight-changes-mode): Add highlight-changes-mode to
12394 desktop-locals-to-save.
12395
12396 * dired.el: Add handler to desktop-buffer-mode-handlers.
12397 (dired-restore-desktop-buffer): Remove autoload cookie.
12398 (dired-mode): Add autoload cookie.
12399
12400 * info.el: Add handler to desktop-buffer-mode-handlers.
12401 (Info-restore-desktop-buffer): Remove autoload cookie.
12402 (Info-mode): Add autoload cookie.
12403
12404 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12405 (mh-restore-desktop-buffer): Remove autoload cookie.
12406 (mh-folder-mode): Add autoload cookie.
12407
12408 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12409 (rmail-restore-desktop-buffer): Remove autoload cookie.
12410
12411 2005-08-11 Masatake YAMATO <jet@gyve.org>
12412
12413 * hexl.el (hexl-address-region):
12414 (hexl-ascii-region, hexl-font-lock-keywords):
12415 (hexl-highlight-line-range): Use the term "region"
12416 instead of "area" for consistency with the other symbols
12417 defined in hexl.el.
12418
12419 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12420
12421 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12422 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12423 out by Juri Linkov). Add `display-battery-mode'.
12424
12425 2005-08-09 Juri Linkov <juri@jurta.org>
12426
12427 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12428 Remove `-text' from face variable names.
12429 (compilation-error-file-name, compilation-warning-file-name)
12430 (compilation-info-file-name): Delete faces.
12431 (compilation-line-number, compilation-column-number):
12432 Remove face underlining.
12433 (compilation-message-face): Set to `underline' value by default.
12434 (compilation-error-face, compilation-warning-face)
12435 (compilation-info-face): Remove `-file-name' from face names.
12436 (compilation-error-text-face, compilation-warning-text-face)
12437 (compilation-info-text-face): Delete face variables.
12438 (compilation-text-face): Delete function.
12439
12440 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12441 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12442 (grep-error-face): Set to `compilation-error' instead of
12443 `compilation-error-face' (which is redefined to `grep-hit-face' in
12444 grep buffers).
12445 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12446 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12447
12448 * dired-aux.el (dired-do-query-replace-regexp):
12449 Use `query-replace-read-args'.
12450
12451 * replace.el (query-replace-read-from, query-replace-read-to)
12452 (query-replace-read-args): Rename arg `string' to `prompt'.
12453
12454 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12455
12456 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12457
12458 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12459 uploading files.
12460 (ange-ftp-canonize-filename): Handle file names beginning with ~
12461 correctly.
12462
12463 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12464
12465 * textmodes/fill.el (canonically-space-region)
12466 (fill-context-prefix, fill-french-nobreak-p)
12467 (fill-delete-newlines, fill-comment-paragraph)
12468 (justify-current-line): "?\ " -> "?\s".
12469
12470 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12471
12472 * textmodes/fill.el (fill-nonuniform-paragraphs):
12473 Improve argument/docstring consistency.
12474
12475 2005-08-09 Richard M. Stallman <rms@gnu.org>
12476
12477 * textmodes/ispell.el (ispell-word): More fboundp checks.
12478
12479 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12480 (find-file-noselect-1): Call it here, only if RAWFILE.
12481 (normal-mode): Always set some major mode.
12482 (save-some-buffers-action-alist): Change some explanation strings.
12483 (file-name-non-special): In the `quote' method, use unwind-protect.
12484
12485 2005-08-09 Magnus Henoch <mange@freemail.hu>
12486
12487 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12488 (ispell-have-aspell-dictionaries): New variable.
12489 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12490 (ispell-get-aspell-config-value): New function.
12491 (ispell-aspell-find-dictionary): New function.
12492 (ispell-aspell-add-aliases): New function.
12493 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12494 appropriate. Don't look for ispell dictionaries if we use aspell.
12495 (ispell-menu-map): Don't build a submenu of dictionaries.
12496
12497 2005-08-09 Richard M. Stallman <rms@gnu.org>
12498
12499 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12500 (sql-read-passwd): Use read-passwd.
12501
12502 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12503 (idlwave-toolbar-is-possible): Add defvars.
12504
12505 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12506 Avoid warnings.
12507
12508 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12509 (idlwave-system-class-info, idlwave-executive-commands-alist):
12510 Use defvar.
12511
12512 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12513
12514 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12515 Avoid warnings.
12516
12517 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12518 and content-type: headers.
12519
12520 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12521
12522 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12523 and rename some of them to be more self-explanatory.
12524
12525 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12526
12527 * startup.el (command-line-1): Implement -scriptload.
12528
12529 * replace.el (occur-engine): Initial *Occur* output not undoable.
12530
12531 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12532 and improve help strings.
12533
12534 * isearch.el (isearch-repeat): When changing direction,
12535 mark search successful.
12536
12537 * ediff-init.el: Use (featurep 'xemacs).
12538
12539 * comint.el (send-invisible): Identify buffer, if not selected.
12540
12541 * align.el: Delete autoload for c-guess-basic-syntax.
12542
12543 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12544
12545 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12546 Improve argument/docstring consistency. Doc fixes.
12547 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12548 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12549 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12550 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12551 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12552 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12553 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12554 Defvar at compile time.
12555
12556 2005-08-09 Juri Linkov <juri@jurta.org>
12557
12558 * info.el: Replace `info' with upper-case `Info' where appropriate.
12559 (info-title-1, info-title-2, info-title-3, info-title-4)
12560 (info-menu-header): Move up face definitions.
12561 (info-menu-star): Rename from `info-menu-5'.
12562 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12563 (Info-fontify-visited-nodes): Fix docstring.
12564 (Info-hide-note-references): Fix docstring.
12565 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12566 menu items in the same way as on cross-references.
12567 (info-apropos): Fix sorting order and formatting to be like in the
12568 stand-alone Info browser. Display error messages for 1 sec.
12569 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12570 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12571 from the menu bar.
12572 (Info-insert-dir): Restore point after calling
12573 `insert-buffer-substring'.
12574
12575 2005-08-08 Richard M. Stallman <rms@gnu.org>
12576
12577 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12578 (recompute-lucid-menubar): Add defvars.
12579
12580 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12581
12582 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12583
12584 * net/net-utils.el (run-dig): Rename from `dig'.
12585
12586 * play/gametree.el (gametree-mode): Use make-local-variable,
12587 not make-variable-buffer-local.
12588
12589 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12590
12591 * ansi-color.el (ansi-color-make-extent)
12592 (ansi-color-set-extent-face): Use fboundp, not functionp.
12593
12594 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12595 not make-variable-buffer-local.
12596
12597 * bookmark.el (Info-current-file): Add defvar.
12598 (bookmark-jump-noselect): Use with-no-warnings.
12599
12600 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12601
12602 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12603
12604 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12605
12606 * find-file.el (ada-procedure-start-regexp)
12607 (ada-package-start-regexp): Add defvars.
12608
12609 * info.el (Info-insert-dir): Use insert-buffer-substring.
12610
12611 * xml.el (xml-att-def-re): Add defvar.
12612
12613 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12614 calling convention.
12615
12616 * subr.el (while-no-input): Return t if there is input.
12617
12618 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12619
12620 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12621
12622 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12623
12624 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12625 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12626
12627 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12628
12629 * cmuscheme.el (scheme-start-file): Replace reference to
12630 `user-emacs-directory' by "~/.emacs.d/".
12631
12632 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12633
12634 * info.el (Info-dir-remove-duplicates): Avoid case folding
12635 in loop; instead, keep downcased strings for comparison.
12636 Suggested by Helmut Eller.
12637
12638 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12639
12640 Sync with Tramp 2.0.50.
12641
12642 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12643 XEmacs case; not necessary anymore.
12644 (tramp-user-regexp): Allow "@" as part of user name.
12645 (tramp-handle-set-visited-file-modtime)
12646 (tramp-handle-insert-file-contents)
12647 (tramp-handle-write-region): No special handling for
12648 `last-coding-system-used, because this is done in
12649 `tramp-accept-process-output' now.
12650 (tramp-accept-process-output): New defun.
12651 (tramp-process-one-action, tramp-process-one-multi-action)
12652 (tramp-wait-for-regexp, tramp-wait-for-output)
12653 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12654 Howells <dhowells@redhat.com>.
12655 (clear-visited-file-modtime): Defadvice removed. The check for
12656 unset buffer's modtime does not need to be based on
12657 `tramp-buffer-file-attributes'. Suggested by RMS.
12658 (tramp-message): Insert "\n" if not being at beginning of line.
12659 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12660 sequence with same logic.
12661 (tramp-completion-handle-expand-file-name): Discard call of
12662 `tramp-drop-volume-letter'. It is not necessary, and there have
12663 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12664 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12665 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12666 should always be visible.
12667 (tramp-handle-insert-directory, tramp-setup-complete)
12668 (tramp-set-process-query-on-exit-flag)
12669 (tramp-append-tramp-buffers): Pacify byte-compiler.
12670 (tramp-bug): Delete non-existing variables from list.
12671 Apply `tramp-load-report-modules' as pre-hook.
12672 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12673 `shell-prompt-pattern' because of non-7bit characters.
12674 Reported by Sebastian Luque <sluque@mun.ca>.
12675 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12676 (tramp-match-string-list): Remove function.
12677 (tramp-wait-for-regexp): Remove call of that function.
12678 Suggested by Kim F. Storm <storm@cua.dk>.
12679 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12680 instead of octal character code ?\600. The latter resulted in a
12681 syntax error with XEmacs.
12682
12683 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12684 XEmacs case; not necessary anymore.
12685 (tramp-smb-handle-write-region): No special handling for
12686 `last-coding-system-used, because this is done in
12687 `tramp-accept-process-output' now.
12688 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12689
12690 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12691
12692 * wid-edit.el (widget-choice-value-create):
12693 Unconditionally respect user choice. Set :explicit-choice back to nil
12694 when no longer needed.
12695 (widget-choice-action): Unconditionally respect user choice.
12696 Eliminate :explicit-choice-value.
12697
12698 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12699
12700 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12701 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12702 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12703 running new function `toggle-indicate-empty-lines'.
12704 Rename "Customize" item to "Customize fringe".
12705 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12706 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12707 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12708 Delete "Empty lines only" item.
12709 (menu-bar-showhide-fringe-ind-customize): New function.
12710 (menu-bar-showhide-fringe-ind-mixed)
12711 (menu-bar-showhide-fringe-ind-box)
12712 (menu-bar-showhide-fringe-ind-right)
12713 (menu-bar-showhide-fringe-ind-left)
12714 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12715 instead of `fringe-indicators'.
12716
12717 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12718
12719 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12720 Change the date of last update.
12721
12722 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12723
12724 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12725 (viper-exec-yank, viper-put-back): Don't display modification msg
12726 if in the minibuffer.
12727
12728 * viper-init.el (viper-replace-overlay-cursor-color)
12729 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12730 Make variables frame local.
12731
12732 * viper-util.el (viper-append-filter-alist): Use append instead of
12733 nconc.
12734
12735 * viper.el (viper-vi-state-mode-list)
12736 (viper-emacs-state-mode-list): Move help-mode and
12737 completion-list-mode from the first list to the second.
12738 (viper-mode): Docstring.
12739 (viper-go-away, viper-non-hook-settings): Don't localize
12740 minor-mode-alist in newer Emacsen. Add advice to
12741 set-cursor-color. Don't bind "\C-c\\".
12742
12743 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12744
12745 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12746 (scheme-macro-expand-command): New user options.
12747 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12748 (scheme-form-at-point, scheme-start-file)
12749 (scheme-interactively-start-process): New functions.
12750 (scheme-get-process): New function, extracted from `scheme-proc'.
12751 (run-scheme): Call `scheme-start-file' to get start file, and pass
12752 it to `make-comint'.
12753 (switch-to-scheme, scheme-proc):
12754 Call `scheme-interactively-start-process' if no Scheme buffer/process
12755 is available.
12756
12757 2005-08-06 Juri Linkov <juri@jurta.org>
12758
12759 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12760 Use `compilation-text-face', `compilation-info-text-face' and
12761 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12762 (compilation-error): New face.
12763 (compilation-error-file-name): Inherit from
12764 `compilation-error' instead of `font-lock-warning-face'.
12765 (compilation-warning-file-name): Inherit from
12766 `compilation-warning' instead of `font-lock-warning-face'.
12767 (compilation-info, compilation-error-file-name)
12768 (compilation-warning-file-name, compilation-info-file-name)
12769 (compilation-line-number, compilation-column-number): Doc fix.
12770 (compilation-error-text-face, compilation-warning-text-face)
12771 (compilation-info-text-face): New face variables.
12772 (compilation-line-face, compilation-column-face)
12773 (compilation-enter-directory-face)
12774 (compilation-leave-directory-face): Doc fix.
12775 (compilation-text-face): New function.
12776
12777 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12778 instead of 1 to display binary file names as info file links.
12779 (grep-error-face): Use `compilation-error-face' instead of
12780 `font-lock-keyword-face'.
12781 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12782 and `compilation-warning-text-face' instead of
12783 `font-lock-keyword-face'. Use `compilation-error-text-face'
12784 instead of `grep-error-face'.
12785
12786 2005-08-05 Kenichi Handa <handa@m17n.org>
12787
12788 * international/code-pages.el: Add autoload cookies for all coding
12789 systems.
12790
12791 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12792
12793 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12794
12795 2005-08-04 Juri Linkov <juri@jurta.org>
12796
12797 * progmodes/compile.el (compilation-mode-map):
12798 * progmodes/grep.el (grep-mode-map):
12799 Bind TAB to `compilation-next-error' and [backtab] to
12800 `compilation-previous-error'.
12801
12802 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12803 matching line numbers, column numbers and their ranges with regexp
12804 matching only line numbers.
12805 (grep-context-face): New face variable.
12806 (grep-mode-font-lock-keywords): Use it.
12807
12808 * faces.el (read-face-name): Delete duplicate faces.
12809
12810 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12811
12812 * thumbs.el (thumbs-find-image): Don't make variables
12813 automatically buffer local.
12814 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12815 (thumbs-image-num): Make automatically buffer local.
12816 (thumbs-show-thumbs-list): Use `make-local-variable', not
12817 `make-variable-buffer-local'.
12818 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12819
12820 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12821 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12822 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12823 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12824 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12825 (feelings-about, foullst, found, hello, history, howareyoulst)
12826 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12827 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12828 (neglst, obj, object, owner, please, problems, qlist)
12829 (random-adjective, relation, remlst, repetitive-shortness)
12830 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12831 (shortlst, something, sportslst, stallmanlst, states, subj)
12832 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12833 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12834 Defvar at compile time.
12835
12836 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12837 not `make-variable-buffer-local'.
12838
12839 2005-08-02 Kim F. Storm <storm@cua.dk>
12840
12841 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12842 rectangle overlay in selected window.
12843
12844 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12845
12846 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12847 instead of display group. Make `indicate-buffer-boundaries'
12848 customizable through Custom.
12849
12850 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12851
12852 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12853 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12854 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12855 (gdb-put-string): Fix typos in docstrings.
12856
12857 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12858
12859 Update copyright notices of files in progmodes directory for
12860 release of Emacs 22.1.
12861
12862 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12863
12864 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12865 Don't barf if the GUD buffer has been killed.
12866
12867 2005-08-01 Kim F. Storm <storm@cua.dk>
12868
12869 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12870
12871 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12872
12873 * simple.el (next-error-follow-minor-mode):
12874 make-variable-buffer-local -> make-local-variable.
12875
12876 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12877
12878 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12879 (byte-compile-form-make-variable-buffer-local): New functions to warn
12880 about misuses of make-variable-buffer-local where make-local-variable
12881 was meant.
12882
12883 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12884
12885 * bs.el (bs-attributes-list): Doc fix.
12886 (bs): Update url-link.
12887
12888 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12889 (desktop-load-default): Simplify.
12890
12891 * ibuffer.el (ibuffer-columnize-and-insert-list)
12892 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12893 (ibuffer-unmark-all, ibuffer-toggle-marks)
12894 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12895 (ibuffer-compile-make-format-form, ibuffer-format-column)
12896 (ibuffer-current-buffers-with-marks)
12897 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12898 (ibuffer): Doc fix.
12899 (ibuffer-mode): Fix typo in docstring.
12900 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12901 with `define-obsolete-variable-alias'.
12902 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12903
12904 2005-07-29 Kenichi Handa <handa@m17n.org>
12905
12906 * international/mule-cmds.el (select-message-coding-system):
12907 Be sure to use LF for end-of-line. If no coding system is decided,
12908 return iso-8859-1-unix.
12909
12910 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12911
12912 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12913 (ange-ftp-pending-error-line): New vars.
12914 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12915 to handle the non-fatal no-route-to-host messages.
12916 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12917
12918 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12919
12920 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12921 (isearch-quote-char, isearch-printing-char)
12922 (isearch-text-char-description): "?\ " -> "?\s".
12923 (isearch-lazy-highlight-cleanup)
12924 (isearch-lazy-highlight-initial-delay)
12925 (isearch-lazy-highlight-interval)
12926 (isearch-lazy-highlight-max-at-a-time)
12927 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12928 Declare with define-obsolete-*-alias macros.
12929 (isearch-forward): Fix typo in docstring.
12930 (search-invisible, search-ring-yank-pointer)
12931 (regexp-search-ring-yank-pointer): Doc fixes.
12932
12933 * recentf.el (recentf-menu-append-commands-p): Declare with
12934 `define-obsolete-variable-alias'.
12935 (recentf-max-saved-items, recentf-menu-filter)
12936 (recentf-arrange-by-rule-subfilter): Doc fixes.
12937 (recentf-menu-append-commands-flag)
12938 (recentf-initialize-file-name-history, recentf-expand-file-name)
12939 (recentf-clear-data): Fix typos in docstrings.
12940
12941 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12942
12943 * progmodes/gdb-ui.el: Smarten comments.
12944 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12945
12946 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12947
12948 * term/apollo.el (terminal-init-apollo): New function containing
12949 all former top level forms in the file.
12950 * term/bobcat.el (terminal-init-bobcat):
12951 * term/cygwin.el (terminal-init-cygwin):
12952 * term/iris-ansi.el (terminal-init-iris-ansi):
12953 * term/linux.el (terminal-init-linux):
12954 * term/news.el (terminal-init-news):
12955 * term/rxvt.el (terminal-init-rxvt):
12956 * term/sun.el (terminal-init-sun):
12957 * term/tvi970.el (terminal-init-tvi970):
12958 * term/vt100.el (terminal-init-vt100):
12959 * term/vt102.el (terminal-init-vt102):
12960 * term/vt125.el (terminal-init-vt125):
12961 * term/vt200.el (terminal-init-vt200):
12962 * term/vt201.el (terminal-init-vt201):
12963 * term/vt220.el (terminal-init-vt220):
12964 * term/vt240.el (terminal-init-vt240):
12965 * term/vt300.el (terminal-init-vt300):
12966 * term/vt320.el (terminal-init-vt320):
12967 * term/vt400.el (terminal-init-vt400):
12968 * term/vt420.el (terminal-init-vt420):
12969 * term/wyse50.el (terminal-init-wyse50):
12970 * term/xterm.el (terminal-init-xterm): Likewise.
12971
12972 * term/README: Describe the terminal-init-* functionality.
12973
12974 * startup.el (command-line): After loading the terminal initialization
12975 file call the corresponding terminal initialization function.
12976
12977 2005-07-27 Kenichi Handa <handa@m17n.org>
12978
12979 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12980 negative.
12981
12982 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12983 (ps-mule-composition-prologue): Fix for the case that
12984 RelativeCompose is false.
12985
12986 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12987
12988 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12989
12990 * descr-text.el (describe-char): Handle the case where the list of
12991 chars is displayed in a separate frame.
12992 Be a bit more discriminating when looking for the char.
12993
12994 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12995
12996 * bookmark.el (bookmark-automatically-show-annotations)
12997 (bookmark-read-annotation-text-func): Doc fixes.
12998 (bookmark-save): Improve argument/docstring consistency.
12999 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13000 (bookmark-alist-from-buffer)
13001 (bookmark-upgrade-file-format-from-0)
13002 (bookmark-grok-file-format-version)
13003 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13004 (bookmark-read-annotation-mode)
13005 (bookmark-insert-current-bookmark, bookmark-jump)
13006 (bookmark-exit-hook): Fix typos in docstrings.
13007 (bookmark-exit-hooks): Define as obsolete alias.
13008 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13009 not `bookmark-exit-hooks'. Fix docstring.
13010 (bookmark-bmenu-select): "?\ " -> "?\s".
13011
13012 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13013
13014 * startup.el (command-line): Fix typo.
13015
13016 2005-07-24 Richard M. Stallman <rms@gnu.org>
13017
13018 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13019 not emacs-quick-startup.
13020
13021 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13022
13023 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13024 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13025 instead of `reb-with-current-window'.
13026 (reb-prev-match): Likewise. Also, don't move left if the search
13027 was unsuccessful.
13028 (reb-initialize-buffer): New function.
13029 (re-builder, reb-change-syntax): Use it.
13030
13031 * man.el (Man-goto-page): Make second argument NOERROR optional.
13032
13033 2005-07-23 Richard M. Stallman <rms@gnu.org>
13034
13035 * man.el (Man-bgproc-sentinel): Check here for failure to find
13036 any man page in the output, and report the error here.
13037 (Man-arguments): Make it permanent local.
13038 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13039 (Man-mode): Pass t for NOERROR.
13040
13041 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13042 (grep-mode-font-lock-keywords):
13043 Don't use compilation-...-face for messages that are not file names.
13044
13045 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13046 Don't use compilation-...-face for messages that are not file names.
13047
13048 2005-07-22 Juri Linkov <juri@jurta.org>
13049
13050 * startup.el (normal-splash-screen): Update menu name.
13051
13052 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13053
13054 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13055
13056 * term/xterm.el: Load term/rxvt if the terminal is actually an
13057 rxvt terminal.
13058 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13059
13060 * term/rxvt.el (function-key-map): Use substitute-key-definition
13061 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13062
13063 * term/cygwin.el: New file.
13064
13065 2005-07-22 Kim F. Storm <storm@cua.dk>
13066
13067 * image-file.el (insert-image-file, image-file-yank-handler):
13068 Fix last change to maintain a (unique) yank-handler on yanked images.
13069
13070 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13071
13072 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13073 of the file size (as in "177B" for 177 bytes). This happens with
13074 "ls -lh" on FreeBSD.
13075
13076 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13077
13078 * hilit-chg.el (highlight-changes-global-initial-state)
13079 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13080 (hilit-chg-fixup, highlight-changes-mode):
13081 Fix typos in docstrings.
13082 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13083 Doc fixes.
13084
13085 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13086
13087 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13088 mode function using `eval-after-load'.
13089
13090 2005-07-21 Kim F. Storm <storm@cua.dk>
13091
13092 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13093 included when reporting an emacs crash, and tell about the DEBUG file.
13094
13095 * image-file.el (insert-image-file): Add yank-handler.
13096 (image-file-yank-handler): Yank handler to make unique copies of
13097 images when they are yanked into a buffer next to each other.
13098
13099 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13100
13101 * comint.el (comint-use-prompt-regexp, comint-send-input)
13102 (comint-source-default, comint-extract-string)
13103 (comint-get-source, comint-word, comint-completion)
13104 (comint-source, comint-prompt-read-only, comint-update-fence):
13105 Fix typos in docstrings.
13106 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13107 Declare with define-obsolete-*-alias macros.
13108 (comint-previous-matching-input-from-input)
13109 (comint-next-matching-input-from-input)
13110 (comint-previous-matching-input, comint-next-matching-input)
13111 (comint-forward-matching-input):
13112 Improve argument/docstring consistency.
13113
13114 * desktop.el (desktop-clear-preserve-buffers-regexp):
13115 Also preserve the *server* buffer.
13116
13117 * simple.el (clone-indirect-buffer): Doc fix.
13118 (fixup-whitespace, just-one-space)
13119 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13120 (next-error, next-error-highlight)
13121 (next-error-highlight-no-select, next-error-last-buffer)
13122 (next-error-buffer-p, next-error-find-buffer, next-error)
13123 (previous-error, next-error-no-select, previous-error-no-select)
13124 (open-line, split-line, minibuffer-prompt-width, kill-new)
13125 (binary-overwrite-mode): Fix typos in docstrings.
13126 (set-fill-column): Fix typo in message.
13127
13128 * skeleton.el (skeleton-proxy-new): Doc fix.
13129
13130 * strokes.el (strokes-load-hook): Doc fix.
13131 (strokes-grid-resolution, strokes-get-grid-position)
13132 (strokes-renormalize-to-grid, strokes-read-stroke)
13133 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13134 (strokes-global-map): Fix typos in docstrings.
13135 (strokes-help): Doc fix. Fix help message and pass it through
13136 `substitute-command-keys'.
13137
13138 * tempo.el (tempo-insert-prompt, tempo-interactive)
13139 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13140 (tempo-insert-string-functions, tempo-local-tags)
13141 (tempo-define-template, tempo-insert-template)
13142 (tempo-insert-prompt-compat, tempo-is-user-element)
13143 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13144 Fix typos in docstrings.
13145
13146 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13147 (vcursor-key-bindings, vcursor-use-vcursor-map)
13148 (vcursor-find-window, vcursor-scroll-down)
13149 (vcursor-disable, vcursor-beginning-of-buffer)
13150 (vcursor-end-of-buffer): Fix typos in docstrings.
13151 (vcursor-relative-move, vcursor-get-char-count):
13152 Improve argument/docstring consistency.
13153
13154 * version.el: "?\ " -> "?\s".
13155
13156 * wid-edit.el (widget-default-create, widget-after-change)
13157 (widget-default-format-handler, widget-checklist-add-item)
13158 (widget-radio-add-item, widget-choose, widget-specify-secret)
13159 (widget-field-value-create, widget-field-value-get)
13160 (widget-editable-list-format-handler)
13161 (widget-editable-list-entry-create, widget-group-value-create)
13162 (widget-documentation-link-add)
13163 (widget-documentation-string-value-create): "?\ " -> "?\s".
13164 (widget-convert-text): Doc fix.
13165 (widget-narrow-to-field, widget-field-find)
13166 (widget-url-link-action, widget-emacs-library-link-action)
13167 (widget-color-notify): Fix typos in docstrings.
13168
13169 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13170 (x-select-text, set-w32-system-coding-system)
13171 (w32-add-charset-info): Fix typos in docstrings.
13172
13173 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13174 (cua-enable-cua-keys, cua-use-hyper-key)
13175 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13176 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13177
13178 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13179
13180 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13181 `defalias' instead of faking it.
13182
13183 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13184 (eshell-ls-missing, eshell-ls-dired-initial-args)
13185 (eshell-ls-use-in-dired): Fix typos in docstrings.
13186
13187 2005-07-20 Kim F. Storm <storm@cua.dk>
13188
13189 * emulation/cua-base.el (cua-mode): Improve doc string.
13190
13191 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13192
13193 * abbrev.el (expand-region-abbrevs): Doc fix.
13194 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13195 Improve argument/docstring consistency.
13196
13197 * arc-mode.el (archive-get-descr, archive-alternate-display):
13198 Doc fixes.
13199 (archive-l-e): Improve argument/docstring consistency.
13200 (archive-tmpdir, archive-unixdate, archive-unixtime)
13201 (archive-chmod-entry): Fix typos in docstrings.
13202 (archive-unflag, archive-unflag-backwards)
13203 (archive-unmark-all-files): "?\ " -> "?\s".
13204
13205 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13206 (Buffer-menu-not-modified, Buffer-menu-execute)
13207 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13208 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13209
13210 * composite.el (compose-string, encode-composition-rule)
13211 (compose-last-chars): Fix typos in docstrings.
13212
13213 * desktop.el (desktop-enable, desktop-basefilename):
13214 Declare with `define-obsolete-variable-alias'.
13215 (desktop-internal-v2s): Don't quote keywords.
13216 (desktop-clear): "?\ " -> "?\s".
13217
13218 * dired.el (dired-align-file, dired-flag-backup-files)
13219 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13220 (dired-listing-switches, dired-ls-F-marks-symlinks)
13221 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13222 (dired-directory, dired-faces, dired, dired-revert)
13223 (dired-mode, dired-summary, dired-view-file)
13224 (dired-copy-filename-as-kill, dired-delete-file)
13225 (dired-no-confirm, dired-unmark-all-marks)
13226 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13227 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13228 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13229 Fix typos in message strings.
13230
13231 * dired-x.el (virtual-dired): Declare with `defalias'.
13232 (dired-mark-unmarked-files, dired-local-variables-file)
13233 (dired-omit-here-always): Doc fix.
13234 (dired-omit-mode, dired-find-subdir)
13235 (dired-enable-local-variables, dired-clean-up-buffers-too)
13236 (dired-extra-startup, dired-mark-extension, dired-jump)
13237 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13238 (dired-smart-shell-command, dired-guess-shell-alist-user)
13239 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13240 (dired-x-bind-find-file, dired-x-submit-report):
13241 Fix typos in docstrings.
13242 (dired-mark-unmarked-files): "?\ " -> "?\s".
13243
13244 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13245
13246 * faces.el (describe-face): "?\ " -> "?\s".
13247 (read-all-face-attributes, read-face-font, modify-face)
13248 (face-attr-construct, italic): Fix typos in docstrings.
13249 (frame-update-face-colors): Declare with
13250 `define-obsolete-function-alias'.
13251
13252 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13253 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13254 (magic-mode-alist, buffer-file-numbers-unique)
13255 (write-file-functions, get-free-disk-space):
13256 Fix typos in docstrings.
13257 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13258 (write-contents-hooks, write-file-hooks):
13259 Declare with `define-obsolete-variable-alias'.
13260
13261 * forms-d2.el (arch-rj): Fix typo in docstrings.
13262 (arch-tocol): Likewise. "?\ " -> "?\s".
13263
13264 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13265 Fix typo in docstring.
13266 (set-screen-width, set-screen-height): Delete redundant info in
13267 doctrings.
13268 (new-frame, screen-height, screen-width): Declare with
13269 `define-obsolete-function-alias'.
13270 (delete-frame-hook, blink-cursor): Declare with
13271 `define-obsolete-variable-alias'.
13272
13273 * paths.el (prune-directory-list): Fix typos in docstring.
13274
13275 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13276 (cvs-prefix-get): Fix typos in docstrings.
13277
13278 * ps-print.el (ps-extend-face-list, ps-extend-face)
13279 (ps-print-background-image): Fix typos in docstrings.
13280 (ps-default-fg, ps-default-bg): Doc fixes.
13281
13282 * s-region.el (s-region-bind): Doc fix.
13283 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13284
13285 * textmodes/org.el (org-table-formula-substitute-names)
13286 (org-table-get-vertical-vector): Doc fixes.
13287 (org-table-recalculate): Remove unused argument to `message'.
13288
13289 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13290
13291 * textmodes/org.el (org-table-column-names)
13292 (org-table-column-name-regexp)
13293 (org-table-named-field-locations): New variables.
13294 (org-archive-subtree): Protect `this-command' when calling
13295 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13296 the kill buffer.
13297 (org-complete): Remove fixed-formula completion.
13298 (org-edit-formulas-map): New variable.
13299 (org-table-edit-formulas): New command.
13300 (org-finish-edit-formulas, org-abort-edit-formulas)
13301 (org-show-variable, org-table-get-vertical-vector): New functions.
13302 (org-table-maybe-eval-formula): Handle `:=' fields.
13303 (org-table-get-stored-formulas, org-table-store-formulas)
13304 (org-table-get-formula, org-table-modify-formulas)
13305 (org-table-replace-in-formulas): Handle named field formulas.
13306 (org-table-get-specials): Store locations of named fields.
13307
13308 2005-07-19 Juri Linkov <juri@jurta.org>
13309
13310 * progmodes/grep.el (grep-regexp-alist)
13311 (grep-mode-font-lock-keywords, grep-process-setup):
13312 Use default GNU grep match color "01;31m" instead of "01;41m".
13313 (grep-regexp-alist, grep-mode-font-lock-keywords):
13314 Use `\\[[0-9]*m' instead of `\\[00m'.
13315 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13316 sgr_start where its handling is more important. Use the real
13317 length of sgr_start instead of constant 8.
13318 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13319 specially. Delete all remaining escape sequences.
13320 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13321 (grep-regexp-alist): Make hyperlink only for binary file name
13322 instead of the whole line.
13323 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13324 (grep-mode): Add autoload.
13325
13326 * emacs-lisp/find-func.el (find-function-regexp):
13327 Add `define-compilation-mode'.
13328
13329 2005-07-19 Juri Linkov <juri@jurta.org>
13330
13331 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13332 (compare-windows-sync-string-size, compare-windows-recenter)
13333 (compare-windows-highlight, compare-windows): Add version 22.1.
13334 (compare-windows) <defface>: Inherit from lazy-highlight instead
13335 of duplicating its default value.
13336
13337 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13338 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13339
13340 * descr-text.el (describe-char): Create link buttons for `charset'
13341 and `code point'. Add the current input method name with a link
13342 button to `to input' field. Print face names of display table
13343 characters in `The display table entry is displayed by' section
13344 instead of printing face-id in the `display' field.
13345 Guess hardcoded faces and create a link button for them.
13346 Skip empty fields when calculating max-width.
13347 Treat `widget-create' specially while inserting strings from the
13348 collected field list.
13349 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13350
13351 * diff-mode.el (diff-file-header): Change foreground color from
13352 yellow to green on light backgrounds.
13353 (diff-context): Inherit from `shadow' only for color/grayscale
13354 with more than 88 colors.
13355 (diff-indicator-removed, diff-indicator-added)
13356 (diff-indicator-changed): New faces.
13357 (diff-font-lock-keywords): Use new faces. Regroup rules.
13358 Add "^---$" for `normal' diff format. Fontify `#' lines with
13359 font-lock-comment-delimiter-face and font-lock-comment-face.
13360 Add `#' to ^[^...] in the rule for `diff-context-face'.
13361
13362 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13363 a button-like box. Inherit from `highlight' on low colors.
13364 (shadow): Use shades of gray only for color/grayscale with
13365 more than 88 colors. Use green for light backgrounds with
13366 8 colors, and yellow for dark backgrounds with 8 colors.
13367
13368 * font-lock.el (font-lock-regexp-grouping-backslash):
13369 Don't inherit from escape-glyph (use bold for all cases).
13370
13371 * info.el (info-xref-visited): Use light foreground color `violet'
13372 for dark backgrounds instead of dark color `magenta3'.
13373 (info-title-1): Use `yellow' color for dark backgrounds.
13374
13375 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13376 too-light magenta2.
13377
13378 * replace.el (match): Use slightly more light RoyalBlue3 instead
13379 of dark RoyalBlue4.
13380
13381 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13382
13383 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13384
13385 * novice.el (disabled-command-hook): Declare it with
13386 `define-obsolete-variable-alias'.
13387
13388 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13389 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13390 (desktop-load-default): Add release to obsolescence info.
13391 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13392 (desktop-append-buffer-args, desktop-read):
13393 Fix typos in docstrings.
13394 (desktop-kill): Fix typo in message.
13395 (desktop-save): Doc fix.
13396
13397 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13398
13399 * viper-cmd.el (viper-escape-to-state): Bug fix.
13400 (viper-envelop-ESC-key): Change the definition of fast
13401 keysequence so it'll work with keyboard macros.
13402
13403 * ediff.el (ediff-patch-buffer): Change the docstring.
13404
13405 2005-07-19 Kenichi Handa <handa@m17n.org>
13406
13407 * international/mule-cmds.el (select-safe-coding-system): Try to
13408 use an auto-coding (if any) before anything else. If the found
13409 auto-coding is invalid, show a warning message.
13410
13411 * international/mule.el (find-auto-coding): New function created
13412 by modifying the body of set-auto-coding.
13413 (set-auto-coding): Use find-auto-coding to find a coding.
13414
13415 2005-07-18 Richard M. Stallman <rms@gnu.org>
13416
13417 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13418 not isearch-mode-end-hook-error.
13419 (allout-before-change-protect): Fix error message.
13420
13421 2005-07-18 Juri Linkov <juri@jurta.org>
13422
13423 * allout.el (allout-mode):
13424 * calculator.el (calculator-copy):
13425 * custom.el (custom-known-themes):
13426 * dired.el (dired-desktop-buffer-misc-data)
13427 (dired-restore-desktop-buffer):
13428 * dired-x.el (dired-omit-marker-char):
13429 * files.el (basic-save-buffer):
13430 * font-core.el (font-lock-mode):
13431 * calendar/calendar.el (calendar-goto-hebrew-date)
13432 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13433 (calendar-goto-persian-date):
13434 * language/ethio-util.el (ethio-sera-to-fidel-region):
13435 * textmodes/picture.el (picture-mode):
13436 Delete duplicate duplicate words.
13437
13438 2005-07-18 Juri Linkov <juri@jurta.org>
13439
13440 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13441 chars * ? } |.
13442 (isearch-fallback): Don't call `isearch-process-search-char'.
13443 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13444 (isearch-process-search-char): Call `isearch-fallback' for regexp
13445 chars * ? } |.
13446 (isearch-return-char): Make obsolete with `make-obsolete' instead
13447 of simply documenting it as obsolete in the docstring.
13448 (isearch-fallback): Refill docstring.
13449
13450 * international/isearch-x.el
13451 (isearch-process-search-multibyte-characters): Remove unneeded
13452 `concat'. Add intermediate values to `junk-hist' instead of
13453 `minibuffer-history'. Test the length of `str'.
13454
13455 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13456
13457 * allout.el (allout-resolve-xref): Fix typos in error strings.
13458 (allout-before-change-protect): Remove unneeded `concat'.
13459
13460 * array.el (array-mode, array-reconfigure-rows)
13461 (untabify-backward): Fix typos in docstrings.
13462 (array-reconfigure-rows): Use `insert-buffer-substring', not
13463 `insert-buffer'.
13464
13465 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13466 * progmodes/ada-mode.el (ada-make-body):
13467 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13468
13469 * dired.el (dired-log):
13470 * tar-mode.el (tar-subfile-save-buffer):
13471 * play/zone.el (zone-pgm-stress-destress):
13472 Use `insert-buffer-substring', not `insert-buffer'.
13473
13474 2005-07-17 Simon Josefsson <jas@extundo.com>
13475
13476 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13477
13478 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13479
13480 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13481 Add plain auth method.
13482 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13483
13484 2005-07-17 Kim F. Storm <storm@cua.dk>
13485
13486 * ido.el (dired-other-window): Add ido property.
13487
13488 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13489
13490 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13491 Fix typo in docstring.
13492 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13493 `insert-file-literally'.
13494
13495 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13496 info and delete redundant message. Doc fix.
13497 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13498 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13499
13500 2005-07-16 Richard M. Stallman <rms@gnu.org>
13501
13502 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13503 (byte-compile-and): Use byte-compile-and-recursion.
13504 (byte-compile-or-recursion): New function.
13505 (byte-compile-or): Use that.
13506 (byte-compile-if): Guard the else-clause too.
13507 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13508
13509 * isearch.el (isearch-mode-end-hook-quit): New variable.
13510 (isearch-done): Bind it.
13511 (isearch-mode-end-hook): Doc fix.
13512
13513 * allout.el (allout-isearch-did-quit): Variable deleted.
13514 (allout-real-isearch-abort): Function name no longer used.
13515 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13516 (allout-isearch-rectification): isearch-mode always exists.
13517 Don't set allout-isearch-did-quit.
13518 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13519 allout-isearch-did-quit.
13520 (allout-enwrap-isearch): Just add the hook.
13521 (allout-isearch-abort): Function deleted.
13522 (allout-pre-command-business): Avoid warning.
13523
13524 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13525 Correctly avoid warnings.
13526 (pascal-outline): Likewise.
13527
13528 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13529
13530 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13531
13532 * play/tetris.el (tetris-mode): Avoid warning.
13533
13534 * play/snake.el (snake-mode): Avoid warning.
13535
13536 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13537 (gamegrid-set-display-table): Avoid warning.
13538 (gamegrid-set-timer): Likewise.
13539 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13540 (gamegrid-add-score-with-update-game-score-1): Take FILE
13541 as argument.
13542 (gamegrid-add-score-with-update-game-score): Pass that argument.
13543 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13544
13545 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13546
13547 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13548 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13549
13550 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13551 and insert-file.
13552
13553 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13554 (sc-ask): Avoid warnings.
13555
13556 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13557 (eshell-hist-initialize): Use that var the natural way.
13558
13559 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13560
13561 * emacs-lisp/re-builder.el (reb-cook-regexp):
13562 Avoid warning calling lre-compile-string.
13563 (reb-color-display-p): Avoid warning.
13564
13565 * calculator.el (calculator-last-input): Guard uses
13566 of event-key and key-press-event-p.
13567 (event-key, key-press-event-p): Delete definitions.
13568
13569 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13570 (find-gc-source-directory, find-gc-subrs-callers)
13571 (find-gc-noreturn-list, find-gc-source-files)
13572 (find-gc-subrs-called): Vars renamed and defvar'd.
13573
13574 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13575 (checkdoc-overlay-put, checkdoc-delete-overlay)
13576 (checkdoc-overlay-start, checkdoc-overlay-end)
13577 (checkdoc-mode-line-update, checkdoc-char=):
13578 Define such that compiler knows they are defined.
13579 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13580 (checkdoc-read-event): Delete. Use read-event directly.
13581
13582 * whitespace.el (whitespace-make-overlay)
13583 (whitespace-overlay-put, whitespace-delete-overlay)
13584 (whitespace-overlay-start, whitespace-overlay-end):
13585 Define such that compiler knows they are defined.
13586 (whitespace): Move conditional inside.
13587
13588 * tempo.el (tempo-insert-template): Suppress warning.
13589
13590 * ediff-diff.el (longlines-mode): Add defvar.
13591
13592 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13593
13594 * server.el: Bind "C-x #" in a way that works even if C-x is
13595 redefined to a command key, not a prefix key.
13596
13597 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13598
13599 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13600 cl-make-type-test till execution time.
13601
13602 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13603
13604 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13605 arg ARG and use it.
13606
13607 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13608
13609 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13610
13611 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13612
13613 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13614 a defcustom with two :set or :type keywords.
13615
13616 2005-07-15 Richard M. Stallman <rms@gnu.org>
13617
13618 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13619 Don't give ^M comment-end syntax.
13620
13621 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13622
13623 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13624 Don't consider gdbmi (gdb-mi.el has its own update functions).
13625 (gdb-var-delete): Make it work for gdbmi as well.
13626 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13627
13628 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13629 (gud-speedbar-menu-items): Correct logic for enabling items.
13630
13631 2005-07-15 Kim F. Storm <storm@cua.dk>
13632
13633 * ido.el: Fix commentary.
13634 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13635 Use with-no-warnings around ffap-guesser.
13636 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13637 Let bind minibuffer-completing-file-name to t.
13638
13639 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13640
13641 * startup.el (site-run-file, keyboard-type): Doc fixes.
13642 (command-line): Check for "--basic-display" argument; also for
13643 "--quick", not "--bare-bones" (which was renamed).
13644 (fancy-splash-text): Add missing item "Getting New Versions".
13645 (normal-splash-screen): Fix typos and improve consistency with
13646 `fancy-splash-text'. Update copyright year.
13647
13648 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13649 valid binding for `help-char'.
13650
13651 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13652
13653 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13654
13655 * term.el (term-mode): Disable cua-mode for term buffers.
13656
13657 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13658
13659 * add-log.el (add-log-mailing-address, change-log-merge):
13660 Doc fixes.
13661 (change-log-get-method-definition): Fix typo in docstring.
13662
13663 2005-07-14 Kim F. Storm <storm@cua.dk>
13664
13665 * emulation/cua-base.el:
13666 (cua--pre-command-handler-1, cua--pre-command-handler)
13667 (cua--post-command-handler-1, cua--post-command-handler):
13668 Split in two. Check (buffer local) value of cua-mode.
13669 (cua-selection-mode): New command.
13670
13671 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13672
13673 * custom.el (custom-initialize-safe-set)
13674 (custom-initialize-safe-default): Doc fixes.
13675
13676 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13677 and simplify :init-value again.
13678
13679 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13680 and simplify :init-value again. Delete autoload.
13681
13682 * startup.el (command-line): Use `custom-reevaluate-setting' again
13683 for tooltip-mode.
13684
13685 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13686 a defcustom with two :initialize keywords.
13687
13688 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13689
13690 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13691 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13692 (allout-post-command-business, allout-flag-region)
13693 (isearch-reenable-font-lock, allout-yank)
13694 (allout-insert-latex-header, allout-insert-latex-trailer)
13695 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13696 (allout-latex-verb-quote): Fix typos in docstrings.
13697 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13698 (allout-unprotected, allout-prefix-data):
13699 Improve argument/docstring consistency.
13700 (allout-chart-subtree): Fix argument spec.
13701 (allout-open-topic): Rename `use_sib_bullet' argument to
13702 `use-sib-bullet'. Doc fix.
13703
13704 * whitespace.el (whitespace-check-buffer-leading)
13705 (whitespace-check-buffer-trailing)
13706 (whitespace-check-buffer-indent)
13707 (whitespace-check-buffer-spacetab)
13708 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13709 (whitespace-check-leading-whitespace)
13710 (whitespace-check-trailing-whitespace)
13711 (whitespace-check-spacetab-whitespace)
13712 (whitespace-check-indent-whitespace)
13713 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13714 (whitespace-modes): Fix typos in docstrings.
13715 (defgroup, defcustom): Doc fixes.
13716
13717 * winner.el (winner-mode, winner-boring-buffers)
13718 (winner-pending-undo-ring): Doc fixes.
13719 (winner-ring): Remove unneeded `progn'.
13720 (winner-equal): `defsubst' it.
13721 (winner-redo): Fix message.
13722
13723 2005-07-13 Kim F. Storm <storm@cua.dk>
13724
13725 * simple.el (line-move-1): Always use vertical-motion to
13726 do the last (or only) line move to ensure some movement.
13727 Undo 2005-06-23 change--don't check for overlays.
13728
13729 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13730
13731 * term/mac-win.el (ccl-encode-mac-roman-font)
13732 (ccl-encode-mac-centraleurroman-font)
13733 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13734 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13735 Change charset-id boundary of dimension to ?\xef.
13736 (mac-char-fontspec-list): New constant.
13737 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13738 argument. Nil uses itself as family in font-spec. Previous
13739 behavior for nil is now provided by non-nil non-string argument.
13740 All callers changed. Add font-specs for Mac fonts to
13741 "fontset-default" unless iso8859-1 fonts are installed.
13742
13743 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13744
13745 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13746 a continuation line if the \ is preceded by SPC or TAB.
13747 (sh-get-indent-info): Simplify.
13748 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13749 Use with-current-buffer.
13750
13751 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13752 when the matched text is empty.
13753
13754 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13755
13756 * startup.el (command-line): Revert to previous handling of
13757 tooltip-mode. Explain in comment why the complexity is needed.
13758
13759 * tooltip.el (tooltip-mode): Revert to previous implementation of
13760 its defcustom.
13761
13762 * frame.el (blink-cursor-mode): Revert to previous implementation
13763 of its defcustom. Update comment.
13764
13765 2005-07-12 Lars Hansen <larsh@soem.dk>
13766
13767 * desktop.el: Update e-mail address.
13768
13769 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13770
13771 * term/mac-win.el (mac-services-mail-selection)
13772 (mac-services-mail-to): New functions.
13773 (mac-application-menu-map): Bind them.
13774
13775 2005-07-12 wulei <milton@wulei.net> (tiny change)
13776
13777 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13778
13779 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13780
13781 * custom.el (custom-reevaluate-setting): Doc fix.
13782
13783 2005-07-11 Jay Belanger <belanger@truman.edu>
13784
13785 * calc/calc.el (calc-embedded-announce-formula-alist)
13786 (calc-embedded-open-close-plain-alist)
13787 (calc-embedded-open-close-mode-alist): Add checks for additional
13788 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13789
13790 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13791
13792 * custom.el (custom-enable-theme): Don't add theme to
13793 `custom-enabled-themes' with `push' because there is no
13794 setf-method for `delq'.
13795
13796 2005-07-11 Richard M. Stallman <rms@gnu.org>
13797
13798 * custom.el (custom-declare-variable): Doc fix.
13799
13800 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13801 from the alists.
13802
13803 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13804 Do nothing if edebug-active.
13805
13806 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13807 (edebug-display): Do it here instead.
13808
13809 2005-07-10 Richard M. Stallman <rms@gnu.org>
13810
13811 * cus-face.el (custom-theme-set-faces): Make it work.
13812 (custom-reset-faces): Doc fix.
13813 (custom-theme-reset-internal-face, custom-theme-face-value):
13814 Functions deleted.
13815
13816 * custom.el (custom-push-theme): Maintain list of the settings
13817 of a given theme in its theme-settings property.
13818 Maintain position of old settings in the theme-value
13819 or theme-face property.
13820 (custom-enabled-themes): New variable.
13821 (custom-theme-enabled-p): New function.
13822 (provide-theme): Update custom-enabled-themes.
13823 Disable and reenable the `user' theme.
13824 (require-theme): Doc fix.
13825 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13826 (custom-theme-value, custom-theme-variable-value): Likewise.
13827 (custom-theme-reset-internal): Likewise.
13828 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13829 (custom-enable-theme, custom-disable-theme): New functions.
13830 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13831 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13832 (custom-theme-reset-variables): Simplify.
13833 (deftheme, custom-declare-theme, custom-make-theme-feature):
13834 Definitions moved.
13835
13836 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13837
13838 * longlines.el (longlines-show-region)
13839 (longlines-unshow-hard-newlines): Recognize hard newlines by
13840 non-nil hard property, instead of t.
13841
13842 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13843
13844 * viper-cmd.el (viper--key-maps): New variable.
13845 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13846 emulation-mode-map-alists.
13847 (viper-envelop-ESC-key): Use viper-subseq.
13848 (viper-search-forward/backward/next): Disable debug-on-error.
13849
13850 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13851 (viper-ESC-key): New defcustoms.
13852
13853 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13854
13855 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13856 (viper-subseq): Copy of subseq from cl.el.
13857
13858 * viper.el (viper-go-away, viper-set-hooks): Use
13859 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13860
13861 * viper-mous.el (viper-current-frame-saved): Use defvar.
13862
13863 * viper-init.el: Get rid of -face in face names.
13864
13865 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13866 Make it work with longlines mode
13867
13868 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13869
13870 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13871
13872 * ediff-init.el: Get rid of -face in face names.
13873
13874 2005-07-10 Richard M. Stallman <rms@gnu.org>
13875
13876 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13877 and with-timeout-unsuspend.
13878
13879 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13880 and with-timeout-unsuspend.
13881
13882 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13883 (with-timeout): Bind that variable to record timers.
13884 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13885
13886 * emacs-lisp/debug.el (debug-help-follow): New function.
13887 (debugger-mode-map): Use that instead of help-follow.
13888 (debugger-setup-buffer): Use eval-buffer-list
13889 to handle eval-buffer frames.
13890
13891 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13892
13893 * timezone.el (timezone-parse-date): Change first regexp
13894 so it will not mistakenly match dates with no time zone.
13895
13896 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13897
13898 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13899
13900 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13901
13902 * custom.el (custom-initialize-safe-set)
13903 (custom-initialize-safe-default): New functions.
13904
13905 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13906 and simplify :init-value.
13907
13908 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13909 and simplify :init-value. Delete obsolete comment.
13910
13911 * startup.el (command-line): Use `custom-reevaluate-setting' to
13912 handle `tooltip-mode'. Delete obsolete comment.
13913
13914 * files.el (set-visited-file-name): Avoid calling
13915 `file-name-nondirectory' with a nil argument.
13916
13917 2005-07-09 Richard M. Stallman <rms@gnu.org>
13918
13919 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13920 was called with nil for the buffer, handle the read position right.
13921 Handle read position for eval-region, too.
13922
13923 2005-07-09 Juri Linkov <juri@jurta.org>
13924
13925 * fringe.el (fringe-mode): Add period in docstring.
13926 (fringe-query-style): Build prompt depending on `all-frames' arg.
13927
13928 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13929 to not create links to unrelated functions in the Help buffer.
13930
13931 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13932 Doc fix.
13933
13934 * simple.el (next-error-hook): New variable.
13935 (next-error): Use it. Doc fix.
13936
13937 * textmodes/ispell.el (ispell-command-loop): Add current
13938 dictionary name and program name to mode-line-format.
13939 (ispell-region, ispell-process-line): Add current dictionary name
13940 and program name to messages.
13941
13942 2005-07-08 Jay Belanger <belanger@truman.edu>
13943
13944 * calc/calc.el (calc-embedded-announce-formula-alist)
13945 (calc-embedded-open-close-formula-alist)
13946 (calc-embedded-open-close-word-alist)
13947 (calc-embedded-open-close-plain-alist)
13948 (calc-embedded-open-close-new-formula-alist)
13949 (calc-embedded-open-close-mode-alist)
13950 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13951 (calc-embedded-mode-hook): New variables.
13952
13953 * calc/calc-embed.el (calc-embedded-firsttime)
13954 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13955 New variables.
13956 (calc-do-embedded): Use calc-embedded-firsttime,
13957 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13958 determine whether or not to run hooks.
13959 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13960 calc-embedded-firsttime-formula appropriately.
13961 Set calc-embedded delimiter variables according to mode.
13962
13963 2005-07-08 Richard M. Stallman <rms@gnu.org>
13964
13965 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13966 Check for "emacs", etc., as entire symbol, not just as word.
13967 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13968
13969 * files.el (set-visited-file-name): Report the error
13970 for "empty filename" earlier.
13971 (kill-some-buffers): Ignore buffers already dead.
13972
13973 * fringe.el (fringe-mode): Doc fix.
13974
13975 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13976 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13977 Use unwind-protect to ensure byte-compile-unresolved-functions
13978 is updated.
13979
13980 * whitespace.el (whitespace-buffer-leading-cleanup):
13981 Simplify w/ skip-chars-forward.
13982 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13983
13984 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13985 Unconditionally try to leave point at the same old place.
13986
13987 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13988
13989 * comint.el (comint-postoutput-scroll-to-bottom)
13990 (comint-show-maximum-output): Take scroll-margin into consideration.
13991
13992 2005-07-08 Kim F. Storm <storm@cua.dk>
13993
13994 * ido.el (ido-use-filename-at-point): New choice `guess'.
13995 (ido-file-internal): Try ffap-guesser if selected.
13996
13997 * ido.el (ido-before-fallback-functions): New hook.
13998 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13999 (ido-read-file-name): Run it.
14000
14001 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14002
14003 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14004 strings rather than a list of symbols to the completion function.
14005
14006 2005-07-07 Jay Belanger <belanger@truman.edu>
14007
14008 * calc/calc-units.el (math-apply-units): Change the places in
14009 which units are simplified.
14010
14011 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14012
14013 * cus-edit.el (customize-option, customize-option-other-window):
14014 Make them handle aliases.
14015
14016 * custom.el (custom-variable-p): Make it recursively follow
14017 aliases. Mention that in the docstring.
14018
14019 2005-07-07 Richard M. Stallman <rms@gnu.org>
14020
14021 * cus-start.el (exec-path): Use `directory' instead of `file'.
14022 Fix tag for nil.
14023
14024 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14025
14026 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14027 when called non-interactively. Doc fix.
14028
14029 2005-07-07 Lute Kamstra <lute@gnu.org>
14030
14031 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14032 new address as well.
14033
14034 2005-07-07 Kenichi Handa <handa@m17n.org>
14035
14036 * international/mule.el (make-coding-system):
14037 Describe `ascii-incompatible' property in the docstring.
14038 (set-file-name-coding-system): Signal an error if coding-system is
14039 ascii-incompatible.
14040 (set-keyboard-coding-system): Likewise.
14041
14042 * international/mule-cmds.el (set-default-coding-systems):
14043 Don't set default-file-name-coding-system and
14044 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14045
14046 * international/utf-16.el: Declare that all UTF-16-based coding
14047 systems are ASCII-incompatible.
14048
14049 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14050
14051 * progmodes/gud.el: Require font-lock for displaying errors.
14052 Used by gdb-ui.el.
14053
14054 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14055
14056 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14057 values for the pattern lists which are `read'able but not
14058 `append'able (like symbols).
14059
14060 2005-07-06 Richard M. Stallman <rms@gnu.org>
14061
14062 * progmodes/flymake.el (flymake-float-time): Instead of
14063 with-no-warnings, test for xemacs.
14064 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14065 to avoid warning.
14066
14067 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14068
14069 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14070
14071 2005-07-05 Lute Kamstra <lute@gnu.org>
14072
14073 * battery.el: Add support for Darwin (with much debugging help
14074 from Samuel Lauber <sam124@operamail.com>).
14075 (battery-status-function, battery-echo-area-format)
14076 (battery-mode-line-format): Add support for pmset on Darwin.
14077 (battery-load-low, battery-load-critical): New user options.
14078 (battery-pmset): New function.
14079
14080 2005-07-05 Lute Kamstra <lute@gnu.org>
14081
14082 Update FSF's address in GPL notices.
14083
14084 * textmodes/page-ext.el: Update FSF's address.
14085
14086 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14087
14088 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14089 filling from using prefix when filling a single-line docstring.
14090
14091 * progmodes/flymake.el: Remove useless eval-when-compile.
14092
14093 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14094
14095 2005-07-04 Richard M. Stallman <rms@gnu.org>
14096
14097 * textmodes/org.el (org-file-apps-defaults-gnu):
14098 Rename from org-file-apps-defaults-linux.
14099 (org-default-apps): Don't test system-type for `linux'.
14100 (org-file-apps): Doc fix.
14101
14102 2005-07-04 David Ponce <david@dponce.com>
14103
14104 * tree-widget.el: Improve header Commentary section.
14105 (tree-widget) [defgroup]
14106 (tree-widget-image-enable, tree-widget-themes-directory)
14107 (tree-widget-theme, tree-widget-image-properties-emacs)
14108 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14109 (tree-widget-image-formats, tree-widget-control)
14110 (tree-widget-empty-control, tree-widget-leaf-control
14111 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14112 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14113 (tree-widget-keep, tree-widget-after-toggle-functions)
14114 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14115 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14116 :help-echo message.
14117 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14118 (tree-widget-image-properties): Doc fix. Clearer implementation.
14119 (tree-widget--cursors): New constant.
14120 (tree-widget-lookup-image): New function split from
14121 `tree-widget-find-image'. Clearer implementation.
14122 (tree-widget-find-image): Use it.
14123 (tree-widget-button-keymap): Use `set-keymap-parent'.
14124 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14125 Define the sub-widgets here.
14126 (tree-widget-node): Check that :node is not a tree-widget.
14127 (tree-widget-get-super, tree-widget-open-control)
14128 (tree-widget-close-control, tree-widget-empty-control)
14129 (tree-widget-leaf-control, tree-widget-guide)
14130 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14131 (tree-widget-no-handle, tree-widget-value-delete)
14132 (tree-widget-map): Remove.
14133 (tree-widget-children-value-save): Doc fix. Simplified.
14134 (tree-widget-value-create): Update according to previous changes.
14135
14136 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14137
14138 * textmodes/org.el: Leading space replaced by TABS.
14139 (org-recalc-marks, org-table-rotate-recalc-marks)
14140 (org-table-get-specials): Treat "^" and "_" marks.
14141 (org-table-justify-field-maybe): Optional argument NEW.
14142 (org-table-eval-formula): Parsing of the format simplified.
14143 New modes C,I. Honor the %= parameter in the current table.
14144 Avoid unnecessary re-align by using the NEW argument to
14145 `org-table-justify-field-maybe'.
14146 (org-calc-default-modes): Default for date-format mimicks org-mode.
14147 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14148
14149 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14150
14151 * cus-face.el (custom-theme-set-faces): Make it handle face
14152 aliases whose alias declarations are pre- or autoloaded.
14153
14154 2005-07-04 Juri Linkov <juri@jurta.org>
14155
14156 * faces.el (read-face-name): Put the code for getting a face name
14157 from the buffer before adding the faces from the `face' property.
14158 Use `completing-read-multiple' instead of `completing-read'.
14159 Require `crm'. Add default value and post-process the returned
14160 list of faces.
14161
14162 * emacs-lisp/crm.el (crm-find-current-element)
14163 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14164
14165 * emacs-lisp/lisp-mode.el (eval-defun-1):
14166 * emacs-lisp/edebug.el (edebug-eval-defun):
14167 Remove unnecessary quotes.
14168
14169 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14170
14171 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14172 (prolog-indent-level): Fix typo in docstring.
14173
14174 * info.el (Info-history, Info-history-forward)
14175 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14176
14177 * add-log.el (add-change-log-entry):
14178 * comint.el (comint-dynamic-list-input-ring)
14179 (comint-dynamic-list-completions):
14180 * dabbrev.el (dabbrev-expand):
14181 * delim-col.el (delimit-columns-rectangle-line):
14182 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14183 (diff-unified->context):
14184 * ediff-init.el (ediff-abbrev-jobname):
14185 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14186 (ediff-replace-session-activity-marker-in-meta-buffer):
14187 * info.el (Info-summary):
14188 * lpr.el (printify-region):
14189 * printing.el (pr-create-interface):
14190 * ps-print.el (ps-print-quote):
14191 * ses.el (ses-column-widths, ses-print-cell)
14192 (ses-adjust-print-width, ses-center):
14193 * shell.el (shell-file-name-quote-list):
14194 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14195 (strokes-fill-current-buffer-with-whitespace)
14196 (strokes-xpm-for-stroke, strokes-list-strokes)
14197 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14198 * term.el (term-dynamic-list-input-ring)
14199 (term-dynamic-list-completions):
14200 * calc/calc.el (math-format-stack-value):
14201 * emacs-lisp/edebug.el (edebug-display-freq-count):
14202 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14203 (delphi-new-comment-line):
14204 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14205 * progmodes/executable.el (executable-set-magic):
14206 * progmodes/python.el (inferior-python-mode):
14207 * progmodes/scheme.el (scheme-mode-syntax-table):
14208 * progmodes/sh-script.el (sh-maybe-here-document):
14209 * progmodes/sql.el (sql-copy-column):
14210 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14211 * textmodes/bibtex.el (bibtex-mode):
14212 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14213 (sgml-auto-attributes):
14214 * textmodes/table.el (table-insert, table-shorten-cell)
14215 (table--generate-source-scan-lines, table-delete-row)
14216 (*table--cell-delete-char, table--spacify-frame)
14217 (table--horizontally-shift-above-and-below)
14218 (table--cell-insert-char, table--cell-blank-str)
14219 (table--fill-region-strictly):
14220 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14221 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14222
14223 * add-log.el (change-log):
14224 * apropos.el (apropos):
14225 * comint.el (comint-completion, comint-source):
14226 * dabbrev.el (dabbrev):
14227 * delim-col.el (columns):
14228 * diff-mode.el (diff-mode):
14229 * ediff.el (ediff):
14230 * ediff-diff.el (ediff-diff):
14231 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14232 * ediff-mult.el (ediff-mult):
14233 * ediff-ptch.el (ediff-ptch):
14234 * ediff-wind.el (ediff-window):
14235 * facemenu.el (facemenu):
14236 * indent.el (indent):
14237 * info.el (info):
14238 * jka-cmpr-hook.el (compression, jka-compr):
14239 * lpr.el (lpr):
14240 * outline.el (outlines):
14241 * pcmpl-cvs.el (pcmpl-cvs):
14242 * pcmpl-rpm.el (pcmpl-rpm):
14243 * printing.el (printing):
14244 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14245 (ps-print-vertical, ps-print-headers, ps-print-font)
14246 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14247 (ps-print-background, ps-print-printer, ps-print-page)
14248 (ps-print-miscellany):
14249 * ses.el (ses):
14250 * shell.el (shell, shell-directories, shell-faces):
14251 * startup.el (initialization):
14252 * strokes.el (strokes):
14253 * term.el (term):
14254 * uniquify.el (uniquify):
14255 * w32-vars.el (w32):
14256 * calc/calc.el (calc):
14257 * emacs-lisp/bytecomp.el (bytecomp):
14258 * emacs-lisp/cl-indent.el (lisp-indent):
14259 * emacs-lisp/edebug.el (edebug):
14260 * emacs-lisp/elp.el (elp):
14261 * emacs-lisp/testcover.el (testcover):
14262 * emacs-lisp/trace.el (trace):
14263 * emulation/viper-ex.el (viper-ex):
14264 * emulation/viper-mous.el (viper-mouse):
14265 * mail/mailalias.el (mailalias):
14266 * mail/supercite.el (supercite, supercite-frames)
14267 (supercite-attr, supercite-cite, supercite-hooks):
14268 * net/rcompile.el (remote-compile):
14269 * net/rlogin.el (rlogin):
14270 * obsolete/ooutline.el (outlines):
14271 * progmodes/delphi.el (delphi):
14272 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14273 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14274 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14275 (ebnf-optimization):
14276 * progmodes/etags.el (etags):
14277 * progmodes/executable.el (executable):
14278 * progmodes/idlwave.el (idlwave):
14279 * progmodes/pascal.el (pascal):
14280 * progmodes/prolog.el (prolog):
14281 * progmodes/python.el (python):
14282 * progmodes/scheme.el (scheme):
14283 * progmodes/sh-script.el (sh, sh-script):
14284 * progmodes/sql.el (SQL):
14285 * progmodes/tcl.el (tcl):
14286 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14287 * textmodes/enriched.el (enriched):
14288 * textmodes/makeinfo.el (makeinfo):
14289 * textmodes/sgml-mode.el (sgml):
14290 * textmodes/table.el (table-hooks):
14291 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14292 * textmodes/texinfo.el (texinfo):
14293 * textmodes/two-column.el (two-column):
14294 Finish `defgroup' description with period.
14295
14296 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14297 * eshell/esh-var.el (eshell-var):
14298 * progmodes/vhdl-mode.el (vhdl-testbench):
14299 * textmodes/org.el (org): Fix typos in docstrings.
14300
14301 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14302 consistency.
14303
14304 * progmodes/flymake.el (flymake-find-file): Remove.
14305 (flymake-float-time): Use `with-no-warnings'.
14306 (flymake-check-start-time, flymake-check-was-interrupted)
14307 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14308 (flymake-new-err-info): `defvar' at compile time.
14309
14310 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14311
14312 * replace.el (occur-hook): Doc fix.
14313 (occur-1): Don't call `occur-hook' if there are no matches.
14314
14315 2005-07-03 Richard M. Stallman <rms@gnu.org>
14316
14317 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14318 global-map, save the same map.
14319 (global-map): Don't alter it at top level.
14320 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14321 Then alter it here instead.
14322 (tpu-edt-off): Set global-map to the saved one.
14323
14324 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14325 All references simplified.
14326 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14327 (zmacs-regions): Add defvar.
14328 (repeat-complex-command-map): Everything about that deleted.
14329
14330 * textmodes/artist.el (artist-key-is-drawing)
14331 (artist-key-endpoint1, artist-key-poly-point-list)
14332 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14333 (artist-key-compl-table, artist-rb-save-data)
14334 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14335 Don't put them in eval-when-compile.
14336 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14337
14338 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14339 Use with-no-warnings.
14340
14341 * net/browse-url.el (dos-windows-version): Add defvar.
14342
14343 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14344
14345 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14346 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14347 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14348 Add defvar.
14349 (rmail-summary-beginning-of-message): Use with-no-warnings.
14350 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14351
14352 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14353 Use with-no-warnings.
14354
14355 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14356 (c-mark-function): Add point-moving-unit property.
14357 (vi-goto-line): Use with-no-warnings.
14358
14359 * emulation/edt.el (edt-last-copied-word): Add defvar.
14360 (zmacs-region-stays): Likewise.
14361 (edt-mark-section-wisely): Use c-mark-function for C.
14362 Use makr-defun for Fortran.
14363 (time-string): defvar deleted.
14364 (edt-display-the-time): Don't set time-string.
14365
14366 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14367
14368 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14369 Don't warn when name is not constant
14370 or for defining the group `emacs'.
14371
14372 * tooltip.el (gud-tooltip-mode): Add defvar.
14373
14374 * startup.el (default-frame-background-mode): Add defvar.
14375
14376 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14377
14378 * info.el (tool-bar-map): Add defvar.
14379
14380 * dired.el (dnd-protocol-alist): Add defvar.
14381
14382 * dired-aux.el (dired-query): Display question with answer, when
14383 the user answers.
14384
14385 * custom.el (custom-add-option): Doc fix.
14386
14387 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14388
14389 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14390
14391 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14392 bogus name from the last change.
14393
14394 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14395
14396 * custom.el (custom-declare-variable): Fix typos in comment.
14397 (custom-known-themes): Doc fix.
14398 (custom-theme-directory): New defcustom.
14399 (require-theme): Make it check `custom-theme-directory'.
14400
14401 * cus-theme.el (custom-new-theme-mode): New function.
14402 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14403 (custom-theme-description): Add compiler defvars.
14404 (customize-create-theme): Add doc to the "*New Custom Theme*"
14405 buffer. Use `custom-new-theme-mode'.
14406 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14407 and save it to the `custom-theme-directory'. Make this the
14408 default directory of the buffer.
14409
14410 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14411
14412 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14413 Fix unbalanced parentheses.
14414
14415 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14416
14417 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14418 into flymake-mode and delegate to flymake-mode.
14419
14420 * find-file.el (ff-which-function-are-we-in): Clean up.
14421
14422 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14423
14424 * replace.el (occur-rename-buffer): Fix docstring.
14425
14426 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14427 (edt-last-copied-word, edt-learn-macro-count)
14428 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14429 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14430 (time-string, zmacs-region-stays):
14431 * emulation/edt-mapper.el (edt-save-function-key-map)
14432 (EDT-key-name): `defvar' to silence the byte-compiler.
14433
14434 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14435
14436 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14437 font-lock-regexp-backslash. Doc fix.
14438 (font-lock-regexp-backslash-grouping-construct): Rename from
14439 font-lock-regexp-backslash-construct. Doc fix.
14440 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14441 grouping constructs.
14442
14443 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14444
14445 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14446 updating all the prerequisites.
14447
14448 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14449
14450 * textmodes/org.el (org-agenda-start-on-weekday)
14451 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14452 (org-agenda-use-time-grid, org-archive-location)
14453 (org-allow-space-in-links, org-usenet-links-prefer-google)
14454 (org-enable-table-editor, org-export-default-language)
14455 (org-export-html-show-new-buffer, org-fill-paragraph)
14456 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14457 (org-goto-quit, org-occur, org-eval-in-calendar)
14458 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14459 (org-agenda-diary-entry, org-remember-help)
14460 (org-table-convert-region, org-at-table-p)
14461 (org-table-move-row-down, org-table-move-row-up)
14462 (org-table-copy-region, org-table-toggle-vline-visibility)
14463 (org-table-get-stored-formulas, org-table-get-specials)
14464 (org-recalc-commands, org-table-eval-formula)
14465 (org-table-formula-substitute-names, orgtbl-make-binding)
14466 (org-format-org-table-html, org-format-table-table-html)
14467 (org-format-table-table-html-using-table-generate-source)
14468 (org-customize): Fix typos in docstrings.
14469 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14470 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14471 (org-back-to-heading): Doc fixes.
14472 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14473 (org-agenda-change-all-lines, org-get-header):
14474 Improve argument/docstring consistency.
14475 (orgtbl-error): Fix error message.
14476
14477 * progmodes/flymake.el (flymake-find-possible-master-files)
14478 (flymake-master-file-compare, flymake-get-line-err-count)
14479 (flymake-highlight-line, flymake-gui-warnings-enabled):
14480 Fix typos in docstrings.
14481 (flymake-parse-line, flymake-get-project-include-dirs-function)
14482 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14483 Doc fixes.
14484 (flymake-get-project-include-dirs-function)
14485 (flymake-make-err-menu-data):
14486 Improve argument/docstring consistency.
14487
14488 2005-07-01 Lute Kamstra <lute@gnu.org>
14489
14490 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14491 Catch errors with ignore-errors. Use temporary buffer.
14492 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14493
14494 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14495 background color faces.
14496 (facemenu-set-foreground, facemenu-set-background):
14497 Use facemenu-set-face-from-menu.
14498 (facemenu-set-face-from-menu): Treat face names that start with
14499 "fg:" or "bg:" as special.
14500 (facemenu-add-new-color): Don't create faces. Simplify.
14501
14502 2005-06-30 Richard M. Stallman <rms@gnu.org>
14503
14504 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14505 (crm-find-current-element): Likewise.
14506
14507 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14508
14509 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14510
14511 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14514 (archive-mouse-extract): Make it an obsolete alias.
14515 (archive-mode-map): Don't use archive-mouse-extract any more.
14516 (archive-mode, archive-extract): write-contents-hooks ->
14517 write-contents-functions.
14518 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14519 first arg.
14520 (archive-rename-entry): Update the call.
14521 (archive-zip-summarize): Remove unused var `method'.
14522 (archive-lzh-summarize): Remove unused var `creator'.
14523
14524 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14525 dedicated frame upon exit.
14526
14527 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14528 (archive-zip-extract, archive-zip-expunge)
14529 (archive-zip-update, archive-zip-update-case): Use executable-find.
14530 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14531 Use restore-buffer-modified-p.
14532 (archive-extract, archive-add-new-member, archive-write-file-member):
14533 Use with-current-buffer.
14534 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14535
14536 2005-06-30 Andreas Schwab <schwab@suse.de>
14537
14538 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14539
14540 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14541
14542 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14543
14544 2005-06-30 Juri Linkov <juri@jurta.org>
14545
14546 * faces.el (vertical-border): Inherit from mode-line-inactive
14547 only on tty.
14548
14549 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14550
14551 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14552 example, -NLINES in the `occur' docstring).
14553
14554 * replace.el (occur-1): When no matches are found, do not set the
14555 `buffer-read-only' and modified flags for the occur buffer,
14556 because it is deleted.
14557
14558 * emulation/cua-base.el (cua-check-pending-input)
14559 (cua-repeat-replace-region, cua-mode, cua-debug)
14560 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14561 Fix typos in docstrings.
14562
14563 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14564 (cua-cut-region-to-global-mark)
14565 (cua--cut-rectangle-to-global-mark):
14566 Remove period from end of messages.
14567
14568 * emulation/cua-rect.el (cua-do-rectangle-padding):
14569 Remove period from end of messages.
14570 (cua--rectangle-seq-format): Fix typo in docstring.
14571 (cua-sequence-rectangle, cua-fill-char-rectangle):
14572 Improve argument/docstring consistency.
14573
14574 2005-06-29 Juri Linkov <juri@jurta.org>
14575
14576 * faces.el (default-frame-background-mode): New internal variable.
14577 (frame-set-background-mode): Use it.
14578
14579 * startup.el (normal-top-level): Set default-frame-background-mode
14580 instead of frame-background-mode. Before setting it, test for its
14581 nil value. Remove tests for frame-background-mode and frame
14582 parameter `reverse'. Add test for "unspecified-fg".
14583
14584 * term/xterm.el (xterm-rxvt-set-background-mode):
14585 * term/rxvt.el (rxvt-set-background-mode):
14586 Set default-frame-background-mode instead of frame-background-mode.
14587
14588 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14589
14590 * simple.el (set-variable): Warn about obsolete user variables.
14591
14592 * imenu.el (imenu--completion-buffer):
14593 * mouse.el (mouse-buffer-menu-alist):
14594 * msb.el (msb-invisible-buffer-p):
14595 * calendar/diary-lib.el (diary-header-line-format):
14596 * emacs-lisp/pp.el (pp-buffer):
14597 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14598 * textmodes/picture.el (picture-replace-match):
14599 Change space constants followed by a sexp to "?\s ".
14600
14601 * play/decipher.el (decipher-loop-with-breaks):
14602 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14603 constants "protected" from end of line by a comment to "?\s".
14604
14605 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14606
14607 * font-lock.el (save-buffer-state): Use `declare'.
14608
14609 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14610 reset the syntax-table to cperl-mode-syntax-table.
14611 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14612 "foo_print_bar" is not matched as a reserved keyword.
14613
14614 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14615
14616 * textmodes/org.el (orgtbl-setup): New function, for delayed
14617 setup for the orgtbl commands.
14618 (org-calc-default-modes): New option.
14619 (orgtbl-make-binding): Use `defun' to get better help display.
14620 (org-diary): Call `org-compile-prefix-format'.
14621 (org-table-formula-substitute-names): New function.
14622 (org-agenda-day-view, org-agenda-week-view): New commands.
14623 (org-agenda-toggle-week-view): Command removed.
14624 (org-tbl-menu): Split off from org-org-menu.
14625 (org-mode): Move removal of outline-mode menus to here.
14626 (org-table-formula-debug): New option.
14627 (org-table-insert-row): Keep first field if just "#" or "*".
14628 (org-mode): Paragraph regexps fixed.
14629 (org-table-recalculate-regexp): New constant.
14630 (org-table-justify-field-maybe): Avoid replace if not necessary.
14631 (org-copy-special, org-cut-special): Use `call-interactively'.
14632 (org-table-copy-region): Take region from `interactive' call.
14633 (org-trim): Return string even if no match.
14634 (org-formula): New face.
14635 (org-set-font-lock-defaults): No longer highlight "FIXME".
14636 But highlight formula-related fields in table.
14637 (org-table-p): Use regexp, not fontification.
14638 (org-table-align): Handle white space at end of line.
14639 (org-table-formula-evaluate-inline): New option.
14640 (org-mode): Auto-wrapping in comment lines turned off.
14641 (org-table-copy-down): Evaluate only in copied field, not in
14642 destination.
14643 (org-table-current-formula): Variable removed.
14644 (org-table-store-formulas, org-table-get-stored-formulas)
14645 (org-table-modify-formulas, org-table-replace-in-formulas)
14646 (org-table-maybe-eval-formula): New functions.
14647 (org-table-get-formula): Modify to use stored formulas.
14648 (org-table-insert-column, org-table-delete-column)
14649 (org-table-move-column): Call `org-table-modify-formulas'.
14650 (org-complete): Add completion for keyword formulas.
14651 (orgtbl-mode): Pull orgtbl-mode-map to start of
14652 minor-mode-map-alist.
14653
14654 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14655
14656 * progmodes/python.el (python-check): Require `compile' before
14657 modifying its variables.
14658
14659 * newcomment.el (comment-indent-default): Don't get fooled by an early
14660 end of buffer.
14661
14662 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14663
14664 * ps-print.el (ps-print-version): Fix version number.
14665
14666 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14667
14668 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14669
14670 2005-06-28 Richard M. Stallman <rms@gnu.org>
14671
14672 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14673 (flyspell-local-mouse-map): Declaration deleted.
14674 (flyspell-mouse-map): Bind only mouse-2.
14675 (flyspell-mode-map): Don't test flyspell-use-local-map.
14676 (flyspell-overlay-keymap-property-name): Var deleted.
14677 (flyspell-mode-on): Don't make local bindings for
14678 flyspell-mouse-map and flyspell-mode-map.
14679 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14680
14681 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14682
14683 * progmodes/compile.el (compilation-next-error-function):
14684 Don't switch buffers; operate on the current buffer.
14685
14686 * progmodes/compile.el (compilation-error-file-name)
14687 (compilation-warning-file-name, compilation-info-file-name)
14688 (compilation-line-number, compilation-column-number): New faces.
14689 (compilation-error-face, compilation-warning-face)
14690 (compilation-info-face, compilation-line-face)
14691 (compilation-column-face): Use them.
14692
14693 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14694
14695 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14696
14697 * bindings.el (global-map): Bind insertchar and its variants.
14698
14699 2005-06-27 Richard M. Stallman <rms@gnu.org>
14700
14701 * textmodes/artist.el (artist-text-overwrite)
14702 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14703
14704 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14705
14706 * ps-print.el: It was not working the page selection for printing.
14707 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14708 (ps-print-version): New version 6.6.7.
14709 (ps-end-sheet): New fun.
14710 (ps-header-sheet, ps-end-job): Call it.
14711
14712 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14713
14714 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14715
14716 2005-06-27 Lute Kamstra <lute@gnu.org>
14717
14718 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14719 background color faces.
14720 (facemenu-get-face): Delete function.
14721 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14722 (facemenu-add-new-color): Make second argument mandatory.
14723 Create the appropriate face and return it. Simplify.
14724 (facemenu-set-foreground, facemenu-set-background): Don't check if
14725 color is defined. Use return value of facemenu-add-new-color.
14726
14727 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14728
14729 * progmodes/gud.el (gud-filter): Add missing argument to
14730 with-selected-window.
14731
14732 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14733
14734 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14735 a :require to the defcustom.
14736
14737 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14738 defcustoms corresponding to minor modes.
14739
14740 2005-06-26 David Ponce <david@dponce.com>
14741
14742 * recentf.el: Require tree-widget instead of wid-edit.
14743 (recentf-filename-handler): Fix widget :type.
14744 (recentf-cancel-dialog, recentf-open-more-files)
14745 (recentf-open-files-action): Doc fix.
14746 (recentf-dialog-goto-first): New function.
14747 (recentf-dialog-mode-map): Set parent keymap first.
14748 (recentf-dialog-mode): Define with define-derived-mode.
14749 Don't display continuation lines in dialogs.
14750 (recentf-edit-list): Rename from recentf-edit-selected-items.
14751 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14752 Simplify.
14753 (recentf-edit-list-validate): New function.
14754 (recentf-edit-list): Update accordingly.
14755 (recentf-open-files-item-shift): Remove.
14756 (recentf-open-files-item): Convert menu elements into tree and
14757 link widgets. Don't create the widgets.
14758 (recentf-open-files): Update accordingly.
14759 (recentf-save-list): Untabify.
14760
14761 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14762
14763 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14764 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14765 partially contained in the active region. Do not take active
14766 region into account when called from Lisp, unless INTERACTIVE arg
14767 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14768 avoid trouble with fields. Make marker point nowhere when no
14769 longer used. Always return nil. Doc fix.
14770 (flush-lines): Add INTERACTIVE arg. Do not take active region
14771 into account when called from Lisp, unless INTERACTIVE arg is
14772 non-nil. Use `forward-line' instead of `beginning-of-line' to
14773 avoid trouble with fields. Make marker point nowhere when no
14774 longer used. Always return nil. Doc fix.
14775 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14776 interchangeable. Do not take active region into account when
14777 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14778 message in echo area when called from Lisp, unless INTERACTIVE arg
14779 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14780 Return the number of matches. Doc fix.
14781 (occur): Doc fix.
14782 (perform-replace): Make comment follow double space convention for
14783 the sake of `outline-minor-mode'.
14784
14785 * faces.el (facep): Doc fix.
14786
14787 2005-06-25 Richard M. Stallman <rms@gnu.org>
14788
14789 * facemenu.el (facemenu-enable-faces-p): New function.
14790 (facemenu-background-menu, facemenu-foreground-menu)
14791 (facemenu-face-menu): Add menu-enable property.
14792
14793 * jka-compr.el (jka-compr-insert-file-contents):
14794 Special handling if cannot find the uncompression program.
14795
14796 * cus-face.el (custom-face-attributes): Add autoload.
14797
14798 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14799 Bind comment-indent-function locally.
14800
14801 * window.el (save-selected-window): Use save-current-buffer.
14802
14803 * subr.el (with-selected-window): Use save-current-buffer.
14804
14805 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14806 and with-current-buffer.
14807
14808 2005-06-24 Richard M. Stallman <rms@gnu.org>
14809
14810 * simple.el (line-move-1): Fix previous change.
14811
14812 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14813
14814 * replace.el (occur-1): Set `buffer-read-only' and the
14815 buffer-modified flag before running `occur-hook' to protect
14816 against unintentional buffer switches that can lead to data loss.
14817
14818 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14819
14820 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14821 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14822 initial error.
14823
14824 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14825 after fresh input.
14826 (gdb-var-create-handler): Put name of expression in quotes.
14827
14828 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14829
14830 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14831 elements of RING in order, and without bogus nil elements.
14832
14833 2005-06-23 Richard M. Stallman <rms@gnu.org>
14834
14835 * simple.el (set-variable): Args renamed; doc fix.
14836 (line-move-1): When there are overlays around, use vertical-motion.
14837
14838 * faces.el (escape-glyph): Use brown against light background.
14839 (nobreak-space): Rename from no-break-space.
14840 Fix previous change.
14841
14842 * dired-aux.el (dired-do-copy): Fix arg prompt.
14843
14844 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14845
14846 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14847
14848 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14849 rather than "Distributor".
14850
14851 2005-06-23 Lute Kamstra <lute@gnu.org>
14852
14853 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14854 (debug-on-entry): Use it. New interactive declaration that uses
14855 function-called-at-point.
14856
14857 2005-06-23 Kim F. Storm <storm@cua.dk>
14858
14859 * subr.el (save-match-data): Add comment about using evaporate arg
14860 to set-match-data.
14861
14862 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14863
14864 * cus-edit.el (customize-face)
14865 (customize-face-other-window): Handle face aliases.
14866
14867 * faces.el (face-documentation, set-face-attribute)
14868 (face-spec-set): Handle face aliases.
14869
14870 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14871
14872 * help-mode.el (help-make-xrefs): If a symbol representing a face
14873 name is not followed by the word "face", it could still be a
14874 function or variable name, so don't bypass other checks.
14875
14876 2005-06-22 Juri Linkov <juri@jurta.org>
14877
14878 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14879 Replace aliased functions with calls where second arg `inherit' is t.
14880
14881 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14882
14883 * progmodes/gdb-ui.el (gdb-error): New variable.
14884 (gdb-error): New function.
14885 (gdb-annotation-rules): Act on error-begin and error annotations.
14886 (gdb-concat-output): Use font-lock-warning-face for errors.
14887
14888 2005-06-22 Miles Bader <miles@gnu.org>
14889
14890 * bindings.el (propertized-buffer-identification): Use renamed
14891 `Buffer-menu-buffer' face.
14892
14893 * faces.el (vertical-border): Rename from `vertical-divider'.
14894 (escape-glyph): Change dark-background color back to `cyan'.
14895
14896 2005-06-21 Juri Linkov <juri@jurta.org>
14897
14898 * faces.el (face-user-default-spec): Try getting `customized-face'
14899 prior to `saved-face'.
14900 (frame-background-mode): Refill docstring.
14901
14902 * emacs-lisp/lisp-mode.el (eval-defun-1):
14903 * emacs-lisp/edebug.el (edebug-eval-defun):
14904 Set `saved-face' temporarily to nil before calling form.
14905 Set `customized-face' to the new spec after that.
14906
14907 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14908
14909 * subr.el (1value, lambda, key-substitution-in-progress):
14910 Doc fixes.
14911
14912 * autoinsert.el (auto-insert-alist):
14913 * ses.el (ses-call-printer):
14914 * subr.el (noreturn):
14915 * emacs-lisp/lisp.el (check-parens):
14916 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14917 * net/browse-url.el (browse-url-mosaic):
14918 * progmodes/cc-defs.el (c-safe-scan-lists):
14919 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14920 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14921 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14922 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14923 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14924 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14925
14926 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14927
14928 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14929
14930 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14931
14932 * calendar/appt.el (appt-make-list): Activate the package, if
14933 not already active (for backwards compatibility).
14934
14935 2005-06-20 Kim F. Storm <storm@cua.dk>
14936
14937 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14938
14939 2005-06-20 Miles Bader <miles@gnu.org>
14940
14941 * faces.el (vertical-divider): New face.
14942
14943 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14944
14945 * simple.el (kill-whole-line): Doc fix.
14946 (next-error-buffer-p, next-error-find-buffer)
14947 (clone-indirect-buffer): Fix typos in docstrings.
14948 (comment-line-break-function): Doc fix: don't say variable
14949 is automatically buffer-local (it isn't).
14950
14951 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14952
14953 * net/tramp-ftp.el (top):
14954 * net/tramp-smb.el (top):
14955 * net/tramp-util.el (top):
14956 * net/tramp-uu.el (top):
14957 * net/tramp-vc.el (top):
14958 * net/tramp.el (top): Revert copyright years back to original
14959 ones. Tramp has a life outside GNU Emacs.
14960
14961 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14962
14963 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14964
14965 2005-06-18 Juri Linkov <juri@jurta.org>
14966
14967 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14968 end of first regexp to limit the match to the position between
14969 line number and source line with same separator character as used
14970 between file name and line number. In the second regexp limit
14971 mouse-face area to file name and line number by adding new group
14972 for them and referring it in HYPERLINK arg.
14973 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14974 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14975 previous line where grep markers may be already removed.
14976
14977 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14978
14979 * progmodes/ps-mode.el: Update version and maintainer's email address.
14980
14981 2005-06-18 Steve Youngs <steve@xemacs.org>
14982
14983 * net/browse-url.el (browse-url-browser-function)
14984 (browse-url-default-browser): Add firefox.
14985 (browse-url-firefox-program, browse-url-firefox-arguments)
14986 (browse-url-firefox-startup-arguments)
14987 (browse-url-firefox-new-window-is-tab): New defcustoms.
14988 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14989
14990 2005-06-17 Richard M. Stallman <rms@gnu.org>
14991
14992 * startup.el (command-line): Warn if specified user name has
14993 no home directory.
14994
14995 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14996 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14997
14998 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14999 Doc fixes.
15000
15001 * faces.el (underline): Try bold if terminal doesn't support underline.
15002
15003 * mail/sendmail.el (mail-setup-with-from): New variable.
15004 (mail-insert-from-field): New function.
15005 (sendmail-send-it): Call it.
15006 (mail-setup): Optionally call it here.
15007
15008 * term/linux.el: Call tty-no-underline.
15009
15010 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15011
15012 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15013
15014 2005-06-17 Miles Bader <miles@gnu.org>
15015
15016 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15017 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15018 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15019 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15020 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15021 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15022 Remove "-face" suffix from face names.
15023 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15024 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15025 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15026 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15027 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15028 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15029 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15030 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15031 New backward-compatibility aliases for renamed faces.
15032 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15033 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15034 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15035 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15036 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15037 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15038 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15039 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15040 Use renamed ediff faces.
15041
15042 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15043 Remove "-face" suffix from face names.
15044 (eshell-test-ok-face, eshell-test-failed-face):
15045 New backward-compatibility aliases for renamed faces.
15046 (eshell-run-test): Use renamed eshell-test faces.
15047
15048 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15049 face name.
15050 (eshell-prompt-face): New backward-compatibility alias for renamed
15051 face.
15052 (eshell-emit-prompt): Use renamed eshell-prompt face.
15053
15054 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15055 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15056 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15057 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15058 Remove "-face" suffix from face names.
15059 (eshell-ls-directory-face, eshell-ls-symlink-face)
15060 (eshell-ls-executable-face, eshell-ls-readonly-face)
15061 (eshell-ls-unreadable-face, eshell-ls-special-face)
15062 (eshell-ls-missing-face, eshell-ls-archive-face)
15063 (eshell-ls-backup-face, eshell-ls-product-face)
15064 (eshell-ls-clutter-face):
15065 New backward-compatibility aliases for renamed faces.
15066 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15067
15068 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15069 Remove "-face" suffix from face name.
15070 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15071 instead of literal face.
15072
15073 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15074
15075 * emacs-lisp/warnings.el (display-warning, lwarn)
15076 (warning-minimum-log-level): Doc fixes.
15077 (warning-minimum-level, warning-minimum-log-level):
15078 Add :debug to :type choices.
15079
15080 * progmodes/ada-mode.el (ada-format-paramlist)
15081 (ada-get-indent-case, ada-check-matching-start)
15082 (ada-check-defun-name, ada-goto-matching-decl-start)
15083 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15084 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15085 (ada-make-subprogram-body): Follow error conventions.
15086 (ada-case-exception-file, ada-indent-comment-as-code)
15087 (ada-indent-handle-comment-special, ada-indent-renames)
15088 (ada-indent-return, ada-search-directories-internal)
15089 (ada-tab-policy, ada-case-exception-substring)
15090 (ada-other-file-alist, ada-matching-start-re)
15091 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15092 (ada-imenu-generic-expression, ada-compile-goto-error)
15093 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15094 (ada-popup-menu, ada-add-extensions, ada-mode)
15095 (ada-region-selected, ada-create-case-exception)
15096 (ada-create-case-exception-substring, ada-after-keyword-p)
15097 (ada-activate-keys-for-case, ada-adjust-case-region)
15098 (ada-adjust-case-buffer, ada-format-paramlist)
15099 (ada-scan-paramlist, ada-insert-paramlist)
15100 (ada-indent-newline-indent)
15101 (ada-indent-newline-indent-conditional)
15102 (ada-justified-indent-current, ada-goto-previous-word)
15103 (ada-indent-current, ada-get-indent-open-paren)
15104 (ada-get-indent-paramlist, ada-get-indent-end)
15105 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15106 (ada-get-indent-block-start, ada-get-indent-subprog)
15107 (ada-get-indent-noindent, ada-get-indent-label)
15108 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15109 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15110 (ada-goto-stmt-end, ada-goto-next-word)
15111 (ada-check-matching-start, ada-check-defun-name)
15112 (ada-goto-matching-decl-start, ada-goto-matching-start)
15113 (ada-goto-matching-end, ada-search-ignore-string-comment)
15114 (ada-in-decl-p, ada-looking-at-semi-or)
15115 (ada-looking-at-semi-private, ada-in-paramlist-p)
15116 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15117 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15118 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15119 (ada-previous-package, ada-create-menu)
15120 (ada-fill-comment-paragraph-justify)
15121 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15122 (ada-other-file-name, ada-last-which-function-line)
15123 (ada-last-which-function-subprog, ada-which-function)
15124 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15125 (ada-gen-treat-proc, ada-check-emacs-version)
15126 (ada-continuation-indent, ada-align-region-separate):
15127 Fix typos in docstrings.
15128 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15129
15130 2005-06-16 Lute Kamstra <lute@gnu.org>
15131
15132 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15133 conditionally.
15134
15135 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15136
15137 * comint.el (comint-replace-by-expanded-filename)
15138 (comint-prompt-regexp, comint-delimiter-argument-list)
15139 (comint-preinput-scroll-to-bottom):
15140 * info.el (Info-hide-cookies-node):
15141 * ls-lisp.el (ls-lisp-classify):
15142 * find-file.el (ff-search-directories, ff-special-constructs)
15143 (ff-find-other-file):
15144 * font-lock.el (font-lock-keywords):
15145 * shell.el (shell-prompt-pattern)
15146 (shell-dynamic-complete-functions, shell-mode)
15147 (shell-delimiter-argument-list):
15148 * term.el (term-replace-by-expanded-filename)
15149 (term-prompt-regexp, term-delimiter-argument-list):
15150 * woman.el (woman-ignore, woman0-if):
15151 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15152 * emacs-lisp/elint.el (elint-init-env):
15153 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15154 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15155 * language/ethio-util.el (ethio-tilde-escape)
15156 (ethio-use-three-dot-question):
15157 * net/zone-mode.el (zone-mode-load-time-setup):
15158 * progmodes/cc-align.el (c-lineup-argcont):
15159 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15160 * progmodes/cperl-mode.el (cperl-set-style-back):
15161 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15162 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15163 Fix spellings in docstrings.
15164
15165 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15166 * progmodes/modula2.el (m2-for): Fix spellings.
15167
15168 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15169
15170 * simple.el (undo-more): Don't use `format' on `error' arguments.
15171 Improve argument/docstring consistency.
15172 (pending-undo-list): Doc fix.
15173
15174 * smerge-mode.el (smerge-ensure-match):
15175 * emulation/vip.el (vip-ex):
15176 * net/zone-mode.el (zone-mode-update-serial):
15177 * progmodes/idlwave.el (idlwave-complete):
15178 * progmodes/vhdl-mode.el (vhdl-visit-file)
15179 (vhdl-compose-wire-components):
15180 Don't use `format' on `error' arguments.
15181
15182 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15183 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15184 (tooltip-help-tips): Fix typos in docstrings.
15185
15186 2005-06-16 David Ponce <david@dponce.com>
15187
15188 * tree-widget.el (tree-widget-value-create): Simplify last change.
15189
15190 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15191
15192 * ido.el (ido-incomplete-regexp): New variable.
15193 (ido-set-matches-1): Handle invalid-regexp error and set
15194 ido-incomplete-regexp.
15195 (ido-incomplete-regexp): New face.
15196 (ido-completions): Use it.
15197 (ido-complete, ido-exit-minibuffer, ido-completions):
15198 Handle incomplete regexps.
15199 (ido-completions): Add check for complete match when entering a regexp.
15200
15201 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15202
15203 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15204
15205 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15206
15207 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15208 by field delimiters.
15209
15210 2005-06-15 David Ponce <david@dponce.com>
15211
15212 * tree-widget.el: eval-and-compile inlined functions so they will
15213 be available at run-time too.
15214 (tree-widget-super-format-handler)
15215 (tree-widget-format-handler): Remove.
15216 (tree-widget-value-create): Handle the :indent property.
15217
15218 2005-06-15 Miles Bader <miles@gnu.org>
15219
15220 * progmodes/which-func.el (which-func): Only inherit
15221 `font-lock-function-name-face' when that makes sense against the
15222 default mode-line face, otherwise set the face color explicitly.
15223
15224 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15225 faces instead of (non-existent) variables.
15226
15227 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15228
15229 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15230 (iswitchb-get-matched-buffers): Likewise. Simplify.
15231
15232 2005-06-14 Miles Bader <miles@gnu.org>
15233
15234 * progmodes/ld-script.el (ld-script-location-counter):
15235 Remove "-face" suffix from face name.
15236 (ld-script-location-counter-face):
15237 New backward-compatibility alias for renamed face.
15238 (ld-script-location-counter-face): Use renamed face.
15239
15240 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15241 (cperl-hash): Remove "-face" suffix from face names.
15242 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15243 New backward-compatibility aliases for renamed faces.
15244 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15245 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15246
15247 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15248 name.
15249 (which-func-face): New backward-compatibility alias for renamed face.
15250 (which-func-format): Use renamed which-func face.
15251
15252 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15253 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15254 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15255 names.
15256 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15257 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15258 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15259 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15260 (vhdl-speedbar-architecture-selected)
15261 (vhdl-speedbar-configuration-selected)
15262 (vhdl-speedbar-package-selected)
15263 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15264 names.
15265 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15266 Use renamed faces.
15267 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15268 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15269 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15270 Use renamed faces.
15271 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15272 names.
15273 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15274 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15275 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15276 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15277 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15278 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15279
15280 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15281 face name.
15282 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15283 (sh-heredoc-face): Use renamed sh-heredoc face.
15284
15285 * progmodes/idlw-help.el (idlwave-help-link):
15286 Remove "-face" suffix from face name.
15287 (idlwave-help-link-face):
15288 New backward-compatibility alias for renamed face.
15289 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15290
15291 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15292 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15293 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15294 New backward-compatibility aliases for renamed faces.
15295 (idlwave-shell-disabled-breakpoint-face)
15296 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15297
15298 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15299 Remove "-face" suffix from face names.
15300 (flymake-errline-face, flymake-warnline-face):
15301 New backward-compatibility aliases for renamed faces.
15302 (flymake-highlight-line): Use renamed flymake faces.
15303
15304 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15305 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15306 (ebrowse-member-class, ebrowse-progress):
15307 Remove "-face" suffix from face names.
15308 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15309 (ebrowse-file-name-face, ebrowse-default-face)
15310 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15311 (ebrowse-progress-face):
15312 New backward-compatibility aliases for renamed faces.
15313 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15314 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15315 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15316 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15317
15318 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15319 antlr-syntax)
15320 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15321 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15322 names.
15323 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15324 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15325 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15326 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15327 backward-compatibility aliases for renamed faces.
15328 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15329 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15330 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15331 remove "font-lock-". Use renamed antlr-mode faces.
15332 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15333 literal face-names with face variable references.
15334
15335 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15336 face name.
15337 (Buffer-menu-buffer-face): New backward-compatibility alias for
15338 renamed face.
15339 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15340
15341 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15342
15343 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15344 Eliminate "-face" suffix.
15345 (makefile-targets): Inherit from font-lock-function-name-face and
15346 eliminate "-face" suffix.
15347 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15348 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15349 actions, instead of prepending, to make it less visible.
15350 (makefile-previous-dependency, makefile-match-dependency):
15351 Don't match a target on a continuation line.
15352
15353 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15354
15355 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15356
15357 * progmodes/gdb-ui.el (menu): Re-order menu items.
15358 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15359
15360 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15361 Define in tooltip.el.
15362 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15363 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15364 gud-tooltip-echo-area.
15365
15366 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15367 backward compatibility and make obsolete.
15368 (tooltip-help-tips): Use tooltip-use-echo-area.
15369 (tooltip-show-help-function): Rename to...
15370 (tooltip-show-help): ...this, because it is a function.
15371 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15372
15373 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15374
15375 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15376 (edebug-print-length, edebug-print-level, edebug-print-circle)
15377 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15378 (edebug-eval-print-last-sexp): Doc fixes.
15379
15380 2005-06-14 Kim F. Storm <storm@cua.dk>
15381
15382 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15383 as the coverage buffer/file/both may change.
15384
15385 2005-06-14 Lute Kamstra <lute@gnu.org>
15386
15387 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15388 and run-mode-hooks. Simplify.
15389
15390 * mail/rmailedit.el (rmail-edit-mode):
15391 * progmodes/octave-inf.el (inferior-octave-mode):
15392 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15393
15394 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15395 and run-mode-hooks.
15396 (recentf-edit-list, recentf-open-files): Don't call
15397 kill-all-local-variables directly.
15398
15399 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15400
15401 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15402
15403 * emacs-lisp/byte-run.el (make-obsolete)
15404 (define-obsolete-function-alias): Rename arguments FUNCTION and
15405 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15406 (make-obsolete-variable, define-obsolete-variable-alias):
15407 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15408 respectively.
15409
15410 * isearchb.el (isearchb-activate):
15411 * pcvs.el (cvs-mode):
15412 * ses.el (ses-load):
15413 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15414 * net/tramp.el (tramp-find-file-exists-command)
15415 (tramp-find-shell):
15416 * progmodes/ada-mode.el (ada-create-case-exception)
15417 (ada-create-case-exception-substring, ada-make-subprogram-body):
15418 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15419 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15420 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15421 * textmodes/org.el (org-promote, org-evaluate-time-range)
15422 (org-agenda-next-date-line, org-agenda-previous-date-line)
15423 (org-agenda-error, org-open-at-point, org-table-move-row)
15424 (org-format-table-table-html-using-table-generate-source)
15425 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15426 * textmodes/reftex.el (reftex-access-scan-info):
15427 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15428 (reftex-toc-promote-prepare): Follow error conventions.
15429
15430 * diff-mode.el (diff-mode): Fix typo in docstring.
15431
15432 * forms.el (forms--intuit-from-file): Fix reference to
15433 `forms-number-of-fields' in error message.
15434 (forms-print): Fix quoting in error message.
15435
15436 * forms.el (forms-mode):
15437 * emulation/vi.el (vi-goto-insert-state):
15438 * progmodes/flymake.el (flymake-new-err-info)
15439 (flymake-start-syntax-check-for-current-buffer)
15440 (flymake-simple-cleanup):
15441 * eshell/esh-var.el (eshell/export):
15442 * progmodes/gud.el (xdb):
15443 * textmodes/flyspell.el (flyspell-incorrect-hook)
15444 (flyspell-maybe-correct-transposition)
15445 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15446
15447 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15448
15449 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15450 minibuffer prompt.
15451
15452 2005-06-13 Kim F. Storm <storm@cua.dk>
15453
15454 * subr.el (add-to-ordered-list): New defun.
15455
15456 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15457 add cua--keymap-alist to emulation-mode-map-alists.
15458
15459 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15460
15461 * subr.el (complete-in-turn): New macro.
15462 (dynamic-completion-table, lazy-completion-table): Add debug info.
15463
15464 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15465 in preference to face aliases.
15466
15467 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15468 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15469 Remove unused vars `start' and `firstline'.
15470 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15471 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15472
15473 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15474
15475 * cus-start.el (all): Don't complain about missing GTK-related
15476 variables, unless either `gtk' is boundp or this isn't a
15477 `windows-nt' build.
15478
15479 2005-06-13 Lute Kamstra <lute@gnu.org>
15480
15481 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15482 run-mode-hooks.
15483
15484 * ediff-mult.el (ediff-meta-mode):
15485 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15486
15487 * ledit.el (ledit-mode): Use delay-mode-hooks.
15488
15489 * woman.el (woman-mode-line-format): Delete constant.
15490 (woman-mode-map): Initialize it properly.
15491 (woman-mode): Set mode-class property to special.
15492 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15493 Set major-mode and mode-name. Don't set mode-line-format directly.
15494 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15495
15496 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15497 string argument obsolete.
15498
15499 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15500
15501 * textmodes/org.el (org-CUA-compatible): New option.
15502 (org-disputed-keys): New variable.
15503 (org-key): New function.
15504 (orgtbl-make-binding): Add docstring to the created function.
15505 (org-mode): Set paragraph start/separate regexps.
15506 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15507 (org-archive-location, org-archive-mark-done)
15508 (org-archive-stamp-time): New options.
15509 (org-archive-subtree): New command.
15510 (org-fill-paragraph): New function.
15511 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15512 (org-fake-empty-table-line): Function removed.
15513 (org-format-org-table-html): Do not create empty table lines at
15514 separator lines. Improved table header treatment.
15515 (org-link-format): New option.
15516 (org-make-link): New function.
15517 (org-insert-link, org-store-link): Use org-make-link.
15518 (org-open-file): Quote file name for shell command, to allow
15519 spaces in file names.
15520 (org-link-regexp): Fix bug with mailto link.
15521 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15522 New constants.
15523 (org-export-as-html): Deal with the optional angles around a link.
15524 Better treatment of file: links.
15525 (org-open-at-point): Replace @{ and @} with < and >.
15526 (org-run-mode-hooks): Function removed.
15527 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15528
15529 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15530
15531 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15532 MI command -data-list-register-values.
15533 (gdb-post-prompt): Indent properly.
15534
15535 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15536
15537 * hilit-chg.el (highlight-changes-colors): Rename from
15538 `highlight-changes-colours'.
15539 (highlight-changes-colours): Keep as obsolete alias.
15540 (highlight-changes-face-list): Doc fix.
15541 (hilit-chg-make-list): Use `highlight-changes-colors'.
15542
15543 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15544
15545 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15546 defun-prompt-regexp.
15547
15548 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15549
15550 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15551 and cygwin.
15552
15553 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15554 Don't use an old loaddefs.el, as in Makefile.in.
15555
15556 2005-06-12 Lute Kamstra <lute@gnu.org>
15557
15558 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15559
15560 * man.el (Man-mode-map): Initialize it properly.
15561 (Man-mode): Set mode-class property to special.
15562
15563 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15564
15565 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15566
15567 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15568 A newline is needed in the docstring there.
15569
15570 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15571 Doc fixes.
15572
15573 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15574
15575 * printing.el: Doc fix. The menubar is no more changed when printing
15576 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15577 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15578 (pr-version): New version number (6.8.4).
15579 (pr-menu-bind): New command.
15580 (pr-update-menus): Docstring and code fix.
15581 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15582 Docstring fix.
15583 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15584 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15585
15586 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15587
15588 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15589 "Returns" to "return", document useful return values, etc.
15590
15591 2005-06-11 Alan Mackenzie <acm@muc.de>
15592
15593 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15594 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15595 (adaptive-file-function): Minor amendment to doc-string.
15596
15597 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15598
15599 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15600 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15601 Fix :type--it is `integer', not `string'.
15602
15603 * faces.el (modeline-highlight): Rename from (the erroneous)
15604 `modeline-higilight'.
15605
15606 2005-06-11 Lute Kamstra <lute@gnu.org>
15607
15608 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15609 lisp-interaction-mode-map but make it the parent.
15610 (edebug-eval-mode): Use define-derived-mode.
15611
15612 2005-06-11 Andreas Schwab <schwab@suse.de>
15613
15614 * bindings.el: Add binding of `ESC functionkey' for every
15615 `M-functionkey'.
15616 * hexl.el (hexl-mode-map): Likewise.
15617
15618 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15619
15620 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15621 [msft]: update regexp for newer msft compilers.
15622
15623 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15624
15625 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15626 ATTLIST portions of included DTDs.
15627 (xml-parse-dtd): Eliminate use of inefficient match-data.
15628
15629 2005-06-10 Miles Bader <miles@gnu.org>
15630
15631 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15632 (mpuz-text): Remove "-face" suffix from face names.
15633 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15634 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15635 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15636
15637 * play/gomoku.el (gomoku-O, gomoku-X):
15638 Remove "-face" suffix from face names.
15639 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15640 New backward-compatibility aliases for renamed faces.
15641 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15642
15643 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15644
15645 * thumbs.el: Fixes for changes of 2005-06-09.
15646 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15647 as a directory.
15648 (thumbs-thumbname): Remove directory separator from format string;
15649 `thumbs-thumbsdir' now returns a valid directory name.
15650 (thumbs-temp-dir): New defsubst.
15651 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15652 Use it.
15653
15654 * cus-edit.el (minibuffer):
15655 * files.el (make-backup-file-name-function):
15656 * filesets.el (filesets-external-viewers):
15657 * hilit-chg.el (highlight-changes-colours)
15658 (highlight-changes-face-list, highlight-changes-rotate-faces):
15659 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15660 * kmacro.el (kmacro-call-macro):
15661 * log-edit.el (log-edit-changelog-full-paragraphs):
15662 * mouse.el (mouse-1-click-follows-link):
15663 * skeleton.el (skeleton-autowrap):
15664 * subr.el (insert-for-yank-1):
15665 * tempo.el (tempo-insert-region):
15666 * terminal.el (terminal-emulator):
15667 * time.el (display-time-mail-face):
15668 * vc.el (vc-annotate):
15669 * vcursor.el (vcursor-copy-line):
15670 * woman.el (woman-bold-headings, woman-ignore)
15671 (woman-default-faces, woman-monochrome-faces):
15672 * calendar/todo-mode.el (todo-insert-threshold):
15673 * emulation/pc-select.el (pc-select-selection-keys-only)
15674 (pc-selection-mode):
15675 * emulation/vip.el (vip-find-char-forward):
15676 * emulation/viper-cmd.el (viper-find-char-forward):
15677 * international/mule-cmds.el
15678 (select-safe-coding-system-accept-default-p)
15679 (input-method-exit-on-invalid-key):
15680 * international/mule-diag.el (describe-coding-system):
15681 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15682 * net/browse-url.el (browse-url-xterm-program):
15683 * obsolete/lazy-lock.el (lazy-lock-mode):
15684 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15685 (cperl-mode):
15686 * progmodes/cpp.el (cpp-face-light-name-list)
15687 (cpp-face-dark-name-list):
15688 * progmodes/delphi.el (delphi-newline-always-indents):
15689 Fix spellings in docstrings.
15690
15691 * ido.el (ido-mode, ido-file-extensions-order)
15692 (ido-default-file-method, ido-default-buffer-method)
15693 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15694 (ido-decorations, ido-read-file-name-as-directory-commands)
15695 (ido-read-file-name-non-ido, ido-work-directory-list)
15696 (ido-ignore-item-temp-list, ido-current-directory)
15697 (ido-magic-forward-char, ido-enter-find-file)
15698 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15699 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15700
15701 2005-06-10 Lute Kamstra <lute@gnu.org>
15702
15703 * play/dunnet.el (dun-mode): Use define-derived-mode.
15704 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15705 obsolete alias.
15706
15707 * play/doctor.el (doctor-mode-map): Remove defvar.
15708 (doctor-mode): Use define-derived-mode.
15709
15710 * mail/mspools.el (mspools-mode):
15711 * net/eudc-hotlist.el (eudc-hotlist-mode):
15712 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15713
15714 2005-06-10 Miles Bader <miles@gnu.org>
15715
15716 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15717 Remove "-face" suffix from face names.
15718 (flyspell-incorrect-face, flyspell-duplicate-face):
15719 New backward-compatibility aliases for renamed faces.
15720 (flyspell-mode-on, make-flyspell-overlay)
15721 (flyspell-highlight-incorrect-region)
15722 (flyspell-highlight-duplicate-region)
15723 (flyspell-display-next-corrections)
15724 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15725
15726 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15727 from face name.
15728 (texinfo-heading-face): New backward-compatibility alias for
15729 renamed face.
15730 (texinfo-heading-face): Use renamed texinfo-heading face.
15731
15732 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15733 suffix from face names.
15734 (tex-math-face, tex-verbatim-face):
15735 New backward-compatibility aliases for renamed faces.
15736 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15737 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15738 literal face name.
15739
15740 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15741 name.
15742 (table-cell-face): New backward-compatibility alias for renamed face.
15743 (table--put-cell-face-property, table--update-cell-face):
15744 Use renamed table-cell face.
15745
15746 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15747 from face name.
15748 (sgml-namespace-face): New backward-compatibility alias for
15749 renamed face.
15750 (sgml-namespace-face): Use renamed sgml-namespace face.
15751
15752 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15753 (org-level-4, org-level-5, org-level-6, org-level-7)
15754 (org-level-8, org-warning, org-headline-done)
15755 (org-deadline-announce, org-scheduled-today)
15756 (org-scheduled-previously, org-link, org-done, org-table)
15757 (org-time-grid): Remove "-face" suffix from face names.
15758 (org-level-1-face, org-level-2-face, org-level-3-face)
15759 (org-level-4-face, org-level-5-face, org-level-6-face)
15760 (org-level-7-face, org-level-8-face, org-warning-face)
15761 (org-headline-done-face, org-deadline-announce-face)
15762 (org-scheduled-today-face, org-scheduled-previously-face)
15763 (org-link-face, org-done-face, org-table-face)
15764 (org-time-grid-face):
15765 New backward-compatibility aliases for renamed faces.
15766 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15767 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15768 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15769 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15770
15771 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15772 (viper-minibuffer-emacs, viper-minibuffer-insert)
15773 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15774 (viper-search-face, viper-replace-overlay-face)
15775 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15776 (viper-minibuffer-vi-face):
15777 New backward-compatibility aliases for renamed faces.
15778 (viper-search-face, viper-replace-overlay-face)
15779 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15780 (viper-minibuffer-vi-face): Use renamed viper faces.
15781
15782 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15783 Remove "-face" suffix from face names.
15784 (testcover-nohits-face, testcover-1value-face):
15785 New backward-compatibility aliases for renamed faces.
15786 (testcover-mark): Use renamed testcover faces.
15787
15788 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15789 face name.
15790 (diary-button-face): New backward-compatibility alias for renamed face.
15791 (diary-entry): Use renamed diary-button face.
15792
15793 * calendar/calendar.el (diary, calendar-today, holiday)
15794 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15795 (diary-face, calendar-today-face, holiday-face):
15796 New backward-compatibility aliases for renamed faces.
15797 (eval-after-load "facemenu", diary-entry-marker)
15798 (calendar-today-marker, calendar-holiday-marker, diary-face):
15799 Use renamed calendar faces.
15800
15801 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15802 (compare-windows-face): New backward-compatibility alias for
15803 renamed face.
15804 (compare-windows-highlight): Use renamed compare-windows face.
15805
15806 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15807 (strokes-char-face): New backward-compatibility alias for renamed face.
15808 (strokes-encode-buffer): Use renamed strokes-char face.
15809
15810 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15811 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15812 Remove "-face" suffix from face names.
15813 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15814 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15815 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15816 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15817 Use renamed pcvs faces.
15818 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15819 * pcvs-defs.el (cvs-mode-map): Likewise.
15820 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15821
15822 * info.el (info-title-1, info-title-2, info-title-3)
15823 (info-title-4): Remove "-face" suffix from and downcase face names.
15824 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15825 (Info-title-4-face):
15826 New backward-compatibility aliases for renamed faces.
15827 (Info-fontify-node): Use renamed info faces.
15828
15829 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15830 Remove "-face" suffix from face names.
15831 (highlight-changes-face, highlight-changes-delete-face):
15832 New backward-compatibility aliases for renamed faces.
15833 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15834 (hilit-chg-make-list): Use renamed highlight-changes faces.
15835
15836 * generic-x.el (show-tabs-tab, show-tabs-space):
15837 Remove "-face" suffix from face names.
15838 (show-tabs-tab-face, show-tabs-space-face):
15839 New backward-compatibility aliases for renamed faces.
15840 (show-tabs-generic-mode-font-lock-defaults-1)
15841 (show-tabs-generic-mode-font-lock-defaults-2):
15842 Use renamed show-tabs faces.
15843
15844 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15845 (smerge-markers): Remove "-face" suffix from face names.
15846 (smerge-mine-face, smerge-other-face, smerge-base-face)
15847 (smerge-markers-face):
15848 New backward-compatibility aliases for renamed faces.
15849 (smerge-mine-face, smerge-other-face, smerge-base-face)
15850 (smerge-markers-face): Use renamed smerge faces.
15851
15852 * log-view.el (log-view-file, log-view-message): Remove "-face"
15853 suffix from face names.
15854 (log-view-file-face, log-view-message-face):
15855 New backward-compatibility aliases for renamed faces.
15856 (log-view-file-face, log-view-message-face): Use renamed log-view
15857 faces.
15858
15859 * paren.el (show-paren-match, show-paren-mismatch):
15860 Remove "-face" suffix from face names.
15861 (show-paren-match-face, show-paren-mismatch-face):
15862 New backward-compatibility aliases for renamed faces.
15863 (show-paren-function): Use renamed show-paren faces.
15864
15865 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15866 (ruler-mode-margins, ruler-mode-fringes)
15867 (ruler-mode-column-number, ruler-mode-fill-column)
15868 (ruler-mode-comment-column, ruler-mode-goal-column)
15869 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15870 suffix from face names.
15871 (ruler-mode-default-face, ruler-mode-pad-face)
15872 (ruler-mode-margins-face, ruler-mode-fringes-face)
15873 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15874 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15875 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15876 New backward-compatibility aliases for renamed faces.
15877 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15878 (ruler-mode-column-number, ruler-mode-fill-column)
15879 (ruler-mode-comment-column, ruler-mode-goal-column)
15880 (ruler-mode-tab-stop, ruler-mode-current-column)
15881 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15882 faces.
15883
15884 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15885 face name.
15886 (whitespace-highlight-the-space): Use renamed face.
15887 (whitespace-highlight-face): New backward-compatibility alias for
15888 renamed face.
15889
15890 * woman.el (woman-italic, woman-bold, woman-unknown)
15891 (woman-addition, woman-symbol-face):
15892 Remove "-face" suffix from face names.
15893 (woman-italic-face, woman-bold-face, woman-unknown-face)
15894 (woman-addition-face):
15895 New backward-compatibility aliases for renamed faces.
15896 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15897 (woman-decode-region, woman-replace-match)
15898 (woman-display-extended-fonts, woman-special-characters)
15899 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15900 Use renamed woman faces.
15901
15902 * longlines.el (longlines-visible-face): Face removed.
15903
15904 * diff-mode.el (diff-header, diff-file-header, diff-index)
15905 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15906 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15907 suffix from face names.
15908 (diff-header-face, diff-file-header-face, diff-index-face)
15909 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15910 (diff-changed-face, diff-function-face, diff-context-face)
15911 (diff-nonexistent-face): New backward-compatibility aliases for
15912 renamed faces.
15913 (diff-header-face, diff-file-header-face)
15914 (diff-index, diff-index-face, diff-hunk-header)
15915 (diff-hunk-header-face, diff-removed, diff-removed-face)
15916 (diff-added, diff-added-face, diff-changed-face, diff-function)
15917 (diff-function-face, diff-context-face, diff-nonexistent)
15918 (diff-nonexistent-face): Use renamed diff-mode faces.
15919
15920 * progmodes/compile.el (compilation-warning-face)
15921 (compilation-info-face): Remove "-face" suffix from face names.
15922 (compilation-warning-face, compilation-info-face):
15923 New backward-compatibility aliases for renamed faces.
15924 (compilation-warning-face, compilation-info-face):
15925 Use renamed compilation faces.
15926
15927 * add-log.el (change-log-date, change-log-name)
15928 (change-log-email, change-log-file, change-log-list)
15929 (change-log-conditionals, change-log-function)
15930 (change-log-acknowledgement): Remove "-face" suffix from face names.
15931 (change-log-date-face, change-log-name-face)
15932 (change-log-email-face, change-log-file-face)
15933 (change-log-list-face, change-log-conditionals-face)
15934 (change-log-function-face, change-log-acknowledgement-face):
15935 New backward-compatibility aliases for renamed faces.
15936 (change-log-font-lock-keywords): Use renamed change-log faces.
15937
15938 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15939 (custom-set, custom-changed, custom-saved, custom-button)
15940 (custom-button-pressed, custom-documentation, custom-state)
15941 (custom-comment, custom-comment-tag, custom-variable-tag)
15942 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15943 (custom-group-tag): Remove "-face" suffix from face names.
15944 (custom-magic-alist, custom-magic-value-create)
15945 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15946 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15947 (custom-set-face, custom-changed-face, custom-saved-face)
15948 (custom-button-face, custom-button-pressed-face)
15949 (custom-documentation-face, custom-state-face)
15950 (custom-comment-face, custom-comment-tag-face)
15951 (custom-variable-tag-face, custom-variable-button-face)
15952 (custom-face-tag-face, custom-group-tag-face-1)
15953 (custom-group-tag-face):
15954 New backward-compatibility aliases for renamed faces.
15955
15956 * wid-edit.el (widget-documentation, widget-button)
15957 (widget-field, widget-single-line-field, widget-inactive)
15958 (widget-button-pressed): "-face" suffix removed from face names.
15959 (widget-documentation-face, widget-button-face)
15960 (widget-field-face, widget-single-line-field-face)
15961 (widget-inactive-face, widget-button-pressed-face):
15962 New backward-compatibility aliases for renamed faces.
15963 (widget-documentation-face, widget-button-face)
15964 (widget-button-pressed-face, widget-specify-field)
15965 (widget-specify-inactive): Use renamed widget faces.
15966
15967 2005-06-10 Kenichi Handa <handa@m17n.org>
15968
15969 * term/x-win.el (x-clipboard-yank): Remove condition-case
15970 wrapping.
15971
15972 2005-06-11 Kenichi Handa <handa@m17n.org>
15973
15974 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15975 date lines stricter.
15976
15977 2005-06-10 Zhang Wei <id.brep@gmail.com>
15978
15979 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15980 of x-get-selection.
15981
15982 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15983
15984 * comint.el (comint-mode, comint-snapshot-last-prompt):
15985 * frame.el (frame-current-scroll-bars):
15986 * term.el (term-mode, term-check-proc, term-input-sender)
15987 (term-simple-send, term-extract-string, term-word)
15988 (term-match-partial-filename):
15989 * window.el (window-current-scroll-bars):
15990 * emulation/cua-base.el (cua-normal-cursor-color)
15991 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15992 (cua-global-mark-cursor-color):
15993 * mail/undigest.el (rmail-forward-separator-regex):
15994 Fix typos in docstrings.
15995
15996 * comint.el (comint-check-proc, make-comint-in-buffer)
15997 (comint-source-default): Doc fixes.
15998
15999 * term.el (term-send-string): Improve argument/docstring consistency.
16000
16001 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16002
16003 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16004 call to `delete-region'.
16005 (comint-mode-hook): Do not enable Font Lock by default.
16006
16007 2005-06-09 Lute Kamstra <lute@gnu.org>
16008
16009 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16010 could be void.
16011
16012 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16013
16014 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16015 (debug): Use it.
16016 (debugger-step-through, debugger-continue, debugger-jump)
16017 (debugger-return-value): Set it when needed.
16018 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16019 Use inhibit-read-only.
16020
16021 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16022
16023 * window.el (shrink-window-if-larger-than-buffer)
16024 (window-size-fixed): Fix typo in docstring.
16025
16026 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16027 thumbnails directory on loading.
16028 (thumbs-conversion-program): Use `eq' to check the system type,
16029 not `equal'.
16030 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16031 not "/tmp". Fix docstring.
16032 (thumbs-thumbsdir): New function to return the thumbnails
16033 directory, creating it if needed.
16034 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16035 (thumbs-temp-file): Delete variable and make it into a function.
16036 (thumbs-resize-image, thumbs-modify-image): Use it.
16037 (thumbs-kill-buffer): Simplify.
16038 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16039 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16040 docstrings.
16041
16042 2005-06-09 Kim F. Storm <storm@cua.dk>
16043
16044 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16045 set-match-data to free markers in match-data.
16046
16047 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16048 match-data to unchain markers in match-data.
16049
16050 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16051
16052 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16053 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16054 unnecessary now.
16055
16056 2005-06-08 Richard M. Stallman <rms@gnu.org>
16057
16058 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16059 give the variable a doc string that doesn't say don't set it directly.
16060
16061 * textmodes/ispell.el (ispell-check-version):
16062 Use match-string-no-properties.
16063 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16064 (ispell-buffer-local-words): Likewise.
16065
16066 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16067 except on terminals with enough colors to really display it.
16068 (makefile-dependency-regex): Delete spurious `bb'.
16069
16070 * faces.el (escape-glyph): Use blue once again in last case.
16071 (no-break-space): Redefine so that it isn't invisible on a tty.
16072
16073 2005-06-08 Kim F. Storm <storm@cua.dk>
16074
16075 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16076 also when reading directory name.
16077
16078 2005-06-08 Lute Kamstra <lute@gnu.org>
16079
16080 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16081 (flyspell-mode-line-string): Remove autoload cookie.
16082 (flyspell-mode): Remove defvar.
16083
16084 2005-06-07 Lute Kamstra <lute@gnu.org>
16085
16086 * textmodes/org.el (org-run-mode-hooks): New function.
16087 (org-agenda-mode): Use it.
16088
16089 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16090
16091 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16092
16093 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16094
16095 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16096
16097 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16098
16099 * font-lock.el (font-lock-add-keywords): Doc fix.
16100
16101 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16102
16103 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16104 (tex-compile-default): In the absence of any history, use the order in
16105 tex-compile-alist to choose the preferred command.
16106 (tex-compile-commands): Reorder a bit.
16107
16108 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16109 (flyspell-incorrect-face, flyspell-duplicate-face):
16110 Use (X)Emacs-agnostic code.
16111 (flyspell-mode-map): Don't overwrite at each load. Remove code
16112 redundant with the subsequent add-minor-mode. Merge Emacs and
16113 XEmacs code.
16114 (flyspell-word): Minor simplification.
16115 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16116 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16117 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16118 Merge the corresponding Emacs code.
16119 (flyspell-correct-word, flyspell-xemacs-popup):
16120 Use flyspell-do-correct.
16121
16122 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16123 a dedicated window.
16124
16125 * international/latexenc.el (latexenc-find-file-coding-system):
16126 Undo part of last patch, to turn off a compiler warning.
16127
16128 2005-06-06 Juri Linkov <juri@jurta.org>
16129
16130 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16131 Rename `tmm-inactive-face' to `tmm-inactive'.
16132
16133 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16134
16135 * iswitchb.el: Rename faces.
16136
16137 2005-06-06 Kim F. Storm <storm@cua.dk>
16138
16139 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16140 (cua-global-mark): Remove -face suffix from face names.
16141
16142 * emulation/cua-gmrk.el (cua--init-global-mark):
16143 Remove cua-global-mark face setup.
16144
16145 2005-06-06 Richard M. Stallman <rms@gnu.org>
16146
16147 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16148 just like other allowed characters.
16149 (makefile-match-dependency): Exclude leading and training whitespace
16150 from the range of regexp subexp 1.
16151 (makefile-macroassign-regex): Don't try to match the body,
16152 just the name of the macro being defined.
16153
16154 * info.el (Info-read-node-name-2): New function.
16155 (Info-read-node-name-1): Use that.
16156 Add a completion-base-size-function property.
16157
16158 * simple.el (completion-setup-function): Look for
16159 completion-base-size-function property of minibuffer-completion-table.
16160
16161 * files.el (locate-file-completion): Doc fix.
16162
16163 * printing.el: Don't call pr-update-menus; user must do that.
16164
16165 * emacs-lisp/debug.el (debugger-window): New variable.
16166 (debug): Use debugger-window if it is set and still alive.
16167 Record debugger-window for next entry.
16168
16169 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16170
16171 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16172
16173 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16174 (hack-one-local-variable, hack-local-variables)
16175 (hack-local-variables-prop-line): Pass that arg.
16176
16177 2005-06-06 Kim F. Storm <storm@cua.dk>
16178
16179 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16180 (ido-indicator): Remove -face suffix from face names.
16181
16182 2005-06-06 Juri Linkov <juri@jurta.org>
16183
16184 * font-lock.el (font-lock-regexp-backslash)
16185 (font-lock-regexp-backslash-construct): New faces.
16186 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16187 after `('. Add `while-no-input' to control structures.
16188
16189 * faces.el (no-break-space, shadow): New faces.
16190 (escape-glyph): Use less loud colors pink2 and red4.
16191
16192 * diff-mode.el (diff-context-face)
16193 * dired.el (dired-ignored)
16194 * rfn-eshadow.el (file-name-shadow)
16195 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16196
16197 * info.el (Info-title-1-face): Use green instead of yellow because
16198 bold yellow is not readable on light backgrounds.
16199
16200 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16201 before selecting the desired mode to not spend time fontifying
16202 old contents.
16203
16204 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16205
16206 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16207 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16208
16209 * ps-print.el (ps-default-fg, ps-default-bg):
16210 Fix typos in docstrings.
16211
16212 * isearchb.el (isearchb): Don't pass a spurious second argument to
16213 `iswitchb-completions'.
16214
16215 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16216
16217 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16218 to preserve point.
16219 (gdb-find-file-hook): Add doc string.
16220
16221 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16222 C dereferenced pointer expression.
16223 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16224
16225 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16226
16227 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16228 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16229 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16230 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16231 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16232 Make background transparent.
16233
16234 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16235
16236 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16237 (font-lock-remove-keywords): Doc fix.
16238 (font-lock-mode-major-mode): Compiler defvar.
16239 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16240
16241 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16242 (font-lock-mode): Update `font-lock-mode-major-mode'.
16243 (font-lock-set-defaults): Compiler defvar.
16244 (font-lock-default-function): Take `font-lock-mode-major-mode'
16245 into account.
16246
16247 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16248 keep track of which major mode it enabled the minor mode for.
16249 Use find-file-hook again. Update docstring.
16250
16251 * simple.el (eval-expression-print-level)
16252 (eval-expression-print-length, eval-expression-debug-on-error):
16253 Doc fixes.
16254
16255 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16256
16257 * iswitchb.el (iswitchb-single-match-face)
16258 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16259 (iswitchb-invalid-regexp-face): New faces.
16260 (iswitchb-completions): Use them.
16261 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16262 now marked as an obsolete alias.
16263 (iswitchb-read-buffer): Remove check for bound font variables.
16264 (iswitchb-invalid-regexp): New free variable.
16265 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16266 set iswitchb-invalid-regexp.
16267 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16268 invalid regexps.
16269 (iswitchb-completions): Add check for complete match when entering
16270 a regexp.
16271 (iswitchb-completions): Remove require-match argument.
16272 (iswitchb-exhibit): Fix caller.
16273 (iswitchb-common-match-inserted): New variable.
16274 (iswitchb-complete, iswitchb-completion-help): Use it.
16275
16276 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16277
16278 * url-http.el (url-http-chunked-encoding-after-change-function):
16279 Use `url-http-debug' instead of `message'.
16280
16281 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16282
16283 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16284 callback argument.
16285
16286 2005-06-04 Kim F. Storm <storm@cua.dk>
16287
16288 * simple.el (line-move): Only call sit-for when moving backwards.
16289
16290 * ido.el (ido-make-merged-file-list-1): New defun split from
16291 ido-make-merged-file-list.
16292 (ido-make-merged-file-list): Bind throw-on-input around call to
16293 ido-make-merged-file-list-1. Return input-pending-p if
16294 interrupted by more input available.
16295 (ido-read-internal): Handle input-pending-p return value from
16296 ido-make-merged-file-list.
16297
16298 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16299
16300 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16301 compatibility code.
16302
16303 * international/latexenc.el (latexenc-find-file-coding-system):
16304 Don't inherit the EOL part of the coding-system from the
16305 tex-main buffer. Fit within 80 columns.
16306
16307 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16308
16309 * tmm.el (tmm-inactive-face): New face.
16310 (tmm-remove-inactive-mouse-face): New function.
16311 (tmm-prompt, tmm-add-one-shortcut)
16312 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16313 but not selectable.
16314
16315 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16316
16317 * faces.el (face-equal): Improve argument/docstring consistency.
16318
16319 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16320
16321 * progmodes/make-mode.el (makefile-targets-face)
16322 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16323 (makefile-bsdmake-dependency-regex)
16324 (makefile-makepp-rule-action-regex)
16325 (makefile-bsdmake-rule-action-regex): New constants.
16326 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16327
16328 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16329 Allow (...) within `...' for makepp messages.
16330
16331 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16332
16333 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16334
16335 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16336 "." files are deleted from all file lists before comparison.
16337
16338 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16339 (viper-ESC-key): Made them customizable.
16340
16341 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16342
16343 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16344
16345 * autorevert.el (auto-revert-buffers): Use save-match-data.
16346
16347 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16348
16349 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16350 menu items with a nil command binding.
16351
16352 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16353
16354 * emacs-lisp/cl-macs.el (defsetf):
16355 Improve argument/docstring consistency.
16356
16357 * faces.el (list-faces-display): Improve the formatting by
16358 computing the maximum length required for any face-name (reworked
16359 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16360 (internal-find-face): Remove redundant info in docstring.
16361
16362 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16363
16364 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16365 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16366 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16367 (gdb-assembler-custom): Improve regexps.
16368 (def-gdb-auto-update-handler): Use window point to preserve point.
16369
16370 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16371
16372 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16373
16374 2005-05-31 Jay Belanger <belanger@truman.edu>
16375
16376 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16377 to calc-embedded.
16378 (calc-embedded-make-info): Have plain prefix argument select
16379 entire line.
16380
16381 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16382
16383 * faces.el (list-faces-display): Signal error if passed a regexp
16384 that matches no face name.
16385
16386 * simple.el (filter-buffer-substring): Fix typo in docstring.
16387
16388 2005-05-31 Richard M. Stallman <rms@gnu.org>
16389
16390 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16391 (vhdl-emacs-21): Doc fix.
16392 (vhdl-mode): Unconditionally set comment-padding.
16393 (vhdl-fixup-whitespace-region): Insert spaces only where
16394 there are none.
16395 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16396
16397 2005-05-30 John Wiegley <johnw@newartisans.com>
16398
16399 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16400 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16401 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16402 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16403 `string-to-number'.
16404
16405 2005-05-30 Jay Belanger <belanger@truman.edu>
16406
16407 * calc/calc.el (calc-bug-address): Fix docstring.
16408 (calc-window-hook, calc-trail-window-hook): New variables.
16409 (calc-trail-display): Restore use of calc-trail-window-hook.
16410 (calc): Restore use of calc-window-hook.
16411
16412 2005-05-31 Masatake YAMATO <jet@gyve.org>
16413
16414 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16415
16416 * help-fns.el (help-C-file-name): Add autoload mark for
16417 `find-function-noselect'.
16418
16419 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16420
16421 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16422 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16423
16424 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16425
16426 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16427 included diary buffer if it was not already being visited.
16428 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16429
16430 * calendar/icalendar.el (top-level): Do not require appt.
16431
16432 * mail/supercite.el (sc-select-attribution): Only use a list
16433 element from sc-attrib-selection-list if it returns a string.
16434 Reported by Davide G. M. Salvetti <salve@debian.org>.
16435
16436 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16437
16438 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16439 includes a hash value to improve its uniqueness, and has a ".jpg"
16440 extension. Also, it is now a valid filename on all systems.
16441 (thumbs-make-thumb): Use `let', not `let*'.
16442 (thumbs-show-thumbs-list): Check for JPEG availability.
16443
16444 2005-05-30 Richard M. Stallman <rms@gnu.org>
16445
16446 * filesets.el (filesets-menu-ensure-use-cached):
16447 Prevent warning when emacs-version>= is undefined.
16448
16449 * printing.el (pr-interactive-n-up): Use string-to-number.
16450
16451 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16452
16453 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16454 Warn only when name to be defined is quoted.
16455
16456 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16457
16458 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16459 Make regexp more robust.
16460 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16461 Force regeneration of disassembly.
16462
16463 2005-05-29 Jay Belanger <belanger@truman.edu>
16464
16465 * calc/calc.el (calc-user-invocation): Check if
16466 calc-invocation-macro is non-nil.
16467
16468 2005-05-29 Juri Linkov <juri@jurta.org>
16469
16470 * add-log.el (change-log-font-lock-keywords):
16471 Add `+' to e-mail regexp to accept mail address with keywords.
16472
16473 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16474
16475 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16476
16477 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16478
16479 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16480
16481 2005-05-29 Richard M. Stallman <rms@gnu.org>
16482
16483 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16484 Undo the change that moves to end of the current word.
16485
16486 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16487
16488 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16489 Throw error when count <= 0 to ensure input is a number.
16490 (gdb-read-memory-custom): Pick up address from buffer.
16491 (gdb-memory-mode): Allow user to increment and decrement
16492 memory address from header line.
16493
16494 2005-05-29 Richard M. Stallman <rms@gnu.org>
16495
16496 * flyspell.el (flyspell-version): Function deleted.
16497 (flyspell-auto-correct-previous-hook): Doc fix.
16498
16499 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16500 Do nothing if memory is full.
16501
16502 * font-lock.el (font-lock-fontify-syntactically-region):
16503 Pass t for GREEDY to looking-back.
16504
16505 * saveplace.el (save-place-alist-to-file): Write the file
16506 using write-region.
16507
16508 * subr.el (looking-back): New argument GREEDY.
16509
16510 * progmodes/compile.el (compilation-start): Set the mode
16511 before inserting the initial text.
16512
16513 * progmodes/which-func.el (which-func-update-1): Turn the mode
16514 off in case of error by setting which-func-mode.
16515
16516 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16517
16518 * flyspell.el (flyspell-auto-correct-previous-word):
16519 Narrow down to what's on the screen, and recenter overlays
16520 at the end of the next word.
16521
16522 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16523
16524 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16525 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16526 (flyspell-abbrev-p): Default to nil.
16527 (flyspell-use-global-abbrev-table-p): Doc fix.
16528 (flyspell-large-region): Allow nil as value.
16529 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16530
16531 (mail-mode-flyspell-verify): More robust handling
16532 of `mail-header-separator'. More efficient signature detection.
16533 Allow for regexp metacharacters in message-header-separator.
16534 Adding `To' not to be checked in mail-mode-flyspell-verify.
16535
16536 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16537 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16538 Bind flyspell-auto-correct-binding.
16539 Bind C-. and C-, .
16540 (flyspell-mode-map): Likewise.
16541 (flyspell-mode): Doc fix.
16542 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16543 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16544 (flyspell-word-cache-result): New var, always local.
16545 (flyspell-check-pre-word-p): Doc fix.
16546 (flyspell-check-changed-word-p): Handle spc like newline.
16547 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16548 (flyspell-word-search-backward, flyspell-word-search-forward):
16549 New functions.
16550 (flyspell-word): Return t if nothing to check.
16551 When parsing TeX code, check for after } or \.
16552 Use flyspell-word-search-backward to find previous word.
16553 Return nil if duplicated word.
16554 For word already checked, return same value as last time.
16555 Set flyspell-word-cache-result after checking.
16556 Don't clobber the return value.
16557 (flyspell-get-word): Major rewrite.
16558 (flyspell-external-point-words): New locals pword, pcount.
16559 Fix size used in progress message.
16560 Find the proper corresponding word in flyspell-large-region-buffer.
16561 (flyspell-region): Check for flyspell-large-region = nil.
16562 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16563 (flyspell-auto-correct-word): Check that WORD is a cons.
16564 (flyspell-correct-word): Likewise.
16565
16566 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16567
16568 * progmodes/make-mode.el (makefile-rule-action-regex)
16569 (makefile-macroassign-regex, makefile-makepp-mode)
16570 (makefile-bsdmake-mode): Continuation lines may be empty.
16571 Reported by Joshua Varner.
16572 (makefile-makepp-font-lock-keywords): Add $(stem).
16573
16574 2005-05-28 Karl Berry <karl@gnu.org>
16575
16576 * textmodes/tex-mode.el: Now that tex-send-command calls
16577 shell-quote-argument (2005-03-31 change), remove all calls to
16578 shell-quote-argument; they all end up invoking tex-send-command.
16579 The double quoting loses on filenames with non-safe characters,
16580 such as "@". Reported by Frederik Fouvry.
16581
16582 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16583
16584 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16585 about preserving point.
16586
16587 2005-05-27 Jay Belanger <belanger@truman.edu>
16588
16589 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16590 Info-goto-node.
16591
16592 * calc/calc-embed.el (calc-embed-arg): New variable.
16593 (calc-do-embedded-activate, calc-embedded-activate-formula)
16594 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16595 variable by new variable.
16596 (calc-embedded-make-info): Replace undeclared variable by new
16597 variable. When selecting region with positive prefix
16598 argument, use end of previous line instead of beginning of line.
16599
16600 * calc/calc-aent.el (calc-arg-values): Declare it.
16601
16602 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16603 Declare them.
16604
16605 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16606
16607 * calc/calc.el (calc-alg-map): Declare it.
16608
16609 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16610
16611 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16612
16613 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16614 (gdb-registers-buffer, toggle-gdb-all-registers):
16615 Toggle display of floating point registers.
16616 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16617
16618 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16619 (toggle-gud-tooltip-dereference):
16620 Rename from gud-toggle-tooltip-dereference.
16621
16622 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16623
16624 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16625
16626 2005-05-27 Jay Belanger <belanger@truman.edu>
16627
16628 * calc/calc-prog.el (calc-kbd-report): Remove.
16629 (calc-kbd-query): Rewrite.
16630
16631 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16632
16633 * image.el (image-library-alist): Move to image.c.
16634 (image-type-available-p): Doc fix.
16635
16636 2005-05-27 Lute Kamstra <lute@gnu.org>
16637
16638 * calc/calc.el (calc):
16639 * outline.el (outline-1, outline-2, outline-3, outline-4)
16640 (outline-5, outline-6, outline-7, outline-8):
16641 * textmodes/dns-mode.el (dns-mode):
16642 * textmodes/sgml-mode.el (sgml-namespace-face):
16643 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16644 (tex-verbatim-face, tex-use-reftex):
16645 * textmodes/texinfo.el (texinfo-heading-face):
16646 Specify customization group.
16647
16648 * longlines.el: Don't require easy-mmode.
16649 (longlines-visible-face): Specify customization group.
16650
16651 2005-05-27 Kenichi Handa <handa@m17n.org>
16652
16653 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16654 encoding table of windows-1251.
16655
16656 * international/ucs-tables.el (ucs-set-table-for-input):
16657 If translation-table-for-input of a coding system is a symbol, get
16658 its translation-table property.
16659
16660 * international/code-pages.el: Don't register a coding system into
16661 non-iso-charset-alist more than once.
16662 (cp-make-coding-system): Likewise.
16663
16664 2005-05-26 John Wiegley <johnw@newartisans.com>
16665
16666 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16667 `eshell-resume-eval' is wrapped in a list, it indicates that the
16668 command was run asynchronously. In that case, unwrap the value
16669 before checking the delimiter value.
16670
16671 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16672 character before a space at the end of a line is \, assume the space
16673 is part of the last argument rather than a final argument separator.
16674
16675 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16676 is in use, and the target is `t' or `nil' (which are the most common
16677 values), don't assume that the symbol target is a buffer.
16678
16679 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16680
16681 * calendar/calendar.el (calendar-mode-line-format):
16682 Use mode-line-highlight as mouse-face.
16683
16684 * time.el (display-time-string-forms, display-time-update):
16685 Use mode-line-highlight as mouse-face.
16686
16687 2005-05-26 Jay Belanger <belanger@truman.edu>
16688
16689 * calc/calc.el (calc-language-alist): Remove extra defvar.
16690
16691 2005-05-26 Lute Kamstra <lute@gnu.org>
16692
16693 * arc-mode.el (archive-mode):
16694 * bookmark.el (bookmark-read-annotation-mode)
16695 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16696 * bs.el (bs-mode):
16697 * calc/calc-yank.el (calc-edit-mode):
16698 * calc/calc.el (calc-mode, calc-trail-mode):
16699 * calculator.el (calculator-mode):
16700 * chistory.el (command-history-mode):
16701 * comint.el:
16702 * cus-edit.el (custom-mode):
16703 * descr-text.el (describe-text-mode):
16704 * ebuff-menu.el (Electric-buffer-menu-mode):
16705 * ediff-util.el (ediff-mode):
16706 * emacs-lisp/re-builder.el (reb-mode):
16707 * emulation/vi.el (vi-mode-setup):
16708 * emulation/ws-mode.el (wordstar-mode):
16709 * eshell/esh-mode.el (eshell-mode):
16710 * forms.el (forms-mode):
16711 * help-mode.el (help-mode):
16712 * hexl.el (hexl-mode):
16713 * ibuffer.el (ibuffer-mode):
16714 * ielm.el (inferior-emacs-lisp-mode):
16715 * info.el (Info-mode, Info-edit-mode):
16716 * international/swedish.el:
16717 * ledit.el (ledit-from-lisp-mode):
16718 * locate.el (locate-mode):
16719 * mail/rmail.el (rmail-mode):
16720 * mail/rmailedit.el (rmail-edit-mode):
16721 * mail/rmailsum.el (rmail-summary-mode):
16722 * mail/supercite.el (sc-electric-mode):
16723 * net/eudc.el (eudc-mode):
16724 * net/quickurl.el (quickurl-list-mode):
16725 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16726 * obsolete/ooutline.el (outline-mode):
16727 * obsolete/options.el (Edit-options-mode):
16728 * obsolete/rnews.el (news-mode):
16729 * obsolete/rnewspost.el (news-reply-mode):
16730 * play/5x5.el (5x5-mode):
16731 * play/decipher.el (decipher-mode, decipher-stats-mode):
16732 * play/gomoku.el (gomoku-mode):
16733 * play/snake.el (snake-mode):
16734 * play/solitaire.el (solitaire-mode):
16735 * play/tetris.el (tetris-mode):
16736 * progmodes/ada-mode.el (ada-mode):
16737 * progmodes/antlr-mode.el (antlr-mode):
16738 * progmodes/autoconf.el (autoconf-mode):
16739 * progmodes/dcl-mode.el (dcl-mode):
16740 * progmodes/delphi.el (delphi-mode):
16741 * progmodes/ebrowse.el (ebrowse-tree-mode)
16742 (ebrowse-electric-list-mode, ebrowse-member-mode)
16743 (ebrowse-electric-position-mode):
16744 * progmodes/f90.el (f90-mode):
16745 * progmodes/fortran.el (fortran-mode):
16746 * progmodes/icon.el (icon-mode):
16747 * progmodes/idlw-help.el (idlwave-help-mode):
16748 * progmodes/idlw-shell.el (idlwave-shell-mode):
16749 * progmodes/idlwave.el (idlwave-mode):
16750 * progmodes/inf-lisp.el (inferior-lisp-mode):
16751 * progmodes/m4-mode.el (m4-mode):
16752 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16753 * progmodes/modula2.el (modula-2-mode):
16754 * progmodes/octave-inf.el (inferior-octave-mode):
16755 * progmodes/octave-mod.el (octave-mode):
16756 * progmodes/pascal.el (pascal-mode):
16757 * progmodes/sh-script.el (sh-mode):
16758 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16759 * progmodes/vhdl-mode.el (vhdl-mode):
16760 * progmodes/xscheme.el (scheme-interaction-mode):
16761 * replace.el (occur-mode):
16762 * ses.el (ses-mode):
16763 * simple.el (completion-list-mode):
16764 * skeleton.el:
16765 * speedbar.el (speedbar-mode):
16766 * term.el (term-mode):
16767 * terminal.el (terminal-edit-mode):
16768 * textmodes/reftex-index.el (reftex-index-mode)
16769 (reftex-index-phrases-mode):
16770 * textmodes/reftex-sel.el (reftex-select-label-mode)
16771 (reftex-select-bib-mode):
16772 * textmodes/reftex-toc.el (reftex-toc-mode):
16773 * wdired.el (wdired-change-to-wdired-mode):
16774 * wid-browse.el (widget-browse-mode):
16775 Use run-mode-hooks.
16776
16777 * array.el (array-mode):
16778 * calendar/todo-mode.el (todo-mode):
16779 * man.el (Man-mode):
16780 * play/landmark.el (lm-mode):
16781 * play/mpuz.el (mpuz-mode):
16782 Use kill-all-local-variables and run-mode-hooks.
16783
16784 * subr.el (delay-mode-hooks): Specify indentation.
16785
16786 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16787
16788 * xml.el (xml-substitute-special): Don't die for undefined xml
16789 entities.
16790
16791 2005-05-26 Jay Belanger <belanger@truman.edu>
16792
16793 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16794 of nil.
16795
16796 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16797
16798 * progmodes/gdb-ui.el (gdb-frame-address):
16799 Rename from gdb-current-address.
16800 (gdb-previous-frame-address): Rename from gdb-previous-address.
16801 (gdb-selected-frame): Rename from gdb-current-frame.
16802 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16803 (gdb-frame-number): Rename from gdb-current-stack-level.
16804 (gdb-ann3): Match new mode-name for disassembly buffer.
16805 Extend initialization of variables.
16806 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16807 (gdb-memory-mode): Use mouse-face in header line.
16808 (gdb-assembler-buffer-name): Call it disassembly and give frame
16809 in mode line.
16810 (gdb-source-spec-regexp, gdb-assembler-custom)
16811 (gdb-invalidate-assembler, gdb-frame-handler):
16812 Make robust to leading zeroes in address format.
16813
16814 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16815
16816 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16817 define `org-mode'.
16818 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16819
16820 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16821
16822 * log-edit.el (log-edit-changelog-entries): Distinguish between
16823 filenames like xfns.c and fns.c.
16824
16825 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16826
16827 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16828 point after reverting.
16829 (Buffer-menu-make-sort-button): Handle the case where
16830 `Buffer-menu-use-header-line' is nil.
16831
16832 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16833
16834 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16835 New funcs. In minibuffer-local-completion-map bind `]', `/'
16836 and `:' to them.
16837
16838 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16839
16840 * startup.el (normal-top-level): Allow modification of load-path while
16841 we're iterating over it.
16842
16843 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16844
16845 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16846 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16847 (thumbs-resize-interactive, thumbs-insert-image)
16848 (thumbs-insert-thumb, thumbs-dired-show-marked)
16849 (thumbs-find-image-at-point, thumbs-delete-images)
16850 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16851 (thumbs-increment-image-size, thumbs-decrement-image-size):
16852 Fix typos in docstrings.
16853
16854 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16855
16856 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16857 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16858 (cperl-mode): Use them.
16859
16860 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16861
16862 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16863 Doc fixes.
16864
16865 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16866
16867 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16868 Bind C-d to gdb-inferior-io-eof.
16869
16870 * dired.el (dired-dnd-popup-notice): Use message-box.
16871
16872 2005-05-23 Masatake YAMATO <jet@gyve.org>
16873
16874 * bindings.el (mode-line-major-mode-keymap):
16875 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16876
16877 * faces.el (mode-line-highlight): New face.
16878
16879 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16880 as mouse-face.
16881
16882 * bindings.el (top-level, help-echo, mode-line-modified)
16883 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16884 as mouse-face.
16885
16886 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16887
16888 * progmodes/cc-engine.el (c-guess-basic-syntax):
16889 Remove spurious call to `zerop'.
16890
16891 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16892
16893 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16894
16895 CC Mode update to 5.30.10:
16896
16897 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16898 could go past the limit in decoration level 2, thereby causing
16899 errors during interactive fontification.
16900
16901 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16902 the file is evaluated interactively.
16903
16904 * cc-engine.el (c-guess-basic-syntax): Handle operator
16905 declarations somewhat better in C++.
16906
16907 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16908 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16909 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16910 (awk-mode): Use it.
16911 (make-local-hook): Suppress warning about obsoleteness.
16912
16913 * cc-engine.el, cc-align.el, cc-cmds.el
16914 (c-append-backslashes-forward, c-delete-backslashes-forward)
16915 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16916 Compensate for return value from `forward-line' when it has moved
16917 but not to a different line due to eob.
16918
16919 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16920 `objc-method-intro' and `objc-method-args-cont'.
16921
16922 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16923
16924 CC Mode update to 5.30.10:
16925
16926 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16927 in the copyright statement. Incidentally, change "along with GNU
16928 Emacs" to "along with this program" where it occurs.
16929
16930 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16931 so that it is interactive, hence can be found by M-x awk-mode
16932 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16933 <gmorris+emacs@ast.cam.ac.uk>.
16934
16935 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16936 Mode's regexps.
16937
16938 2005-05-23 Kevin Ryde <user42@zip.com.au>
16939
16940 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16941 c-parse-state, to avoid a lisp error (on bad code).
16942
16943 2005-05-23 Lute Kamstra <lute@gnu.org>
16944
16945 * subr.el (font-lock-defaults): Remove defvar as it's already
16946 defined in font-core.el.
16947
16948 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16949
16950 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16951
16952 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16953 more general and work when GDB variable "print pretty" is on,
16954 as with Emacs, for example.
16955
16956 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16957
16958 * font-core.el: Update comment.
16959
16960 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16961 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16962
16963 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16964
16965 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16966
16967 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16968 and `yank-handler' in the doc strings.
16969
16970 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16971
16972 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16973
16974 2005-05-22 Richard M. Stallman <rms@gnu.org>
16975
16976 * help.el (describe-key): Move print-help-return-message call
16977 out of conditional.
16978
16979 * progmodes/etags.el (list-tags): Use with-no-warnings.
16980
16981 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16982 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16983 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16984
16985 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16986
16987 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16988 Add defvar.
16989
16990 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16991 Use defvar, not defconst.
16992
16993 * hexl.el (hexl-follow-line): Use with-no-warnings.
16994
16995 * emulation/tpu-extras.el: Use write-file-functions instead of
16996 write-file-hooks.
16997
16998 * dired.el (dired-font-lock-keywords): Fontify files with junk
16999 extensions even if marked by -F.
17000
17001 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17002
17003 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17004 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17005 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17006 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17007 (concatenate, list-length, get*, getf, cl-remprop):
17008 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17009 (etypecase, progv, lexical-let, lexical-let*)
17010 (multiple-value-bind, multiple-value-setq, shiftf):
17011 Improve argument/docstring consistency.
17012
17013 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17014
17015 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17016
17017 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17018 doesn't exist.
17019
17020 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17021 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17022
17023 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17024
17025 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17026 already deleted variables: auto-fill-hook, blink-paren-hook,
17027 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17028 suspend-hooks, comment-indent-hook, meta-flag,
17029 before-change-function, after-change-function,
17030 font-lock-doc-string-face.
17031
17032 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17033
17034 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17035
17036 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17037
17038 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17039 rmail-dont-reply-to.
17040
17041 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17042
17043 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17044 literal blank when splitting new-header-values.
17045
17046 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17047
17048 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17049 string so that tmm doesn't create a completion entry for it.
17050
17051 * textmodes/table.el (table-disable-menu): Ditto.
17052
17053 2005-05-21 Richard M. Stallman <rms@gnu.org>
17054
17055 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17056
17057 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17058
17059 * net/rcompile.el (remote-compile): Use compilation-start.
17060
17061 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17062
17063 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17064
17065 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17066 Default to makefile-bsdmake-mode on BSD systems.
17067
17068 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17069 REGEXP may also be a search function now. The part of doc-string
17070 for describing the structure was 95% identical to that of
17071 `imenu--generic-function'. Unify it there.
17072
17073 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17074 Use function to find dependencies, because regexp alone is so complex,
17075 it easily goes into an endless loop.
17076 (makefile-makepp-mode): Also add submenu for Perl functions
17077 defined in the makefile.
17078 (makefile-bsdmake-mode): Special imenu-generic-expression no
17079 longer needed, due to function call.
17080 (makefile-match-dependency): Take BOUND into account when checking
17081 if we're through.
17082
17083 2005-05-20 Jay Belanger <belanger@truman.edu>
17084
17085 * calc/calc-units.el (calc-invalidate-units-table):
17086 Use inhibit-read-only.
17087 (math-build-units-table-buffer): Use view-mode.
17088
17089 2005-05-20 David Kastrup <dak@gnu.org>
17090
17091 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17092 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17093
17094 2005-05-20 Lute Kamstra <lute@gnu.org>
17095
17096 * diff-mode.el (diff-header-face, diff-file-header-face)
17097 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17098 (diff-added-face, diff-changed-face, diff-function-face)
17099 (diff-context-face, diff-nonexistent-face): Put them in the
17100 diff-mode customization group.
17101
17102 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17103
17104 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17105
17106 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17107
17108 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17109 Minor regexp-optimization.
17110
17111 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17112
17113 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17114 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17115 (org-agenda-add-time-grid-maybe): New function.
17116 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17117 (org-table-create): `dotimes' instead of `mapcar'.
17118 (org-xor): Simplify implementation.
17119 (org-agenda): `inhibit-redisplay' turned on.
17120 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17121 a consistent line after a state change.
17122 (org-agenda-remove-times-when-in-prefix): New option.
17123 (org-prefix-has-time): New variable.
17124 (org-parse-time-string): Optional argument NODEFAULT.
17125 (org-format-agenda-item): Parse items for time-of-day
17126 specifications and move these into the prefix if possible.
17127 (org-agenda-priority): Get current heading, not previous heading
17128 during agenda remote editing.
17129
17130 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17131
17132 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17133 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17134 (remove-duplicates, delete-duplicates, substitute)
17135 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17136 (nsubstitute-if-not, find, find-if, find-if-not, position)
17137 (position-if, position-if-not, count, count-if, count-if-not)
17138 (mismatch, search, sort*, stable-sort, merge, member*)
17139 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17140 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17141 (intersection, nintersection, set-difference, nset-difference)
17142 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17143 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17144 (nsublis, tree-equal): Improve argument/docstring consistency.
17145
17146 * subr.el (send-string, send-region): Remove obsolescence declaration.
17147 (window-dot, set-window-dot, read-input, show-buffer)
17148 (eval-current-buffer, string-to-int):
17149 Add release number to obsolescence declarations.
17150
17151 2005-05-19 Kim F. Storm <storm@cua.dk>
17152
17153 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17154 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17155
17156 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17157
17158 * faces.el (list-faces-display): Make back button respect optional
17159 regexp arg.
17160
17161 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17162
17163 * calculator.el (calculator-radix-grouping-mode)
17164 (calculator-radix-grouping-digits, calculator-displayer)
17165 (calculator-radix-grouping-separator, calculator-copy-displayer):
17166 * dabbrev.el (dabbrev-search-these-buffers-only):
17167 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17168 (diff-advance-after-apply-hunk, diff-mode-hook)
17169 (diff-minor-mode-prefix):
17170 * imenu.el (imenu-use-popup-menu):
17171 * jit-lock.el (jit-lock-context-time):
17172 * newcomment.el (comment-fill-column, comment-column)
17173 (comment-style, comment-padding, comment-multi-line)
17174 (comment-empty-lines, comment-auto-fill-only-comments):
17175 * reveal.el (reveal-around-mark):
17176 * uniquify.el (uniquify-buffer-name-style)
17177 (uniquify-after-kill-buffer-p)
17178 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17179 (uniquify-min-dir-content, uniquify-separator)
17180 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17181 * w32-vars.el (w32-fixed-font-alist):
17182 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17183 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17184 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17185 * progmodes/perl-mode.el (perl-indent-level)
17186 (perl-continued-statement-offset, perl-continued-brace-offset)
17187 (perl-brace-offset, perl-brace-imaginary-offset)
17188 (perl-label-offset, perl-indent-continued-arguments)
17189 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17190 * progmodes/tcl.el (tcl-indent-level)
17191 (tcl-continued-indent-level, tcl-auto-newline)
17192 (tcl-tab-always-indent, tcl-electric-hash-style)
17193 (tcl-help-directory-list, tcl-use-smart-word-finder)
17194 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17195 (inferior-tcl-source-command):
17196 * textmodes/fill.el (enable-kinsoku):
17197 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17198 * textmodes/table.el (table-yank-handler):
17199 Specify missing group (and type, if simple) in defcustom.
17200
17201 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17202
17203 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17204
17205 2005-05-19 Richard M. Stallman <rms@gnu.org>
17206
17207 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17208
17209 * subr.el (event-basic-type): Don't get an error.
17210 (left-fringe-p): Function deleted.
17211
17212 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17213 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17214
17215 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17216 in recursive copy.
17217
17218 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17219
17220 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17221
17222 * emacs-lisp/bytecomp.el
17223 (byte-compile-file-form-custom-declare-variable):
17224 Call byte-compile-nogroup-warn if appropriate.
17225
17226 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17227 (compilation-set-window): Don't call left-fringe-p; do it directly.
17228
17229 2005-05-19 Jay Belanger <belanger@truman.edu>
17230
17231 * calc/calc-graph.el (calc-graph-format-data): Make sure
17232 var-PlotRejects is bound before trying to check its value.
17233
17234 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17235
17236 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17237 definition of this variable from reftex-global.el to reftex.el,
17238 because it is needed in the menu.
17239
17240 2005-05-19 Lute Kamstra <lute@gnu.org>
17241
17242 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17243 years are fixed. Don't insert a space after a dash.
17244
17245 2005-05-19 Kim F. Storm <storm@cua.dk>
17246
17247 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17248
17249 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17250
17251 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17252 strings, because (eq ... ?\\) is fairly frequent.
17253
17254 * progmodes/make-mode.el (makefile-add-this-line-targets):
17255 Simplify and integrate into `makefile-pickup-targets'.
17256 (makefile-add-this-line-macro): Simplify and integrate into
17257 `makefile-pickup-macros.
17258 (makefile-pickup-filenames-as-targets): Simplify.
17259 (makefile-previous-dependency, makefile-match-dependency):
17260 Don't stumble over `::'.
17261
17262 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17263
17264 * subr.el (post-command-idle-hook, post-command-idle-delay):
17265 Remove obsoletion of post-command-idle-hook and
17266 post-command-idle-delay.
17267
17268 * faces.el (list-faces-display): Provide button when describe-face
17269 is called to take user back to the list of faces.
17270
17271 * help-fns.el (describe-variable): Remove hyperlinks in a
17272 variable's value as these are quite frequently inappropriate.
17273
17274 * follow.el (follow-submit-feedback, follow-mode):
17275 Remove references to post-command-idle-hook.
17276
17277 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17278
17279 * progmodes/make-mode.el (makefile-previous-dependency)
17280 (makefile-match-dependency): Check for := (and in bsd mode also
17281 !=) to give a better result, even when font-lock is not on.
17282
17283 2005-05-18 Jay Belanger <belanger@truman.edu>
17284
17285 * calc/calc-help.el (calc-s-prefix-help):
17286 Add `calc-copy-special-constant' to help string.
17287
17288 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17289
17290 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17291
17292 2005-05-18 Jay Belanger <belanger@truman.edu>
17293
17294 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17295 in linear factors are in proper order.
17296
17297 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17298
17299 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17300 Support for jurabib.
17301
17302 * textmodes/reftex.el (featurep): Define aliases for overlay
17303 commands, for XEmacs compatibility, and use these aliases in
17304 overlay initializations.
17305 (reftex-highlight): Use `reftex-move-overlay'.
17306 (reftex-unhighlight): Use `reftex-delete-overlay'.
17307 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17308 (reftex-access-search-path): Use `reftex-uniquify' instead of
17309 `reftex-uniq'
17310
17311 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17312 `before-string' property modification enables for Emacs as well.
17313 (reftex-select-item): Use `reftex-delete-overlay'.
17314 (reftex-select-mark): Use `reftex-make-overlay' and
17315 `reftex-overlay-put'.
17316 (reftex-select-unmark): Use `reftex-delete-overlay' and
17317 `reftex-overlay-put'.
17318
17319 2005-05-18 Lute Kamstra <lute@gnu.org>
17320
17321 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17322
17323 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17324
17325 * add-log.el (add-change-log-entry):
17326 * array.el (array-make-template, array-reconfigure-rows)
17327 (array-init-max-row, array-init-max-column)
17328 (array-init-columns-per-line, array-init-field-width):
17329 * replace.el (replace-match-maybe-edit, perform-replace):
17330 * textmodes/spell.el (spell-region):
17331 Replace `read-input' by `read-string'.
17332
17333 * forms.el (forms-mode):
17334 * finder.el (finder-compile-keywords):
17335 * shadowfile.el (shadow-read-files):
17336 Replace `eval-current-buffer' by `eval-buffer'.
17337
17338 * terminal.el (te-pass-through):
17339 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17340 (ange-ftp-raw-send-cmd):
17341 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17342 (send-process-next-char, telnet-initial-filter, telnet):
17343 Replace `send-string' by `process-send-string'.
17344
17345 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17346 (prolog-consult-region): Replace `send-string' by
17347 `process-send-string'; replace `send-region' by `process-send-region'.
17348
17349 * progmodes/delphi.el (delphi-log-msg):
17350 Replace `set-window-dot' by `set-window-point'.
17351
17352 * subr.el (window-dot, set-window-dot, read-input, send-string)
17353 (send-region, show-buffer, eval-current-buffer):
17354 Make really obsolete, as the comment says.
17355
17356 2005-05-17 Kim F. Storm <storm@cua.dk>
17357
17358 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17359 (cua--init-keymaps): Bind C-return instead of S-return to set
17360 rectangle mark.
17361
17362 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17363 instead of S-return to toggle/clear rectangle mark.
17364
17365 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17366
17367 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17368 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17369 Also fontify plain strings assigned to variables, mostly so that a
17370 colon has a face and is thus not taken as a dependency separator.
17371 (makefile-previous-dependency): Inline the new matcher, because it
17372 is too complex to work in both directions.
17373 (makefile-match-dependency): Eliminate `backward' arg (see above).
17374 Completely reimplemented so as to not sometimes go into an endless
17375 loop. It should also be more efficient, because first it only
17376 searches for `:', instead of applying the very complex regexp.
17377 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17378 to be fontified in one piece can be too long for JIT.
17379 Makefiles are never *that* big.
17380
17381 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17382
17383 * dired.el (dired-mode): Simplify.
17384
17385 2005-05-17 Lute Kamstra <lute@gnu.org>
17386
17387 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17388 defcustom for the mode hook variable.
17389
17390 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17391 Emacs Lisp Reference Manual.
17392
17393 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17394
17395 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17396 (evenp, list*):
17397 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17398 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17399
17400 * net/tramp-smb.el (tramp-smb-open-connection):
17401 Pass `tramp-chunksize' as fifth (required) argument.
17402
17403 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17404
17405 * font-lock.el (lisp-font-lock-keywords-1):
17406 Set `font-lock-negation-char-face' for [^...] char group.
17407 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17408
17409 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17410 a var, and refine it to mask one more level of nested vars.
17411 (makefile-rule-action-regex): Turn it into a var, and refine it so
17412 it recognizes backslashed continuation lines as belonging to the
17413 same command.
17414 (makefile-macroassign-regex): Refine it so it recognizes
17415 backslashed continuation lines as belonging to the same command.
17416 (makefile-var-use-regex): Don't look at the next char, because it
17417 might be the same one to be skipped by the initial [^$], leading
17418 to an overlooked variable use.
17419 (makefile-make-font-lock-keywords): Remove two parameters, which
17420 are now variables that some of the modes set locally.
17421 Handle dependency and rule action matching through functions, because
17422 regexps alone match too often. Dependency matching now comes
17423 last, so it can check, whether a colon already matched something else.
17424 (makefile-mode): Inform that font-lock improves makefile parsing
17425 capabilities.
17426 (makefile-match-dependency, makefile-match-action): New functions.
17427
17428 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17429
17430 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17431
17432 * align.el (align-regexp):
17433 * ansi-color.el (ansi-color-get-face):
17434 * array.el (array-reconfigure-rows, array-init-max-row)
17435 (array-init-max-column, array-init-columns-per-line)
17436 (array-init-field-width):
17437 * dired-aux.el (dired-trample-file-versions):
17438 * dired-x.el (dired-mark-sexp):
17439 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17440 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17441 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17442 * faces.el (face-read-integer):
17443 * files.el (backup-extract-version, insert-directory):
17444 * hexl.el (hexl-insert-decimal-char):
17445 * server.el (server-process-filter):
17446 * shell.el (shell-extract-num):
17447 * startup.el (command-line-1):
17448 * term.el (term-command-hook):
17449 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17450 (time-stamp-do-number):
17451 * time.el (display-time-update):
17452 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17453 (timezone-fix-time):
17454 * vms-patch.el (vms-suspend-resume-hook):
17455 * calendar/appt.el (appt-convert-time):
17456 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17457 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17458 * calendar/cal-islam.el (mark-islamic-diary-entries):
17459 * calendar/calendar.el (calendar-cursor-to-date)
17460 (calendar-star-date):
17461 * calendar/diary-lib.el (diary-attrtype-convert)
17462 (mark-diary-entries, diary-entry-time):
17463 * calendar/solar.el (solar-get-number):
17464 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17465 * emacs-lisp/re-builder.el (reb-display-subexp):
17466 * emulation/edt.el (edt-set-scroll-margins):
17467 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17468 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17469 (vip-get-ex-count):
17470 * emulation/viper-ex.el (viper-get-ex-token)
17471 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17472 * international/fontset.el (fontset-plain-name):
17473 * mail/feedmail.el (feedmail-look-at-queue-directory):
17474 * mail/mailalias.el (mail-get-names):
17475 * mail/rmail.el (rmail-convert-to-babyl-format):
17476 * mail/rmailsum.el (rmail-make-basic-summary-line)
17477 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17478 (rmail-summary-goto-msg):
17479 * mail/smtpmail.el (smtpmail-read-response):
17480 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17481 (ange-ftp-vms-add-file-entry):
17482 * play/gametree.el (gametree-looking-at-ply)
17483 (gametree-current-branch-score):
17484 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17485 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17486 * progmodes/cperl-mode.el (condition-case):
17487 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17488 (ebrowse-set-member-buffer-column-width)
17489 (ebrowse-select-1st-to-9nth):
17490 * progmodes/etags.el (etags-snarf-tag):
17491 * progmodes/flymake.el (flymake-parse-line):
17492 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17493 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17494 (idlwave-shell-menu-def):
17495 * progmodes/ps-mode.el (ps-run-goto-error):
17496 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17497 (vhdl-speedbar-contract-level):
17498 * term/mac-win.el (x-handle-numeric-switch):
17499 * term/sun-mouse.el (sun-get-frame-data):
17500 * term/w32-win.el (x-handle-numeric-switch):
17501 * term/x-win.el (x-handle-numeric-switch):
17502 * textmodes/ispell.el (ispell-parse-output):
17503 * textmodes/nroff-mode.el (nroff-outline-level):
17504 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17505 (reftex-bib-sort-year-reverse, reftex-format-citation):
17506 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17507 (reftex-section-number):
17508 * textmodes/texinfmt.el (texinfo-paragraphindent):
17509 Replace `string-to-int' by `string-to-number'.
17510
17511 * international/latexenc.el: Add page marker to force the "Local
17512 Variables:" string out of the last page.
17513
17514 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17515
17516 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17517 tooltip-change-major-mode.
17518 (gud-tooltip-print-command): Remove case where gud-minor-mode
17519 is gdb ("--fullname").
17520 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17521 explain to user.
17522
17523 2005-05-16 Jay Belanger <belanger@truman.edu>
17524
17525 * calc/calc-store.el (calc-copy-special-constant): New function.
17526
17527 * calc/calc-ext.el (calc-init-extensions): Add binding for
17528 `calc-copy-special-constant'.
17529
17530 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17531 for the `calc-copy-special-constant' command.
17532
17533 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17534
17535 * subr.el (left-fringe-p): New function.
17536
17537 * progmodes/compile.el (compilation-setup): Set local value of
17538 overlay-arrow-string to "" always.
17539 (compilation-set-window): Left fringe then don't scroll.
17540 No left fringe then no arrow and scroll message to top.
17541 (compilation-context-lines): Adjust doc string accordingly.
17542
17543 2005-05-16 Kim F. Storm <storm@cua.dk>
17544
17545 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17546 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17547 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17548 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17549 (ido-read-file-name): Handle commands with ido property value
17550 equal to find-file as reading a file name, to allow C-d to enter dired.
17551 (ibuffer-find-file): Add ido property with value find-file.
17552
17553 2005-05-15 Kim F. Storm <storm@cua.dk>
17554
17555 * subr.el (open-network-stream-nowait): Remove.
17556 (open-network-stream-server): Remove.
17557
17558 2005-05-15 Richard M. Stallman <rms@gnu.org>
17559
17560 * faces.el (describe-face): Output a definition link button.
17561
17562 * help-mode.el (help-face-def): New button type.
17563
17564 * emacs-lisp/copyright.el (copyright-fix-years):
17565 Match properly if the first year is 2-digit.
17566 Don't mess up the whitespace after the years by filling.
17567
17568 * dired-aux.el (dired-mark-confirm):
17569 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17570
17571 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17572 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17573 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17574
17575 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17576 Set font-lock-comment-start-skip.
17577
17578 * font-lock.el (font-lock-comment-start-skip): New variable.
17579 (font-lock-comment-end-skip): New variable.
17580 (font-lock-fontify-syntactically-region): Use them if non-nil.
17581
17582 2005-05-15 Jay Belanger <belanger@truman.edu>
17583
17584 * calc/calc-store.el (calc-store-value): Return a string rather
17585 than display it as a message.
17586 Use calc-var-name for variable name.
17587 (calc-store-into): Add the result of calc-store-value to message.
17588 (calc-copy-variable): Add a message.
17589 (calc-store-exchange): Improve error messages.
17590 (calc-store-binary, calc-store-map): Don't reset the values of
17591 special constants.
17592
17593 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17594
17595 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17596 manual to docstring.
17597
17598 * files.el (hack-local-variables-confirm): Add STRING argument.
17599 Make the function handle non file visiting buffers correctly.
17600 (hack-local-variables-prop-line, hack-local-variables)
17601 (hack-one-local-variable): Use STRING arg of
17602 `hack-local-variables-confirm'.
17603
17604 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17605
17606 Sync with Tramp 2.0.49.
17607
17608 * net/tramp.el (tramp-handle-dired-call-process)
17609 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17610 because the contents of the Tramp buffer is changed before
17611 insertion (`expand-file' and alike).
17612 (tramp-handle-insert-directory): If `localname' has an empty
17613 nondirectory name, it must not be quoted.
17614 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17615 variable `tramp-chunksize'. Change callees.
17616 (tramp-open-connection-setup-interactive-shell): Check remote host
17617 for buggy `send-process-string' implementation.
17618 Set `tramp-chunksize' if found. Reported by Michael Kifer
17619 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17620 (tramp-handle-shell-command): `insert-buffer' cannot be used
17621 because the contents of the Tramp buffer is changed before
17622 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17623 <frederic.bothamy@free.fr>.
17624 (tramp-set-auto-save): Actions should be done for Tramp file name
17625 handler only. Ange-FTP has its own auto-save mechanism.
17626 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17627 (tramp-set-auto-save-file-modes): Set file modes of
17628 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17629 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17630 (tramp-bug): Remove obsolete variable.
17631 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17632 for presence of `mml-mode'. Make it running for older Emacsen as well.
17633
17634 2005-05-14 John Paul Wallington <jpw@pobox.com>
17635
17636 * ibuf-ext.el (define-ibuffer-filter filename):
17637 If `dired-directory' is a list, use its car.
17638
17639 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17640
17641 * ibuffer.el (define-ibuffer-column filename):
17642 If `dired-directory' is a list, use its car.
17643
17644 2005-05-14 Richard M. Stallman <rms@gnu.org>
17645
17646 * subr.el (symbol-file): Doc fix.
17647
17648 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17649 (byte-compile-form): Call byte-compile-nogroup-warn.
17650 (byte-compile-warning-types): Doc fix.
17651
17652 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17653
17654 * progmodes/cc-engine.el (c-literal-faces):
17655 Add font-lock-comment-delimiter-face.
17656
17657 * net/net-utils.el (dig): Use with-no-warnings.
17658
17659 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17660 (sc-recite-frame-alist, sc-default-cite-frame)
17661 (sc-default-uncite-frame, sc-default-recite-frame)
17662 (sc-attrib-selection-list, sc-rewrite-header-list):
17663 Mark as risky-local-variable.
17664
17665 * international/ogonek.el (ogonek-jak, ogonek-how):
17666 Don't use beginning-of-buffer.
17667
17668 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17669
17670 * calendar/solar.el (solar-data-list): Move definition up.
17671
17672 * dnd.el (dnd-protocol-alist): Add autoload.
17673
17674 * progmodes/sh-script.el: Many doc usage fixes.
17675 (sh-indent-after-do): Change default to match common styles.
17676
17677 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17678
17679 * files.el (interpreter-mode-alist)
17680 (auto-mode-interpreter-regexp): Doc fixes.
17681
17682 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17683
17684 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17685
17686 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17687
17688 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17689
17690 * dired.el (dired-mode): make-variable-buffer-local =>
17691 make-local-variable.
17692
17693 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17694
17695 * term/mac-win.el (mac-select-convert-to-string): Try coding
17696 systems in mac-script-code-coding-systems if specified one cannot
17697 encode string for `com.apple.traditional-mac-plain-text'.
17698
17699 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17700
17701 * progmodes/make-mode.el (makefile-targets-face)
17702 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17703 (makefile-dependency-regex): Fix it to not make the colon in
17704 $(var:a=b) special.
17705 (makefile-rule-action-regex): New regexp for highlighting embedded
17706 Shell strings.
17707 (makefile-macroassign-regex): Handle != for highlighting as
17708 embedded Shell strings.
17709 (makefile-var-use-regex): New const.
17710 (makefile-statements, makefile-automake-statements)
17711 (makefile-gmake-statements, makefile-makepp-statements)
17712 (makefile-bsdmake-statements): New consts.
17713 (makefile-make-font-lock-keywords): New function.
17714 (makefile-automake-font-lock-keywords)
17715 (makefile-gmake-font-lock-keywords)
17716 (makefile-makepp-font-lock-keywords)
17717 (makefile-bsdmake-font-lock-keywords): New consts.
17718 (makefile-mode-map): Add switchers between the various submodes.
17719 (makefile-mode): Document the availability of the variants.
17720 (makefile-automake-mode, makefile-gmake-mode)
17721 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17722
17723 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17724 new variants of makefile-mode.
17725
17726 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17727
17728 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17729 the inheritance.
17730
17731 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17732
17733 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17734 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17735
17736 * files.el (normal-mode): Extend the scope of the
17737 `enable-local-variables' binding to include the `set-auto-mode' call.
17738 (magic-mode-alist): Doc fix.
17739
17740 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17741
17742 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17743 font-lock-comment-face rather than copying its setting.
17744
17745 2005-05-12 Andreas Schwab <schwab@suse.de>
17746
17747 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17748
17749 2005-05-12 Lute Kamstra <lute@gnu.org>
17750
17751 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17752 defcustom for the mode hook variable. Delete the last argument.
17753 * generic-x.el: Fix callers of define-generic-mode.
17754 (generic-x-modes): Delete group.
17755 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17756 generic-x customization group.
17757
17758 2005-05-12 Kim F. Storm <storm@cua.dk>
17759
17760 * font-lock.el (font-lock-negation-char-face): Default to "off".
17761
17762 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17763 font-lock-negation-char-face to ! in !=.
17764
17765 2005-05-12 Masatake YAMATO <jet@gyve.org>
17766
17767 * add-log.el (find-change-log): Fix typos in the docstring
17768 of function.
17769
17770 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17771
17772 * international/latexenc.el (latexenc-find-file-coding-system):
17773 Avoid `re-search-forward' when looking for input encoding because
17774 of speed and safety. Better regular expressions for recognizing
17775 input encoding. Limit a search for TeX-master/tex-main-file to
17776 the local variable section.
17777
17778 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17779
17780 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17781 syntax of $ to "'" (quote).
17782
17783 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17784
17785 * dnd.el (dnd-protocol-alist): Improve custom type.
17786
17787 * dired.el (dired-dnd-protocol-alist): New variable.
17788 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17789 `dired-mode-hook' to the end.
17790
17791 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17792
17793 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17794 comment-end if comment-start-skip is not set.
17795 Obey the font-lock-comment-delimiter-face variables.
17796
17797 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17798
17799 * files.el (executable-find): Move from executable.el. Use
17800 locate-file.
17801 * progmodes/executable.el (executable-find): Move to files.el.
17802
17803 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17804 when trying to ensure forward progress.
17805
17806 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17807
17808 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17809 (mouse-select, mouse-select-internal, mouse-extend-internal):
17810 Use it to implement mouse-1-click-follows-link functionality.
17811
17812 2005-05-11 Richard M. Stallman <rms@gnu.org>
17813
17814 * font-lock.el (font-lock-fontify-syntactically-region):
17815 Use font-lock-comment-delimiter-face for comment delimiters.
17816
17817 2005-05-10 Jay Belanger <belanger@truman.edu>
17818
17819 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17820 preserving embedded modes.
17821
17822 2005-05-10 Richard M. Stallman <rms@gnu.org>
17823
17824 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17825
17826 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17827 Move from ada-stmt.el.
17828 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17829
17830 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17831 Move to ada-mode.el.
17832 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17833
17834 * cus-edit.el (custom-file): Call file-chase-links.
17835
17836 * files.el (read-directory-name): Fix previous change.
17837 (hack-local-variables-confirm): New function.
17838 (hack-local-variables-prop-line, hack-local-variables)
17839 (hack-one-local-variable): Use it.
17840
17841 2005-05-10 Lute Kamstra <lute@gnu.org>
17842
17843 * font-lock.el (font-lock-keywords-alist)
17844 (font-lock-removed-keywords-alist): Clarify docstrings.
17845
17846 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17847
17848 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17849 (gdb-source-info): Check for preprocessor info.
17850 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17851 a macro for a function.
17852 (gdb-info-breakpoints-custom): Try to find file again if not already
17853 found (user might have used GDB dir command).
17854 (gdb-get-location): Update gdb-location-alist correctly for change
17855 to gdb-info-breakpoints-custom.
17856
17857 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17858 (gud-tooltip-print-command): Add gdbmi case.
17859 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17860 preprocessor info.
17861
17862 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17863
17864 * startup.el (fancy-splash-insert): Fix typo in doc string.
17865
17866 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17867
17868 * obsolete/float.el (string-to-float):
17869 * obsolete/hilit19.el (hilit-add-pattern):
17870 * obsolete/rnews.el (news-parse-range, news-select-message)
17871 (news-get-pruned-list-of-files): Replace `string-to-int' by
17872 `string-to-number'.
17873
17874 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17875 `find-file-not-found-hooks'; use `add-hook'.
17876 (uncompress-while-visiting): Set `write-file-functions', not
17877 `write-file-hooks'; use `add-hook'.
17878
17879 2005-05-09 Kim F. Storm <storm@cua.dk>
17880
17881 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17882 (cua-paste): Handle clipboard action.
17883 (cua--init-keymaps): Remap clipboard-kill-region and
17884 clipboard-kill-ring-save.
17885
17886 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17887
17888 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17889 Improve commentary.
17890
17891 * simple.el (next-error-overlay-arrow-position): Revert the change
17892 made on 2005-04-30.
17893
17894 2005-05-07 Jay Belanger <belanger@truman.edu>
17895
17896 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17897 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17898 `calc-sel-reselect'.
17899
17900 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17901 Calc is in embedded mode.
17902
17903 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17904
17905 * progmodes/compile.el (compilation-setup):
17906 Set overlay-arrow-string to an empty string on text terminals.
17907
17908 * textmodes/ispell.el (ispell-program-name): Try looking for
17909 "aspell" along exec-path, and if found, use it as the default
17910 speller program.
17911
17912 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17913
17914 * international/mule.el (sgml-xml-auto-coding-function):
17915 Recognize encoding='FOO' in single quotes as well as in double quotes.
17916
17917 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17918
17919 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17920 as well as `interactive', so that defmacro* would recognize
17921 `declare' forms.
17922
17923 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17924
17925 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17926 Explain more about the LIGHTER arg's usage in the doc string.
17927 Add commentary to clarify what the code does. Fix the regexp that
17928 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17929 since it could have characters special to regular expressions.
17930
17931 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17932
17933 * replace.el (occur-1): Bind inhibit-read-only so that
17934 erase-buffer doesn't barf on read-only text properties (likewise
17935 for add-text-properties in occur-engine). Mark buffer as unmodified.
17936 (occur-engine): Don't set buffer-read-only here.
17937
17938 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17939
17940 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17941 list-buffers-directory. This caused the *cvs-commit* buffer to be
17942 sometimes mistakenly reused as a *cvs* buffer.
17943
17944 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17945
17946 * tooltip.el: Move code for GUD tooltips into gud.el.
17947 (require): CL no longer needed to compile case.
17948 (tooltip-mode): Do not toggle functions for GUD tooltips.
17949 (tooltip-gud-tips-p): Remove. Replace with minor mode
17950 gud-tooltip-mode in gud.el.
17951 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17952 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17953 tooltip-gud prefix with gud-tooltip and obsolete.
17954 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17955 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17956 (tooltip-mouse-motion): Mouse movement functions/variable.
17957 Rename in gud.el by adding gud prefix.
17958 (tooltip-gud-original-filter, tooltip-gud-dereference)
17959 (tooltip-gud-event, tooltip-toggle-gud-tips)
17960 (tooltip-gud-process-output, tooltip-gud-print-command)
17961 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17962 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17963 (gdb-tooltip-print): Move to gdb-ui.el.
17964
17965 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17966 (require): CL needed to compile case.
17967 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17968 tooltip-gud-tips-p. Make it a minor-mode.
17969 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17970 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17971 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17972 (gud-tooltip-change-major-mode)
17973 (gud-tooltip-activate-mouse-motions-if-enabled)
17974 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17975 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17976 (gud-tooltip-original-filter, gud-tooltip-dereference)
17977 (gud-tooltip-event, tooltip-toggle-gud-tips)
17978 (gud-tooltip-process-output, gud-tooltip-print-command)
17979 (gud-tooltip-tips): Move from tooltip.el.
17980
17981 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17982 (gdb-cpp-define-alist-flags): Doc fix.
17983 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17984 gud-tooltip-mode is t.
17985
17986 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17987
17988 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17989 evaporate if their text is deleted.
17990 (goto-address-at-point): Make it work as a mouse binding as well.
17991 (goto-address-at-mouse): Obsolete it. Update users.
17992
17993 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17994
17995 * calendar/appt.el (top-level): No longer activate on load.
17996
17997 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17998
17999 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18000 * net/webjump.el (webjump):
18001 * progmodes/idlw-help.el (idlwave-do-context-help1)
18002 (idlwave-highlight-linked-completions):
18003 * textmodes/po.el (po-find-file-coding-system-guts):
18004 Replace `assoc-ignore-case' by `assoc-string'.
18005
18006 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18007
18008 * files.el (locate-file): Doc fix.
18009
18010 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18011 Remove the redundant test for ms-dos.
18012
18013 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18014 look for the preprocessor with exec-suffixes. If not found in
18015 standard places, look in exec-path. Remove most of the tests that
18016 used system-type.
18017
18018 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18019
18020 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18021
18022 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18023 file-name clash with jka-compr.el on 8+3 filesystems.
18024
18025 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18026
18027 * term/mac-win.el: Don't define or bind scroll bar functions if
18028 x-toolkit-scroll-bars is t.
18029 (x-select-text, x-get-selection-value): Clear
18030 x-last-selected-text-clipboard if x-select-enable-clipboard is
18031 nil.
18032 (PRIMARY): Put mac-scrap-name property.
18033 (mac-select-convert-to-file-url): New function.
18034 (public.file-url): New selection target type. Add to
18035 selection-converter-alist.
18036 (x-get-selection, x-selection-value): Handle it.
18037 (x-cut-buffer-or-selection-value): New alias.
18038
18039 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18040
18041 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18042 entry to avoid calling bibtex-find-entry with arg global
18043 being t. Remove arg key.
18044 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18045 (bibtex-copy-summary-as-kill): Change accordingly.
18046
18047 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18048
18049 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18050 (org-agenda-date-later): Use with-current-buffer.
18051
18052 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18053
18054 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18055 (define-obsolete-variable-alias): Doc Fixes.
18056
18057 2005-05-06 Kim F. Storm <storm@cua.dk>
18058
18059 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18060 vertical-motion when selective-display is active.
18061
18062 * ido.el (ido-setup-hook): New hook.
18063 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18064 (ido-input-stack): New var.
18065 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18066 ido-next-work-file binding to M-O.
18067 Bind M-f to ido-wide-find-file-or-pop-dir.
18068 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18069 (ido-read-internal): Run ido-setup-hook.
18070 Catch quit in read-file-name and read-string to cancel edit.
18071 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18072 Automatically pop-all when completing a directory name (RET).
18073 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18074 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18075 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18076 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18077 New functions for M-b/M-f to move among the directory components.
18078 (ido-make-merged-file-list): Catch quit to cancel merge.
18079 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18080 (ido-completion-help): No warnings for ido-completion-buffer-full.
18081
18082 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18083
18084 * font-lock.el (font-lock-negation-char-face): New face and variable.
18085 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18086 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18087 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18088 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18089
18090 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18091
18092 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18093 Fix typo in docstring.
18094
18095 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18096 (ebrowse-print-statistics-line)
18097 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18098
18099 * term/w32-win.el (image-library-alist): Add additional name for
18100 Xpm library.
18101
18102 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18103
18104 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18105 use gcc instead of cpp.
18106
18107 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18108 (gdb-create-define-alist): Use it.
18109 (gdb-cpp-define-alist-program): Update for MS-DOS.
18110
18111 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18112
18113 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18114
18115 2005-05-04 Richard M. Stallman <rms@gnu.org>
18116
18117 * help.el (describe-key): No error when UNTRANSLATED is nil.
18118
18119 * simple.el (line-move-1): Fix previous change to signal errors
18120 appropriately.
18121
18122 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18123
18124 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18125 (icalendar-duration-correction): Remove.
18126 (icalendar--get-event-properties): Split result at commas.
18127 (icalendar--decode-isoduration): New optional argument
18128 DURATION-CORRECTION.
18129 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18130 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18131 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18132 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18133 (icalendar--convert-anniversary-to-ical): New functions, extracted
18134 from icalendar-export-region, with bug fixes.
18135 (icalendar-export-region): Use the above functions.
18136 (icalendar-import-buffer): Check before saving diary file.
18137 (icalendar--convert-recurring-to-diary)
18138 (icalendar--convert-non-recurring-all-day-to-diary)
18139 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18140 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18141 (icalendar--convert-ical-to-diary): Use the above functions.
18142
18143 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18144
18145 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18146 Remove these recent additions.
18147 (c-mode): Restore to before 2005-04-28.
18148
18149 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18150 recent addition.
18151
18152 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18153 (gdb-define-alist): New variables.
18154 (gdb-create-define-alist): New function.
18155 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18156 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18157 with string-to-number.
18158 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18159
18160 * progmodes/gud.el: Replace string-to-int with string-to-number.
18161 (gud-find-file): Handle gdb-define-alist.
18162
18163 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18164
18165 2005-05-02 Jay Belanger <belanger@truman.edu>
18166
18167 * calc/calc-aent.el (math-read-token):
18168 * calc/calc-bin.el (calc-word-size):
18169 * calc/calc-ext.el (calc-read-number-fancy):
18170 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18171 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18172 * calc/calc-frac.el (calc-over-notation):
18173 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18174 (calc-graph-num-points, calc-graph-init):
18175 * calc/calc-prog.el (calc-read-parse-table-part)
18176 (calc-edit-macro-repeats):
18177 * calc/calc-yank.el (calc-do-grab-rectangle):
18178 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18179 Replace `string-to-int' by `string-to-number'.
18180
18181 2005-05-02 Kim F. Storm <storm@cua.dk>
18182
18183 * kmacro.el: Use executing-kbd-macro-index variable.
18184
18185 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18186
18187 * net/rlogin.el (rlogin-parse-words): Delete func.
18188 (rlogin): Use split-string, not rlogin-parse-words.
18189 Also, if there are option-like elements in the parsed args,
18190 take the host to be the first arg immediately following them.
18191 Suggested by Michael Mauger.
18192
18193 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18194
18195 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18196
18197 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18198
18199 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18200 (cc-mode-cpp-program): Rename to cc-define-list-program and
18201 move to cc-vars.el.
18202
18203 * progmodes/cc-vars.el (cc-define-list-program):
18204 Change to "gcc -E -dM -". Make customizable.
18205
18206 2005-05-02 Kim F. Storm <storm@cua.dk>
18207
18208 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18209
18210 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18211
18212 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18213
18214 * international/mule-util.el (truncate-string): Remove alias and
18215 obsolete declaration.
18216
18217 * international/mule-cmds.el (update-iso-coding-systems):
18218 Remove alias and obsolete declaration.
18219
18220 * international/mule.el (coding-system-parent): Remove alias and
18221 obsolete declaration.
18222
18223 * subr.el (define-function, sref): Remove aliases and obsolete
18224 declarations.
18225 (chars-in-region): Remove obsolete declaration.
18226
18227 2005-05-01 Richard M. Stallman <rms@gnu.org>
18228
18229 * info.el (Info-mode): Set widen-automatically to nil, locally.
18230
18231 * simple.el (widen-automatically): New variable.
18232 (pop-global-mark): Obey widen-automatically.
18233
18234 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18235
18236 * term/xterm.el (function-key-map): Call substitute-key-definition
18237 before the keymap size is increased by a lot of define-key calls.
18238
18239 2005-05-01 Richard M. Stallman <rms@gnu.org>
18240
18241 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18242 Rename ARG to ELEMENT. Doc fix.
18243
18244 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18245
18246 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18247 Remove references to allout-exposure/change to allout-new-exposure.
18248
18249 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18250 bytecode symbols.
18251
18252 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18253 (compiled-function-p, focus-frame, unfocus-frame):
18254 Remove aliases and obsolete declarations.
18255 Back out inadvertent changes from previous commit.
18256
18257 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18258
18259 * files.el (require-final-newline): Make Custom tags consistent
18260 with mode-require-final-newline.
18261 (mode-require-final-newline): Doc fix.
18262
18263 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18264
18265 * international/latexenc.el (latexenc-find-file-coding-system):
18266 Fix regular expressions.
18267
18268 2005-05-01 David Kastrup <dak@gnu.org>
18269
18270 * international/latexenc.el (latexenc-find-file-coding-system):
18271 Fix regular expressions.
18272
18273 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18274
18275 * subr.el (string-to-int): Make obsolete.
18276
18277 2005-04-30 Richard M. Stallman <rms@gnu.org>
18278
18279 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18280
18281 * loadup.el: load jka-comp-hook.
18282
18283 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18284 (jka-compr-handler): Add autoload. `put' calls moved
18285 to jka-comp-hook.el.
18286 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18287 (jka-compr-inhibit): Autoload.
18288
18289 * jka-comp-hook.el: New file.
18290 Enable the mode by default.
18291
18292 * files.el (backup-buffer-copy): Use copy-file instead
18293 of write-region, and put back the 'excl.
18294
18295 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18296
18297 * progmodes/flymake.el (flymake-split-string)
18298 (flymake-split-string, flymake-log, flymake-pid-to-names)
18299 (flymake-reg-names, flymake-get-source-buffer-name)
18300 (flymake-unreg-names, flymake-add-line-err-info)
18301 (flymake-add-err-info): Clarify docstrings.
18302 (flymake-popup-menu, flymake-make-emacs-menu)
18303 (flymake-make-xemacs-menu): Add docstrings.
18304 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18305 Set variables directly throughout.
18306
18307 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18308
18309 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18310 exists. Initialize cc-define-alist.
18311 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18312 If there is no file (Macroexpansion) don't create an alist.
18313
18314 2005-04-29 Sam Steingold <sds@gnu.org>
18315
18316 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18317 (cc-create-define-alist): Use it instead of the hard-coded string.
18318
18319 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18320
18321 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18322 for latexenc.
18323
18324 2005-04-29 Lute Kamstra <lute@gnu.org>
18325
18326 * emacs-lisp/generic.el: Improve commentary section.
18327 (define-generic-mode): Improve docstring.
18328
18329 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18330
18331 * textmodes/org.el (many places): Change to quiet the byte compiler.
18332 (org-prefix-format-compiled): New variable.
18333 (org-compile-prefix-format): New function.
18334 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18335 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18336 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18337 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18338 consistency with entries from `org-mode' files.
18339 (org-get-time-of-day): Fix bug with partial matches early in a line.
18340 (org-non-link-chars): New constant.
18341 (org-link-regexp): Respect `org-non-link-chars'.
18342 (org-agenda-day-view): Remove command.
18343 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18344 (org-follow-bbdb-link, org-store-link): Search also company field.
18345 (org-highlight-overlay): New variable.
18346 (org-highlight, org-unhighlight): New functions.
18347 (org-agenda-mode): Add pre-command-hook to remove highlight.
18348 (org-evaluate-time-range): Behavior depends upon whether time stamp
18349 contains a time or not.
18350 (org-show-subtree, org-show-entry): New functions.
18351 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18352
18353 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18354
18355 * comint.el (comint-output-filter-functions): Add autoload cookie.
18356
18357 2005-04-28 Kim F. Storm <storm@cua.dk>
18358
18359 * ido.el (ido-everywhere): Fix last change.
18360
18361 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18362
18363 * international/latexenc.el: New file.
18364 * international/mule-conf.el (file-coding-system-alist): For .tex,
18365 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18366
18367 2005-04-28 Lute Kamstra <lute@gnu.org>
18368
18369 * font-lock.el (font-lock-add-keywords)
18370 (font-lock-remove-keywords): Clarify docstring.
18371 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18372 Don't start docstrings with a `*'.
18373 (font-lock-update-removed-keyword-alist): Give it a docstring.
18374
18375 * generic-x.el: Update commentary section.
18376 Only require font-lock when compiling.
18377 Define all modes conditionally.
18378 Place all generic modes in the generic-x-modes customization group.
18379 (generic-x-modes): New customization group.
18380 (generic-default-modes, generic-mswindows-modes)
18381 (generic-unix-modes, generic-other-modes): New constants.
18382 (generic-define-mswindows-modes, generic-define-unix-modes):
18383 Update docstrings. Make them obsolete.
18384 (generic-extras-enable-list): New default value. Update docstring.
18385 Improve :type. Change :set function.
18386 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18387 Fix docstring.
18388
18389 * emacs-lisp/generic.el (generic-mode-internal):
18390 Simplify font-lock-defaults.
18391 (define-generic-mode): Fix docstring.
18392
18393 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18394
18395 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18396 font-lock-face property to highlight matches.
18397
18398 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18399
18400 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18401 (cc-define-alist): New variable.
18402 (c-mode): Make it local and initialize it.
18403
18404 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18405 (gdb-exited): New function.
18406 (gdb-annotation-rules): Use it.
18407 (gdb-starting): Set gdb-active-process to t.
18408 (gdb-stopping): Amend doc string.
18409 (gdb-reset): Set gdb-active-process to nil.
18410
18411 * tooltip.el (tooltip-gud-tips): Show the associated #define
18412 directives when a C program under GDB is not executing.
18413
18414 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18415
18416 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18417 font-lock-fontify-syntactic-keywords.
18418
18419 * font-lock.el (font-lock-default-fontify-region): Don't force
18420 parse-sexp-lookup-properties to nil.
18421
18422 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18423
18424 * man.el (man-mode-syntax-table): Set up `:' to have
18425 word-constituent syntax.
18426
18427 2005-04-27 Lute Kamstra <lute@gnu.org>
18428
18429 * novice.el (disable-command): Don't add spurious newlines to the
18430 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18431
18432 2005-04-26 Jay Belanger <belanger@truman.edu>
18433
18434 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18435 than one window before deleting window.
18436
18437 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18438
18439 * shell.el (shell-prompt-pattern): Doc fix.
18440 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18441
18442 * comint.el (comint-prompt-regexp, comint-get-old-input)
18443 (comint-use-prompt-regexp)
18444 (comint-use-prompt-regexp-instead-of-fields)
18445 (comint-replace-by-expanded-history, comint-send-input)
18446 (comint-output-filter, comint-get-old-input-default)
18447 (comint-line-beginning-position, comint-bol, comint-show-output)
18448 (comint-backward-matching-input, comint-forward-matching-input)
18449 (comint-next-prompt, comint-previous-prompt):
18450 Rename `comint-use-prompt-regexp-instead-of-fields' to
18451 `comint-use-prompt-regexp'. Keep old name as alias and declare
18452 obsolete.
18453 (comint-use-prompt-regexp): Shorten first line of doc string.
18454
18455 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18456 Set paragraph-separate buffer locally to "\\'".
18457
18458 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18459 Adapt to above name change.
18460
18461 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18462 (smbclient-prompt-regexp): Ditto.
18463
18464 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18465
18466 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18467
18468 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18469 gdb-location-list.
18470 Break lines that are over 80 characters wide.
18471
18472 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18473
18474 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18475 New fun and var, to preserve compatibility.
18476
18477 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18478
18479 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18480
18481 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18482 name to file-newer-than-file-p.
18483
18484 2005-04-26 Richard M. Stallman <rms@gnu.org>
18485
18486 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18487
18488 * progmodes/python.el (python-mode):
18489 Use new name eldoc-documentation-function.
18490
18491 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18492
18493 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18494 (eldoc-documentation-function):
18495 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18496
18497 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18498
18499 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18500
18501 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18502
18503 * term/xterm.el (function-key-map): Fix strings for
18504 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18505 {C,S,A,C-S}-{f1-f12}.
18506
18507 2005-04-26 Kenichi Handa <handa@m17n.org>
18508
18509 * international/mule-cmds.el (select-safe-coding-system):
18510 Fix previous change.
18511
18512 2005-04-26 Lute Kamstra <lute@gnu.org>
18513
18514 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18515
18516 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18517 (font-lock-comment-delimiter-face): Ditto.
18518
18519 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18520
18521 2005-04-25 Jay Belanger <belanger@truman.edu>
18522
18523 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18524 to t while inserting information; use help-mode.
18525
18526 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18527
18528 * term.el (ansi-term-color-vector): Use the xterm colors.
18529 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18530
18531 2005-04-25 Lute Kamstra <lute@gnu.org>
18532
18533 * font-core.el (font-lock-defaults): Fix docstring.
18534
18535 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18536
18537 2005-04-25 Kenichi Handa <handa@m17n.org>
18538
18539 * international/mule-cmds.el (select-safe-coding-system):
18540 Don't check consistency with coding: spec, etc if raw-text or
18541 no-conversion was found to be safe.
18542
18543 2005-04-24 Richard M. Stallman <rms@gnu.org>
18544
18545 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18546 citation markers at start of each line.
18547
18548 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18549 citation markers at start of each line.
18550
18551 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18552
18553 * files.el (mode-require-final-newline): Fix previous change.
18554 (require-final-newline): Fix type label.
18555
18556 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18557
18558 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18559 statement in buffer (broken by 2004-11-24 change).
18560
18561 2005-04-24 Kim F. Storm <storm@cua.dk>
18562
18563 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18564 and read-file-name-function values. Don't overwrite existing
18565 non-nil values if ido-mode is enabled without ido-everywhere.
18566
18567 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18568
18569 * files.el (mode-require-final-newline): Minor doc fix.
18570
18571 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18572
18573 * subr.el (syntax-after): Doc fix.
18574 (syntax-class): If argument is nil, return nil. Mask off upper 16
18575 bits, not 8 bits.
18576
18577 * files.el (mode-require-final-newline): Doc fix.
18578 (backup-buffer-copy): Fix last change.
18579
18580 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18581
18582 * term/mac-win.el: Require select. Set selection-coding-system to
18583 mac-system-coding-system. Call menu-bar-enable-clipboard.
18584 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18585 (x-select-enable-clipboard): New variables.
18586 (x-select-text, x-get-selection, x-selection-value)
18587 (x-get-selection-value, mac-select-convert-to-string)
18588 (mac-services-open-file, mac-services-open-selection)
18589 (mac-services-insert-text): New functions.
18590 (CLIPBOARD, FIND): Put mac-scrap-name property.
18591 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18592 (public.tiff): Put mac-ostype property.
18593 (selection-converter-alist): Add entries for them.
18594 (mac-application-menu-map): New keymap.
18595 (interprogram-cut-function, interprogram-paste-function): Set to
18596 x-select-text and x-get-selection-value, respectively.
18597 (split-window-keep-point): Set to t.
18598
18599 2005-04-23 Richard M. Stallman <rms@gnu.org>
18600
18601 * files.el (read-directory-name): Always pass non-nil
18602 DEFAULT-FILENAME arg to read-file-name.
18603 (backup-buffer-copy, basic-save-buffer-2): Take care against
18604 writing thru an unexpected existing symlink.
18605 (revert-buffer): In indirect buffer, revert the base buffer.
18606 (magic-mode-alist): Doc fix.
18607 (buffer-stale-function): Doc fix.
18608 (minibuffer-with-setup-hook): Avoid warning.
18609 (mode-require-final-newline): Doc and custom fix.
18610
18611 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18612
18613 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18614 use the default appearance.
18615 (font-lock-comment-delimiter-face): New face, new variable.
18616
18617 * imenu.el (imenu--generic-function): The official position of a
18618 definition is the start of the line that BEG is in.
18619
18620 * midnight.el (midnight-timer): Move defvar up.
18621
18622 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18623
18624 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18625
18626 * startup.el (command-line): Use with-no-warnings.
18627
18628 * window.el (window-size-fixed): New defvar.
18629
18630 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18631
18632 * mail/rmail.el (rmail-font-lock-keywords):
18633 Use font-lock-comment-delimiter-face.
18634
18635 * mail/sendmail.el (mail-font-lock-keywords):
18636 Use font-lock-comment-delimiter-face.
18637
18638 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18639
18640 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18641
18642 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18643 Specify t for LAXMATCH when matching directories.
18644 Save match data around compilation-compat-error-properties form.
18645
18646 2005-04-23 David Kastrup <dak@gnu.org>
18647
18648 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18649 Mention that the autoloaded aliases should be kept for AUCTeX.
18650
18651 2005-04-23 Andreas Schwab <schwab@suse.de>
18652
18653 * isearch.el (isearch-forward): Doc fix.
18654
18655 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18656
18657 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18658 (jit-lock-stealth-nice): Change default value to 0.5.
18659
18660 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18661
18662 * abbrev.el (write-abbrev-file): Write table entries in
18663 alphabetical order by table name.
18664
18665 2005-04-22 Kim F. Storm <storm@cua.dk>
18666
18667 * ido.el (ido-read-internal): Fix `list' completion.
18668
18669 2005-04-22 Kenichi Handa <handa@m17n.org>
18670
18671 * recentf.el (recentf-save-file-coding-system): New variable.
18672 (recentf-save-list): Encode the file by
18673 recentf-save-file-coding-system and add coding: tag.
18674
18675 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18676
18677 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18678
18679 2005-04-21 Lute Kamstra <lute@gnu.org>
18680
18681 * loadhist.el (unload-feature): Don't remove a function from hooks
18682 if it is about to be restored to an autoload . Remove functions
18683 that will become unbound from auto-mode-alist. Simplify the code.
18684
18685 * subr.el (assq-delete-all): New implementation that is linear,
18686 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18687 (rassq-delete-all): New function.
18688
18689 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18690 Add size-indication-mode.
18691
18692 2005-04-21 Kenichi Handa <handa@m17n.org>
18693
18694 * international/mule-cmds.el: Add autoload for widget-value in
18695 eval-when-compile.
18696
18697 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18698
18699 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18700 Add tooltip-mode.
18701
18702 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18703
18704 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18705
18706 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18707 (inferior-lisp-filter-regexp, inferior-lisp-program)
18708 (inferior-lisp-load-command, inferior-lisp-prompt)
18709 (inferior-lisp-mode-hook, lisp-source-modes)
18710 (inferior-lisp-load-hook): defvar->defcustom.
18711 (inferior-lisp-program, inferior-lisp-prompt)
18712 (inferior-lisp-load-hook): Doc fixes.
18713 (inferior-lisp-install-letter-bindings): Small change in
18714 introductory comment.
18715
18716 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18717
18718 * vc.el (vc-annotate-color-map): Change some colors so that text
18719 using them as foreground is readable on both white and black
18720 backgrounds.
18721
18722 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18723
18724 * international/mule-conf.el (translation-table-for-input):
18725 Remove redundant declaration.
18726
18727 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18728
18729 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18730
18731 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18732 (tooltip-toggle-gud-tips): New function.
18733
18734 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18735
18736 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18737 right angle brackets.
18738
18739 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18740
18741 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18742
18743 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18744
18745 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18746 Remove. Update callers to use expand-file-name instead.
18747
18748 * subr.el (syntax-class): New function.
18749
18750 * simple.el (blink-matching-open): Use it.
18751
18752 * paren.el (show-paren-function): Use it to recognize parens that are
18753 also used in 2-char comment markers.
18754
18755 2005-04-19 Lute Kamstra <lute@gnu.org>
18756
18757 * loadhist.el (unload-feature): Update for new format of
18758 load-history. Simplify the code.
18759
18760 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18761
18762 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18763 (mac-add-charset-info): New function. Initialize variable
18764 mac-charset-info-alist using it.
18765 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18766 for translation.
18767 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18768 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18769 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18770 New CCL programs.
18771
18772 2005-04-19 Kim F. Storm <storm@cua.dk>
18773
18774 * simple.el (next-buffer, prev-buffer, next-error)
18775 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18776 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18777
18778 * bindings.el (next-buffer, prev-buffer, next-error)
18779 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18780 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18781 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18782 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18783
18784 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18785
18786 * isearch.el (isearch-edit-string): Make the search-ring available for
18787 minibuffer history commands.
18788 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18789 the default history commands now work just as well.
18790 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18791
18792 2005-04-18 Kim F. Storm <storm@cua.dk>
18793
18794 * emulation/cua-base.el (cua--pre-command-handler): Add more
18795 elaborate check for shift modifier on non-window systems.
18796
18797 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18798
18799 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18800
18801 2005-04-18 Kim F. Storm <storm@cua.dk>
18802
18803 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18804 and make it optional. Don't test tooltip-gud-echo-area here.
18805 (tooltip-gud-process-output, gdb-tooltip-print):
18806 Pass tooltip-gud-echo-area to tooltip-show.
18807 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18808
18809 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18810
18811 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18812 `display-graphic-p' may not be bound yet.
18813
18814 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18815
18816 * startup.el (command-line): No longer enable Xterm Mouse mode by
18817 default in terminals compatible with xterm.
18818
18819 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18820
18821 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18822
18823 * tooltip.el (tooltip-gud-echo-area): Rename from
18824 tooltip-use-echo-area.
18825 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18826 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18827 area independently of where help tooltips are displayed.
18828
18829 2005-04-17 David Kastrup <dak@gnu.org>
18830
18831 * cus-theme.el (custom-theme-write-variables): Quote variables
18832 where necessary.
18833
18834 2005-04-17 Richard M. Stallman <rms@gnu.org>
18835
18836 * simple.el (yank-excluded-properties): Add follow-link to value.
18837
18838 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18839
18840 * startup.el (fancy-splash-max-time): Just 30 seconds.
18841 (fancy-splash-delay): Just 7.
18842 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18843
18844 * loadhist.el (unload-feature): Update for new format of load-history.
18845 Simplify the code.
18846
18847 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18848 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18849
18850 * mail/sendmail.el (mail-font-lock-keywords):
18851 Don't fontify subject text.
18852 Don't fontify the text of a citation.
18853
18854 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18855
18856 * comint.el (comint-output-filter): Run comint-output-filter-functions
18857 with point where the user had it.
18858
18859 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18860
18861 * international/ucs-tables.el (ucs-set-table-for-input):
18862 Disable when using unify-on-decoding.
18863
18864 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18865
18866 * emulation/cua-base.el (cua-global-mark-face): Add special case
18867 for displays supporting a high number of colors.
18868
18869 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18870
18871 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18872
18873 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18874
18875 * filesets.el (filesets-add-buffer): If user supplies a name of a
18876 non-existing fileset, create a new fileset.
18877
18878 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18879
18880 * textmodes/org.el (org-up-heading-all): Fix bug with
18881 `outline-up-heading-all'.
18882
18883 2005-04-16 Andreas Schwab <schwab@suse.de>
18884
18885 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18886 /etc/permissions.d/* and /etc/aliases.d/*.
18887
18888 2005-04-16 Kenichi Handa <handa@m17n.org>
18889
18890 * international/code-pages.el (cp-make-coding-system):
18891 Set `translation-table-for-input' property value to the symbol
18892 ucs-mule-to-mule-unicode, not to that value.
18893 (pt154): Escape guillemet by `\'.
18894
18895 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18896
18897 * loadup.el: Load tooltip if x-show-tip is fboundp.
18898
18899 * startup.el (command-line): Add comment.
18900
18901 * tooltip.el (tooltip-mode): Specify correct standard value for
18902 Custom in init-value.
18903
18904 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18905
18906 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18907 possible.
18908
18909 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18910
18911 * textmodes/org.el (org-agenda-date-prompt): Rename from
18912 `org-agenda-date-today'.
18913 (org-evaluate-time-range): Insert at point instead of directly
18914 after time range.
18915 (org-first-headline-recenter, org-subtree-end-visible-p)
18916 (org-optimize-window-after-visibility-change): New functions
18917 (org-agenda-post-command-hook): Don't allow point at end of line,
18918 to make sure it always hits the text properties.
18919 (org-agenda-next-date-line, org-agenda-previous-date-line):
18920 New commands.
18921 (org-set-regexps-and-options): Category may contain white space.
18922 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18923 Improve marker positions.
18924 (org-agenda-new-marker): Argument POS made optional.
18925 (org-agenda-get-timestamps): Deadlines which are done are listed
18926 in org-done-face now.
18927 (org-agenda-get-todos, org-agenda-get-timestamps)
18928 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18929 Set `undone-face' and `done-face' properties.
18930 (org-last-todo-state-is-todo): New variable.
18931 (org-todo): Set `org-last-todo-state-is-todo'.
18932 (org-agenda-todo): Change face according to
18933 `org-last-todo-state-is-todo'. And change other lines referring to
18934 the same entry.
18935 (org-calendar-goto-agenda): New command.
18936 (org-calendar-to-agenda-key): New option.
18937 (org-startup-folded): New allowed value `content'.
18938 (org-set-regexps-and-options): Accept new value `content' for
18939 `org-startup-folded'.
18940 (org-get-current-options): Handle new value `content' for
18941 `org-startup-folded'.
18942 (org-insert-todo-heading): New command.
18943 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18944 interactively in empty file and option
18945 `org-insert-mode-line-in-empty-file' has been set.
18946 (org-agenda-todo, org-agenda-priority): Modify to use
18947 `org-agenda-change-all-lines'.
18948 (org-warning-face): Change color on dark background
18949
18950 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18951
18952 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18953 use preferences AppleLocale and AppleLanguages, and variable
18954 mac-system-locale for default locale. On Mac OS Classic, use
18955 mac-system-coding-system for default coding systems.
18956
18957 * term/mac-win.el: Don't set file-name-coding-system.
18958 Decode variables system-name, emacs-build-system, user-login-name, and
18959 user-full-name by mac-system-coding-system on Mac OS Classic.
18960 (mac-system-coding-system): New variable.
18961
18962 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18963
18964 * startup.el (command-line): Handle `xterm-mouse-mode' before
18965 reading init file.
18966
18967 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18968
18969 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18970
18971 * progmodes/sh-script.el (sh-here-document-word): Make it a
18972 defcustom. Doc fix.
18973 (sh-add): Bash uses $(( )) for arithmetic.
18974 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18975 (sh-maybe-here-document): Remove quotes and leading whitespace
18976 from heredoc word when closing. Indent heredoc with tabs if word
18977 starts with "-".
18978
18979 2005-04-13 Richard M. Stallman <rms@gnu.org>
18980
18981 * simple.el (undo): Fix previous change.
18982
18983 * custom.el (defface): Doc fix.
18984
18985 2005-04-13 Lute Kamstra <lute@gnu.org>
18986
18987 * Makefile.in (DONTCOMPILE): Remove list.
18988 (compile, compile-always): Don't use DONTCOMPILE.
18989 (update-authors): Load the library in which batch-update-authors
18990 is defined.
18991 * makefile.w32-in (DONTCOMPILE): Remove list.
18992 (compile, compile-always): Fix comments.
18993 (update-authors): Load the library in which batch-update-authors
18994 is defined.
18995
18996 * generic-x.el (generic-mode-ini-file-find-file-hook):
18997 Rename to ini-generic-mode-find-file-hook.
18998 Keep generic-mode-ini-file-find-file-hook as an alias.
18999 (ini-generic-mode-find-file-hook): Rename from
19000 generic-mode-ini-file-find-file-hook. Fix docstring.
19001 (ini-generic-mode): Docstring change.
19002 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19003
19004 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19005 called from lisp.
19006
19007 * generic.el: Move to the emacs-lisp subdir.
19008
19009 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19010
19011 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19012 and C-S- function and cursor motion keys.
19013
19014 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19015
19016 * startup.el (command-line): Enable Xterm Mouse mode by default.
19017 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19018 for Custom. No longer show "Mouse" in mode line when enabled.
19019 Doc fix.
19020
19021 2005-04-12 Kim F. Storm <storm@cua.dk>
19022
19023 * emulation/cua-base.el (cua-rectangle-face)
19024 (cua-rectangle-noselect-face): Define face attributes here.
19025
19026 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19027
19028 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19029
19030 * startup.el (command-line): Turn off blinking cursor if
19031 cursorBlink in resources is off or false.
19032
19033 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19034
19035 * term/mac-win.el (dnd): Require dnd.
19036 (mac-drag-n-drop): Call dnd-handle-one-url.
19037 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19038 (kTextEncodingISOLatin2): Remove constants.
19039 (mac-script-code-coding-systems): New constant.
19040 (mac-handle-language-change): New function.
19041 (special-event-map): Bind it to `language-change' event.
19042 (mac-centraleurroman, mac-cyrillic): New coding systems.
19043 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19044 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19045 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19046 encode-mac-cyrillic, respectively.
19047
19048 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19049
19050 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19051 Don't set overlay-arrow-string to "=>" as this is done
19052 globally in C now.
19053
19054 2005-04-12 Lute Kamstra <lute@gnu.org>
19055
19056 * generic-x.el (rc-generic-mode, rul-generic-mode):
19057 Fix auto-mode-alist entries.
19058 (etc-fstab-generic-mode): Tweak fontification.
19059
19060 * generic.el (generic-make-keywords-list): Fix docstring.
19061 (generic-mode-internal): Simplify generic-font-lock-keywords.
19062
19063 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19064
19065 * whitespace.el (whitespace-buffer-leading)
19066 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19067 However, fix the highlight area for the leading and
19068 trailing whitespaces to show space.
19069
19070 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19071
19072 * whitespace.el (whitespace-version): Bump to 3.5
19073
19074 (whitespace-buffer-leading, whitespace-buffer-trailing):
19075 Invert sense of the test to highlight the whitespace.
19076
19077 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19078
19079 * progmodes/gud.el (gud-display-line): GUD uses its own
19080 overlay arrow now so don't set overlay-arrow-string.
19081 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19082
19083 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19084
19085 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19086 (term-ansi-current-reverse, term-ansi-current-invisible)
19087 (term-ansi-face-already-done): Change to boolean.
19088 (term-reset-terminal, term-handle-colors-array): Handle the above
19089 vars accordingly.
19090 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19091 (term-emulate-terminal): Use the new name.
19092
19093 * faces.el (secondary-selection): Use yellow1, not yellow.
19094 (trailing-whitespace): Use red1, not red.
19095
19096 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19097
19098 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19099 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19100 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19101
19102 * cus-edit.el (dnd): New group.
19103
19104 * term/w32-win.el (dnd): Require dnd
19105 (w32-drag-n-drop): Call dnd-handle-one-url.
19106
19107 * x-dnd.el: Require dnd.
19108 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19109 Call dnd-handle-one-url.
19110 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19111 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19112 to dnd-insert-text.
19113 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19114 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19115 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19116 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19117
19118 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19119
19120 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19121
19122 * wdired.el: Doc fixes.
19123 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19124 (wdired-use-dired-vertical-movement): Rename from
19125 wdired-always-move-to-filename-beginning.
19126 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19127 (wdired-change-to-wdired-mode): Change mode name.
19128 (wdired-newline): Delete.
19129
19130 2005-04-11 Richard M. Stallman <rms@gnu.org>
19131
19132 * whitespace.el (whitespace-highlight-the-space):
19133 Don't call whitespace-unhighlight-the-space here.
19134
19135 * simple.el (undo): Record t in undo-equiv-table
19136 for the redo record made by an undo-in-region.
19137
19138 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19139
19140 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19141 (gdb-frame-inferior-io-buffer): New Functions to control
19142 display of separate IO buffer.
19143 (menu): Add them to menu-bar.
19144 (gdb-display-buffer): Check for buffer another frame.
19145 Protect GUD buffer.
19146 (gdb-setup-windows): Create IO buffer if not already there.
19147 (gdb-memory-mode): Remove purecopy noops.
19148
19149 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19150
19151 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19152 and pass to self-insert-command.
19153
19154 2005-04-11 Lute Kamstra <lute@gnu.org>
19155
19156 * generic.el: Commentary section cleanup.
19157 (generic): Delete.
19158 (generic-use-find-file-hook, generic-lines-to-scan)
19159 (generic-find-file-regexp, generic-ignore-files-regexp)
19160 (default-generic-mode, generic-mode-find-file-hook)
19161 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19162 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19163 (generic-use-find-file-hook, generic-lines-to-scan)
19164 (generic-find-file-regexp, generic-ignore-files-regexp)
19165 (default-generic-mode, generic-mode-find-file-hook)
19166 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19167
19168 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19169
19170 * bookmark.el (bookmark-write-file): Catch errors writing file.
19171 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19172
19173 2005-04-10 Richard M. Stallman <rms@gnu.org>
19174
19175 * startup.el (fancy-splash-tail): Update copyright year.
19176 (command-line): Split part of -Q into -D.
19177 (emacs-basic-display): New defvar.
19178 (fancy-splash-text): Correct name of menu item.
19179
19180 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19181
19182 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19183 lines in one node.
19184
19185 * comint.el (comint-send-input): New arg ARTIFICIAL.
19186 Callers in this file changed.
19187
19188 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19189
19190 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19191
19192 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19193
19194 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19195 `ldap-search-internal'.
19196
19197 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19198
19199 * files.el (set-auto-mode-1): Use line-end-position.
19200
19201 * international/latin-1.el:
19202 * international/latin-2.el:
19203 * international/latin-3.el:
19204 * international/latin-4.el:
19205 * international/latin-5.el:
19206 * international/latin-8.el:
19207 * international/latin-9.el: Give punctuation syntax to NBSP.
19208
19209 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19210 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19211 Use char-classes to accept non-ascii letters, accepted in some recent
19212 bibtex implementations.
19213
19214 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19215
19216 * custom.el (custom-set-minor-mode): Any non-nil value for the
19217 variable should enable the mode when set through Custom.
19218
19219 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19220
19221 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19222 TAB binding so tab-always-indent is obeyed.
19223 (vhdl-minibuffer-local-map): Move initialization into declaration.
19224 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19225 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19226 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19227 (vhdl-current-line): Use line-beginning-position.
19228 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19229 with-output-to-temp-buffer, so the current position can be recorded.
19230
19231 2005-04-10 Masatake YAMATO <jet@gyve.org>
19232
19233 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19234 Add regexp for gcov.
19235
19236 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19237
19238 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19239 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19240 syntax which Emacs 20 doesn't support.
19241
19242 2005-04-09 Richard M. Stallman <rms@gnu.org>
19243
19244 * help.el (describe-key-briefly, describe-key):
19245 Replace strings as event types with "(any string)".
19246
19247 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19248
19249 * arc-mode.el (archive-mode-map): Move initialization into
19250 the declaration. Override *all* bindings of `undo'.
19251 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19252
19253 2005-04-09 Jay Belanger <belanger@truman.edu>
19254
19255 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19256
19257 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19258
19259 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19260 (xterm-register-default-colors): Update color values computation
19261 to match xterm-200.
19262
19263 2005-04-09 Kenichi Handa <handa@m17n.org>
19264
19265 * international/code-pages.el (iso-latin-7): Fix the map.
19266
19267 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19268
19269 * emacs-lisp/lisp.el (defun-prompt-regexp)
19270 (parens-require-spaces, buffer-end, end-of-defun)
19271 (insert-parentheses): Doc fixes.
19272
19273 2005-04-08 Kim F. Storm <storm@cua.dk>
19274
19275 * comint.el (comint-highlight-prompt): Fix face spec.
19276 * hi-lock.el (hi-green): Likewise.
19277
19278 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19279
19280 * cus-edit.el (custom-modified-face):
19281 * comint.el (comint-highlight-input): Fix previous changes.
19282 * term.el (term-handle-ansi-escape): Add a comment.
19283
19284 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19285
19286 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19287 in the buffer and in whitespace-highlighted-space.
19288 (whitespace-unhighlight-the-space): Simplify.
19289 (whitespace-buffer): Simplify.
19290
19291 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19292
19293 * textmodes/table.el (table-cell-face): Add special case for
19294 displays supporting a high number of colors.
19295 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19296 (vhdl-font-lock-reserved-words-face)
19297 (vhdl-speedbar-architecture-face)
19298 (vhdl-speedbar-instantiation-face)
19299 (vhdl-speedbar-architecture-selected-face)
19300 (vhdl-speedbar-instantiation-selected-face): Likewise.
19301 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19302 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19303 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19304 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19305 (ebrowse-progress-face): Likewise.
19306 * progmodes/compile.el (compilation-info-face): Likewise.
19307 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19308 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19309 * calendar/calendar.el (diary-face): Likewise.
19310 * woman.el (woman-italic-face, woman-bold-face)
19311 (woman-unknown-face): Likewise.
19312 * wid-edit.el (widget-button-pressed-face): Likewise.
19313 * whitespace.el (whitespace-highlight-face): Likewise.
19314 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19315 * pcvs-info.el (cvs-marked-face): Likewise.
19316 * info.el (info-xref): Likewise.
19317 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19318 * hilit-chg.el (highlight-changes-face)
19319 (highlight-changes-delete-face): Likewise.
19320 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19321 (hi-red-b): Likewise.
19322 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19323 * font-lock.el (font-lock-keyword-face)
19324 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19325 * cus-edit.el (custom-invalid-face, custom-modified-face)
19326 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19327 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19328 * comint.el (comint-highlight-prompt): Likewise.
19329
19330 2005-04-08 Lute Kamstra <lute@gnu.org>
19331
19332 * font-lock.el (font-lock-keywords): Docstring fixes.
19333
19334 2005-04-08 Kenichi Handa <handa@m17n.org>
19335
19336 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19337 chars are more than a limit, print " and more..." at the tail.
19338
19339 2005-04-08 Kim F. Storm <storm@cua.dk>
19340
19341 * emacs-lisp/authors.el (authors-aliases): Update list.
19342 (authors-ignored-files): New list.
19343 (authors-fixed-entries): Fix typo.
19344 (authors-renamed-files-alist): Update list.
19345 (authors-add): Check authors-ignored-files.
19346
19347 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19348
19349 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19350 optional, to ensure backward compatibility.
19351
19352 2005-04-08 Stephen Eglen <stephen@gnu.org>
19353
19354 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19355
19356 2005-04-08 Kim F. Storm <storm@cua.dk>
19357
19358 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19359
19360 * mouse.el (mouse-on-link-p): Doc fix.
19361
19362 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19363
19364 * ielm.el (ielm-prompt-read-only): Doc fix.
19365
19366 * comint.el (comint-prompt-read-only): Doc fix.
19367
19368 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19369
19370 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19371 ensure dired always handles wildcards passed to ffap.
19372 (find-file-at-point): Use it.
19373 (ffap-dired-wildcards): Doc fix.
19374
19375 2005-04-07 Juri Linkov <juri@jurta.org>
19376
19377 * simple.el (next-error-overlay-arrow-position): New defvar.
19378 Put "=>" on its property `overlay-arrow-string'. Add it to
19379 `overlay-arrow-variable-list'.
19380
19381 * progmodes/compile.el (compilation-setup):
19382 Set `next-error-overlay-arrow-position' to nil. Also set it to
19383 nil in the local hook `kill-buffer-hook'. Make local variable
19384 `overlay-arrow-string' and set it to "=>".
19385 (compilation-goto-locus): Set BOL position to
19386 `next-error-overlay-arrow-position' instead of
19387 `overlay-arrow-position'.
19388
19389 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19390 locally instead of adding it to the global hook.
19391 (Info-kill-buffer): Move up.
19392
19393 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19394
19395 * term/xterm.el (xterm-standard-colors): Update color values from
19396 xterm-200.
19397
19398 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19399
19400 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19401
19402 * fast-lock.el:
19403 * lazy-lock.el: Move them to the obsolete subdir.
19404
19405 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19406
19407 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19408 (wdired-add-replace-advice): Remove.
19409 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19410
19411 2005-04-06 Kim F. Storm <storm@cua.dk>
19412
19413 * startup.el (command-line): Add --bare-bones alias for -Q.
19414
19415 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19416
19417 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19418 create the startup fontset if a font specification ends with
19419 `mac-roman'.
19420
19421 2005-04-06 Lute Kamstra <lute@gnu.org>
19422
19423 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19424 change.
19425
19426 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19427 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19428
19429 2005-04-05 Lute Kamstra <lute@gnu.org>
19430
19431 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19432 (define-generic-mode): Ditto. Fix debug declaration.
19433
19434 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19435 Put them in the generic-x group.
19436
19437 * calendar/timeclock.el (timeclock): Doc fix.
19438
19439 * generic.el (define-generic-mode): Don't use custom-current-group.
19440 Document default :group value.
19441 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19442 (define-global-minor-mode): Don't use custom-current-group.
19443
19444 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19445
19446 * startup.el (command-line-1): Display startup-echo-area-message
19447 when fancy splash screen is in use.
19448
19449 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19450 (sh-escaped-newline): New face.
19451 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19452 newline, and use sh-escaped-newline face.
19453
19454 * progmodes/tcl.el (tcl-escaped-newline): New face.
19455 (tcl-builtin-list): New variable.
19456 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19457 newlines. Fix keywords subexpression number.
19458
19459 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19460
19461 * textmodes/org.el (org-diary-default-entry): Fix call to
19462 `add-to-diary-entry'.
19463
19464 2005-04-05 Kim F. Storm <storm@cua.dk>
19465
19466 * ediff-init.el: Use (featurep 'xemacs).
19467
19468 2005-04-05 David Ponce <david@dponce.com>
19469
19470 * cus-edit.el (face): Derive from symbol widget. Display sample
19471 of the current face on the fly.
19472 (widget-face-sample-face-get, widget-face-notify): New functions.
19473 (widget-face-value-create): Remove.
19474
19475 * wid-edit.el (widget-field-end): Temporarily remove field
19476 narrowing before to call `get-char-property'.
19477
19478 2005-04-04 Jay Belanger <belanger@truman.edu>
19479
19480 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19481 (math-read-subscripts): New variable.
19482 (math-read-preprocess-string): Process subscripts.
19483
19484 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19485
19486 * comint.el (comint-prompt-read-only): Doc fix.
19487
19488 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19489 `-1'. Doc fix.
19490
19491 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19492
19493 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19494 Change default value to nil.
19495
19496 2005-04-04 Lute Kamstra <lute@gnu.org>
19497
19498 * autorevert.el (auto-revert-mode): Specify :group.
19499 * battery.el (display-battery-mode): Specify :group.
19500 * diff-mode.el (diff-minor-mode): Specify :group.
19501 * font-core.el (font-lock-mode): Specify :group.
19502 * hl-line.el (hl-line-mode): Specify :group.
19503 * iimage.el (iimage): New customization group.
19504 (iimage-mode): Specify :group.
19505 * longlines.el (longlines-mode): Specify :group.
19506 * master.el: Don't require easy-mmode.
19507 (master): New customization group.
19508 (master-mode): Specify :group.
19509 * msb.el (msb-mode): Specify :group.
19510 * reveal.el (reveal-mode): Specify :group.
19511 * simple.el (next-error-follow-minor-mode): Specify :group.
19512 * smerge-mode.el (smerge-mode): Specify :group.
19513 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19514 * emulation/cua-base.el (cua-mode): Specify :group.
19515 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19516 * language/thai-util.el (thai-auto-composition-mode)
19517 (thai-word-mode): Specify :group.
19518 * mail/supercite.el (sc-minor-mode): Specify :group.
19519 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19520 * progmodes/flymake.el (flymake-mode): Specify :group.
19521 * progmodes/glasses.el (glasses-mode): Specify :group.
19522 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19523 * textmodes/enriched.el (enriched-mode): Specify :group.
19524 * textmodes/refill.el (refill-mode): Specify :group.
19525
19526 * add-log.el (change-log-font-lock-keywords): Names in
19527 parenthesized lists can contain spaces.
19528
19529 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19530
19531 * startup.el (fancy-splash-text): Shorten default text of
19532 "Emacs Tutorial" line. Also, if the current language env
19533 indicates an available tutorial file other than TUTORIAL,
19534 extract its title and append it to the line in parentheses.
19535 (fancy-splash-insert): If arg is a thunk, funcall it.
19536
19537 2005-04-04 Jay Belanger <belanger@truman.edu>
19538
19539 * calc.el (calc-language-alist): Add tags to customization type.
19540
19541 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19542
19543 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19544 Doc fix.
19545
19546 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19547
19548 * add-log.el (change-log-font-lock-keywords): The manual
19549 describing a Change Log entry, says: (...) "Aside from these
19550 header lines, every line in the change log starts with a space or
19551 a tab.". The font-lock was not highlighting lines started with
19552 spaces, added support for it.
19553
19554 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19555
19556 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19557 (bibtex-generate-url-list): Update docstring accordingly. Put the
19558 complex example in the docstring.
19559 (bibtex-font-lock-url): Use pop.
19560
19561 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19562
19563 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19564
19565 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19566
19567 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19568
19569 * filesets.el (filesets-set-default): Doc fix.
19570
19571 2005-04-03 Lute Kamstra <lute@gnu.org>
19572
19573 * generic.el (define-generic-mode): Add argument to specify
19574 keywords for defcustom.
19575 (default-generic-mode): Specify :group.
19576
19577 * generic-x.el: Specify :group for all generic modes.
19578
19579 * desktop.el (desktop-no-desktop-file-hook)
19580 (desktop-after-read-hook): Doc fix.
19581
19582 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19583
19584 * simple.el (visible-mode): Use explicit :group keyword.
19585 This changes the group of `visible-mode-hook' from paren-blinking
19586 to editing-basics.
19587
19588 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19589
19590 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19591 mailbox specifications as well as URLs.
19592 (rmail-insert-inbox-text): Remove unused conditional branches.
19593
19594 2005-04-01 Jay Belanger <belanger@truman.edu>
19595
19596 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19597 (calc-gnuplot-print-command): Move definitions to calc.el.
19598
19599 * calc/calc-embed.el (calc-embedded-announce-formula)
19600 (calc-embedded-open-formula, calc-embedded-close-formula)
19601 (calc-embedded-open-word, calc-embedded-close-word)
19602 (calc-embedded-open-plain, calc-embedded-close-plain)
19603 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19604 (calc-embedded-open-mode, calc-embedded-close-mode):
19605 Move definitions to calc.el.
19606
19607 * calc/calc.el (calc-settings-file, calc-language-alist):
19608 Make customizable.
19609 (calc-embedded-announce-formula, calc-embedded-open-formula)
19610 (calc-embedded-close-formula, calc-embedded-open-word)
19611 (calc-embedded-close-word, calc-embedded-open-plain)
19612 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19613 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19614 (calc-embedded-close-mode, calc-gnuplot-name)
19615 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19616 from other files and make customizable.
19617
19618 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19619
19620 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19621 Use buffer-live-p.
19622 (cvs-mode-run): Don't call cvs-update-header here.
19623 (cvs-run-process): Call cvs-update-header.
19624 Use process properties for cvs-postprocess and cvs-buffer so that
19625 the sentinel can behave better if the temp buffer is killed.
19626 Use a pipe rather than a tty, to better handle unexpected prompts.
19627 (cvs-sentinel): Rewrite. Call cvs-update-header.
19628
19629 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19630
19631 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19632 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19633
19634 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19635
19636 * generic.el (define-generic-mode): Add indentation rule.
19637
19638 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19639
19640 * files.el (mode-require-final-newline): Make Custom correctly
19641 report a nil value and allow to set it to nil via Custom.
19642 Doc fix.
19643
19644 2005-04-01 Kenichi Handa <handa@m17n.org>
19645
19646 * international/characters.el: Enable the correct case setting for
19647 dotless-i and dotted-I.
19648
19649 2005-04-01 Kim F. Storm <storm@cua.dk>
19650
19651 * ido.el (ido-file-internal): Fall back to non-ido command if
19652 initial directory is on slow ftp (or tramp) host.
19653
19654 2005-03-31 Richard M. Stallman <rms@gnu.org>
19655
19656 * emacs-lisp/autoload.el (make-autoload):
19657 Handle define-global-minor-mode.
19658
19659 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19660 Rename from easy-mmode-define-global-mode.
19661 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19662
19663 * progmodes/scheme.el (scheme-mode-syntax-table):
19664 Update syntax of | and # for two-character comment syntax.
19665
19666 2005-03-31 Lute Kamstra <lute@gnu.org>
19667
19668 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19669 (define-minor-mode): Call custom-current-group at load-time.
19670
19671 * generic.el (define-generic-mode): Add debug declaration.
19672 Add defcustom for the mode hook.
19673 (generic-mode-internal): Use run-mode-hooks.
19674
19675 2005-03-31 Kim F. Storm <storm@cua.dk>
19676
19677 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19678 (mouse-fixup-help-message): New defun called by show_help_echo
19679 to fixup mouse-2 prefix in help messages when applicable.
19680
19681 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19682
19683 2005-03-31 Kenichi Handa <handa@m17n.org>
19684
19685 * language/thai-word.el (thai-find-word-ends): Pay attention to
19686 the case that we reach the end of buffer.
19687
19688 * textmodes/fill.el (fill-text-properties-at): New function.
19689 (fill-newline): Use fill-text-properties-at instead of
19690 text-properties-at.
19691
19692 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19693
19694 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19695 not comint-quote-filename.
19696
19697 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19698
19699 * help-fns.el (help-with-tutorial): Revert last change.
19700
19701 2005-03-31 Kim F. Storm <storm@cua.dk>
19702
19703 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19704
19705 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19706
19707 * calendar/cal-china.el: Update reference to "Calendrical
19708 Calculations" book; there's a new edition.
19709 * calendar/cal-coptic.el: Likewise.
19710 * calendar/cal-french.el: Likewise.
19711 * calendar/cal-hebrew.el: Likewise.
19712 * calendar/cal-islam.el: Likewise.
19713 * calendar/cal-iso.el: Likewise.
19714 * calendar/cal-julian.el: Likewise.
19715 * calendar/cal-mayan.el: Likewise.
19716 * calendar/cal-persia.el: Likewise.
19717 * calendar/calendar.el: Likewise.
19718 * calendar/holidays.el: Likewise.
19719 * calendar/lunar.el: Likewise.
19720 * calendar/solar.el: Likewise.
19721
19722 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19723 white space from doc string.
19724
19725 2005-03-30 Jay Belanger <belanger@truman.edu>
19726
19727 * calc/calc-help.el (calc-full-help): Remove email address.
19728
19729 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19730
19731 * help-fns.el (help-with-tutorial): Delete title line.
19732
19733 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19734
19735 * calendar/cal-x.el (calendar-one-frame-setup)
19736 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19737 rather than `symbol' for set-window-dedicated-p.
19738
19739 * calendar/appt.el (appt-buffer-name): Make it a constant.
19740 (appt-add): Doc fix.
19741
19742 * filesets.el (filesets-menu-path, filesets-menu-before)
19743 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19744 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19745 (filesets-add-submenu): Delete and use add-submenu instead.
19746
19747 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19748
19749 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19750 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19751 (org-diary-default-entry): New function.
19752 (org-get-entries-from-diary): Better parsing of diary entries.
19753 (org-agenda-check-no-diary): New function.
19754 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19755 linking to diary entries.
19756 (org-agenda-execute-calendar-command): New function.
19757 (org-agenda): Improve visible section in window.
19758 Use `org-fit-agenda-window'.
19759 (org-fit-agenda-window): New option.
19760 (org-move-subtree-down): Better handling of empty lines
19761 at end of subtree.
19762 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19763 levels up.
19764 (org-fontify-done-headline): New option.
19765 (org-headline-done-face): New face.
19766 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19767 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19768 When current field is non-empty, it is copied to next row.
19769 (org-table-copy-from-above): Fix bug which made it
19770 impossible to copy fields containing only a single non-white character.
19771
19772 2005-03-30 Kim F. Storm <storm@cua.dk>
19773
19774 * kmacro.el (kmacro-end-macro): Isearch may store this command
19775 into the macro -- so ignore it when executing keyboard macro.
19776
19777 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19778
19779 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19780
19781 2005-03-29 Kenichi Handa <handa@m17n.org>
19782
19783 * language/thai.el ("Thai"): Set setup-function and exit-function
19784 for Thai language environment.
19785
19786 * language/thai-util.el: Require thai-word.
19787 (thai-word-mode-map): New variable.
19788 (thai-word-mode): New minor mode.
19789 (setup-thai-language-environment-internal): New function.
19790 (exit-thai-language-environment-internal): New function.
19791
19792 * language/thai-word.el (thai-word-table): Declare it by defvar,
19793 use dolist to initialize it.
19794 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19795 (thai-fill-find-break-point): New functions.
19796
19797 2005-03-29 Richard M. Stallman <rms@gnu.org>
19798
19799 * simple.el (idle-update-delay): Move definition up.
19800 (set-mark): Doc fix.
19801
19802 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19803
19804 * longlines.el: New file.
19805
19806 * simple.el (buffer-substring-filters): New variable.
19807 (filter-buffer-substring): New function.
19808 (kill-region, copy-region-as-kill): Use it.
19809
19810 * register.el (copy-to-register, append-to-register)
19811 (prepend-to-register): Use filter-buffer-substring.
19812
19813 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19814
19815 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19816 (gud-filter-pending-text): Move in front of gdb.
19817 (gud-overlay-arrow-position): New variable.
19818 (gud-sentinel, gud-display-line): Use it in place of
19819 overlay-arrow-position.
19820
19821 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19822
19823 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19824 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19825 (fortran-font-lock-keywords-4): New variable.
19826 (fortran-blocks-re, fortran-end-block-re)
19827 (fortran-start-block-re): New constants, for hideshow.
19828 (hs-special-modes-alist): Add a Fortran entry.
19829 (fortran-mode-map): Bind fortran-end-of-block,
19830 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19831 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19832 (fortran-looking-at-if-then, fortran-end-of-block)
19833 (fortran-beginning-of-block): New functions, for hideshow.
19834
19835 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19836 Doc fix. Tweak regexp.
19837 (f90-beginning-of-block): Push mark first.
19838
19839 2005-03-29 Jay Belanger <belanger@truman.edu>
19840
19841 * calc/calc.el: Update copyright date.
19842 (calc-version): Increase to 2.1.
19843 (calc-version-date): Remove.
19844
19845 * calc/calc-help.el: Update copyright date.
19846 (calc-full-help): Remove reference to calc-version-date.
19847 Update copyright date.
19848
19849 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19850
19851 * vc.el (vc-do-command): Use a pipe for async processes, so password
19852 prompts don't show up at places where the user can't reply.
19853
19854 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19855
19856 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19857 on the file name we pass to the inferior shell.
19858
19859 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19860
19861 * progmodes/which-func.el (which-function): Be robust in the face of an
19862 imenu--make-index-alist failure.
19863
19864 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19865
19866 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19867
19868 * progmodes/python.el (python-preoutput-filter): Fix last change.
19869
19870 2005-03-29 Lute Kamstra <lute@gnu.org>
19871
19872 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19873 functions and compiled macros.
19874 (debug-convert-byte-code): Handle macros too.
19875 (debug-on-entry-1): Don't signal an error when trying to clear a
19876 function that is not set to debug on entry.
19877
19878 2005-03-29 Jay Belanger <belanger@truman.edu>
19879
19880 * calc/calc-lang.el: Add functions to math-function-table
19881 properties of tex and math.
19882
19883 2005-03-29 Kenichi Handa <handa@m17n.org>
19884
19885 * ps-mule.el (ps-mule-plot-string): Translate characters by
19886 ps-print-translation-table.
19887 (ps-mule-begin-job): Call find-charset-region/string with
19888 ps-print-translation-table.
19889 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19890
19891 * ps-print.el (ps-print-translation-table): New variable.
19892 (ps-plot-region): Translate characters by ps-print-translation-table.
19893
19894 2005-03-29 Juri Linkov <juri@jurta.org>
19895
19896 * simple.el (next-error-highlight-timer): New variable.
19897
19898 * progmodes/compile.el (compilation-goto-locus):
19899 Use `next-error-highlight-timer' instead of `sit-for'.
19900
19901 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19902
19903 * mail/supercite.el (sc-mail-field): Use assoc-string.
19904 (sc-get-address): Simplify regexps.
19905
19906 * files.el (minibuffer-with-setup-hook): New macro.
19907 (find-file-read-args): Use it to avoid let-binding
19908 minibuffer-with-setup-hook (which breaks turning on/off
19909 file-name-shadow-mode while in the prompt).
19910
19911 * complete.el (PC-read-include-file-name-internal):
19912 Use test-completion.
19913
19914 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19915
19916 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19917
19918 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19919
19920 * window.el (window-buffer-height): Use count-screen-lines.
19921
19922 * progmodes/python.el (python-preoutput-leftover): New var.
19923 (python-preoutput-filter): Use it.
19924 (python-send-receive): Loop until all the result has been received.
19925
19926 2005-03-28 Juri Linkov <juri@jurta.org>
19927
19928 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19929
19930 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19931 "Recover Crashed Session".
19932 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19933 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19934 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19935 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19936 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19937 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19938 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19939 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19940
19941 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19942 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19943 Ediff Sessions", "Toggle use of separate control buffer frame",
19944 "Use separate frame for Ediff control buffer".
19945
19946 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19947 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19948 "Rename Bookmark", "Delete Bookmark".
19949
19950 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19951 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19952 Add `:active Info-index-alternatives' to "Next Matching Item".
19953
19954 * wdired.el (wdired-change-to-wdired-mode):
19955 Mention `wdired-abort-changes' key in the initial message.
19956
19957 * international/mule.el (auto-coding-alist): Associate non-ascii
19958 image filename extensions with `no-conversion'.
19959
19960 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19961
19962 * international/iso-acc.el:
19963 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19964
19965 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19966
19967 * textmodes/sgml-mode.el (html-mode): Doc update.
19968
19969 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19970
19971 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19972
19973 * term.el (term-move-columns): Fix face after extending a line.
19974 (term-insert-spaces): Likewise.
19975 (term-reset-terminal): Fix off by one error.
19976
19977 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19978
19979 * international/mule.el (auto-coding-alist): Add .xpi files.
19980
19981 * files.el (auto-mode-alist): Add .xpi files.
19982
19983 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19984
19985 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19986
19987 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19988
19989 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19990
19991 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19992
19993 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19994 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19995
19996 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19997 cursor to Jan 1 when needed.
19998 (calendar-end-of-year): Fix -/+ typo.
19999 Reported by Chong Yidong <cyd@stupidchicken.com>.
20000
20001 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20002
20003 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20004
20005 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20006 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20007
20008 2005-03-25 Richard M. Stallman <rms@gnu.org>
20009
20010 * filesets.el (filesets-init): Add autoload.
20011
20012 * mail/mailalias.el (mail-directory): Doc fix.
20013
20014 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20015
20016 * mail/mailalias.el (mail-directory-process): Do nothing if
20017 mail-directory-process is an atom.
20018 (mail-get-names): Ignore mail-directory-names if it is an atom.
20019 (mail-directory-process defvar): Doc fix.
20020 (mail-names): Doc fix.
20021
20022 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20023
20024 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20025
20026 2005-03-26 Kenichi Handa <handa@m17n.org>
20027
20028 * international/mule-util.el (detect-coding-with-priority):
20029 Call update-coding-systems-internal before detect-coding-region.
20030
20031 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20032
20033 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20034 (gdb-frames-mode-map): Add follow-link property.
20035
20036 2005-03-25 Jay Belanger <belanger@truman.edu>
20037
20038 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20039 for variables.
20040
20041 2005-03-25 Juri Linkov <juri@jurta.org>
20042
20043 * image-mode.el: Optimize image filename extension regexps in
20044 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20045 in `auto-mode-alist'.
20046 (image-mode): Add `image-toggle-display-text' to local hook
20047 `change-major-mode-hook'. Display the image as an image by
20048 default. Set `cursor-type' and `truncate-lines' if the image
20049 is already displayed. Take into account the current mode (image
20050 or text) in message.
20051 (image-minor-mode): New minor mode.
20052 (image-mode-maybe, image-toggle-display-text): New functions.
20053 (image-toggle-display): Use called-interactively-p.
20054 Let-bind `inhibit-read-only' to t.
20055
20056 * image-mode.el (image-minor-mode): Set `cursor-type' and
20057 `truncate-lines' if the image is already displayed. Add turning
20058 image-minor-mode off to `change-major-mode-hook'. Add message.
20059 Call `image-toggle-display-text' after turning image-minor-mode off.
20060
20061 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20062
20063 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20064 Terminal.app, use utf-8.
20065 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20066 (set-locale-environment): Use it.
20067
20068 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20069
20070 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20071
20072 * progmodes/python.el (python-close-block-statement-p)
20073 (python-outdent-p, python-current-defun): Use symbol-end.
20074
20075 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20076
20077 * files.el (save-some-buffers): Doc fix.
20078
20079 2005-03-25 Werner Lemberg <wl@gnu.org>
20080
20081 * complete.el, thumbs.el: Replace `legal' with `valid'.
20082 * calendar/calendar.el: Replace `legal' with `valid'.
20083 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20084 * mail/supercite.el: Replace `legal' with `valid'.
20085 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20086 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20087 Replace `legal' with `valid'.
20088 * textmodes/reftex-vars.el, textmodes/reftex.el:
20089 Replace `legal' with `valid'.
20090
20091 2005-03-25 Werner Lemberg <wl@gnu.org>
20092
20093 * calc/calc-forms.el, calc/calc-sel.el
20094 * midnight.el, vc-cvs.el
20095 * emacs-lisp/cl-macs.el
20096 * emulation/vip.el
20097 * eshell/esh-io.el, eshell/esh-var.el
20098 * mail/supercite.el
20099 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20100 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20101 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20102 * progmodes/sh-script.el, progmodes/xscheme.el
20103 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20104 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20105 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20106 * textmodes/reftex.el, textmodes/org.el:
20107 Replace `illegal' with `invalid'.
20108
20109 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20110
20111 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20112 (flymake-find-buildfile, flymake-find-possible-master-files)
20113 (flymake-check-include, flymake-parse-line): Replace loops over the
20114 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20115
20116 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20117 Substitute file-name-as-directory in the rest of the file.
20118 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20119 (flymake-replace-region): Remove unused arg `buffer'.
20120 (flymake-check-patch-master-file-buffer): Update calls to it.
20121 (flymake-add-err-info): Remove unused var `count'.
20122 (flymake-mode): Use define-minor-mode.
20123
20124 * progmodes/flymake.el: Use with-current-buffer.
20125 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20126 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20127 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20128 Avoid testing for `xemacs'.
20129 (flymake-nop): Move.
20130 (flymake-region-has-flymake-overlays): Return the computed value.
20131 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20132 Remove unused var `endline'.
20133 (flymake-get-line-count): Remove unused function.
20134 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20135
20136 * emulation/vi.el:
20137 * generic.el:
20138 * hilit-chg.el (global-highlight-changes):
20139 * hi-lock.el (hi-lock-mode):
20140 * follow.el: find-file-hooks -> find-file-hook.
20141
20142 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20143
20144 2005-03-24 Juri Linkov <juri@jurta.org>
20145
20146 * dired.el (dired-mode-map): Add menu item "Compare directories"
20147 for dired-compare-directories.
20148
20149 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20150 Doc fix. Replace `read-file-name' with `read-directory-name'.
20151
20152 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20153
20154 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20155
20156 2005-03-24 Jay Belanger <belanger@truman.edu>
20157
20158 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20159 relevant mode settings in calc-embedded-original-modes when modes
20160 are permanently changed.
20161
20162 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20163
20164 * autoinsert.el: find-file-hooks -> find-file-hook.
20165
20166 2005-03-24 Lute Kamstra <lute@gnu.org>
20167
20168 * generic.el (generic-font-lock-defaults): Make it obsolete.
20169 (generic-font-lock-keywords): New variable to replace
20170 generic-font-lock-defaults.
20171 (generic-mode-set-font-lock): Delete it.
20172 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20173 (generic-bracket-support): Add docstring.
20174
20175 * generic-x.el: Rename generic-font-lock-defaults to
20176 generic-font-lock-keywords throughout.
20177 (mailagent-rules-setup-function): Delete it.
20178 (mailagent-rules-generic-mode): Use anonymous function instead.
20179 (show-tabs-generic-mode-font-lock-defaults-1)
20180 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20181 Quote faces.
20182 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20183 not foreground.
20184
20185 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20186 Recognize define-generic-mode.
20187
20188 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20189
20190 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20191 if there's no completion table.
20192
20193 2005-03-23 Miles Bader <miles@gnu.org>
20194
20195 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20196 Remove tty-specific variants, as they're no longer needed.
20197
20198 2005-03-23 Lute Kamstra <lute@gnu.org>
20199
20200 * generic-x.el: Code cleanup: make args constant whenever possible.
20201 (installshield-statement-keyword-list)
20202 (installshield-system-functions-list)
20203 (installshield-system-variables-list, installshield-types-list)
20204 (installshield-funarg-constants-list): Make them constants.
20205
20206 * generic.el (generic-make-keywords-list): Add autoload cookie.
20207
20208 * calendar/time-date.el: Add comment on time value formats.
20209 Don't require parse-time.
20210 (with-decoded-time-value): New macro.
20211 (encode-time-value): New function.
20212 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20213 (days-to-time): Return a valid time value when arg is huge.
20214 (time-since): Use time-subtract.
20215 (time-to-number-of-days): Use time-to-seconds.
20216
20217 2005-03-23 David Ponce <david@dponce.com>
20218
20219 * recentf.el (recentf-keep): New option.
20220 (recentf-menu-action): Default to `find-file'.
20221 (recentf-keep-non-readable-files-flag)
20222 (recentf-keep-non-readable-files-p)
20223 (recentf-file-readable-p, recentf-find-file)
20224 (recentf-cleanup-remote): Remove.
20225 (recentf-include-p): More robust.
20226 (recentf-keep-p): New function.
20227 (recentf-remove-if-non-kept): Rename from
20228 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20229 All callers updated.
20230 (recentf-menu-items-for-commands): Fix help string.
20231 (recentf-track-closed-file): Update. Doc fix.
20232 (recentf-cleanup): Update. Count removed files. Doc fix.
20233
20234 2005-03-23 Kim F. Storm <storm@cua.dk>
20235
20236 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20237 Don't inherit from fringe face (now happens automatically).
20238
20239 2005-03-22 Kim F. Storm <storm@cua.dk>
20240
20241 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20242 position values.
20243
20244 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20245
20246 * menu-bar.el (showhide-date-time): Remove.
20247 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20248 (menu-bar-make-mm-toggle): Simplify.
20249
20250 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20251
20252 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20253 Accept qualified variable and function names.
20254
20255 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20256
20257 * bindings.el (completion-ignored-extensions):
20258 Remove ".lis" for `vax-vms'.
20259
20260 2005-03-22 Andreas Schwab <schwab@suse.de>
20261
20262 * generic-x.el: Revert last change.
20263 * ldefs-boot.el: Update.
20264
20265 2005-03-22 Jay Belanger <belanger@truman.edu>
20266
20267 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20268 (calc-embedded-save-original-modes)
20269 (calc-embedded-restore-original-modes): New functions.
20270 (calc-do-embedded): Save original modes when entering embedded mode
20271 and restore when leaving embedded mode.
20272 (calc-embedded-modes-change): Change the value of
20273 calc-embedded-original-modes to reflect permanent changes.
20274
20275 2005-03-22 Lute Kamstra <lute@gnu.org>
20276
20277 * generic-x.el: Require generic again.
20278
20279 2005-03-22 Miles Bader <miles@gnu.org>
20280
20281 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20282 Tweak details to look good on both ttys and bitmap displays, light
20283 or dark background, etc.
20284
20285 2005-03-21 Kim F. Storm <storm@cua.dk>
20286
20287 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20288 mouse position.
20289
20290 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20291
20292 * icomplete.el: Don't forcibly turn on the mode upon load.
20293 (icomplete-mode): Use define-minor-mode.
20294 (icomplete-eoinput): Default to nil.
20295 (icomplete-minibuffer-setup): Remove autoload.
20296 (icomplete-tidy): Simplify.
20297 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20298 in the initial state or if the user has modified the field.
20299 Fix handling of icomplete-max-delay-chars.
20300 Remove code that handles the oddball case where
20301 minibuffer-completion-table is an integer.
20302 Wrap icomplete-completions in while-no-input in case building
20303 completions takes more time than expected.
20304 (icomplete-completions): Simplify.
20305
20306 2005-03-21 Richard M. Stallman <rms@gnu.org>
20307
20308 * jka-compr.el (jka-compr-really-do-compress):
20309 Make variable buffer-local.
20310
20311 * image-mode.el: Handle .xpm files too.
20312 (image-toggle-display): Preserve modification flag.
20313
20314 * help.el (where-is): Don't mention aliases with no key bindings.
20315
20316 2005-03-21 Lute Kamstra <lute@gnu.org>
20317
20318 * generic.el: Fix commentary section. Don't require cl for
20319 compilation.
20320 (generic-mode-list): Add autoload cookie.
20321 (generic-use-find-file-hook, generic-lines-to-scan)
20322 (generic-find-file-regexp, generic-ignore-files-regexp)
20323 (generic-mode, generic-mode-find-file-hook)
20324 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20325 (define-generic-mode): Make it a defmacro. Fix docstring.
20326 (generic-mode-internal): Code cleanup. Add autoload cookie.
20327 (generic-mode-set-comments): Code cleanup.
20328 * generic-x.el: Don't prevent compilation. Don't require generic.
20329 Follow coding conventions. Minor code cleanup.
20330 (etc-fstab-generic-mode): Add some keywords.
20331 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20332 define-generic-mode like a function declaration.
20333
20334 2005-03-21 Jay Belanger <belanger@truman.edu>
20335
20336 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20337 changing modes.
20338
20339 2005-03-21 Sam Steingold <sds@gnu.org>
20340
20341 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20342
20343 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20344
20345 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20346 Add underscore to "f$ lexicals" regexp.
20347
20348 2005-03-20 Juri Linkov <juri@jurta.org>
20349
20350 * subr.el (progress-reporter-do-update): When `min-value' is equal
20351 to `max-value', set `percentage' to 0 and prevent division by zero.
20352
20353 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20354
20355 Sync with Tramp 2.0.48.
20356
20357 * net/tramp.el (all): Change all addresses to .gnu.org.
20358 (tramp-append-tramp-buffers): New defun.
20359 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20360 Catch `dont-send' signal.
20361 (tramp-set-auto-save-file-modes): Set always permissions, because
20362 there might be an old auto-saved file belonging to another
20363 original file. This could be a security threat. Reported by
20364 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20365 Check for Emacs 21.3.50 removed.
20366
20367 * net/tramp-smb.el (all): Remove debug construct for
20368 `with-parsed-tramp-file-name'.
20369 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20370 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20371 No error message if DIRECTORY or FILENAME doesn't exist.
20372 (tramp-smb-open-connection): Check existence of
20373 `tramp-smb-program'.
20374
20375 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20376
20377 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20378 Properly handle the case where the `m' or `s' command's argument is not
20379 yet terminated.
20380 (perl-indent-new-calculate): New function.
20381 (perl-indent-line): Use it.
20382
20383 2005-03-20 Miles Bader <miles@gnu.org>
20384
20385 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20386 in text-mode too. Change to new face names.
20387 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20388 Add `:weight bold' attribute.
20389 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20390
20391 2005-03-19 Juri Linkov <juri@jurta.org>
20392
20393 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20394
20395 * international/mule.el (auto-coding-alist): Sync with
20396 `auto-mode-alist' by adding upper case archive file extensions
20397 and adding ear/war to jar extension.
20398
20399 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20400
20401 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20402 running, restart it.
20403
20404 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20405
20406 * finder.el (finder-current-item): Throw an error on an empty line.
20407
20408 * man.el (Man-follow-manual-reference): If current-word returns
20409 nil, use "".
20410
20411 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20412
20413 * simple.el (goto-line): Doc fix.
20414
20415 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20416
20417 * files.el (save-buffer): Doc fix.
20418
20419 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20420
20421 * recentf.el (recentf-cleanup-remote): New variable.
20422 (recentf-cleanup): Use it to conditionally check availability of
20423 remote files.
20424
20425 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20426
20427 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20428 function names.
20429
20430 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20431
20432 * language/thai-word.el: New file.
20433
20434 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20435
20436 * files.el (backup-buffer): If the file's directory is not
20437 writable, use copy instead of move to backup the file.
20438
20439 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20440
20441 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20442
20443 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20444
20445 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20446 Use functionp instead of symbolp and fboundp. Reported by Drkm
20447 <darkman_spam@yahoo.fr>.
20448 (ps-print-version): New version 6.6.6.
20449
20450 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20451
20452 * textmodes/table.el (table--line-column-position): New idiom.
20453 (table--row-column-insertion-point-p): New function to test
20454 validity of row and column insertion operation at a location.
20455 (table-global-menu, table-cell-menu): Use above functions for
20456 deterministic test operation.
20457 (table--editable-cell-p): Behave in deterministic fashion.
20458
20459 2005-03-18 Juri Linkov <juri@jurta.org>
20460
20461 * isearch.el (isearch-lazy-highlight-new-loop):
20462 Make arguments beg and end optional.
20463 (isearch-update): Remove optional arguments nil from
20464 isearch-lazy-highlight-new-loop.
20465 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20466 isearch-lazy-highlight-case-fold-search instead of
20467 isearch-case-fold-search, and let-bind isearch-regexp to
20468 isearch-lazy-highlight-regexp.
20469 Use isearch-lazy-highlight-last-string instead of isearch-string.
20470
20471 * replace.el (perform-replace): Remove bindings of global
20472 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20473 Add three new arguments to `replace-highlight'.
20474 (replace-highlight): Add arguments string, regexp, case-fold.
20475 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20476 to allow isearch-lazy-highlight-new-loop to use these values
20477 to set corresponding isearch-lazy-highlight-* internal
20478 variables whose values lazy highlighting will use regardless of
20479 changes to global variables isearch-string, isearch-regexp,
20480 isearch-case-fold-search during lazy highlighting loop.
20481 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20482 to `lazy-highlight-cleanup'.
20483
20484 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20485 (ispell-highlight-face): Set default face to `isearch' when
20486 lazy highlighting is enabled.
20487 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20488 priority to 1. Add lazy highlighting.
20489 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20490 from `isearch-dehighlight'.
20491
20492 2005-03-18 David Ponce <david@dponce.com>
20493
20494 * files.el (hack-local-variables): Do a case-insensitive search
20495 for End.
20496
20497 2005-03-18 Juri Linkov <juri@jurta.org>
20498
20499 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20500 `isearch-lazy-highlight-cleanup', add alias to old name and
20501 declare obsolete. Add release numbers to other obsolete vars.
20502 (isearch-done, isearch-lazy-highlight-new-loop):
20503 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20504 (lazy-highlight-cleanup) <variable>: Doc fix.
20505 (isearch-lazy-highlight-update): Rename obsolete
20506 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20507
20508 2005-03-18 Kenichi Handa <handa@m17n.org>
20509
20510 * language/thai-util.el: Fix categorization of Thai characters in
20511 thai-category-table.
20512 (thai-composition-pattern): Adjust it for the above change.
20513 (thai-self-insert-command, thai-compose-syllable): New functions.
20514 (thai-compose-region): Use thai-compose-syllable.
20515 (thai-compose-string): Likewise.
20516 (thai-composition-function): Likewise.
20517 (thai-auto-composition): New function.
20518 (thai-auto-composition-mode): New minor mode.
20519
20520 * language/thai.el: Fix patterns to be registered in
20521 composition-function-table.
20522
20523 * international/quail.el (quail-input-method): Locally bind
20524 inhibit-modification-hooks to t.
20525
20526 2005-03-17 Richard M. Stallman <rms@gnu.org>
20527
20528 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20529 (perl-mode): Use run-mode-hooks.
20530
20531 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20532 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20533 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20534
20535 * mail/sendmail.el (sendmail-send-it): Reenable the code
20536 to compute resend-to-address and use it.
20537
20538 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20539
20540 * image-mode.el: New file.
20541
20542 * image.el (insert-sliced-image): Add autoload cookie.
20543
20544 * font-lock.el (font-lock-lines-before): New user option.
20545 (font-lock-after-change-function): Obey it.
20546
20547 * bindings.el (esc-map): Make M-g a prefix.
20548 Bind M-g g and M-g M-g to goto-line.
20549
20550 * faces.el (face-id): Doc fix.
20551
20552 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20553
20554 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20555 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20556 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20557
20558 * mail/sendmail.el (mail-yank-ignored-headers)
20559 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20560 Add Mail-Followup-To and Mail-Reply-To headers.
20561 (mail-citation-hook): Add autoload cookie.
20562 (mail-mode): Doc fix.
20563 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20564 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20565 (mail-mode-fill-paragraph): Handle those headers.
20566 (mail-mailing-lists): New variable.
20567 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20568
20569 2005-03-17 Juri Linkov <juri@jurta.org>
20570
20571 * isearch.el (isearch-fallback): Check for `(car previous)'
20572 before calling `isearch-other-end-state'.
20573
20574 2005-03-17 Kim F. Storm <storm@cua.dk>
20575
20576 * simple.el (move-beginning-of-line): Move to beginning of buffer
20577 line, as well as beginning of screen line.
20578
20579 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20580
20581 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20582 argument REDRAW rather than calendar-redrawing variable.
20583 * calendar/calendar.el (calendar-redrawing): Delete.
20584 (redraw-calendar): Do not bind calendar-redrawing.
20585
20586 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20587
20588 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20589 diary-file buffer.
20590
20591 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20592
20593 * help.el (describe-mode): Allow a :minor-mode-function property to
20594 specify a different minor mode toggle function than the variable.
20595 * simple.el (auto-fill-function):
20596 * subr.el (add-minor-mode): Use it.
20597
20598 2005-03-16 Kenichi Handa <handa@m17n.org>
20599
20600 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20601 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20602 (ethio-fidel-to-sera-buffer): Likewise.
20603
20604 2005-03-16 Juri Linkov <juri@jurta.org>
20605
20606 * emacs-lisp/find-func.el (find-function-regexp):
20607 Add defun-emitting macro `menu-bar-make-toggle'.
20608
20609 * isearch.el: Put `isearch-scroll' property to
20610 `split-window-horizontally'.
20611
20612 * info.el: Update error messages for `debug-ignored-errors'.
20613 (Info-isearch-search): Doc fix.
20614 (Info-find-node): Move up code to go into info buffer before
20615 recording the node to the history.
20616 (Info-fontify-node): Fontify titles only if the next line
20617 has two or more `*', `=', `-', `.'.
20618 Display "go to this node" for empty (match-string 3).
20619
20620 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20621
20622 * term/mac-win.el: Add mouse pointer shape constants.
20623
20624 2005-03-15 Kim F. Storm <storm@cua.dk>
20625
20626 * simple.el (move-beginning-of-line): Use vertical-motion.
20627
20628 2005-03-15 Juri Linkov <juri@jurta.org>
20629
20630 * isearch.el (isearch-error): New variable.
20631 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20632 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20633 (isearch-within-brackets-state): Remove.
20634 (isearch-case-fold-search-state, isearch-pop-fun-state):
20635 Decrease frame index.
20636 (isearch-mode, isearch-top-state, isearch-push-state)
20637 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20638 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20639 (isearch-search, isearch-lazy-highlight-new-loop):
20640 Replace `isearch-invalid-regexp' with `isearch-error'.
20641 Remove `isearch-within-brackets'.
20642 (isearch-search): Add `search-failed' handler to `condition-case'.
20643 (isearch-lazy-highlight-search): Add `condition-case' to catch
20644 errors and allow `isearch-lazy-highlight-update' to try
20645 highlighting from the beginning of the window.
20646 (isearch-repeat): Move up code to set isearch-wrapped to t
20647 before calling isearch-wrap-function.
20648
20649 * info.el (Info-isearch-initial-node): New internal variable.
20650 (Info-search): Signal an error in isearch mode when search leaves
20651 the initial node. Signal an error when `bound' is non-nil and
20652 nothing was found in the current subfile.
20653 (Info-isearch-search): Remove `condition-case'.
20654 (Info-isearch-wrap): Don't wrap when search failed during leaving
20655 the initial node. If `Info-isearch-search' is nil, wrap around
20656 the current node.
20657 (Info-isearch-start): New fun.
20658 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20659 `isearch-mode-hook'.
20660
20661 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20662
20663 * simple.el (normal-erase-is-backspace): Set default to t if
20664 running on Mac.
20665
20666 * term/mac-win.el (function-key-map): Sync with x-win.el.
20667
20668 2005-03-15 Kenichi Handa <handa@m17n.org>
20669
20670 * international/mule-cmds.el (locale-language-names): Modify the
20671 format of elements and add more entries.
20672 (locale-preferred-coding-systems): Add more entries.
20673 (set-locale-environment): Adjust for the change of
20674 locale-language-names.
20675
20676 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20677
20678 * pcvs.el (smerge-ediff): Remove bogus autoload.
20679
20680 2005-03-14 Lute Kamstra <lute@gnu.org>
20681
20682 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20683 Ignore a `*' at the beginning of a line.
20684
20685 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20686 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20687 subr.el.
20688 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20689 to specify indentation.
20690
20691 * generic.el (define-generic-mode): Let generic-mode-list be a
20692 list of strings; test membership with equal.
20693
20694 2005-03-14 Kim F. Storm <storm@cua.dk>
20695
20696 * simple.el (next-line, previous-line): Add optional try-vscroll
20697 arg to recognize interactive use. Pass it on to line-move.
20698 (line-move): Don't perform auto-window-vscroll when defining or
20699 executing keyboard macro to ensure consistent behavior.
20700
20701 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20702
20703 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20704
20705 2005-03-13 Lute Kamstra <lute@gnu.org>
20706
20707 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20708 debugger-setup-buffer so that backtrace marks the frames set to
20709 debug-on-exit and we don't have to do it manually. Set an extra
20710 debug-on-exit for macro's.
20711 (debugger-setup-buffer): Don't mark the top frame manually.
20712
20713 2005-03-12 Lute Kamstra <lute@gnu.org>
20714
20715 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20716 lisp-indent-function throughout.
20717 (with-no-warnings): Set lisp-indent-function property.
20718
20719 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20720
20721 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20722 Add entry for backslash.
20723
20724 2005-03-12 Juri Linkov <juri@jurta.org>
20725
20726 * info.el (Info-search): Four fixes for backward search.
20727
20728 2005-03-11 Jay Belanger <belanger@truman.edu>
20729
20730 * calc/calc.el (calc-language-alist): New variable.
20731 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20732 (calc-embedded-find-modes): Use calc-language-alist instead of
20733 calc-embedded-language-alist.
20734
20735 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20736
20737 * calendar/calendar.el (calendar-redrawing): New internal
20738 variable.
20739 (redraw-calendar): Remove bogus save-excursion from previous
20740 change. Bind calendar-redrawing to t for mark-diary-entries.
20741 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20742 calendar if that is why we were called.
20743
20744 2005-03-11 Kenichi Handa <handa@m17n.org>
20745
20746 * international/mule.el (make-coding-system): Set property
20747 coding-system-define-form to nil.
20748 (define-coding-system-alias): Likewise.
20749
20750 2005-03-11 Kenichi Handa <handa@m17n.org>
20751
20752 These changes are suggested by Dave Love <fx@gnu.org>.
20753
20754 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20755 coding: tag.
20756 (adaptive-fill-regexp): Add more bullets.
20757 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20758 regexps.
20759
20760 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20761
20762 * help.el (describe-mode): Properly handle non-trivial lighters.
20763 Don't ignore minor modes that are not listed in minor-mode-list.
20764
20765 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20766 feature ON when the user requests to turn it OFF.
20767
20768 2005-03-10 Lute Kamstra <lute@gnu.org>
20769
20770 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20771 (implement-debug-on-entry): New function to replace debug-entry-code.
20772 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20773 second argument as the 2005-03-07 change makes it obsolete.
20774 (debug-on-entry, cancel-debug-on-entry): Update call to
20775 debug-on-entry-1.
20776 (debug, debugger-setup-buffer): Comment update.
20777 (debugger-frame-number): Update to work with implement-debug-on-entry.
20778
20779 2005-03-10 Jay Belanger <belanger@truman.edu>
20780
20781 * calc/calc-embed.el (math-ms-args): Declare it.
20782 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20783 math-ms-args.
20784 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20785 variables.
20786
20787 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20788
20789 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20790 Use message-box.
20791
20792 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20793 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20794 (tooltip-gud-tips): Simplify.
20795 (tooltip-gud-tips-p): Remove superfluous :set.
20796 (tooltip-gud-modes): Add fortran-mode.
20797 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20798
20799 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20800
20801 2005-03-09 Kim F. Storm <storm@cua.dk>
20802
20803 * play/animate.el (animate-place-char): Use forward-line instead
20804 of next-line to improve performance.
20805
20806 2005-03-09 Simon Josefsson <jas@extundo.com>
20807
20808 * net/browse-url.el (browse-url-default-browser): Doc fix.
20809
20810 2005-03-09 Miles Bader <miles@gnu.org>
20811
20812 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20813 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20814
20815 2005-03-09 Kenichi Handa <handa@m17n.org>
20816
20817 * international/latin-1.el: Set case and syntax for 255 only if
20818 set-case-syntax-set-multibyte is nil.
20819
20820 * textmodes/ispell.el (ispell-insert-word): New function.
20821 (ispell-word): Use ispell-insert-word to insert a new word.
20822 (ispell-process-line): Likewise.
20823 (ispell-complete-word): Likewise.
20824
20825 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20826
20827 * calendar/calendar.el (redraw-calendar): Preserve point.
20828 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20829 (calendar-week-start-day): Move after definition of
20830 redraw-calendar. Delete buffer test, since redraw-calendar has
20831 that now.
20832
20833 * calendar/diary-lib.el (mark-diary-entries): Only call
20834 redraw-calendar in the first of any recursive calls.
20835 Reported by Alan Shutko <ats@acm.org>.
20836
20837 2005-03-08 Juri Linkov <juri@jurta.org>
20838
20839 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20840 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20841 (html-radio-buttons): Add a space before the trailing `/>' where
20842 sgml-xml-mode is non-nil.
20843 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20844 the subsequent tag of the empty XML tag.
20845 (html-href-anchor): Don't set initial input to "http:".
20846 (html-image): Ask for the image URL and set point inside alt="".
20847 (html-name-anchor): Duplicate the name in the `id' attribute when
20848 sgml-xml-mode is non-nil.
20849 (html-paragraph): Remove \n before <p>.
20850 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20851 instead of `checked' when sgml-xml-mode is non-nil.
20852
20853 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20854 Remove 1 space before #RRGGBB to not truncate it on terminal
20855 windows w/o fringes. Remove 1 space between bg and fg examples
20856 to get more space.
20857 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20858 avoid byte-compile warnings.
20859
20860 * image-file.el (image-file-handler): Put `safe-magic' property to
20861 `image-file-handler'.
20862
20863 * info.el (Info-isearch-search): Emulate word search in
20864 isearching through multiple Info nodes with Info-search.
20865 (Info-isearch-wrap): Allow isearch-word.
20866
20867 2005-03-08 Lute Kamstra <lute@gnu.org>
20868
20869 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20870 stepping into the debugger's code is not possible.
20871 (debugger-jumping-flag): Docstring update.
20872
20873 2005-03-08 Jay Belanger <belanger@truman.edu>
20874
20875 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20876 embedded mode begins.
20877 (calc-embedded-language-alist): New variable.
20878 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20879 set default language mode.
20880
20881 2005-03-08 Kenichi Handa <handa@m17n.org>
20882
20883 * international/ccl.el (define-ccl-program): Fix docstring about
20884 extra 256 bytes assured for the output buffer.
20885
20886 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20887 Fix BUFFER_MAGNIFICATION to 2.
20888 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20889
20890 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20891
20892 * align.el (align-rules-list): Added an alignment rule for CSS
20893 declarations (applies to css-mode and html-mode buffers).
20894
20895 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20896
20897 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20898
20899 2005-03-07 Kim F. Storm <storm@cua.dk>
20900
20901 * simple.el (move-beginning-of-line): New command.
20902
20903 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20904
20905 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20906
20907 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20908 and move-beginning-of-line.
20909
20910 * apropos.el (apropos-print): Omit command from M-x ... RET.
20911
20912 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20913
20914 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20915 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20916
20917 2005-03-06 Richard M. Stallman <rms@gnu.org>
20918
20919 * bindings.el (esc-map): Bind M-g to goto-line.
20920
20921 * facemenu.el (global-map): Bind M-o, not M-g.
20922
20923 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20924
20925 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20926 "Open Directory" as for "Open File".
20927
20928 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20929
20930 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20931 (push-mark-command): Run activate-mark-hook.
20932
20933 2005-03-06 Richard M. Stallman <rms@gnu.org>
20934
20935 * help-mode.el (help-mode-finish): Don't alter the element
20936 in view-return-to-alist if there already is one.
20937
20938 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20939 make sure the current buffer is the expected one.
20940
20941 * novice.el (disabled-command-function): Output in *Disabled Command*.
20942 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20943
20944 * textmodes/flyspell.el (flyspell-large-region):
20945 Pass args differently for aspell.
20946
20947 * files.el (mode-require-final-newline): Doc fix.
20948
20949 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20950
20951 * progmodes/which-func.el (which-function):
20952 Specify NOERROR when calling imenu--make-index-alist.
20953
20954 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20955
20956 * simple.el (normal-erase-is-backspace): Define default value.
20957
20958 * custom.el (custom-theme-set-variables): Remove unused var
20959 `immediate'.
20960 (custom-reevaluate-setting): Simple function to handle variables
20961 that are defined before their default value can really be
20962 computed.
20963
20964 * startup.el (command-line): Use it for temporary-file-directory,
20965 small-emporary-file-directory, auto-save-file-name-transforms,
20966 blink-cursor-mode, and normal-erase-is-backspace.
20967
20968 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20969 progress, even with buggy anchored keywords.
20970
20971 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20972
20973 * simple.el (goto-line): Remove unbalanced final parenthesis.
20974
20975 2005-03-05 Richard M. Stallman <rms@gnu.org>
20976
20977 * simple.el (goto-line): Use a number at point as the default.
20978 With C-u as arg, switch buffers.
20979
20980 2005-03-05 Juri Linkov <juri@jurta.org>
20981
20982 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20983 with `no-blinking-cursor'.
20984
20985 * startup.el (no-blinking-cursor): New defvar.
20986 (command-line): Add `--no-blinking-cursor' to longopts.
20987 Set `no-blinking-cursor' to t for command line arguments
20988 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20989 with `no-blinking-cursor' in the condition for calling
20990 `blink-cursor-mode'.
20991
20992 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20993
20994 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20995 (menu-bar-options-save): Add blink-cursor-mode.
20996 (menu-bar-options-menu): Add blink-cursor-mode.
20997
20998 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20999
21000 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21001 (icalendar-export-file, icalendar-export-region)
21002 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21003 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21004
21005 2005-03-04 Lute Kamstra <lute@gnu.org>
21006
21007 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21008 (debug-function-list): Ditto.
21009
21010 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21011
21012 * textmodes/texinfmt.el (texinfo-append-refill):
21013 Redefine the types of line to which @refill
21014 is not appended by replacing a search for `@refill\\|@bye' with
21015 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21016 itemize@refill' bug and the unfilled long lines bug.
21017 (texinfmt-version): Update number and date.
21018
21019 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21020
21021 * international/code-pages.el (windows-1250, windows-125[2-8])
21022 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21023
21024 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21025
21026 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21027 bound yet.
21028
21029 2005-03-02 Romain Francoise <romain@orebokech.com>
21030
21031 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21032 buffer after removing limits.
21033 (ibuffer-pop-filter): Ditto.
21034 Update copyright.
21035
21036 2005-03-02 Miles Bader <miles@gnu.org>
21037
21038 * button.el (make-text-button): If the user doesn't specify a
21039 type, use the default. Rewrite to use `add-text-properties' and
21040 plist functions.
21041
21042 2005-03-01 Lute Kamstra <lute@gnu.org>
21043
21044 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21045 (debugger-jumping-flag): New var.
21046 (debug-entry-code): Use it.
21047 (debugger-jump): Use debugger-jumping-flag and add
21048 debugger-reenable to post-command-hook.
21049 (debugger-reenable): Use debugger-jumping-flag and remove itself
21050 from post-command-hook.
21051 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21052 debugger-reenable.
21053
21054 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21055
21056 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21057 inclusion of "itemize\\|", which may be unnecessary, is certainly
21058 inelegant, and stops refilling in itemize lists when formatting
21059 Japanese Texinfo files to Info.
21060 Update copyright to 2005.
21061
21062 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21063
21064 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21065 of an error if GDB can't find the source file.
21066
21067 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21068
21069 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21070 not just the calendar.
21071
21072 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21073 first.
21074 (diary-redraw-calendar): New function.
21075 (make-diary-entry): Add diary-redraw-calendar to local
21076 write-contents-functions. Turn off selective display before
21077 inserting in diary.
21078
21079 2005-03-01 Kim F. Storm <storm@cua.dk>
21080
21081 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21082
21083 2005-03-01 Lute Kamstra <lute@gnu.org>
21084
21085 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21086 that debug-entry-code can be safely removed from a function while
21087 this code is being evaluated. Revert the 2005-02-27 change as the
21088 new implementation no longer requires it. Make sure that a
21089 function body containing just a string is not mistaken for a docstring.
21090 (debug): Skip one more frame in case of debug on entry.
21091 (debugger-setup-buffer): Delete one more frame line in case of
21092 debug on entry.
21093 (debugger-frame-number): Update to use the new text introduced by
21094 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21095
21096 2005-02-28 Kim F. Storm <storm@cua.dk>
21097
21098 * double.el (double-translate-key): Call force-window-update after
21099 read-event to avoid crash in redisplay.
21100
21101 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21102
21103 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21104 (debug): Use it. Move the inhibit-trace earlier.
21105 (debug-entry-code): New const.
21106 (debug-on-entry-1): Use it.
21107
21108 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21109
21110 * international/utf-16.el (ccl-encode-mule-utf-16le):
21111 Fix BUFFER_MAGNIFICATION to 2.
21112 (ccl-encode-mule-utf-16be): Likewise.
21113
21114 2005-02-28 Kenichi Handa <handa@m17n.org>
21115
21116 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21117 Fix BUFFER_MAGNIFICATION to 4.
21118 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21119
21120 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21121
21122 * speedbar.el (speedbar-update-flag): Doc fix.
21123 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21124 argument.
21125
21126 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21127
21128 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21129 have a non-nil `invisible' property but are actually visible.
21130
21131 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21132 for perldoc sections.
21133 (perl-outline-regexp, perl-outline-level): New var and function.
21134 (perl-mode): Use them.
21135
21136 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21137
21138 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21139 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21140
21141 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21142
21143 * cus-edit.el: Comment change.
21144 (custom-buffer-create-internal): Slightly reword text at top of
21145 Custom buffers. Mention there that saving an option edits the
21146 init file. Add link to Emacs manual node on `custom-file'.
21147 (custom-magic-alist): Rewrite individual State messages to use
21148 capitalized keywords. Doc fix.
21149
21150 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21151
21152 * calendar/calendar.el (calendar-buffer): Move above
21153 calendar-week-start-day.
21154 (calendar-week-start-day): Doc fix. Add :set function.
21155 (calendar-minimum-window-height): New variable.
21156 (generate-calendar-window): Only resize window if selected-window
21157 is displaying the calendar buffer. Use new variable
21158 calendar-minimum-window-height.
21159 (generate-calendar): Reword error message.
21160 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21161
21162 2005-02-27 Andreas Schwab <schwab@suse.de>
21163
21164 * vc.el (vc-do-command): Don't run command asynchronously when
21165 operating in a remote directory.
21166
21167 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21168 change from sync with Tramp 2.0.47.
21169
21170 2005-02-27 Richard M. Stallman <rms@gnu.org>
21171
21172 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21173
21174 * textmodes/flyspell.el (flyspell-mode-on):
21175 Call ispell-change-dictionary only if necessary.
21176
21177 * emacs-lisp/re-builder.el (regexp-builder): New function.
21178
21179 * register.el (describe-register-1): Explicitly handle
21180 yank-excluded-properties = t.
21181
21182 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21183 (custom-magic-alist): Change the status descriptions again.
21184 (face widget-type): Total rewrite based on `restricted-sexp'
21185 to eliminate the confusing double hiding levels.
21186
21187 * emacs-lisp/debug.el (debug-on-entry-1):
21188 If function body is empty, add nil as body form.
21189
21190 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21191
21192 * emacs-lisp/trace.el (inhibit-trace): New var.
21193 (trace-make-advice): Use it.
21194
21195 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21196
21197 2005-02-26 Kim F. Storm <storm@cua.dk>
21198
21199 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21200 (mouse-on-link-p, mouse-drag-region-1): Use it.
21201
21202 2005-02-25 Lute Kamstra <lute@gnu.org>
21203
21204 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21205
21206 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21207
21208 * frame.el (blink-cursor-mode): Add :group keyword.
21209
21210 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21211
21212 * calendar/icalendar.el (icalendar--decode-isodatetime):
21213 New optional argument DAY-SHIFT.
21214 (icalendar-export-region): Fix coding-system-for-write.
21215 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21216 events by one.
21217
21218 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21219
21220 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21221
21222 2005-02-24 Kim F. Storm <storm@cua.dk>
21223
21224 * international/iso-acc.el (iso-accents-compose): Fix crash
21225 during redisplay. Call force-window-update after read-event
21226 and delete-region to signal that window is not accurate.
21227
21228 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21229
21230 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21231 Remove unused and inexistent var `inhibit-trace'.
21232 (debugger-mode): Use run-mode-hooks.
21233 (debugger-list-functions): Add buttons; setup xref stack.
21234
21235 2005-02-23 Richard M. Stallman <rms@gnu.org>
21236
21237 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21238 appointment says it was explicitly made.
21239 (appt-add): Set the 3rd element.
21240 (appt-make-list): Preserve explicit appointments.
21241
21242 * subr.el (find-tag-default): Catch errors in forward-sexp.
21243
21244 2005-02-23 Juri Linkov <juri@jurta.org>
21245
21246 * info.el (Info-isearch-search): New defcustom.
21247 (Info-isearch-search): Call the default isearch function
21248 when Info-isearch-search is nil.
21249 (Info-isearch-wrap): Use variable Info-isearch-search.
21250
21251 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21252
21253 * cus-edit.el: Comment change.
21254
21255 2005-02-22 Kim F. Storm <storm@cua.dk>
21256
21257 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21258 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21259
21260 2005-02-22 Simon Josefsson <jas@extundo.com>
21261
21262 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21263 New variable.
21264 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21265 Oskarsson" <myrkraverk@users.sourceforget.net>.
21266
21267 2005-02-22 Kim F. Storm <storm@cua.dk>
21268
21269 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21270 check that window of that event is the selected window.
21271 (mouse-drag-region-1): Compare mouse event window to selected
21272 window before setting point.
21273
21274 * tooltip.el (tooltip-show-help-function): Pass event to
21275 mouse-on-link-p so it can check selected window.
21276
21277 2005-02-22 Kenichi Handa <handa@m17n.org>
21278
21279 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21280 (ps-mule-show-warning): New function.
21281 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21282 characters are found.
21283
21284 * ps-print.el (ps-header-footer-string): Return a list of header
21285 and footer strings.
21286
21287 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21288
21289 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21290
21291 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21292
21293 * frame.el (blink-cursor-mode): Use define-minor-mode.
21294
21295 * term/mac-win.el (function-key-map): Use char-names more consistently.
21296 (file-name-coding-system): Only set it for MacOS-9. The other case is
21297 already handled in mule-cmds.el (where it also works when mac-win.el
21298 is not used).
21299
21300 2005-02-21 Kenichi Handa <handa@m17n.org>
21301
21302 * international/mule.el (ctext-pre-write-conversion): Always use
21303 " *code-converting-work*" buffer for work.
21304
21305 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21306
21307 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21308
21309 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21310
21311 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21312
21313 * ses.el (undo-more): Restore defadvice, but only the part that
21314 allows changes outside the restricted area of the buffer.
21315
21316 2005-02-20 Kim F. Storm <storm@cua.dk>
21317
21318 * simple.el (line-move): Add fourth optional arg try-vscroll which
21319 must be set to perform auto-window-vscroll.
21320 When moving backwards and doing auto-window-vscroll, automatically
21321 vscroll to the last part of lines which are taller than the window.
21322 (next-line, previous-line): Set try-vscroll arg on line-move.
21323
21324 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21325
21326 * replace.el (query-replace, query-replace-regexp)
21327 (replace-string, replace-regexp): When operating on region, make
21328 the minibuffer prompt say so.
21329
21330 * isearch.el (isearch-forward): Document isearch-query-replace and
21331 isearch-query-replace-regexp keybindings.
21332
21333 2005-02-19 Jay Belanger <belanger@truman.edu>
21334
21335 * calc/calc-aent.el (math-read-token): Add local variable.
21336
21337 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21338 (calc-edit-top): Move declaration to earlier in file.
21339 (calc-edit-macro-repeats): Add local variables.
21340
21341 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21342 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21343 calcFunc-tanh.
21344 Adjust integration rule for calcFunc-tan.
21345
21346 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21347
21348 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21349 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21350 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21351 (viper-skip-separators): Bug fix.
21352 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21353 particular major mode.
21354 (viper-del-backward-char-in-replace): Don't put deleted char on the
21355 kill ring.
21356
21357 * viper-ex.el (viper-color-display-p): New function.
21358 (viper-has-face-support-p): Use viper-color-display-p.
21359
21360 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21361
21362 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21363
21364 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21365 (viper-file-remote-p): Make equivalent to file-remote-p.
21366
21367 * viper.el (viper-major-mode-modifier-list):
21368 Use viper-gnus-modifier-map.
21369
21370 2005-02-19 David Kastrup <dak@gnu.org>
21371
21372 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21373 quoting.
21374
21375 2005-02-19 Jay Belanger <belanger@truman.edu>
21376
21377 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21378 Remove extra definitions.
21379 (calc-coth): New function.
21380 (calcFunc-cot): Fix `let'.
21381
21382 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21383
21384 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21385 the reasons we use "type pc" in these faces.
21386
21387 * button.el (button): Ditto.
21388
21389 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21390
21391 * replace.el (query-replace-read-from): Set the value of
21392 query-replace-from-history-variable to handle the case of an empty
21393 string entered to accept the suggested default.
21394
21395 * net/tramp.el (tramp-file-name-for-operation):
21396 Use dired-call-process instead of dired-call-process-command.
21397
21398 2005-02-19 Jay Belanger <belanger@truman.edu>
21399
21400 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21401 (math-div-non-trig): New variables.
21402 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21403 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21404 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21405 trig expressions.
21406
21407 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21408
21409 * progmodes/gdb-ui.el (gdb-var-update-handler)
21410 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21411 for watch expressions,
21412 (gdb-var-create-handler): Don't set speedbar-update-flag.
21413 (gdb-post-prompt): Simplify test for speedbar.
21414
21415 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21416
21417 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21418 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21419 we use the syntax table of the correct buffer.
21420 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21421 Felix Gatzemeier.
21422
21423 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21424 (ediff-file-remote-p): Make synonymous with file-remote-p.
21425 In all deffaces ediff-*-face-*, use min-colors.
21426
21427 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21428 ediff-recurse-to-subdirectories.
21429 (ediff-mark-if-equal): Check that the arguments are strings, use
21430 ediff-same-contents (after to Felix Gatzemeier).
21431
21432 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21433 nil.
21434
21435 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21436
21437 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21438
21439 2005-02-18 David Kastrup <dak@gnu.org>
21440
21441 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21442 use `mark-active' when defined.
21443
21444 2005-02-18 Kenichi Handa <handa@m17n.org>
21445
21446 * ps-print.el (ps-font-info-database): New entry
21447 ZapfChancery-MediumItalic with correct font name. Fix font name
21448 of the entry Zapf-Chancery-MediumItalic.
21449
21450 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21451
21452 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21453
21454 2005-02-16 Kim F. Storm <storm@cua.dk>
21455
21456 * ido.el (ido-fallback-command): Pass user input to fallback command.
21457
21458 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21459
21460 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21461 (gdb-find-file-hook): Add server prefix.
21462
21463 2005-02-16 Richard M. Stallman <rms@gnu.org>
21464
21465 * replace.el (perform-replace): Pass new args to replace-highlight.
21466 (replace-highlight): Take region args,
21467 and pass them to isearch-lazy-highlight-new-loop.
21468
21469 * novice.el (disabled-command-hook): Autoload the defalias
21470 and the make-obsolete-variable call.
21471
21472 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21473
21474 * isearch.el (isearch-lazy-highlight-start-limit)
21475 (isearch-lazy-highlight-end-limit): New variables limit
21476 the region for highlighting.
21477 (isearch-lazy-highlight-new-loop): New args BEG and END.
21478 (isearch-lazy-highlight-search): Use the new vars.
21479 (isearch-lazy-highlight-update): Likewise.
21480
21481 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21482
21483 * cus-start.el (all): Use default-boundp.
21484
21485 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21486
21487 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21488
21489 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21490
21491 * autorevert.el (auto-revert-stop-on-user-input)
21492 (auto-revert-verbose): Doc fixes.
21493
21494 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21495
21496 * international/mule-cmds.el (set-locale-environment): Remove call
21497 to set-selection-coding-system on Windows.
21498
21499 2005-02-15 Jay Belanger <belanger@truman.edu>
21500
21501 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21502 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21503 calcFunc-coth.
21504 (math-simplify-sqrt): Add simplifications.
21505
21506 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21507 to list.
21508
21509 * calc/calc-ext.el: Add functions to autoloads.
21510
21511 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21512 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21513 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21514 (math-csc-raw, math-cot-raw): New functions.
21515
21516 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21517
21518 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21519 the variable name in a message.
21520
21521 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21522 calcFunc-csc, calcFunc-cot.
21523
21524 * calc/calcalg2.el: Add derivative and integration rules for
21525 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21526 calcFunc-csch, calcFunc-coth.
21527 (math-do-integral-methods): Add to checks for when to use
21528 substitutions.
21529
21530 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21531
21532 2005-02-15 Lute Kamstra <lute@gnu.org>
21533
21534 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21535 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21536 <monnier@iro.umontreal.ca>
21537 (lisp-outline-level): Improve efficiency. Suggested by David
21538 Kastrup <dak@gnu.org>.
21539
21540 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21541
21542 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21543 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21544 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21545 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21546 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21547
21548 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21549
21550 * cus-start.el (all): Comment change.
21551
21552 2005-02-14 Lute Kamstra <lute@gnu.org>
21553
21554 * cus-start.el (all): Check if symbol is void.
21555
21556 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21557
21558 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21559 optional argument to \cite.
21560
21561 2005-02-14 Richard M. Stallman <rms@gnu.org>
21562
21563 * cus-edit.el (custom-buffer-create-internal): Update help message.
21564 (custom-magic-alist): Update help messages.
21565
21566 * cus-start.el (all): Allow a var to specify a standard value.
21567
21568 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21569
21570 * custom.el (custom-theme-set-variables): Handle variable aliases.
21571
21572 * frame.el (blink-cursor-timer): Doc fix.
21573 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21574 declare obsolete.
21575 (blink-cursor-mode): Define with defcustom and use correct
21576 standard expression in that defcustom.
21577 * startup.el (command-line): Adapt to above changes in frame.el.
21578
21579 2005-02-11 Lute Kamstra <lute@gnu.org>
21580
21581 * apropos.el (apropos-score-doc): Prevent division by zero.
21582
21583 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21584
21585 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21586 (icalendar--get-event-property-attributes)
21587 (icalendar--get-event-properties)
21588 (icalendar--datetime-to-diary-date): New functions.
21589 (icalendar--split-value): Doc fix.
21590 (icalendar--datetime-to-noneuropean-date)
21591 (icalendar--datetime-to-european-date): New optional argument
21592 SEPARATOR. Return result as a string instead of a list.
21593 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21594 (icalendar--convert-string-for-export): Rename arg S to STRING.
21595 (icalendar-export-region): Doc fix. Change name of error buffer.
21596 Save output buffer.
21597 (icalendar-import-file): Add blank at end of prompt.
21598 (icalendar-import-buffer): Doc fix. Do not switch to error
21599 buffer. Indicate status in return value.
21600 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21601 buffer. Save output buffer. Handle exception from recurrence
21602 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21603 events. Fix problems with weekly all-day events.
21604
21605 2005-02-10 Richard M. Stallman <rms@gnu.org>
21606
21607 * simple.el (eval-expression-print-format):
21608 Avoid warning about edebug-active.
21609
21610 * help.el (help-for-help-internal): Rename from help-for-help.
21611 (help-for-help): Define with defalias.
21612
21613 * font-core.el (font-lock-default-function): Use with-no-warnings.
21614
21615 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21616
21617 * custom.el (defface): Doc fix.
21618
21619 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21620
21621 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21622 width 0" to prevent word wrapping problems.
21623
21624 2005-02-09 Kim F. Storm <storm@cua.dk>
21625
21626 * ido.el (ido-file-extensions-order): New defcustom.
21627 (ido-file-extension-lessp, ido-file-extension-aux)
21628 (ido-file-extension-order): New advanced file ordering.
21629 (ido-file-lessp): New simple file ordering.
21630 (ido-sort-list): Remove.
21631 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21632 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21633
21634 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21635
21636 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21637 that some versions of grep produce.
21638 (grep-mode-font-lock-keywords): Likewise.
21639
21640 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21641
21642 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21643 (gdb-cdir): Delete.
21644 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21645 (gdb-source-info): Treat case when source file is in another
21646 directory properly.
21647 (gdb-get-location): New function.
21648
21649 2005-02-07 Jay Belanger <belanger@truman.edu>
21650
21651 * calc/calc-prog.el (calc-write-parse-table-part)
21652 (calc-fix-token-name): Fix a check for language type.
21653
21654 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21655
21656 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21657
21658 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21659 as directory not writable.
21660
21661 2005-02-07 Kim F. Storm <storm@cua.dk>
21662
21663 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21664 (cua--standard-movement-commands): Remove list.
21665 Instead, set CUA property value to move for movement commands.
21666 (cua-movement-commands): Remove. Users must set CUA prop instead.
21667 (cua--pre-command-handler): Check CUA property.
21668 (cua--init-keymaps): Don't remap undo commands.
21669 (cua-mode): Don't call cua--rectangle-on-off.
21670
21671 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21672 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21673 (cua--rect-undo-set-point): New var.
21674 (cua--rectangle-undo-boundary): Setup undo apply entry.
21675 (cua--rect-undo-handler): New function for rectangle undo.
21676 (cua--rect-start-position, cua--rect-end-position): Add.
21677 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21678 for restored rectangle. Set point if cua--rect-undo-set-point.
21679
21680 2005-02-06 Jay Belanger <belanger@truman.edu>
21681
21682 * calc/calc-lang.el (calc-tex-language): Display more information
21683 in messages.
21684
21685 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21686 in TeX mode.
21687
21688 2005-02-06 Richard M. Stallman <rms@gnu.org>
21689
21690 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21691
21692 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21693
21694 * net/ldap.el (ldap-search-internal): Support attributes with
21695 optional descriptions separated by a semi-colon, as in
21696 "userCertificate;binary".
21697
21698 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21699
21700 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21701 isn't a cons (i.e. the version is 0).
21702
21703 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21704
21705 * help.el (help-for-help): Doc fix.
21706
21707 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21708
21709 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21710 GDB-Windows on the menu-bar as this works better.
21711
21712 2005-02-04 Jay Belanger <belanger@truman.edu>
21713
21714 * calc/calc-embed.el (calc-embedded-update): Don't put in
21715 unnecessary newlines. Adjust the end of formula marker.
21716
21717 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21718 (math-latex-parse-two-args): New function.
21719
21720 2005-02-03 Lute Kamstra <lute@gnu.org>
21721
21722 * help-fns.el (help-with-tutorial): Make sure that users cannot
21723 remove the entire text of the tutorial by means of `undo'.
21724
21725 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21726
21727 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21728 in recent changes, where the ispell process was repeatedly
21729 killed & restarted.
21730
21731 * international/mule-cmds.el (set-locale-environment): Set file-name
21732 coding system to utf-8 on Darwin systems.
21733 (set-default-coding-systems): Don't set default-file-name-coding-system
21734 on Darwin systems.
21735
21736 2005-02-03 Richard M. Stallman <rms@gnu.org>
21737
21738 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21739
21740 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21741
21742 * faces.el (list-faces-display): Add optional argument.
21743
21744 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21745
21746 * font-core.el (font-lock-default-function): Handle the rare case where
21747 only font-lock-keywords is set.
21748
21749 2005-02-02 Kenichi Handa <handa@m17n.org>
21750
21751 * international/characters.el: Cancel previous change for
21752 I-WITH-DOT-ABOVE and DOTLESS-i.
21753
21754 * international/latin-5.el: Cancel previous change.
21755
21756 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21757
21758 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21759
21760 2005-02-02 Kenichi Handa <handa@m17n.org>
21761
21762 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21763 DOTLESS-i.
21764
21765 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21766 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21767
21768 * case-table.el (get-upcase-table): New function.
21769 (copy-case-table): Copy upcaes table too if non-nil.
21770 (set-case-syntax-delims): Maintain upcase table too.
21771 (set-case-syntax-pair): Likewise.
21772 (set-upcase-syntax, set-downcase-syntax): New functions.
21773 (set-case-syntax): Maintain upcase table too.
21774
21775 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21776
21777 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21778
21779 * progmodes/gud.el (gud-goto-info): New function.
21780 (gud-tool-bar-map): Use correct icon.
21781
21782 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21783
21784 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21785 When delegating, order args in the funcall correctly.
21786
21787 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21788
21789 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21790
21791 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21792
21793 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21794 buffer not visiting a file.
21795
21796 2005-01-31 Jay Belanger <belanger@truman.edu>
21797
21798 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21799 bound on the line with the formula.
21800
21801 2005-01-31 Kim F. Storm <storm@cua.dk>
21802
21803 * ses.el (ses-create-cell-variable-range)
21804 (ses-destroy-cell-variable-range, ses-reset-header-string)
21805 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21806 (ses-insert-row): Fix format of apply undo entries.
21807
21808 2005-01-31 Jay Belanger <belanger@truman.edu>
21809
21810 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21811 parts.
21812
21813 * calc/calc-embed.el (calc-embedded-open-formula)
21814 (calc-embedded-close-formula): Ignore matrix environments.
21815
21816 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21817 TeX mode.
21818
21819 * calc/calc-lang.el (math-function-table, math-oper-table)
21820 (math-variable-table): Adjust the LaTeX portions.
21821
21822 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21823 (math-latex-ignore-words): New constant.
21824
21825 2005-01-31 Richard M. Stallman <rms@gnu.org>
21826
21827 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21828 (ispell-local-dictionary): Doc fix.
21829 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21830 Don't reinitialize at run time. Don't defcustom.
21831 All uses changed to append ispell-local-dictionary-alist,
21832 or check it first.
21833 (ispell-current-dictionary): New variable for dictionary in use.
21834 (ispell-dictionary): Now used only for global default.
21835 (ispell-start-process): Set ispell-current-dictionary,
21836 not ispell-dictionary.
21837 (ispell-change-dictionary): Use this only for setting
21838 user preferences.
21839 (ispell-internal-change-dictionary): New function
21840 to change the current dictionary in use.
21841 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21842 Use ispell-current-dictionary.
21843 Handle ispell-local-dictionary-overridden.
21844 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21845
21846 2005-01-31 Jay Belanger <belanger@truman.edu>
21847
21848 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21849
21850 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21851 (calc-mode-map): Add calc-latex-language.
21852
21853 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21854 (math-latex-print-frac): New functions.
21855 (math-oper-table, math-function-table, math-variable-table)
21856 (math-complex-format, math-input-filter): Add latex properties.
21857 (calc-set-language): Set math-expr-special-function-mapping.
21858
21859 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21860 (calc-write-parse-table-part): Add LaTeX support.
21861
21862 * calc/calc.el (calc-language): Adjust docstring.
21863 (calc-set-mode-line): Add LaTeX support.
21864 (math-expr-special-function-mapping): New variable.
21865 (math-tex-ignore-words): Add to list.
21866
21867 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21868 Add LaTeX support.
21869 (math-compose-expr): Add support for special functions.
21870
21871 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21872
21873 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21874
21875 * progmodes/gdb-ui.el (gdb-memory-address)
21876 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21877 (gdb-memory-mode-map, gdb-memory-format-keymap)
21878 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21879 (gdb-memory-unit-menu): New variables for a buffer
21880 that lets the user examine program memory.
21881 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21882 (gdb-memory-format-binary, gdb-memory-format-octal)
21883 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21884 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21885 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21886 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21887 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21888 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21889 (gdb-memory-mode, gdb-memory-buffer-name)
21890 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21891 New functions for above buffer.
21892
21893 2005-01-30 Richard M. Stallman <rms@gnu.org>
21894
21895 * cus-edit.el (custom-bury-buffer): Function deleted.
21896 (custom-buffer-done-function): Option deleted.
21897 (custom-buffer-done-kill): New replacement option.
21898 (Custom-buffer-done): Call quit-window.
21899 (custom-buffer-create-internal): Update for above changes.
21900
21901 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21902
21903 * simple.el (undo-ask-before-discard): New var.
21904 (undo-outer-limit-truncate): Implement it.
21905 (undo-extra-outer-limit): Doc update.
21906
21907 2005-01-29 Richard M. Stallman <rms@gnu.org>
21908
21909 * ses.el (undo-more): Delete defadvice.
21910 (ses-begin-change): Doc fix.
21911
21912 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21913 instead of rebinding C-x u and C-_.
21914
21915 * files.el (normal-backup-enable-predicate): Return nil for files
21916 in /tmp, regardless of temporary-file-directory.
21917
21918 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21919
21920 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21921 (open-rectangle, delete-whitespace-rectangle-line)
21922 (clear-rectangle-line): If FILL, pass t instead of FILL
21923 for move-to-column's 2nd arg.
21924
21925 * simple.el (undo): Fix the test for continuing a series of undos.
21926 (undo-more): Set pending-undo-list to t when we reach end.
21927 (pending-undo-list): Move up defvar.
21928
21929 * wid-edit.el (widget-button-click):
21930 Shorten the range of the track-mouse binding.
21931
21932 * comint.el (comint-insert-input): Undo previous changes;
21933 use last-input-event in interactive spec.
21934
21935 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21936
21937 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21938 to nil before invoking call-process. Reset buffer's modified flag
21939 after fontifying it in the no-async branch.
21940
21941 * wid-edit.el (widget-specify-button): If mouse pointer shape
21942 cannot be changed, use mouse face instead.
21943
21944 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21945
21946 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21947 (gdb-goto-breakpoint): Make breakpoint handling work on template
21948 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21949 (gdb-assembler-custom): Update to recognize breakpoint information
21950 added on 2005-01-19.
21951
21952 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21953
21954 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21955 (dsssl-mode): Use define-derived-mode.
21956 (scheme-mode-initialize): Remove.
21957 (scheme-mode): Use run-mode-hooks.
21958
21959 * cus-edit.el (customize-group-other-window)
21960 (custom-buffer-create-other-window): Don't override special-display-*.
21961 (custom-mode-map): Make it dense.
21962
21963 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21964 sets the default value.
21965
21966 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21967
21968 * descr-text.el: Add more keywords.
21969
21970 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21971
21972 * speedbar.el: Avoid unnecessary use of locate-library.
21973
21974 * international/mule-cmds.el (standard-display-european-internal):
21975 Don't fiddle with latin-1 non-break space any more since it's now
21976 special cased in the C code.
21977 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21978
21979 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21980
21981 * cus-start.el (all): Add `undo-outer-limit'.
21982
21983 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21984
21985 * textmodes/bibtex.el (bibtex-format-entry):
21986 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21987 field lines.
21988 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21989 not on part of a buffer.
21990
21991 2005-01-25 Lute Kamstra <lute@gnu.org>
21992
21993 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21994 nonempty field text strings like "{letters\\macro{}more letters}".
21995 Clarify docstring.
21996 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21997 (bibtex-entry-offset, bibtex-parse-association)
21998 (bibtex-parse-field-name): Fix typos in docstrings.
21999 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22000
22001 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22002
22003 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22004 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22005 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22006 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22007
22008 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22009 isearch minor mode.
22010
22011 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22012
22013 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22014
22015 2005-01-24 Lute Kamstra <lute@gnu.org>
22016
22017 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22018 CASECHARS and NOT-CASECHARS regular expressions of the
22019 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22020 striding over charsets" error.
22021
22022 2005-01-24 Jay Belanger <belanger@truman.edu>
22023
22024 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22025 display variable name.
22026
22027 2005-01-24 Kenichi Handa <handa@m17n.org>
22028
22029 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22030 Fix setting of the element of encoded-kbd-iso2022-invocations.
22031
22032 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22033
22034 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22035 (gdb-threads-select): Change to also accept mouse events.
22036 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22037 (gdb-threads-mouse-select): Delete.
22038
22039 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22040
22041 * files.el (insert-directory): Take care of empty directory,
22042 listed without -a switch.
22043
22044 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22045
22046 * textmodes/refill.el (refill-post-command-function):
22047 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22048 to the list of functions that we should be careful not to undo.
22049 (refill-late-fill-paragraph-function): Remove.
22050 (refill-saved-state): New var.
22051 (refill-mode): Use it to save fill-paragraph-function.
22052 Save also the value of auto-fill-function.
22053
22054 * term/w32-win.el: Simplify code.
22055
22056 2005-01-23 Kim F. Storm <storm@cua.dk>
22057
22058 * simple.el (line-move): Adapt to new return value from
22059 pos-visible-in-window-p.
22060
22061 * simple.el (line-move): Fix last change. Check partial
22062 visibility at point rather than at window-start.
22063
22064 2005-01-22 Jason Rumney <jasonr@gnu.org>
22065
22066 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22067
22068 2005-01-22 David Kastrup <dak@gnu.org>
22069
22070 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22071
22072 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22073
22074 * type-break.el (type-break-mode): Add a test for
22075 type-break-file-name being non-nil.
22076
22077 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22078
22079 * net/eudc.el (top level): Call (message "") via progn, so that
22080 eudc-options-file is loaded.
22081
22082 2005-01-22 Kim F. Storm <storm@cua.dk>
22083
22084 * simple.el (line-move-1): Rename from line-move.
22085 (line-move): New function that adjusts vscroll for partially
22086 visible rows, and calls line-move-1 otherwise.
22087
22088 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22089
22090 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22091 since it's not a complete read-event implementation
22092
22093 2005-01-20 Jay Belanger <belanger@truman.edu>
22094
22095 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22096 for called function.
22097
22098 2005-01-20 Steven Tamm <steventamm@mac.com>
22099
22100 * term/mac-win.el (process-connection-type): Remove.
22101 Controlled now by s/darwin.h:PTY_ITERATION.
22102
22103 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22104
22105 * window.el (handle-select-window): Don't switch window when we're
22106 in the minibuffer.
22107
22108 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22109
22110 * subr.el (dotimes-with-progress-reporter): New macro.
22111
22112 * ses.el (ses-dotimes-msg): Remove macro.
22113 Use `dotimes-with-progress-reporter' instead.
22114
22115 2005-01-19 Steven Tamm <steventamm@mac.com>
22116
22117 * term/mac-win.el (process-connection-type): Use new
22118 operating-system-release variable to use ptys on Darwin 7 (OS X
22119 10.3) when using carbon build.
22120
22121 2005-01-19 Jay Belanger <belanger@truman.edu>
22122
22123 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22124 flags if the last command was a tab or M-tab.
22125
22126 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22127 in formula editing buffer.
22128
22129 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22130
22131 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22132 breakpoint image symbol in margin.
22133
22134 2005-01-19 Jay Belanger <belanger@truman.edu>
22135
22136 * calc/calc-prog.el (calc-execute-kbd-macro):
22137 Ignore calc-keep-arg-flag.
22138
22139 2005-01-19 Kenichi Handa <handa@m17n.org>
22140
22141 * textmodes/ispell.el (ispell-looking-at): New function.
22142 (ispell-process-line): Use ispell-looking-at to compare the ispell
22143 output and the buffer contents.
22144
22145 2005-01-18 Jay Belanger <belanger@truman.edu>
22146
22147 * calc/calc.el (calc-display-raw): Fix docstring.
22148
22149 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22150
22151 * simple.el (blink-matching-open): Strip extra info from syntax.
22152
22153 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22154 funny chars in the end-of-here-doc marker.
22155
22156 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22157
22158 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22159 that enable/disabled state of breakpoints is shown correctly in
22160 fringe and on ttys.
22161 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22162 Add breakpoint information as text properties.
22163 (gdb-mouse-toggle-breakpoint):
22164 Rename to gdb-mouse-set-clear-breakpoint.
22165 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22166 breakpoints in the margin.
22167 (gdb-remove-strings): Simplify.
22168
22169 2005-01-17 Jay Belanger <belanger@truman.edu>
22170
22171 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22172 erasing buffer.
22173
22174 2005-01-17 Richard M. Stallman <rms@gnu.org>
22175
22176 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22177 for calling grep-compute-defaults.
22178
22179 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22180 if buffer is empty.
22181
22182 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22183
22184 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22185
22186 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22187
22188 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22189 non-preloaded variables.
22190
22191 2005-01-17 Steven Tamm <steventamm@mac.com>
22192
22193 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22194 tex-shell cause to force interactivity when using pipes.
22195
22196 2005-01-17 Kim F. Storm <storm@cua.dk>
22197
22198 * simple.el (just-one-space): Make arg optional.
22199
22200 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22201
22202 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22203 posn-at-x-y to t to access left-margin.
22204
22205 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22206
22207 Sync with Tramp 2.0.47.
22208
22209 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22210 catching keep-date problems in cp/scp operations.
22211 (tramp-handle-copy-file): Don't call `set-file-modes'
22212 unconditionally. Specialized functions should know better what is
22213 necessary. This improves performance a little bit, and the
22214 functions could catch errors with `cp -p' and `scp -p'.
22215 (tramp-do-copy-or-rename-file-via-buffer)
22216 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22217 when appropriate.
22218 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22219 Call `set-file-modes' when appropriate.
22220 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22221 Johnsson <isak@hypergene.com>
22222 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22223 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22224 <joakim@verona.se>
22225 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22226 Emacs only.
22227
22228 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22229 `find-file-hooks' and `dired-mode-hook'.
22230 (tramp-minor-mode-map): Respective map. Add remapping for
22231 `compile' and `recompile'.
22232 (tramp-remap-command, tramp-recompile): New defuns.
22233 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22234 in buffer "*Compilation*". Call the commands asynchronously.
22235
22236 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22237 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22238 `shell-command', because it isn't magic in XEmacs. Reported by
22239 Adrian Aichner <adrian@xemacs.org>.
22240
22241 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22242 `substitute-in-file-name.
22243 (tramp-smb-handle-substitute-in-file-name): New defun.
22244 (tramp-smb-advice-PC-do-completion): Delete advice.
22245
22246 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22247
22248 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22249 Fix error in deleting region.
22250
22251 2005-01-15 Richard M. Stallman <rms@gnu.org>
22252
22253 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22254 In non-temp buffer, switch syntax table temporarily.
22255
22256 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22257
22258 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22259
22260 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22261
22262 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22263 (imenu--generic-function): Use START, not BEG, as pos of definition.
22264
22265 * simple.el (just-one-space): Argument specifies number of spaces.
22266
22267 * simple.el (eval-expression-print-format): Avoid warning
22268 about edebug-active.
22269
22270 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22271
22272 * progmodes/sh-script.el: Code copied from make-mode.el
22273 with small changes,
22274 (sh-mode-map): Bind C-c C-\.
22275 (sh-backslash-column, sh-backslash-align): New variables.
22276 (sh-backslash-region, sh-append-backslash): New functions.
22277
22278 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22279
22280 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22281 (rmail-pop-password, rmail-pop-password-required): Move to
22282 rmail-obsolete group.
22283 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22284 All callers updated.
22285 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22286 Take an argument specifying whether it is POP or IMAP mailbox we
22287 are using. All callers updated.
22288 (rmail-pop-password-error): Rename to
22289 rmail-remote-password-error. Added mailutils-specific error message.
22290 (rmail-movemail-search-path)
22291 (rmail-movemail-variant-in-use): New variables.
22292 (rmail-remote-password, rmail-remote-password-required):
22293 New customization variables.
22294 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22295 (rmail-parse-url): New function.
22296 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22297 with GNU mailutils movemail.
22298
22299 2005-01-15 Kevin Ryde <user42@zip.com.au>
22300
22301 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22302 suffix to space, $ or '$, to correctly position point when going
22303 to @table style constants like DBL_MAX.
22304
22305 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22306
22307 * type-break.el (type-break-mode, type-break-file-time)
22308 (type-break-file-keystroke-count, type-break-choose-file):
22309 Don't store data in or load data from the file if type-break-file-name
22310 is nil.
22311 (type-break-file-name): Doc update as per the above.
22312
22313 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22314
22315 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22316 lookup-key might return nil; handle that.
22317
22318 2005-01-15 Alan Mackenzie <acm@muc.de>
22319
22320 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22321 rather than the element found, thus enabling the tree to be setcar'd.
22322
22323 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22324
22325 * textmodes/org.el (org-show-following-heading): New option.
22326 (org-show-hierarchy-above): Use `org-show-following-heading'.
22327 (org-cycle): Documentation fix.
22328
22329 * textmodes/org.el (orgtbl-optimized): New option
22330 (orgtbl-mode): New command, a minor mode.
22331 (orgtbl-mode-map): New variable.
22332 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22333 (orgtbl-error, orgtbl-self-insert-command)
22334 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22335
22336 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22337 a local variable in each org-mode buffer.
22338
22339 * textmodes/org.el (org-set-regexps-and-options): Rename from
22340 `org-set-regexps'. Added checking for STARTUP keyword.
22341 (org-get-current-options): Add STARTUP options.
22342 (org-table-insert-row): Make mode intelligent about when
22343 realignment is needed.
22344 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22345 New commands.
22346 (org-enable-table-editor): New default value `optimized'.
22347 (org-table-blank-field): Support blanking regions if active.
22348
22349 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22350
22351 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22352 if the year is not given.
22353
22354 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22355 Add new escapes %m and %M, fixed bug with %F by adding
22356 save-match-data.
22357 (reftex-reference): Remove ?. from list of spaces.
22358 (reftex-label-info): Add automatic label prefix recognition.
22359
22360 * textmodes/reftex-index.el (reftex-index-next-phrase):
22361 Add slave parameter to call of `reftex-index-this-phrase'.
22362 (reftex-index-this-phrase): New optional argument.
22363 (reftex-index-region-phrases): Add slave parameter to call of
22364 `reftex-index-this-phrase'.
22365 (reftex-display-index): New argument redo.
22366 (reftex-index-rescan): Add `redo' to arguments of
22367 `reftex-display-index'.
22368 (reftex-index-Rescan, reftex-index-revert)
22369 (reftex-index-switch-index-tag): Add `redo' to arguments of
22370 `reftex-display-index'.
22371 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22372 indexing. Fix bug with matching is there is a quote before or
22373 after the word.
22374
22375 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22376 Fix bug when collecting citation keys in lines with comments.
22377 (reftex-citation): Prefix argument no longer rescans the document,
22378 but forces prompting for optional arguments of cite macros.
22379 (reftex-do-citation): Prompting for optional arguments implemented.
22380
22381 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22382 Add optional arguments to most cite commands.
22383 (reftex-cite-cleanup-optional-args): New option
22384 (reftex-cite-prompt-optional-args): New option.
22385 (reftex-trust-label-prefix): New option.
22386
22387 * textmodes/reftex-toc.el (reftex-toc-find-section):
22388 Add push-mark before changing the position in the buffer.
22389
22390 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22391 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22392
22393 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22394
22395 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22396 more carefully.
22397
22398 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22399
22400 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22401 (sgml-mode): Use it.
22402 (sgml-get-context): Better keep track of implicitly closed tags.
22403
22404 2005-01-13 Kenichi Handa <handa@m17n.org>
22405
22406 * textmodes/ispell.el: These changes are to fix misalignment error
22407 caused by equivalent characters of different Emacs charsets.
22408 (ispell-unified-chars-table): New variable.
22409 (ispell-get-decoded-string): New function.
22410 (ispell-get-casechars, ispell-get-not-casechars)
22411 (ispell-get-otherchars): Call ispell-get-decoded-string.
22412
22413 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22414
22415 * custom.el (custom-declare-variable): Just put symbol instead
22416 of (defvar . symbol) in `current-load-list'.
22417
22418 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22419
22420 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22421
22422 2005-01-12 Jay Belanger <belanger@truman.edu>
22423
22424 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22425 to create a Calc summary.
22426
22427 2005-01-12 Kim F. Storm <storm@cua.dk>
22428
22429 * mouse.el (mouse-on-link-p): Change functionality and doc
22430 string to comply with latest description in lisp ref.
22431
22432 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22433
22434 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22435 Enable mouse clicks on mode-line, header-line and margin.
22436 (event-type): Give mouse event symbols an `event-kind' property
22437 with value `mouse-click'.
22438
22439 2005-01-12 Juri Linkov <juri@jurta.org>
22440
22441 * facemenu.el (list-colors-display): Add new arg buffer-name.
22442 Use it. Fix docstring. Replace code for identifying duplicate
22443 colors by the name with call to `list-colors-duplicates' which
22444 identifies duplicate colors by the value unless the color
22445 is one of special Windows colors. Set truncate-lines to t.
22446 Print sorted duplicate color names on each line. Indent to 22
22447 \(the longest color name in rgb.txt) instead of 20. Optimize.
22448 (list-colors-duplicates): New function.
22449 (facemenu-color-name-equal): Delete function.
22450
22451 * facemenu.el (list-colors-print): New function created from code
22452 in list-colors-display. Print #RRGGBB at the window right edge.
22453 (list-colors-display): When temp-buffer-show-function is not
22454 defined, call list-colors-print from temp-buffer-show-hook
22455 to get the right value of window-width in list-colors-print
22456 after the buffer is displayed.
22457
22458 * simple.el (pop-mark): Move deactivate-mark out of conditional
22459 part to deactivate the active mark regardless of the state of the
22460 mark ring.
22461
22462 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22463 variables line in desktop files.
22464
22465 2005-01-12 Juri Linkov <juri@jurta.org>
22466
22467 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22468 Bring together isearch highlight related options.
22469 (lazy-highlight): Replace group `replace' by `matching'.
22470 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22471 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22472 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22473 and declare them obsolete.
22474 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22475 (isearch-faces): Remove defgroup.
22476 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22477 Move isearch highlighting code closer to lazy highlighting code.
22478
22479 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22480 (query-replace-highlight, query-replace-lazy-highlight)
22481 (query-replace): Move definitions to the beginning of the file.
22482
22483 2005-01-11 Juri Linkov <juri@jurta.org>
22484
22485 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22486 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22487 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22488
22489 * info.el (Info-history-forward): New variable.
22490 (Info-select-node): Reset Info-history-forward to nil.
22491 (Info-last): Turn into defalias.
22492 (Info-history-back): Rename from Info-last.
22493 Add current node to Info-history-forward.
22494 (Info-history-forward): New fun.
22495 (Info-mode-map): Replace Info-last by Info-history-back.
22496 Bind Info-history-forward to "r".
22497 (Info-mode-menu): Replace Info-last by Info-history-back.
22498 Fix menu item text. Add menu item for Info-history-forward.
22499 (info-tool-bar-map): Replace Info-last by Info-history-back.
22500 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22501 for Info-history-forward.
22502 (Info-mode): Replace Info-last by Info-history-back in docstring.
22503 Add local variable Info-history-forward.
22504 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22505
22506 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22507
22508 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22509 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22510 Ignore select-window events rather than fiddle with
22511 mouse-autoselect-window.
22512
22513 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22514
22515 * type-break.el (type-break-mode): Fix previous change.
22516
22517 2005-01-10 Jay Belanger <belanger@truman.edu>
22518
22519 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22520 calculator; only reset when point is inside a calculator.
22521 Don't adjust the window height if the window takes up the whole height
22522 of the frame.
22523
22524 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22525
22526 * ebuff-menu.el (Electric-buffer-menu-mode):
22527 Preserve value of buffer-local var header-line-format.
22528
22529 2005-01-09 Jay Belanger <belanger@truman.edu>
22530
22531 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22532 Make sure settings file exists before accessing it.
22533
22534 * calc/calc-embed.el (calc-embedded-subst):
22535 Replace math-multi-subst-rec, which is only supposed to be called
22536 by math-multi-subst, by math-multi-subst.
22537
22538 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22539
22540 * vc.el (vc-allow-async-revert): New user option.
22541 (vc-disable-async-diff): New internal variable.
22542 (vc-revert-buffer): Use them to disable asynchronous diff.
22543
22544 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22545 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22546 asynchronously if vc-disable-async-diff is t.
22547
22548 2005-01-09 Jay Belanger <belanger@truman.edu>
22549
22550 * calc/calc.el (defcalcmodevar): New macro.
22551 (calc-mode-var-list-restore-default-values)
22552 (calc-mode-var-list-restore-saved-values): New functions.
22553 (calc-mode-var-list): Use defcalcmodevar to define it.
22554 (calc-always-load-extensions, calc-line-numbering)
22555 (calc-line-breaking, calc-display-just, calc-display-origin)
22556 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22557 (calc-group-char, calc-point-char, calc-frac-format)
22558 (calc-prefer-frac, calc-hms-format, calc-date-format)
22559 (calc-float-format, calc-full-float-format, calc-complex-format)
22560 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22561 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22562 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22563 (calc-matrix-brackets, calc-language, calc-language-option)
22564 (calc-left-label, calc-right-label, calc-word-size)
22565 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22566 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22567 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22568 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22569 (calc-window-height, calc-display-trail, calc-show-selections)
22570 (calc-use-selections, calc-assoc-selections)
22571 (calc-display-working-message, calc-auto-why, calc-timing)
22572 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22573 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22574 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22575 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22576 (calc-gnuplot-geometry, calc-graph-default-resolution)
22577 (calc-graph-default-resolution-3d, calc-invocation-macro)
22578 (calc-show-banner): Use defcalcmodevar to declare them and set
22579 their default values.
22580
22581 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22582 instead of default values (but restore default values if there is
22583 an argument of 0).
22584
22585 2005-01-09 David Kastrup <dak@gnu.org>
22586
22587 * desktop.el (desktop-restore-eager): Fix typo in type.
22588
22589 2005-01-08 Richard M. Stallman <rms@gnu.org>
22590
22591 * cus-edit.el (customize): Delete :link.
22592
22593 2005-01-08 Jay Belanger <belanger@truman.edu>
22594
22595 * calc/calc.el (calc-mode): Remove the extension from the
22596 `calc-settings-file' file name when loading it.
22597
22598 2005-01-08 Kim F. Storm <storm@cua.dk>
22599
22600 * info.el (Info-mode-map, Info-next-link-keymap)
22601 (Info-prev-link-keymap, Info-up-link-keymap):
22602 Map follow-link to mouse-face.
22603 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22604
22605 2005-01-08 Jay Belanger <belanger@truman.edu>
22606
22607 * calc/calc.el (calc-settings-file): Change default value.
22608 Suggested by cgw in a comment in calc-mode.el.
22609
22610 * calc/calc-mode.el (calc-settings-file-name):
22611 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22612 Replace ~/.emacs in a prompt by calc-settings-file.
22613
22614 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22615
22616 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22617 (desktop-lazy-idle-delay): New customizable variables.
22618 (desktop-buffer-args-list): New variable.
22619 (desktop-append-buffer-args): New function.
22620 (desktop-save): Call desktop-append-buffer-args for some buffers.
22621 (desktop-lazy-create-buffer): New function.
22622 (desktop-idle-create-buffers): New function.
22623 (desktop-read): Add message about buffers to restore lazily.
22624 (desktop-lazy-abort): New command.
22625 (desktop-clear): Call desktop-lazy-abort.
22626 (desktop-lazy-complete): New command.
22627
22628 2005-01-06 Richard M. Stallman <rms@gnu.org>
22629
22630 * emacs-lisp/find-func.el (find-face-definition):
22631 Rename from find-face.
22632
22633 2005-01-06 Kim F. Storm <storm@cua.dk>
22634
22635 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22636
22637 * man.el (Man-xref-man-page, Man-xref-header-file)
22638 (Man-xref-normal-file): Add follow-link property.
22639
22640 2005-01-06 Jay Belanger <belanger@truman.edu>
22641
22642 * calc/calc-units.el: Make sure the proper macro definitions are
22643 available when compiling.
22644
22645 2005-01-06 Juri Linkov <juri@jurta.org>
22646
22647 * isearch.el (isearch-lazy-highlight-update):
22648 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22649
22650 2005-01-06 Miles Bader <miles@gnu.org>
22651
22652 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22653 (isearch-lazy-highlight-face): Use new name.
22654
22655 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22656
22657 * uniquify.el (uniquify-rationalize-file-buffer-names):
22658 Re-add an interactive spec.
22659 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22660 to the same name.
22661
22662 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22663 (isearch-update, isearch-done): Adjust calls accordingly.
22664
22665 2005-01-05 Richard M. Stallman <rms@gnu.org>
22666
22667 * custom.el (custom-set-variables, custom-theme-set-variables):
22668 Clarify documentation.
22669
22670 * emacs-lisp/find-func.el (find-variable)
22671 (find-variable-other-window, find-variable-other-frame):
22672 Fix the TYPE args to find-function-read and find-function-do-it.
22673 (find-function): Doc fix.
22674 (find-function-at-point): Replace function-at-point alias.
22675
22676 2005-01-04 Richard M. Stallman <rms@gnu.org>
22677
22678 * cus-face.el (custom-declare-face):
22679 Record defface in current-load-list.
22680
22681 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22682
22683 * emacs-lisp/find-func.el: Doc fixes.
22684 (find-face-regexp): New variable.
22685 (find-function-regexp-alist): New variable.
22686 (find-function-C-source): Third arg is now TYPE.
22687 (find-function-search-for-symbol): Handle general TYPE.
22688 (find-function-read, find-function-do-it): Handle general TYPE.
22689 (find-definition-noselect, find-face): New functions.
22690 (function-at-point): Alias deleted.
22691
22692 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22693
22694 * battery.el (display-battery-mode): Rename from display-battery.
22695 Handle the case where it gets turned off.
22696
22697 2005-01-04 Richard M. Stallman <rms@gnu.org>
22698
22699 * cus-edit.el (customize): Make :link point to user doc.
22700
22701 * man.el (Man-fontify-manpage): Turn off undo generation.
22702
22703 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22704
22705 2005-01-04 Andreas Schwab <schwab@suse.de>
22706
22707 * files.el (insert-directory): Only look for error lines in
22708 inserted text. Don't move too far after processing --dired markers.
22709
22710 2005-01-04 Richard M. Stallman <rms@gnu.org>
22711
22712 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22713 Don't expand if the character is @, period, dash, etc.
22714 (define-mail-abbrev): Quote names that contain problem characters.
22715
22716 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22717
22718 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22719
22720 2005-01-03 Richard M. Stallman <rms@gnu.org>
22721
22722 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22723 (query-replace-highlight, query-replace-lazy-highlight)
22724 (query-replace): Definitions moved up. Doc fix.
22725
22726 2005-01-03 Richard M. Stallman <rms@gnu.org>
22727
22728 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22729 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22730 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22731 (lazy-highlight-face): Rename from isearch-lazy-...
22732 Change all references to them.
22733
22734 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22735
22736 * cus-edit.el (custom-file): Doc fix for defcustom.
22737 (custom-file): The function no longer sets the variable
22738 `custom-file' to its return value.
22739
22740 * startup.el (command-line): No longer load `custom-file'.
22741
22742 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22743
22744 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22745
22746 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22747 Don't confuse module-prefixed identifiers for labels.
22748 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22749
22750 2005-01-02 Richard M. Stallman <rms@gnu.org>
22751
22752 * files.el (basic-save-buffer-1): Fix previous change.
22753
22754 * loadhist.el (file-loadhist-lookup): New function.
22755 (file-provides, file-requires): Use it.
22756
22757 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22758 instead of calculating the right size.
22759
22760 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22761
22762 * vc-svn.el (vc-svn-diff): Stay local if possible.
22763
22764 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22765
22766 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22767
22768 * files.el (hack-local-variables): Fix last change.
22769
22770 2005-01-02 Jay Belanger <belanger@truman.edu>
22771
22772 * calc/calc-yank.el (calc-edit-top): New variable.
22773 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22774 object. Change header properties.
22775 (calc-edit-finish, calc-edit-finish-stack-object)
22776 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22777 edited object.
22778 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22779 for the beginning of the edited object.
22780 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22781 for the beginning of the edited object.
22782 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22783 (calc-finish-formula-edit, calc-macro-repeats)
22784 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22785 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22786 beginning of the edited object.
22787 (calc-user-define-edit): Change the header for editing macros.
22788 Remove unnecessary variable.
22789
22790 2005-01-01 Jay Belanger <belanger@truman.edu>
22791
22792 * calc/calc-yank.el (calc-edit-mode): Change default header.
22793 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22794 * calc/calc-store.el (calc-edit-variable): Change title to match new
22795 header.
22796 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22797 mode to match new header.
22798 (calc-user-define-edit): Change titles to include names of commands.
22799 (calc-finish-formula-edit): Adjust to handle new header.
22800 (calc-finish-macro-edit): Remove.
22801 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22802 (calc-edit-macro-command, calc-edit-macro-command-type)
22803 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22804 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22805 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22806 (calc-edit-macro-finish-edit): New functions.
22807 (calc-user-define-edit): Use new functions to edit named calc macros.
22808
22809 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22810
22811 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22812
22813 * ses.el (copy-region-as-kill): Deactivate mark.
22814
22815 2005-01-01 Richard M. Stallman <rms@gnu.org>
22816
22817 * replace.el (occur-1): If the output buffer is also an input,
22818 don't kill it, rename it.
22819
22820 * faces.el (set-face-background, set-face-foreground): Doc fix.
22821
22822 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22823 for :foreground and :background.
22824
22825 * dired.el (dired-view-command-alist): Variable deleted.
22826 (dired-view-file, dired-mouse-find-file-other-window):
22827 Delete the code to use it.
22828
22829 2005-01-01 Kim F. Storm <storm@cua.dk>
22830
22831 * image.el (insert-sliced-image): Use t for line-height property.
22832
22833 See ChangeLog.11 for earlier changes.
22834
22835 ;; Local Variables:
22836 ;; coding: iso-2022-7bit
22837 ;; End:
22838
22839 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22840 Copying and distribution of this file, with or without modification,
22841 are permitted provided the copyright notice and this notice are preserved.
22842
22843 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1