]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-04-21 Kim F. Storm <storm@cua.dk>
2
3 * image.el (image-type): New defun split out of create-image.
4 (create-image): Use it.
5
6 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7
8 * textmodes/org.el (org-mode-map): Catch conflict with old
9 allout.el.
10 (org-open-at-point): Remove the "...done" message to keep output
11 in the echo area visible.
12 (org-export-as-xoxo): Fix call to `indent-region'.
13
14 2006-04-21 Kevin Ryde <user42@zip.com.au>
15
16 * international/mule.el (keyboard-coding-system): defcustom
17 info-link fixes: "Specify Coding" has been split, keyboard now in
18 "Terminal Coding", and "Single-Byte Character Support" is now
19 "Unibyte Mode".
20
21 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
22
23 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
24 Use font-lock-warning-face for any errors e.g. no stack.
25 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
26
27 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
28
29 * progmodes/sh-script.el (sh-shell): Mark as safe.
30
31 * newcomment.el (comment-start, comment-start-skip)
32 (comment-end-skip, comment-end): Mark as safe.
33
34 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
35
36 * textmodes/org.el: (org-deadline-announce): Face removed.
37 (org-level-faces, org-n-levels): Converted to constant.
38 (org-compatible-face): New function.
39 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
40 (org-level-5, org-level-6, org-level-7, org-level-8)
41 (org-special-keyword, org-warning, org-headline-done, org-link)
42 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
43 (org-scheduled-today, org-scheduled-previously, org-time-grid):
44 Face definition revised for better color tty support.
45 (org-bold-re, org-italic-re, org-underline-re): New constants.
46 (org-set-font-lock-defaults): Use the new constants.
47 (org-agenda-highlight-todo): New function.
48 (org-agenda-todo): Fixed bug with point at end of line.
49 (org-agenda-change-all-lines, org-finalize-agenda-entries):
50 Fontify TODO keywords.
51 (org-insert-link): Preserve relative path in ../ links.
52 (org-export-as-html): Convert links pointing to .org files into
53 links that will work beteen the exported HTML files.
54 (org-todo-list): Fix bug when arg=0.
55 (org-insert-heading): More fine-tuning.
56
57 2006-04-19 Romain Francoise <romain@orebokech.com>
58
59 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
60 from `rmail-mime-charset-pattern'.
61
62 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
63
64 * progmodes/python.el (python-mode): Fix typo.
65
66 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
67
68 * comint.el (comint-previous-input): Don't clobber input line
69 when moving off either end of the input history ring.
70 (comint-delete-input): New function, used by
71 `comint-previous-input' and others.
72 (comint-previous-matching-input): Use
73 `coming-delete-input'. Save the partial input if leaving the
74 edit line. Goto point-max before deleting input to avoid
75 partial input fragments hanging around.
76 (comint-restore-input): New function, used by
77 `comint-previous-input', and bound to "C-c C-j".
78
79 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
80
81 * imenu.el (imenu--index-alist): Balance parentheses.
82
83 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
84
85 * progmodes/python.el (python-mode): Add support for
86 hs-minor-mode.
87
88 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
89
90 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
91 file is nil.
92
93 2006-04-18 Richard Stallman <rms@gnu.org>
94
95 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
96
97 * imenu.el (imenu-create-index-function, imenu--index-alist)
98 (imenu--last-menubar-index-alist, imenu--make-index-alist)
99 (imenu-default-create-index-function, imenu--generic-function):
100 Doc fixes.
101
102 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
103
104 * help-mode.el (help-mode): Set view-exit-action to delete window.
105
106 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
107 now works by passing nil as arg.
108
109 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
110
111 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
112 (read-abbrev-file): Provide default when reading filename.
113
114 * files.el (enable-local-variables): Allow :all as value.
115 (hack-local-variables): Implement that value.
116 (safe-local-variable-values, safe-local-eval-forms)
117 (enable-local-variables): Mark as risky.
118 (find-file-visit-truename, kept-old-versions): Mark safe.
119
120 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
121 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
122 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
123
124 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
127 Use forward-line so as to get to BOL even in the presence of fields.
128 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
129 in return.
130 (inferior-tcl): Tell tclsh to work in interactive mode.
131
132 * complete.el (partial-completion-mode):
133 Use 'choose-completion-string-functions to make sure that
134 choose-completion fills the minibuffer properly.
135
136 * complete.el (PC-old-read-file-name-internal): Remove.
137 (PC-read-include-file-name-internal): Remove. Turn it into an advice
138 of read-file-name-internal.
139 (partial-completion-mode): Enable/disable this advice.
140
141 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
142
143 * net/tramp.el (tramp-completion-file-name-handler): Revert change
144 of 2006-04-17.
145
146 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
147
148 * textmodes/org.el (org-insert-heading): Insert heading before
149 current if at beginning of line.
150 (org-todo, org-date): New faces.
151 (org-table-align): Make sure tooltip window contains full text.
152 (org-no-properties): New defsubst.
153 (org-set-font-lock-defaults): Use new faces.
154
155 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
156
157 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
158 for root variables.
159
160 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
161 (gdb-frame-address): Re-use to identify frame for watch expression.
162 (gdb-var-list, gdb-var-create-handler): Add frame address for root
163 variables.
164 (gdb-init-1, gdb-source, gdb-post-prompt, )
165 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
166 (gdb-frame-handler): Get gdb-frame-address.
167
168 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
169
170 Sync with Tramp 2.0.53.
171
172 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
173 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
174 (tramp-completion-file-name-handler): Add autoload cookie for
175 adding to `file-name-handler-alist'.
176
177 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
178 the prompt. If it returns earlier (when detecting an error
179 message), the rest of the output will merge accidently with the
180 output of the next command. Reported by M Jared Finder
181 <jared@hpalace.com>.
182
183 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
184 for `process-file', in order to let it work for older Emacsen too.
185
186 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
187
188 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
189 (tex-font-lock-keywords-3): Use it.
190
191 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * newcomment.el (comment-add): New function.
194 (comment-region-default, comment-dwim): Use it.
195
196 2006-04-15 Michael Olson <mwolson@gnu.org>
197
198 * emacs-lisp/tq.el: Improve comments.
199 (tq-queue-head-question): New accessor function.
200 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
201 Update for modified queue structure.
202 (tq-queue-add): Accept `question' argument.
203 (tq-queue-pop): If a question is pending, send it.
204 (tq-enqueue): Accept new optional argument `delay-question'.
205 If this is non-nil, and at least one other question is pending a
206 response, queue the question rather than sending it immediately.
207
208 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
209
210 * calendar/appt.el (appt-add): Check whether an appointment is
211 already present in appt-time-msg-list. Simplify code.
212
213 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * progmodes/cc-langs.el (c-mode-menu):
216 Don't presume c-subword-mode is bound.
217
218 2006-04-13 Bill Wohler <wohler@newt.com>
219
220 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
221 (customize-package-emacs-version): Use cdr instead of cadr now
222 that alists use dotted pairs.
223
224 * custom.el (defcustom): Fix docstring for :package-version.
225
226 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
227
228 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
229 (tramp-handle-shell-command): Display output buffer only when
230 `tramp-display-shell-command-buffer' is true.
231 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
232
233 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
234
235 * textmodes/org.el (org-set-autofill-regexps): Set only the local
236 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
237
238 2006-04-13 Romain Francoise <romain@orebokech.com>
239
240 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
241 leaving temporary .cvsignore buffers behind.
242
243 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
244
245 * textmodes/org.el: (org-set-regexps-and-options)
246 (org-get-current-options): Better names for the startup folding
247 options.
248
249 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
250
251 * vc.el (vc-annotate): Arrange for point to end up at the same
252 line number as in the original, but only when using a new buffer.
253
254 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
255
256 * files.el (hack-one-local-variable-eval-safep):
257 Recognize `edebug-form-spec' for `put', but only if it passes
258 `edebug-basic-spec'. Generalize `put' handling.
259
260 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
261 vetting file-local form specs.
262
263 * allout.el (allout-layout): Autoload its `safe-local-variable'
264 property.
265
266 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
267
268 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
269 (org-agenda-mouse-1-follows-link)
270 (org-mouse-1-follows-link): New options.
271 (org-format-agenda-item): Fix bug if TAGS is nil.
272 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
273
274 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
275
276 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
277 GDB 6.1+ gives full filename for "info sources" so use
278 file-name-nondirectory.
279
280 2006-04-12 Romain Francoise <romain@orebokech.com>
281
282 * subr.el (read-passwd): Bind `message-log-max' to nil.
283
284 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
285
286 * progmodes/perl-mode.el (perl-indent-new-calculate):
287 Recompute parse-start after jumping backward by a whole sexp.
288
289 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
292 window configuration.
293 (vc-annotate-display-select): Select the buffer so that current-buffer
294 (and selected-window) is the output buffer at the end of vc-annotate.
295
296 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
297
298 * vc.el (vc-annotate-color-map): Add custom TTY color map for
299 8-color terminals, to use all of the colors in a sensible order.
300 256-color terminals work well with the standard map.
301 (vc-annotate-lines): Only strip the first color character if it
302 is "#", to allow for terminal-style named colors.
303 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
304 the correct buffer is scrolled.
305
306 2006-04-11 Richard Stallman <rms@gnu.org>
307
308 * emacs-lisp/bytecomp.el (byte-compile-file):
309 Bind enable-local-variables to :safe, and make normal-mode obey it.
310
311 * files.el (enable-local-variables): Allow value :safe.
312 (normal-mode): Doc fix.
313 (hack-local-variables): Implement enable-local-variables = :safe.
314 (hack-local-variables-confirm): Don't prevent quitting.
315
316 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
317
318 * loadhist.el (unload-feature): A bit of sanity check of
319 load-history entries. Cancel timer-vars before unbinding them.
320
321 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
322 quote special chars, and make the trick work on the hex part of the
323 buffer as well.
324 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
325 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
326
327 * startup.el (normal-splash-screen): Fix last change so we don't wait
328 2 minutes if we don't show the splash screen.
329
330 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
331
332 * textmodes/org.el (org-export-plain-list-max-depth)
333 (org-table-spaces-around-separators)
334 (org-radio-targets, org-activate-camels)
335 (org-table-spaces-around-invisible-separators): Options removed.
336 (org-time-stamp-rounding-minutes, org-remember-templates)
337 (org-ellipsis, org-activate-links, org-descriptive-links):
338 New options.
339 (org-remember-apply-template, org-current-time)
340 (org-finish-edit-table-field)
341 (org-link-unescape, org-link-escape)
342 (org-string-width, org-table-clean-line, org-html-do-expand)
343 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
344 (org-read-agenda-file-list): New functions.
345 (org-table-edit-field)
346 (org-table-create-or-convert-from-region): New commands
347 (org-table-toggle-vline-visibility): Command removed.
348 (org-table-convert-region): Made a command.
349 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
350 Replace with the normal org- functions.
351 (org-self-insert-command): Don't trigger realign unnecessarily
352 when blanking a field that is not full.
353 (org-mode): `Set buffer-invisibility-spec' for links.
354 (org-activate-links2): Hide link part and only show descriptive
355 part of the link.
356 (org-insert-link): Modify for new linking system.
357 (org-store-link): Store description separately, for use by
358 `org-insert-link'.
359 (org-table-align): Use `org-string-width'.
360 (defgroup): Completely new group structure for custom variables.
361 (org-agenda-files): Option: Single file name allowed. Function:
362 Optional argument unrestrited means ignore any restricitons.
363 (org-install-agenda-files-menu): Find a buffer in Org-mode before
364 trying to modify the menu. Use generalized access to
365 `org-agenda-files.'
366 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
367 (org-agenda-file-to-front, org-remove-file, org-diary)
368 (org-tags-view, org-export-icalendar-all-agenda-files)
369 (org-export-icalendar-combine-agenda-files): Use generalized
370 access to `org-agenda-files'.
371 (org-remember-handler): Correctly preserve heading if present.
372 (org-table-insert-row, org-table-insert-hline): Deal with
373 invisible characters.
374
375 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
376
377 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
378 (vc-annotate-color-map): New 18 element constant
379 value/saturation, rotating hue colormap, from red->blue.
380 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
381 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
382 (vc-annotate): To avoid killing the required local variables,
383 set them before the end of `with-output-to-temp-buffer', and
384 after first switching to annotate-mode.
385 (vc-annotate-warp-version): Add buffer argument in goto-line to
386 ensure annotation, not source, is scrolled.
387
388 2006-04-10 Bill Wohler <wohler@newt.com>
389
390 * custom.el (defcustom, custom-handle-keyword):
391 Add :package-version keyword.
392 (custom-add-package-version): New function. Sets value of new
393 property 'custom-package-version from :package-version keyword.
394 (defcustom): Create Common Keywords section in docstring.
395 (defface, defgroup): Replace definitions of a select few keywords
396 with a reference to the Common Keywords in defcustom.
397 (defcustom, defface, defgroup): Replace reference to Customization
398 chapter in manual with hyperlink.
399
400 * cus-edit.el (customize-package-emacs-version-alist):
401 New variable.
402 (customize-changed-options): Add check for custom-package-version.
403 (customize-package-emacs-version): New function to look up Emacs
404 version corresponding to the given package version.
405
406 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
407 defun name, in similar fashion to find-variable-regexp.
408
409 2006-04-10 Eli Zaretskii <eliz@gnu.org>
410
411 * international/mule-cmds.el (set-locale-environment): Fix last
412 change for when the locale's preferences don't specify any encoding.
413
414 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
417 so the defined var/fun doesn't need to be quoted.
418
419 2006-04-10 Richard Stallman <rms@gnu.org>
420
421 * finder.el (finder-mode-map): Add n and p bindings.
422
423 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
424
425 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
426 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
427 (gdb-setup-windows): Put something in source window if we can't find
428 the source file.
429 (gdb-frame-handler): Make it work again with just assembly.
430 (gdb-data-list-register-values-handler): Make it work when there is
431 no stack.
432
433 2006-04-09 Richard Stallman <rms@gnu.org>
434
435 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
436 specs while looking for charset.
437
438 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
439
440 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
441 Make them faces.
442 (lm-font-lock-keywords): Update appropriately.
443
444 2006-04-10 Kim F. Storm <storm@cua.dk>
445
446 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
447 it can also replace buffer-substring-no-properties.
448
449 * emulation/cua-base.el (cua-delete-region, cua-paste)
450 (cua-repeat-replace-region): Use filter-buffer-substring.
451
452 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
453 (cua-cut-region-to-global-mark): Likewise.
454
455 * emulation/cua-rect.el (cua--extract-rectangle)
456 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
457
458 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
459
460 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
461 entry-type. Add field delimiters to numerical fields if they are
462 not present.
463
464 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
465
466 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
467 string-const to return value.
468 (bibtex-remove-delimiters): Use it.
469
470 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
473 cl-byte-compile-compiler-macro unless it exists.
474
475 2006-04-08 Eli Zaretskii <eliz@gnu.org>
476
477 * files.el (hack-local-variables-confirm) <offer-save>:
478 Clarify message text. Suggested by Ralf Angeli.
479
480 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
481
482 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
483 (delete-extract-rectangle-line): Use `filter-buffer-substring'
484 instead of `buffer-substring' and `delete-region'. (Most of the
485 code actually copied from `kill-region'.)
486
487 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
488
489 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
490 (rcirc-default-port): Rename from rcirc-port.
491 (rcirc-default-nick): Rename from rcirc-nick.
492 (rcirc-default-user-name): Rename from rcirc-user-name.
493 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
494 (rcirc-low-priority-flag): New variable.
495 (rcirc-decode-coding-system): New defcustom.
496 (rcirc-encode-coding-system): New defcustom.
497 (rcirc-coding-system-alist): New defcustom.
498 (rcirc-multiline-major-mode): New defcustom.
499 (rcirc-nick): New internal variable.
500 (rcirc-process): Remove variable.
501 (rcirc-server-buffer): New variable.
502 (rcirc): Update to use rcirc-default-* variables above.
503 (rcirc-connect): Do not add window-configuration-hook-here.
504 (rcirc-server): New internal variable.
505 (rcirc-connect): Do not send keepalive pings if
506 rcirc-keepalive-seconds is nil.
507 (with-rcirc-server-buffer): New macro.
508 (rcirc-send-string): Encode with rcirc-encode-coding-system.
509 (rcirc-server-name): Rename from rcirc-server.
510 (rcirc-buffer-process): New function.
511 (rcirc-buffer-nick): New function.
512 (rcirc-buffer-target): Remove function.
513 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
514 New commands.
515 (rcirc-mode-map): Change binding of C-c C-l to
516 rcirc-toggle-low-priority.
517 (rcirc-mode): Initialize coding system based on
518 rcirc-coding-system-alist. New change-major-mode-hook to part the
519 channel on a mode change. Make kill-buffer-hook buffer-local.
520 (rcirc-change-major-mode-hook): New function.
521 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
522 (rcirc-last-post-time): New variable.
523 (rcirc-process-message): Store the last time user posted a message
524 to this target.
525 (rcirc-multiline-minor-mode): New mode.
526 (rcirc-multiline-minor-mode-map): New mode map.
527 (rcirc-edit-multiline): Put multiline-edit buffer in
528 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
529 (rcirc-print): Ignore any line starting with an ignored nick.
530 (rcirc-print): Decode using rcirc-decode-coding-system.
531 (rcirc-track-minor-mode): Update global-mode-string when disabling
532 this mode.
533 (minor-mode-alist): Add LowPri indicator.
534 (rcirc-toggle-low-priority): New function.
535 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
536 next lowpriority buffer with activity.
537 (rcirc-record-activity): Sort buffers in rcirc-activity by the
538 last time the user posted a message in to the target.
539 (rcirc-update-activity-string): New formatting for low priority
540 buffers.
541 (rcirc-split-activity): New function.
542 (rcirc-handler-PART, rcirc-handler-KICK)
543 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
544 (rcirc-nick-away-alist): New variable.
545 (rcirc-handler-301): New handler. Away messages are printed once
546 per change.
547
548 2006-04-08 Eli Zaretskii <eliz@gnu.org>
549
550 * info.el (Info-follow-nearest-node): Doc fix.
551
552 * international/mule-cmds.el (set-locale-environment): Make sure
553 the coding-system preferred by the locale's language has the same
554 EOL conversion type as the original buffer-file-coding-system.
555 (locale-language-names): Add a few MS Windows language codes.
556
557 2006-04-07 Richard Stallman <rms@gnu.org>
558
559 * simple.el (eval-expression): Doc fix.
560
561 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
562 (eval-defun): Doc fixes.
563
564 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
565
566 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
567
568 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
569
570 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
571 GDB list command without argument for greater generality.
572
573 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
574
575 * subr.el (string-or-null-p): New function.
576
577 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
578
579 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
580
581 * files.el: Update comment about safe-local-variable declarations.
582
583 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
584
585 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
586 See idlwave.org.
587
588 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
589 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
590
591 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
592 See idlwave.org.
593
594 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
595 version 6.0 (minimal changes). See idlwave.org.
596
597 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
598 6.0 (minimal changes). See idlwave.org.
599
600 * progmodes/idlw-rinfo.el: File obsoleted and removed.
601
602 2006-04-06 Romain Francoise <romain@orebokech.com>
603
604 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
605 symmetric encryption features and a new asynchronous interface to
606 GnuPG. This new version is version 1.4, plus whitespace changes.
607
608 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
609
610 * files.el: Move some `safe-local-variable' declarations to the
611 respective files.
612
613 * textmodes/ispell.el (ispell-check-comments)
614 (ispell-local-dictionary): Mark as safe.
615
616 * abbrev.el (abbrev-mode): Mark as safe.
617
618 * add-log.el (change-log-default-name): Mark as safe.
619
620 * textmodes/reftex-vars.el (reftex-vref-is-default)
621 (reftex-fref-is-default, reftex-level-indent)
622 (reftex-guess-label-type): Mark as safe.
623
624 * textmodes/fill.el (colon-double-space): Mark as safe.
625
626 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
627 (sentence-end-double-space, sentence-end-without-period)
628 (sentence-end-without-space, sentence-end, sentence-end-base)
629 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
630
631 2006-04-06 Kim F. Storm <storm@cua.dk>
632
633 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
634 the :set-after list.
635 (ido-downcase-unc-hosts): New user option. Default on.
636 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
637 when it is set, as regexps are now applied on the fly.
638 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
639 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
640 on the fly, but only when ido-process-ignore-lists is set.
641 Do case insensitive filtering if ido-downcase-unc-hosts is set.
642 Only downcase names if ido-downcase-unc-hosts is set.
643
644 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
645
646 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
647
648 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
649
650 2006-04-05 Kim F. Storm <storm@cua.dk>
651
652 * ido.el (ido-mode): Set after ido-unc-hosts and
653 ido-ignore-unc-host-regexps.
654 (ido-save-history): Save ido-unc-hosts-cache.
655 (ido-load-history): Load ido-unc-hosts-cache.
656 (ido-reread-directory): Refresh unc hosts cache in // dir.
657
658 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
659 to nil while displaying slash screen.
660
661 2006-04-05 Daiki Ueno <ueno@unixuser.org>
662
663 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
664 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
665
666 2006-04-05 Kenichi Handa <handa@m17n.org>
667
668 * international/characters.el: Setup cases of Latin, Greek, and
669 Cyrillic characters in CJK charsets.
670
671 2006-03-29 Daiki Ueno <ueno@unixuser.org>
672
673 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
674 default-enable-multibyte-characters. This reverts the change from
675 revision 6.17 which is no longer necessary because the passphrase
676 is sent separately now. GnuPG messages are unreadable under
677 multibyte locales with default-enable-multibyte-characters set to nil.
678
679 2006-04-04 Andreas Schwab <schwab@suse.de>
680
681 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
682 and `byte-compile-warnings' as `safe-local-variable'.
683
684 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
685
686 * man.el (Man-mode-map): Restore the \r binding.
687 (Man-abstract-xref-man-page): If Man-target-string is a function,
688 call it.
689 (Man-highlight-references): Use Man-default-man-entry to get the
690 target. Deal with xrefs too.
691 (Man-highlight-references0): Don't call the target function.
692
693 * woman.el (WoMan-xref-man-page): Strip the section number, woman
694 cannot deal with it.
695
696 2006-04-04 Daiki Ueno <ueno@unixuser.org>
697
698 * pgg-gpg.el: Clean up process buffers every time gpg processes
699 complete.
700
701 2006-04-04 Kenichi Handa <handa@m17n.org>
702
703 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
704 here.
705 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
706 Temporarily bind inhibit-field-text-motion to t.
707
708 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * startup.el (normal-splash-screen): Only set mode-line-format in the
711 splash buffer, so as not to interfere when debugging the code.
712 Ignore errors when switching buffer.
713
714 2006-04-03 Romain Francoise <romain@orebokech.com>
715
716 * dired.el (dired-dnd-protocol-alist): Fix typo.
717
718 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
719
720 * savehist.el (savehist): Add :version.
721 (savehist-ignored-variables): New variable.
722 (savehist-minibuffer-hook): Don't save variables listed in
723 `savehist-ignored-variables'.
724
725 * dired.el (dired-dnd-protocol-alist): Mention that change does
726 only apply to new buffers in doc string.
727
728 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
729
730 * recentf.el (recentf-open-files-item): Include newline in button
731 field, so opening a file will work, when the point is at the end
732 of the file name. Allow, for example, to [i]search a file by
733 extension and just push RET to open it.
734
735 2006-04-03 Daiki Ueno <ueno@unixuser.org>
736
737 * pgg-gpg.el (pgg-gpg-process-filter)
738 (pgg-gpg-wait-for-completion): Check if buffer is alive.
739
740 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
741 lines, temporary fix.
742
743 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
744
745 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
746
747 2006-04-02 Richard Stallman <rms@gnu.org>
748
749 * progmodes/compile.el (compilation-message-face): Make it defcustom.
750
751 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
752
753 * ibuf-macs.el (define-ibuffer-column): Add a new key:
754 header-mouse-map.
755
756 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
757 (ibuffer-mode-header-map): New keymaps.
758 (ibuffer-update-title-and-summary): Enable mouse face highlighting
759 and keybindings for column headers.
760 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
761 property.
762
763 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
764
765 * speedbar.el (speedbar-after-create-hook): Doc fix.
766
767 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
768
769 * shell.el (shell-directory-tracker)
770 (shell-dynamic-complete-command): Doc fixes.
771
772 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
773
774 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
775 terminals.
776
777 2006-04-01 Kim F. Storm <storm@cua.dk>
778
779 * ido.el (ido-unc-hosts-cache): New defvar.
780 (ido-unc-hosts): If value of defcustom is a function, call it to
781 get list of UNC hosts. Add function-item choices to specify
782 ido-unc-hosts-net-view or user function.
783 (ido-ignore-unc-host-regexps): New defcustom.
784 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
785 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
786 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
787
788 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
791 wwidth.
792
793 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
794
795 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
796 (ido-max-work-file-list, ido-switch-buffer)
797 (ido-read-file-name-as-directory-commands):
798 Fix typos in docstrings.
799
800 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
801
802 * term/mac-win.el (mac-system-coding-system): Define and use after
803 Mac-specific coding systems are ready.
804
805 2006-03-27 Romain Francoise <romain@orebokech.com>
806
807 * net/rcirc.el (rcirc-connect): Add autoload cookie.
808
809 * ldefs-boot.el: Update.
810
811 2006-03-27 Daiki Ueno <ueno@unixuser.org>
812
813 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
814 passphrases when it is not needed.
815 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
816 passphrase stuff from gpg, should only be necessary when you use
817 gpg with a smartcard.
818
819 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
820
821 * comint.el (comint-dynamic-list-completions): Allow user to
822 select *Completions* buffer.
823
824 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
825
826 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
827
828 2006-03-26 Andreas Schwab <schwab@suse.de>
829
830 * progmodes/gud.el (gdb): Only complain about multiple debugging
831 when the gdb process is still running.
832
833 2006-03-25 Eli Zaretskii <eliz@gnu.org>
834
835 * mail/rmail.el (tool-bar-map): Defvar it.
836 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
837 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
838
839 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
840
841 * help.el (print-help-return-message): Suggest to use
842 display-buffer instead of switch-to-buffer-other-window to restore
843 the previous window without selecting it.
844
845 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
846
847 * frame.el (select-frame-by-name): Call x-focus-frame also when
848 window-system is mac.
849
850 * term/mac-win.el: Adjust Courier font specifications in
851 x-fixed-font-alist.
852 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
853 when directly encoding to UTF-16 in native byte order, no BOM.
854
855 2006-03-25 Kim F. Storm <storm@cua.dk>
856
857 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
858 (cua--init-keymaps): Use it instead of fixed C-return.
859 (cua-mode): Set after it.
860
861 * emulation/cua-rect.el (cua--init-rectangles):
862 Use cua-rectangle-mark-key instead of fixed C-return.
863
864 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
865
866 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
867 "run" in .gdbinit.
868 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
869
870 2006-03-24 Romain Francoise <romain@orebokech.com>
871
872 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
873 `display-buffer-other-frame'.
874
875 2006-03-24 Kim F. Storm <storm@cua.dk>
876
877 * apropos.el (apropos-synonyms): Add selection => region.
878
879 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
880
881 * progmodes/gdb-ui.el (gdb-var-create-regexp)
882 (gdb-var-list-children-regexp, gdb-var-update-regexp)
883 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
884 (gdb-data-list-register-values-regexp)
885 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
886 Future proof against new fields being added to MI output.
887 (gdb-send): Don't treat backslashes for program input as
888 continuations.
889 (gdb-assembler-handler): Don't use window-start for this handler.
890 (gdb-frame-handler): Don't change to hollow arrow if overlay
891 arrow doesn't move to new frame.
892
893 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
894
895 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
896 prevent compiler warnings.
897 (gdb-stopped): Check for gud-last-last-frame (case: signal).
898 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
899 (gdb-assembler-custom): Use hollow-right-triangle for assembler
900 buffer too.
901
902 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
903
904 * pgg-gpg.el (pgg-gpg-update-agent): Check for
905 make-network-process, so we can use the same code in Gnus v5-10
906 too and have this file fully synchronized with that release.
907
908 2006-03-23 Romain Francoise <romain@orebokech.com>
909
910 * ibuf-ext.el (ibuffer-read-filter-group-name):
911 Use `ibuffer-generate-filter-groups' to make completion list match
912 the filter groups that are really displayed in the Ibuffer buffer.
913 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
914
915 2006-03-23 Kenichi Handa <handa@m17n.org>
916
917 * international/mule-cmds.el (sort-coding-systems): Describe that
918 the argument is modified in docstring.
919
920 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
921
922 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
923 (pgg-gpg-update-agent): New function.
924 (pgg-gpg-use-agent-p): New function.
925 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
926 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
927 (pgg-gpg-sign-region): Use it.
928
929 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
930
931 * cus-edit.el (custom-face-set): Call custom-push-theme before
932 face-spec set so that `changed' theme is correctly saved.
933 (custom-face-reset-standard): Reset to recalculated face rather
934 than defface spec.
935
936 * custom.el (custom-push-theme): Only save `changed' theme if the
937 current face does not match the defface specs.
938
939 2006-03-21 Simon Josefsson <jas@extundo.com>
940
941 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
942 <wilde@sha-bang.de>.
943 (pgg-gpg-use-agent): New variable.
944 (pgg-gpg-process-region): Use it.
945 (pgg-gpg-encrypt-region): Likewise.
946 (pgg-gpg-encrypt-symmetric-region): Likewise.
947 (pgg-gpg-decrypt-region): Likewise.
948 (pgg-gpg-sign-region): Likewise.
949 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
950
951 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
952
953 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
954 bracket links.
955
956 2006-03-21 Kim F. Storm <storm@cua.dk>
957
958 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
959 fringe-indicator-alist instead of modifying global value.
960 (gdb-frame-handler): Likewise.
961
962 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
963
964 * diff-mode.el (diff-function): Make it inherit from diff-header
965 instead of diff-context.
966
967 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
968 bitmap.
969 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
970 change names in macro above for consistency.
971 (gdb-frame-handler): Use hollow-right-triangle for all selected
972 frames which except the innermost (where execution has stopped).
973 (gdb-reset): Reset buffer-local values of overlay-arrow.
974
975 2006-03-20 Richard Stallman <rms@gnu.org>
976
977 * simple.el (set-mark-command): Doc fix.
978
979 * files.el (display-buffer-other-frame): New command.
980 (ctl-x-4-map): Bind C-x 5 C-o to it.
981
982 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
985 rather than just defer-time, in case defer-time has been changed but
986 the timer isn't running yet.
987 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
988
989 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
990
991 * help-mode.el (help-follow-symbol): New function.
992 Essentially identical to the old `help-follow', but do not let
993 `push-button' do the work when on an xref.
994 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
995
996 2006-03-19 Richard Stallman <rms@gnu.org>
997
998 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
999 preceded by the word `program'.
1000 (help-follow-mouse, help-follow): Throw error if not on xref.
1001 Delete no longer used args.
1002
1003 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1004
1005 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1006 annotation ensure gud-overlay-arrow-position is redisplayed.
1007
1008 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1009
1010 * textmodes/bibtex.el (bibtex-include-OPTkey)
1011 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1012 (bibtex-autokey-name-case-convert)
1013 (bibtex-autokey-titleword-case-convert): Make these the aliases
1014 for the following two variables.
1015 (bibtex-autokey-name-case-convert-function)
1016 (bibtex-autokey-titleword-case-convert-function): Make these the
1017 real names.
1018 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1019 bibtex-font-lock-crossref sublists.
1020 (bibtex-mode): Revert 2005-12-30 change (which made
1021 completion-ignore-case buffer-local).
1022 (bibtex-url): Simplify.
1023
1024 2006-03-19 Kim F. Storm <storm@cua.dk>
1025
1026 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1027 cursor property value to 2 (to align with C level change).
1028
1029 2006-03-19 Bill Wohler <wohler@newt.com>
1030
1031 * image.el (image-load-path-for-library): Shorten first line in
1032 docstring.
1033
1034 2006-03-18 Richard Stallman <rms@gnu.org>
1035
1036 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1037
1038 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1039
1040 * isearch.el (isearch-other-meta-char): Handle user bindings for
1041 shifted control characters.
1042
1043 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1044
1045 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1046 part that matches email addresses, file names, etc.
1047
1048 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1049
1050 * term/w32-win.el (mouse-set-font):
1051 Mention w32-list-proportional-fonts in the doc string.
1052
1053 2006-03-18 Kim F. Storm <storm@cua.dk>
1054
1055 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1056 (ido-unc-hosts): New user option to explicitly define list of know
1057 UNC-style hosts for completion.
1058 (ido-cache-unc-host-shares-time): New user option.
1059 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1060 New helper functions for UNC file-name support.
1061 (ido-may-cache-directory): Check for UNC host. Simplify.
1062 (ido-wash-history): Clean out old UNC hosts.
1063 (ido-nonreadable-directory-p): UNC hosts are always readable.
1064 (ido-directory-too-big-p): UNC hosts are never too big.
1065 (ido-set-current-directory): Handle UNC root path.
1066 (ido-file-name-all-completions): Complete UNC host names from
1067 ido-unc-hosts list. Cache UNC host shares.
1068 (ido-make-file-list-1): Don't filter UNC root.
1069 (ido-exhibit): Check for // in root directory, and switch to UNC
1070 mode by setting ido-current-directory to //.
1071
1072 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1073
1074 * cus-edit.el (customize-changed-options): Mention explicit
1075 version number as default in prompt.
1076
1077 2006-03-17 Bill Wohler <wohler@newt.com>
1078
1079 * image.el (image-load-path-for-library): Minor docstring fix.
1080
1081 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1082
1083 * textmodes/org.el (org-read-date): Include subgroup 5 into
1084 replacement text.
1085 (org-popup-calendar-for-date-prompt): Fix customization type.
1086
1087 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1088
1089 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1090 (gdb-continuation): New variable.
1091 (gdb-send): Deal with continuation lines.
1092
1093 * progmodes/gud.el (gud-gdb-complete-command)
1094 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1095 expressions.
1096 (gud-tooltip-mode): Use buffer-local value.
1097
1098 2006-03-16 Kim F. Storm <storm@cua.dk>
1099
1100 * ido.el (ido-edit-input): Use selected match, if any.
1101
1102 2006-03-16 Bill Wohler <wohler@newt.com>
1103
1104 * image.el (image-load-path-for-library): Prefer user's images in
1105 image-load-path.
1106
1107 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1108
1109 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1110 when checking for attempt to drag leftmost or rightmost scrollbar.
1111
1112 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1113
1114 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1115 (gdb-force-mode-line-update): New function.
1116 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1117 (gdb-exited): Use them.
1118 (gdb-signal): New function.
1119 (gdb-annotation-rules): Provide a rule for it.
1120
1121 2006-03-16 Kenichi Handa <handa@m17n.org>
1122
1123 * international/mule.el (auto-coding-regexp-alist): Add entries
1124 for Unicode BOM.
1125
1126 * sort.el (sort-build-lists): Temporarily bind
1127 inhibit-field-text-motion to t.
1128
1129 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1130
1131 * locate.el (locate-command, locate-make-command-line)
1132 (locate-fcodes-file, locate-update-command)
1133 (locate-prompt-for-command, locate, locate-with-filter)
1134 (locate-get-file-positions): Doc fixes.
1135 (locate-buffer-name, locate-header-face): Remove leading `*' in
1136 defcustom.
1137 (locate-filter-output): Use `keep-lines' instead of its alias
1138 `delete-non-matching-lines'.
1139 (locate-get-filename, locate-get-dirname): Add introductory comment.
1140 (locate-find-directory-other-window): Give appropriate error
1141 message if used outside main listing.
1142
1143 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1146 the new extend-region feature.
1147 (font-lock-after-change-function): Update correspondingly.
1148 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1149 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1150
1151 2006-03-15 Bill Wohler <wohler@newt.com>
1152
1153 * image.el (image-load-path-for-library): Fix example by not
1154 recommending that one binds image-load-path. Just defvar it to
1155 placate compiler and only use it if previously defined.
1156
1157 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1158
1159 * textmodes/org.el (org-insert-centered): Use `string-width' to
1160 make underlining work for wide characters.
1161 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1162 TAB to `org-cycle', to make sure that no binding in
1163 `outline-mode-map' can supercede it.
1164
1165 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1166
1167 * allout.el: Increment version to 2.2.1 in file commentary.
1168
1169 (allout-version): Increment to 2.2.1.
1170
1171 (allout-default-layout): New customization variable, used when the
1172 file lacks a specific allout-layout. Uses allout-layout-type for
1173 recursively nested definition.
1174
1175 (allout-layout-type): Widget defining allout layouts, necessary for
1176 self-recursive definition.
1177
1178 (allout-mode): Incorporate allout-default-layout as fallback for
1179 allout-layout.
1180
1181 (allout-layout): Mark as 'safe-local-variable', and refer mention
1182 fallback to `allout-default-layout' in absence of a specified value.
1183 (allout-passphrase-verifier-string)
1184 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1185
1186 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1187
1188 (allout-get-encryption-passphrase-verifier): Use correct name of
1189 passphrase verifier in docstring.
1190
1191 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1192
1193 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1194 elements.
1195 (gdb-find-watch-expression): Make it work for arrays too.
1196 Follow change to gdb-var-list.
1197 (gud-watch): Allow the user to enter variable name with a prexix
1198 arg. Create keybindings.
1199 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1200 (gdb-var-list-children-handler, gdb-var-update-handler)
1201 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1202 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1203 Follow change to gdb-var-list.
1204 (gdb-starting): Don't show the overlay arrows when program is running.
1205
1206 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1207 gdb-var-list.
1208
1209 2006-03-14 Bill Wohler <wohler@newt.com>
1210
1211 * image.el (image-load-path-for-library): Pass value of path
1212 rather than symbol. Always return list of directories.
1213 Guarantee that image directory comes first.
1214
1215 2006-03-14 Alan Mackenzie <acm@muc.de>
1216
1217 * font-core.el (font-lock-extend-region\(-function\)?.):
1218 New function/variable.
1219
1220 * font-lock.el (font-lock-after-change-function):
1221 Call font-lock-extend-region. Obey font-lock-lines-before.
1222 (font-lock-default-fontify-region): Remove reference to
1223 font-lock-lines-before.
1224
1225 * jit-lock.el (jit-lock-after-change):
1226 Call font-lock-extend-region. Obey font-lock-lines-before.
1227
1228 2006-03-14 David Ponce <david@dponce.com>
1229
1230 * tree-widget.el (tree-widget-themes-load-path)
1231 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1232
1233 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1234
1235 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1236 (rcirc-print): Mark the start of text at the end of the prompt.
1237 (rcirc-track-minor-mode): Add autoload cookie.
1238 (rcirc-update-activity-string): Add space to front of mode-line
1239 indicator.
1240
1241 2006-03-13 Miles Bader <miles@gnu.org>
1242
1243 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1244 (rcirc-abbrev-nick): Remove function.
1245 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1246
1247 2006-03-13 David Ponce <david@dponce.com>
1248
1249 * tree-widget.el: Handle themes across all occurrences of the main
1250 themes sub-directory found in tree-widget-themes-load-path.
1251 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1252 (tree-widget--locate-sub-directory): Return all occurrences.
1253 (tree-widget-themes-path): New function.
1254 Replace tree-widget-themes-directory, and return a list of directories.
1255 (tree-widget-set-parent-theme)
1256 (tree-widget-lookup-image): Use it.
1257
1258 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1259
1260 * textmodes/org.el (org-link-search): Avoid self-matching of
1261 links, allow target text to be distributed over several lines.
1262 (org-search-not-link): New function.
1263 (org-set-regexps-and-options, org-get-current-options):
1264 New startup options.
1265 (org-export-as-html): Take odd-level setting from local variable.
1266 (org-fontify-emphasized-text): New option.
1267 (org-set-font-lock-defaults): Include emphasized text.
1268 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1269 (org-font-lock): Customize group renamed from `org-faces'.
1270
1271 2006-03-13 John Paul Wallington <jpw@pobox.com>
1272
1273 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1274 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1275
1276 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1277
1278 * cus-start.el (all): Delete :version keyword for members of the
1279 fringe group, since the entire group is new in 22.1.
1280
1281 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1282
1283 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1284 map if value is hexadecimal (an address).
1285 (gud-watch): Only search roots for existing watch expressions.
1286 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1287 prevent caching problems with speedbar-update-directory-contents.
1288
1289 2006-03-12 Juri Linkov <juri@jurta.org>
1290
1291 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1292 before comparing with `low' and `warn'.
1293
1294 * info.el (Info-dir-remove-duplicates): Move point to the
1295 beginning of the current line after deleting the entries from
1296 redundant heading. Use marker for `limit' and compare it with
1297 point before calling `re-search-forward'.
1298
1299 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1300
1301 * simple.el (yank): Fix typo in docstring.
1302
1303 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1304
1305 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1306 messages, where "D" is the 6th character.
1307
1308 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1309
1310 * simple.el (yank): Fix last change.
1311
1312 2006-03-11 David Ponce <david@dponce.com>
1313
1314 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1315 merging elements from the standard ispell-dictionary-alist.
1316 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1317 alist, and return the new alist.
1318
1319 2006-03-11 Richard Stallman <rms@gnu.org>
1320
1321 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1322
1323 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1324 the way it is implemented is too unclean.
1325
1326 * simple.el (kill-region, yank): Doc fix.
1327
1328 * battery.el (battery-echo-area-format): Doc fix.
1329 (battery-mode-line-format): Likewise.
1330 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1331 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1332
1333 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1334
1335 * progmodes/octave-mod.el (octave-indent-for-comment):
1336 Behave according to do string.
1337
1338 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1339
1340 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1341 Be visible only if major mode is Mail Mode.
1342
1343 * textmodes/flyspell.el (flyspell-external-point-words)
1344 (flyspell-process-localwords): Fix last changes.
1345
1346 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1347
1348 * calendar/holidays.el (list-holidays): Doc fix.
1349
1350 * international/mule.el (auto-coding-alist): Add .odt
1351 (OpenOffice's open document) files.
1352
1353 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1354 document) files. Mention in the doc string the need to sync with
1355 auto-coding-alist.
1356
1357 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1358
1359 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1360 enable-local-variables is set to always query, or there is no
1361 savable variable.
1362
1363 2006-03-10 Bill Wohler <wohler@newt.com>
1364
1365 * image.el (image-load-path-for-library): Merge at least three
1366 functions from Gnus and MH-E into this one function that can now
1367 be shared.
1368
1369 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1370
1371 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1372 gdb-remove-mouse-face and remove help-echo too.
1373 (gdb-enqueue-input): Correct conditional clause.
1374
1375 2006-03-10 Glenn Morris <rgm@gnu.org>
1376
1377 * calendar/calendar.el (calendar-holidays): Doc fix.
1378 * calendar/holidays.el (list-holidays): Doc fix.
1379
1380 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1381
1382 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1383 it gets called in gdb-prompt anyway.
1384 (gdb-use-separate-io-buffer): Only restore window arrangement for
1385 gdb-many-windows.
1386 (gdb-enqueue-input): Make it harder to send GDB input when program
1387 is running.
1388 (gdb-buffer-list): New variable.
1389 (gdb-remove-mouse-face): New function.
1390 (gdb-starting): Use it when GDB input won't get sent.
1391
1392 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1393
1394 * help.el (view-lossage): Remove trailing whitespace before
1395 inserting "\n".
1396
1397 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1398
1399 * files.el (hack-local-variables-confirm):
1400 Set coding-system-for-read to nil before writing to .emacs.
1401
1402 * arc-mode.el (archive-extract): Check if an existing buffer name
1403 comes from a different archive.
1404
1405 * help.el (describe-key-briefly): If KEY is a down event, read and
1406 discard the up event.
1407
1408 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1409
1410 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1411 be edited and use font-lock-warning-face for any changes.
1412
1413 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1414 (gdb-edit-value): Use it to report any errors.
1415
1416 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1417
1418 * help.el (describe-key): Remove leftover test code.
1419
1420 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1421
1422 * textmodes/org.el: Move defvars out of eval-when-compile.
1423 Use buffer-file-name variable.
1424 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1425 arg `file'.
1426 (org-level-faces): Remove startup dependency.
1427 (org-cycle, org-map-tree, org-scan-tags)
1428 (org-remember-handler): Don't call `outline-level' directly.
1429 (org-mhe-search-all-folders): New option.
1430 (org-mhe-get-message-folder-from-index)
1431 (org-mhe-get-message-folder): Fix indexing search.
1432 (org-format-agenda-item): Handle nil TAGS argument.
1433 (org-cleaned-string-for-export, org-activate-target-links)
1434 (org-make-target-link-regexp): Deal with empty radio target list.
1435 (org-tag): New face.
1436 (org-get-level-face): New function.
1437 (org-set-font-lock-defaults): Simplify setup for headlines.
1438 (org-complete): Pass common substring to `display-completion-list'.
1439
1440 2006-03-06 David Ponce <david@dponce.com>
1441
1442 * tree-widget.el: Update Commentary header.
1443 (tree-widget-theme-name): Ignore parent themes.
1444 (tree-widget-set-parent-theme): New function.
1445 (tree-widget-set-theme): Use it.
1446 (tree-widget-set-image-properties): Move definition. Does nothing
1447 if image properties have already been set.
1448 (tree-widget-image-properties): Move definition. Receive an image
1449 name. Set the :pointer property.
1450 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1451 Don't set the :pointer image property.
1452 (tree-widget-convert-widget): New function. Handle :dynargs
1453 compatibility here.
1454 (tree-widget): Use it to :convert-widget. Add the :expander-p
1455 predicate to control when the :expander function is entered.
1456 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1457 (tree-widget-value-create): Handle :expander-p. widget-apply
1458 :expander.
1459 (tree-widget-expander-p): New function. Default value of the
1460 :expander-p property.
1461
1462 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * help.el (describe-key): Properly handle the return value of
1465 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1466 remaps. Handle string and vector `follow-link' values.
1467
1468 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * complete.el (PC-expand-many-files): Try be more careful when parsing
1471 the shell's output.
1472
1473 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 * outline.el (hide-sublevels): Provide better interactive default.
1476
1477 2006-03-06 Kenichi Handa <handa@m17n.org>
1478
1479 * international/fontset.el (create-fontset-from-fontset-spec):
1480 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1481
1482 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1483
1484 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1485 backslashes instead of one in regexp.
1486 (gud-tooltip-dereference): Add missing optional argument.
1487
1488 2006-03-04 John Paul Wallington <jpw@pobox.com>
1489
1490 * wdired.el (toplevel): Require `cl' at compile-time.
1491
1492 2006-03-04 Andreas Schwab <schwab@suse.de>
1493
1494 * server.el (server-process-filter): Handle errors during
1495 evaluation of the argument.
1496
1497 2006-03-03 John Paul Wallington <jpw@pobox.com>
1498
1499 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1500 escape parentheses at beginning of line.
1501 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1502 (t-mouse-mode): Remove period from end of error message.
1503
1504 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1505
1506 * textmodes/flyspell.el (flyspell-process-localwords):
1507 Be case-sensitive.
1508
1509 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1510
1511 * cus-edit.el (custom-quote): Remove function, since it has been
1512 moved to custom.el.
1513
1514 * font-lock.el (lisp-font-lock-keywords-2)
1515 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1516 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1517 they have no special meaning.
1518
1519 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1520 indirect buffer gets killed before indirect buffer. Use dolist.
1521
1522 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1523
1524 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1525 value instead of a literal constant (1) on more pauses.
1526
1527 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1528
1529 * textmodes/flyspell.el (flyspell-external-point-words):
1530 Be case-sensitive.
1531
1532 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1533
1534 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1535 with "www".
1536
1537 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1538
1539 * allout.el: Restablish intermediate missing comment header to
1540 preserve outline structure.
1541 (allout-beginning-of-current-entry): Skip invisible text.
1542 (allout-open-topic): Fix opening a topic at end-of-buffer.
1543 (allout-minor-mode): Move nearer to allout-mode function.
1544
1545 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1546
1547 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1548
1549 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1550
1551 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1552 is nil.
1553
1554 * progmodes/gud.el (gud-speedbar-menu-items):
1555 Use buffer-local-value and add missing :visible keyword.
1556
1557 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1558
1559 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1560
1561 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1562 must be `follow-link'.
1563
1564 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1565
1566 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1567 formatting: No nested anchors.
1568 (org-all-targets): Fix bug with XEmacs compatibility.
1569 (org-read-date): Add (require 'parse-time).
1570 (org-set-tags): Fix bug with extra inserted space.
1571 (org-export-html-style): Define a style class for targets.
1572 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1573 (org-hide-leading-stars): New option.
1574 (org-hide): New face.
1575 (org-set-font-lock-defaults): Allow to hide leading stars.
1576 (org-get-legal-level, org-tr-level): New functions.
1577 (org-odd-levels-only): New option.
1578 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1579 (org-demote, org-promote): Deal with double-star levels.
1580 (org-convert-to-odd-levels): New command.
1581
1582 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1583
1584 * speedbar.el (speedbar-update-localized-contents): Try to
1585 preserve window-start.
1586 (speedbar-update-directory-contents): Try to preserve window-start
1587 and window-point.
1588 (speedbar-update-special-contents): Don't move back to start of window.
1589
1590 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1591 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1592 speedbar-timer-fn.
1593 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1594 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1595 instead of gdb-speedbar-timer-fn.
1596
1597 2006-02-28 Jay Belanger <belanger@truman.edu>
1598
1599 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1600 (math-compose-expr): Use latex option when calling
1601 `math-compose-tex-matrix' for latex mode.
1602
1603 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1604
1605 * speedbar.el: Re-instate comments about developing for speedbar
1606 [this is what info and gdb-ui use even if better methods exist now].
1607
1608 * t-mouse.el: New file.
1609 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1610 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1611 (t-mouse-make-event-element): Use posn-at-x-y instead.
1612 (t-mouse-make-event): Deal with Fedora Core 3.
1613 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1614 (t-mouse-mouse-position-function): New function. Use it instead
1615 of advising mouse-position.
1616 (t-mouse-mode): New minor mode.
1617 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1618
1619 2006-02-27 Glenn Morris <rgm@gnu.org>
1620
1621 * calendar/calendar.el (calendar-holidays): Doc fix.
1622
1623 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1624
1625 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1626 Re-introduce the concept of a source window.
1627 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1628 consistency with get-buffer-create.
1629 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1630 (gdb-data-list-register-values-handler)
1631 (gdb-stack-list-locals-handler): Try to preserve window-start as
1632 well as window-point.
1633 (gdb-display-source-buffer): New function (old concept).
1634 (gdb-goto-breakpoint): Use it.
1635
1636 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1637 for gdb-ui/gdb-mi (old concept).
1638
1639 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1640
1641 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1642 binding.
1643
1644 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1645
1646 * textmodes/reftex-sel.el (reftex-select-label-map)
1647 (reftex-select-bib-map): Add `follow-mouse' binding.
1648
1649 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1650
1651 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1652 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1653 Give :set functions to provide automatic updating.
1654 Update docstring. Give compiler defvars early in the file
1655 and move the defcustoms to a later spot where all called functions
1656 are defined.
1657 (jka-compr-file-name-handler-entry): Doc fix.
1658 (jka-compr-compression-info-list--internal)
1659 (jka-compr-mode-alist-additions--internal)
1660 (jka-compr-load-suffixes--internal): New variables.
1661 (jka-compr-install): Set the three above variables.
1662 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1663 (jka-compr-update, jka-compr-set): New functions.
1664 (auto-compression-mode): Doc fix.
1665
1666 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1667 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1668 Use jka-compr-compression-info-list--internal,
1669 jka-compr-mode-alist-additions--internal and
1670 jka-compr-load-suffixes--internal.
1671
1672 * files.el (load-library):
1673 * loadhist.el (file-loadhist-lookup):
1674 * startup.el (command-line):
1675 * subr.el (locate-library):
1676 * emacs-lisp/autoload.el (update-directory-autoloads):
1677 * emacs-lisp/find-func.el (find-library-suffixes):
1678 Use `get-load-suffixes' instead of `load-suffixes'.
1679
1680 * subr.el (locate-library):
1681 * emacs-lisp/find-func.el (find-library-name):
1682 Use `load-file-rep-suffixes' instead of '("").
1683
1684 2006-02-26 Kim F. Storm <storm@cua.dk>
1685
1686 * ido.el (ido-save-history, ido-load-history): Simplify.
1687 Don't use find-file-noselect to avoid interference from other modes.
1688
1689 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1690
1691 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1692 to use the default shell if filename is not available.
1693 Reported by Giorgos Keramidas.
1694
1695 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1696
1697 * progmodes/etags.el (tags-completion-table): Do completion from
1698 all the tables in the current list, as documented in the manual.
1699
1700 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1701
1702 * CC Mode Update to 5.31.3.
1703
1704 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1705
1706 * progmodes/cc-mode.el (c-postprocess-file-styles):
1707 Bind inhibit-read-only to t, around the call to
1708 c-remove-any-local-eval-or-mode-variables, so that it works on a
1709 RO file.
1710
1711 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1712
1713 * progmodes/cc-awk.el: Correct a typo.
1714
1715 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1716
1717 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1718 c-hungry-delete-backwards, at the request of RMS. Leave the old
1719 name as an alias.
1720
1721 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1722
1723 * progmodes/cc-mode.el: Correct a typo.
1724
1725 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1726
1727 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1728
1729 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1730
1731 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1732 brace-else-brace (error due to mbeg, mend being undefined).
1733
1734 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1735
1736 * progmodes/cc-mode.el: File Local variables: Solve the problem
1737 where both `mode' and c-file-offsets are specified: `mode' will
1738 overwrite c-f-o's settings:
1739 (c-remove-any-local-eval-or-mode-variables): New function.
1740 (c-postprocess-file-styles): Call the above new function, within
1741 c-tentative-buffer-change, to splat `mode' and `eval' before the
1742 second hack-local-variables.
1743
1744 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1745
1746 * progmodes/cc-mode.el:
1747 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1748 (c-after-change): Protect the match data with save-match-data.
1749 It was getting corrupted by c-after-change-check-<>-operators.
1750
1751 * cc-defs.el: [Supersedes patch V1.38]:
1752 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1753 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1754
1755 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1756 with save-match-data. It was being corrupted when Font Lock was
1757 not enabled.
1758
1759 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1760
1761 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1762 Mode and Subword Mode.
1763
1764 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1765 real labels ("case 1:" or "foo:") from non-labels ("public:").
1766 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1767 coding; c-f-t-2 doesn't move over a token at EOB.
1768
1769 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1770
1771 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1772 (c-update-modeline): Concatenate the minor mode indicators
1773 directly onto mode-name, removing c-submode-indicators.
1774 Sometimes, c-s-i got separated from the mode name on the mode line.
1775
1776 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1777 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1778
1779 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1780
1781 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1782 error message when there's an evaluation error to show whether
1783 it's loaded from source or not.
1784 (c-filter-ops): Make it available at runtime too to work when
1785 `c-make-init-lang-vars-fun' needs to evaluate from source.
1786
1787 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1788
1789 * help.el (help): Revert last part of 2006-02-23 change (deletion
1790 of the `provide' call).
1791
1792 2006-02-23 Juri Linkov <juri@jurta.org>
1793
1794 * compare-w.el (compare-windows-highlight): Add new value
1795 `persistent' and change :type from `boolean' to `choice'.
1796 (compare-windows-overlays1, compare-windows-overlays2):
1797 New internal variables.
1798 (compare-windows-highlight): If compare-windows-highlight is
1799 `persistent', add current overlays to compare-windows-overlays[12]
1800 instead of adding compare-windows-dehighlight to pre-command-hook.
1801 (compare-windows-dehighlight): Delete all overlays from
1802 compare-windows-overlays[12].
1803
1804 * info.el (Info-search): Don't bind search-spaces-regexp to
1805 Info-search-whitespace-regexp in non-regexp isearch mode.
1806
1807 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1810
1811 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1812
1813 * textmodes/org.el (org-xemacs-p)
1814 (org-export-html-show-new-buffer, org-table-may-need-update)
1815 (org-insert-item, org-mhe-get-message-real-folder)
1816 (org-mhe-get-message-folder-from-index)
1817 (org-mhe-get-message-folder, org-mhe-get-message-num)
1818 (org-mhe-get-header, org-make-org-heading-search-string)
1819 (org-make-org-heading-camel, org-table-sort-lines)
1820 (org-format-org-table-html, org-format-table-table-html):
1821 Fix typos in docstrings.
1822
1823 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1824
1825 * textmodes/org.el (org-cleaned-string-for-export)
1826 (org-solidify-link-text): New function.
1827 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1828 XEmacs, just to silence the compiler.
1829 (org-export-as-ascii, org-export-as-html-and-open):
1830 Use `org-cleaned-string-for-export' and create internal links.
1831 (org-follow-mhe-link): Require mh-e, use folder.
1832
1833 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1834
1835 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1836
1837 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1838 gdb-debug-log-length.
1839 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1840 it a real ring but...
1841 (gud-gdba-marker-filter): ...make it work like mark-ring.
1842 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1843 (gdb-mouse-jump): New function. Add bindings.
1844
1845 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1846
1847 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1848 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1849 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1850 (gdb-debug-log-length): Customize it's length.
1851 (gud-watch, gdb-var-create-handler): Display function::var format
1852 but don't use to create variable object.
1853 (gdb-var-create-handler): Use message-box in place of message.
1854 (gdb-stopped): Call gdb-exited if signalled.
1855
1856 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1857
1858 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1859
1860 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1861
1862 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1863 if `reftex-try-all-extensions' is set.
1864
1865 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1866 fail silently when there is no valid argument at point.
1867 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1868 `fail-silently' argument. From a patch by David Reiter.
1869
1870 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1871 New commands.
1872 (org-mark-ring): New variable.
1873 (org-mark-ring-length): New option.
1874 (org-open-at-point, org-goto, org-open-file): Push old position
1875 onto the mark ring.
1876 (org-add-hook): New function.
1877 (org-export-table-remove-special-lines): New option.
1878 (org-skip-comments, org-format-org-table-html): Respect new
1879 option `org-export-table-remove-special-lines'.
1880 (org-open-file): Allow special command configuration for
1881 directory link.
1882 (org-file-apps): Fix bugs in customize type, added setting
1883 for directories.
1884 (org-activate-tags, org-format-agenda-item, org-complete)
1885 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1886 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1887 (org-link-search, org-make-org-heading-search-string)
1888 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1889 (org-radio-targets, org-file-link-context-use-camel-case)
1890 (org-activate-camels): New options.
1891 (org-update-radio-target-regexp, org-all-targets)
1892 (org-make-target-link-regexp, org-activate-target-links):
1893 New functions.
1894 (org-make-org-heading-search-string): New function.
1895 (org-store-link, org-insert-link): Use new option
1896 `org-file-link-context-use-camel-case'.
1897 (org-activate-camels): Use new option `org-activate-camels'.
1898 (org-link-regexp): Add mhe prefix.
1899 (org-open-at-point, org-store-link): Support for mhe links.
1900 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1901 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1902 (org-mhe-get-header, org-follow-mhe-link): New functions.
1903 (org-remove-angle-brackets, org-add-angle-brackets):
1904 New functions.
1905 (org-bracket-link-regexp): New constant.
1906 (org-read-date): Fix bug that was rejecting all typed dates.
1907 (org-link-search): Make hierarchy above visible after a match.
1908 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1909 (org-store-link): Fix bug with link creation when cursor is in
1910 an empty line.
1911 (org-open-at-point): Fix bug with matching a link.
1912 Fixed buggy argument sequence in call to `org-view-tags'.
1913 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1914 (org-prefix-has-tag): New variable.
1915 (org-format-agenda-item): Remove tags from headline
1916 if appropriate.
1917 (org-agenda-remove-tags-when-in-prefix): New option.
1918
1919 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1920
1921 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1922 Fix the regular expressions.
1923
1924 2006-02-21 Richard M. Stallman <rms@gnu.org>
1925
1926 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1927 if there's no other specific basis.
1928
1929 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1930 as variables at all.
1931 (unsafep-variable): Rename arg; doc fix.
1932
1933 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1934
1935 * calendar/appt.el (diary-selective-display): Add defvar.
1936
1937 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1938
1939 * isearch.el (search-whitespace-regexp): Fix custom type.
1940
1941 * help.el (describe-key-briefly): Compute interactive args
1942 in same was as before previous change.
1943
1944 * files.el (enable-local-variables): Doc fix.
1945
1946 2006-02-21 Kim F. Storm <storm@cua.dk>
1947
1948 * fringe.el: Cleanup as file is now pre-loaded.
1949 (fringe-bitmaps): Initialize unconditionally.
1950 (fringe-mode, set-fringe-style): Remove autoload cookies.
1951
1952 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1953
1954 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1955 `horizontal-bar'.
1956 (fringe-cursor-alist): Use `horizontal-bar'.
1957
1958 2006-02-20 Kim F. Storm <storm@cua.dk>
1959
1960 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1961 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1962
1963 * loadup.el: Load "fringe" on window systems.
1964
1965 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1966
1967 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1968 out of scope components.
1969
1970 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1971 default.
1972
1973 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * custom.el (customize-mark-to-save, customize-mark-as-set):
1976 Load the symbol first.
1977
1978 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1979
1980 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1981 strech spec so it doesn't display as "^J" on the header line
1982 when `Buffer-menu-use-header-line' is t.
1983
1984 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1985
1986 * speedbar.el (speedbar-make-button): Keep text properties
1987 of string arguments if desired.
1988
1989 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1990 expessions.
1991
1992 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1993 of speedbar.
1994
1995 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1996
1997 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1998 to value of `read-file-name-completion-ignore-case'.
1999
2000 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2001
2002 * custom.el (customize-mark-as-set): Push to `user' theme.
2003
2004 * cus-edit.el (custom-save-variables): Allow unthemed values.
2005 (customize-set-variable): Push setting to `user' theme.
2006
2007 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2008
2009 * progmodes/gud.el: Don't require font-lock as it's now
2010 automatically loaded.
2011 (gud-speedbar-buttons): Replace gdb-var-changed with
2012 gdb-force-update.
2013
2014 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2015 gdb-var-changed.
2016 (gdb-post-prompt): Use it.
2017 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2018 (gdb-var-update-handler, gdb-var-delete)
2019 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2020 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2021 gdb-force-update in gdb-post-prompt.
2022 (gdb-reset): Clear watch expressions from speedbar when quitting.
2023
2024 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2025
2026 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2027 (viper-change-state-to-vi, viper-change-state-to-emacs):
2028 Make aware of cursor coloring in the Emacs state.
2029 (viper-special-read-and-insert-char): Use read-char-exclusive.
2030 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2031
2032 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2033
2034 * viper-util.el (viper-save-cursor-color)
2035 (viper-get-saved-cursor-color-in-replace-mode)
2036 (viper-get-saved-cursor-color-in-insert-mode)
2037 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2038 state.
2039 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2040
2041 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2042 (ediff-ignore-case-option3, ediff-actual-diff-options)
2043 (ediff-actual-diff3-options): New variables to control case sensitivity.
2044 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2045 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2046 (ediff-toggle-ignore-case): New function.
2047 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2048
2049 * ediff-help.el (ediff-long-help-message-narrow2)
2050 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2051 (ediff-long-help-message-word-mode): Add ignore-case command.
2052 (ediff-help-for-quick-help): Add ignore-case command.
2053
2054 * ediff-merg.el: Move provide to the end.
2055
2056 * ediff-ptch.el: Move provide to the end.
2057
2058 * ediff-wind.el: Move provide to the end.
2059
2060 * ediff-mult.el: Move provide to the end.
2061 (ediff-set-meta-overlay): Enable follow-link.
2062
2063 * ediff.el: Move provide to the end.
2064 Break recursive load cycle in eval-when-compile.
2065 (ediff-patch-buffer): Better heuristics.
2066
2067 * ediff-util.el: Move provide to the end.
2068 Break recursive load cycle in eval-when-compile.
2069 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2070 defuns.
2071 (ediff-submit-report): Pass the values of ediff-diff3-program,
2072 ediff-diff3-options.
2073
2074 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2075
2076 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2077 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2078 `' (for example, in the docstring of `windmove-default-keybindings').
2079
2080 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2081
2082 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2083 shadow face. Don't provide binding to edit variable when it is
2084 out of scope.
2085
2086 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2087 (gdb-var-update-handler): Detect out of scope variables with pre
2088 GDB 6.4 too.
2089 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2090 Reset status of variable objects to nil in update handlers.
2091 (gdb-var-update-handler-1): Detect when a variable object comes
2092 in scope. setcar on var changes gdb-var-list directly.
2093
2094 2006-02-17 Juri Linkov <juri@jurta.org>
2095
2096 * ffap.el (ffap) <defface>: Add explicit face declaration.
2097 (ffap-highlight): Use face `ffap' directly instead of checking
2098 for its existence.
2099
2100 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2101 `visible-ok' of `other-buffer' to find the right original buffer.
2102
2103 * info.el (Info-search): Skip `Local Variables' node.
2104
2105 2006-02-17 Juri Linkov <juri@jurta.org>
2106
2107 * info.el (Info-find-file): Check for symbols `apropos', `history',
2108 `toc' in the input filename, and return these symbols as is.
2109 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2110 `history', `toc' instead of strings.
2111 (Info-set-mode-line): For non-string Info-current-file use the
2112 symbol's name inside **.
2113 (Info-isearch-push-state): Add quote before Info-current-file and
2114 Info-current-node.
2115 (Info-isearch-pop-state): Use `equal' instead of `string='.
2116 (Info-extract-pointer, Info-following-node-name): Use
2117 `match-string-no-properties' instead of `match-string'.
2118 (Info-up): Check `old-file' for `stringp'.
2119 (Info-history): Use `equal' instead of `string-equal'.
2120 Check `file' for `stringp'.
2121 (Info-history): Use symbol `history' instead of string as first arg
2122 of `Info-find-node'.
2123 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2124 `toc' instead of string.
2125 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2126 instead of `buffer-substring', and `match-string-no-properties'
2127 instead of `match-string'.
2128 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2129 instead of strings.
2130 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2131 Use symbol `apropos' instead of string.
2132 (Info-copy-current-node-name): Check `Info-current-file' for
2133 `stringp' and construct a command with `Info-find-node' from it.
2134 (Info-fontify-node): Use `match-string-no-properties' instead of
2135 `match-string' and check file names for `stringp'.
2136 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2137 `history', `toc' instead of strings.
2138
2139 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2140
2141 * files.el: Rearrange functions and variables in the file local
2142 variables section.
2143
2144 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2145
2146 * files.el: Add truncate-lines, ispell-check-comments and
2147 ispell-local-dictionary as safe local variables.
2148
2149 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2150
2151 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2152 out of scope variables.
2153 (gud-speedbar-buttons): Use unless.
2154
2155 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2156 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2157 (gdb-show-changed-values): Also use for out of scope variables.
2158 (gdb-var-update-handler-1): Note if variable goes out of scope.
2159
2160 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2161
2162 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2163 default to global variable values for unsupplied args.
2164 (rcirc-get-buffer-create): Fix bug with setting the target.
2165 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2166 test for rcirc-always-use-server-buffer-flag here.
2167 (rcirc-response-formats): Add %N, which is a facified nick. %n
2168 uses the default face. Change the ACTION format string. If the
2169 "nick" is the server, don't print anything for that field.
2170 Comment fixes.
2171 (rcirc-target-buffer): Don't test
2172 rcirc-always-use-server-buffer-flag here.
2173 (rcirc-print): Squeeze extra spaces out of the text before message.
2174 (rcirc-put-nick-channel): Strip potential "@" char from nick
2175 before adding them to nick table.
2176 (rcirc-url-regexp): Improve to match address like "foo.com".
2177
2178 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2179
2180 * allout.el (allout-hidden-p): Move this defsubst before
2181 allout-overlay-interior-modification-handler, where it is first
2182 used.
2183
2184 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2185
2186 * allout.el: Use allout invisible-text overlays instead of
2187 selective display for concealed text. Also, lots of general
2188 cleanup, and improved compatibility code.
2189
2190 (allout-version) Incremented, corrected, revised, and refined
2191 module commentary.
2192
2193 (provide 'allout): Moved to the bottom, added a require of overlay.
2194
2195 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2196 `except-current'.
2197 (allout-write-file-hook-handler): Minimize delay.
2198 (count-trailing-whitespace-region): New function so
2199 auto-encryption of current topic can resituate cursor exactly.
2200 PGP/GPG encryption trims trailing whitespace from lines, which
2201 must be accounted for across encryption then decryption.
2202
2203 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2204 just plain "\C-c", to avoid intruding on user's keybinding space.
2205
2206 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2207 parameter, so user request to provide a new password is done.
2208
2209 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2210 Refined mechanism for auto-filling behavior while in allout mode.
2211
2212 (allout-mode): Explicitly specify the mode map in the docstring.
2213 Clarify provision for various write-file hook var names.
2214 Adjusted for invisible-text overlays instead of selective-display.
2215
2216 (allout-depth): Really return 0 if not within any topic. This
2217 rectifies `allout-beginning-of-level' and sequence numbering
2218 errors that occur when cutting and pasting numbered topics.
2219 Changed from a in-line subst to a regular function, as well.
2220
2221 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2222
2223 (allout-end-of-subtree, allout-end-of-subtree)
2224 (allout-end-of-entry, allout-end-of-current-heading)
2225 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2226 (allout-show-children, allout-show-to-offshoot)
2227 (allout-hide-current-entry, allout-show-current-entry): Rectified
2228 handling of trailing blank lines between items.
2229
2230 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2231 (allout-current-depth, allout-unprotected, allout-hidden-p)
2232 (allout-on-current-heading-p, allout-listify-exposed)
2233 (allout-chart-subtree, allout-goto-prefix)
2234 (allout-back-to-current-heading, allout-get-body-text)
2235 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2236 (allout-hide-region-body, allout-toggle-subtree-encryption)
2237 (allout-encrypt-string, allout-encrypted-key-info)
2238 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2239 (allout-file-vars-section-data): Adjusted for use with
2240 invisible-text overlays instead of selective-display.
2241
2242 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2243 Reworked for use with invisible text overlays.
2244
2245 (allout-current-topic-collapsed-p): New function.
2246
2247 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2248 to know when to close the containing topic.
2249
2250 (allout-pre-command-business, allout-post-command-business):
2251 Simplify undo-batching and dynamic isearch exposure.
2252
2253 (allout-set-overlay-category): New for invisible-text overlays.
2254 Sets properties of allout-overlay-category, used by
2255 allout-flag-region to set invisible-text overlay properties.
2256 (allout-get-invisibility-overlay): Get the first qualifying
2257 invisibility overlay, so we can find the extent of it.
2258 (allout-back-to-visible-text): Get to just before the beginnining
2259 of the current invisibility overlay, if any.
2260
2261 (allout-overlay-insert-in-front-handler)
2262 (allout-overlay-interior-modification-handler)
2263 (allout-before-change-handler, allout-isearch-end-handler): New
2264 functions to handle extraordinary actions affecting concealed
2265 text.
2266
2267 (allout-flag-region): Use overlays instead of selective-display
2268 for invisible text - by inheritence from the properties of
2269 allout-overlay-category in mainline Emacs, and applied
2270 property-by-property in XEmacs, some recent versions of which
2271 don't inherit the properties from the category. Provisions to
2272 respond to concealed-text edits simplified drastically.
2273
2274 (allout-isearch-rectification, allout-isearch-was-font-lock)
2275 (allout-isearch-expose, allout-enwrap-isearch)
2276 (allout-isearch-abort, allout-pre-was-isearching)
2277 (allout-isearch-prior-pos, allout-isearch-did-quit)
2278 (allout-isearch-dynamic-expose)
2279 (allout-hide-current-entry-completely): Functions deleted.
2280
2281 (allout-undo-aggregation): Explicit undo aggregation no longer
2282 necessary due to transition away from selective-display.
2283
2284 (set-allout-regexp, allout-up-current-level)
2285 (allout-next-visible-heading, allout-forward-current-level)
2286 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2287 (allout-kill-line, allout-yank-processing, allout-show-children)
2288 (allout-expose-topic, allout-old-expose-topic)
2289 (allout-listify-exposed, allout-insert-latex-header)
2290 (allout-toggle-subtree-encryption, allout-encrypt-string)
2291 (remove-from-invisibility-spec, allout-hide-current-subtree):
2292 Ditched unused variables.
2293
2294 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2295
2296 * textmodes/ispell.el (ispell-change-dictionary): Call
2297 ispell-buffer-local-dict instead of
2298 ispell-accept-buffer-local-defs.
2299 (ispell-local-dictionary-alist): Accept as valid any coding-system
2300 supported by Emacs.
2301 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2302 changed to iso-8859-3.
2303
2304 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2305
2306 * speedbar.el (speedbar-frame-width): Make an inline function
2307 instead of a macro. Use frame-width.
2308 (speedbar-try-completion, speedbar-update-contents)
2309 (speedbar-timer-fn): Use consp.
2310 (speedbar-update-localized-contents): Try to preserve point.
2311
2312 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2313 (menu): Re-order menu items.
2314 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2315 field.
2316 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2317 (gdb-post-prompt): Speed things by not forcing update.
2318
2319 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2322 press and perform default action if we get a mouse movement event.
2323
2324 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * calendar/icalendar.el (icalendar--get-event-property)
2327 (icalendar--get-event-property-attributes): Fix typos in
2328 docstrings.
2329
2330 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2331 docstring.
2332
2333 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2334
2335 * bs.el (bs-mode): Use `buffer-disable-undo'.
2336 (bs--get-file-name): Simplify.
2337 (bs-show-in-buffer): Mark the buffer as not modified.
2338
2339 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2340
2341 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2342 widget-button-click.
2343
2344 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2345 (custom-mode): Update docstring.
2346
2347 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2348 binding.
2349
2350 * files.el (hack-local-variables-confirm): Allow scrolling if the
2351 file variable list is too long. Kill temp buffer after use.
2352
2353 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2354
2355 * progmodes/gud.el (gdb): Improve doc string.
2356 (gdb-script-font-lock-keywords): Expand allowed character set.
2357
2358 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2359 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2360 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2361 (gdb-separate-io-stop, gdb-separate-io-eof):
2362 Rename from gdb-inferior-* to gdb-separate-*.
2363 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2364
2365 2006-02-14 Jay Belanger <belanger@truman.edu>
2366
2367 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2368 expression is a symbol before checking that it is bound.
2369
2370 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2371 test to see if equation can be solved.
2372
2373 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * wid-edit.el (widget-button-click): Use :pressed-face property
2376 for overlay face, if it exists.
2377
2378 * cus-edit.el (custom-manual, custom-add-see-also)
2379 (custom-add-parent-links, custom-group-link): Add :pressed-face
2380 property to links.
2381
2382 * files.el (hack-local-variables): Remove ignored variables before
2383 checking if any variables need setting.
2384
2385 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2386
2387 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2388
2389 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2390
2391 * help.el (where-is): Fix message for remapped commands.
2392
2393 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2394 Fix typos in docstrings.
2395
2396 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2397
2398 * files.el (safe-local-variable-values): New option.
2399 (hack-local-variables-prop-line): Return a list of variable-value
2400 pairs if MODE-ONLY is non-nil.
2401 (hack-local-variables): Construct list of variable-value pairs,
2402 and apply or reject them in one go. Ask for confirmation if
2403 variables are not known safe.
2404 (hack-local-variables-confirm): Complete rewrite. Support
2405 `safe-local-variable-values'.
2406 (enable-local-variables): Update docstring to reflect new
2407 behavior.
2408 (ignored-local-variables): Ignore ignored-local-variables and
2409 safe-local-variable-values.
2410 (safe-local-variable-p): New function.
2411 (risky-local-variable-p): `safe-local-variable' property check
2412 moved to safe-local-variable-p.
2413 (hack-one-local-variable): Checks moved to hack-local-variables.
2414
2415 (byte-compile-dynamic, c-basic-offset, c-file-style)
2416 (c-indent-level, comment-column, fill-column, fill-prefix)
2417 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2418 (no-update-autoloads, outline-regexp, page-delimiter)
2419 (paragraph-start, paragraph-separate, sentence-end)
2420 (sentence-end-double-space tab-width, version-control):
2421 Add `safe-local-variable' property.
2422
2423 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2424
2425 * icomplete.el, play/landmark.el: Change nonexistent
2426 `outline-layout' file variable to `allout-layout'.
2427
2428 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2429
2430 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2431 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2432 to gud-comint-buffer.
2433 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2434 gdb-ui.el for gdb-mi.el.
2435 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2436 registers buffer to gdb-get-changed-registers.
2437 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2438 deletion of catchpoints (throw and catch).
2439 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2440 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2441 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2442 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2443 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2444
2445 2006-02-13 Jay Belanger <belanger@truman.edu>
2446
2447 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2448 expression is a symbol before checking that it is bound.
2449
2450 2006-02-13 Richard M. Stallman <rms@gnu.org>
2451
2452 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2453 for the minibuffer too, but not if resize-mini-windows will interfere.
2454
2455 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2456 inside `interactive' spec.
2457 (describe-key-briefly-internal, describe-key-internal):
2458 Functions merged back into their callers.
2459
2460 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2461
2462 * info.el (info-xref-visited): Inherit from info-xref too.
2463 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2464 when propertizing Info-current-file and Info-current-node.
2465
2466 2006-02-13 Juri Linkov <juri@jurta.org>
2467
2468 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2469 (tumme-thumb-name): Fix per-directory format.
2470
2471 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2472
2473 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2474
2475 2006-02-12 Miles Bader <miles@gnu.org>
2476
2477 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2478
2479 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2480
2481 * tumme.el: Remove history section. If someone needs the it, it
2482 can always be found in CVS.
2483
2484 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2485
2486 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2487 about the Thumbnail Managing Standard option.
2488
2489 2006-02-12 Richard M. Stallman <rms@gnu.org>
2490
2491 * subr.el (substitute-key-definition): Doc fix.
2492
2493 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2494
2495 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2496
2497 * info.el (Info-mode): Doc fix.
2498
2499 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2500
2501 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2502
2503 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2504 because on Solaris a POSIX compatible "id" is needed. Reported by
2505 Magnus Henoch <mange@freemail.hu>.
2506
2507 2006-02-12 Juri Linkov <juri@jurta.org>
2508
2509 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2510 (tumme) <defgroup>: Change :group to `multimedia'.
2511 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2512 Managing Standard.
2513 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2514 Fix dostring.
2515 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2516 and %y. Fix docstring.
2517 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2518 (tumme-cmd-create-standard-thumbnail-command): New user options.
2519 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2520 is `standard'. Fix docstring.
2521 (tumme-thumb-width, tumme-thumb-height): New user options.
2522 (tumme-external-viewer): Try to find various viewers.
2523 (tumme-get-thumbnail-image): Use `create-image' instead of
2524 constructing the `image' structure.
2525 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2526 `standard'.
2527 (tumme-thumb-name): Add file name generation for standard storage.
2528 Simplify code for other storages.
2529 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2530 Add modification time %m and thumbnail-nq8 %q.
2531 Use `tumme-cmd-create-standard-thumbnail-command' if
2532 tumme-thumbnail-storage is `standard'.
2533 (tumme-dired-insert-marked-thumbs): New autoload command.
2534 (tumme-dired-after-readin-hook): New function.
2535 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2536 `tumme-thumb-size'.
2537 (tumme-display-image): Replace size-x %x and size-y %y with
2538 width %w and height %h.
2539
2540 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2541 `tumme-dired-insert-marked-thumbs'.
2542
2543 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2544
2545 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2546 include path).
2547 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2548 matching tag.
2549
2550 2006-02-12 Miles Bader <miles@gnu.org>
2551
2552 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2553 New variables.
2554 (rcirc-abbrev-nick): New function.
2555 (rcirc-format-response-string): Rewrite to use the formats in
2556 `rcirc-response-formats' and expand escape sequences therein.
2557 A text-property `rcirc-text' is added over the actual response
2558 text to make easy to find inside the returned string.
2559 (rcirc-print): When filling, just look for the `rcirc-text'
2560 text-property to find the appropriate fill prefix, instead of
2561 using hardwired patterns.
2562
2563 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2564
2565 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2566 Managing Standard.
2567
2568 2006-02-11 Kim F. Storm <storm@cua.dk>
2569
2570 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2571 Don't use insert-buffer; do insert-buffer-substring directly.
2572 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2573
2574 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2575
2576 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2577 with inhibit-read-only. Suggested by Stefan Monnier.
2578 (revert-buffer): Let insert-file-contents discard
2579 buffer-undo-list. Simplify code.
2580 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2581
2582 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2583
2584 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2585
2586 * help.el (describe-key-briefly): Now a wrapper for
2587 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2588 to t. Populate yank-menu if empty.
2589 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2590 (describe-key): Now a wrapper for describe-key-internal. Bind
2591 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2592 (describe-key-internal): Renamed from describe-key.
2593
2594 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2595
2596 * progmodes/glasses.el (glasses-separator): Doc fix.
2597 (glasses-original-separator): New defcustom.
2598 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2599
2600 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2601
2602 * mwheel.el (mouse-wheel-up-event): Doc fix.
2603
2604 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2605
2606 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2607 (tumme-dir): New function. Copied from thumbs.el.
2608
2609 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2610
2611 * desktop.el (desktop-outvar): Fix typo.
2612 (desktop-save-buffer-p): Doc fix.
2613
2614 * subr.el (substitute-key-definition): Fix typo.
2615
2616 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2617
2618 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2619 when window-system is mac.
2620
2621 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2622
2623 2006-02-10 Kim F. Storm <storm@cua.dk>
2624
2625 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2626 indirect-function instead of using condition-case.
2627
2628 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2629
2630 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2631 less `colloquial'...
2632
2633 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2634
2635 * tumme.el: Add a couple of todo items.
2636
2637 2006-02-09 Lars Hansen <larsh@soem.dk>
2638
2639 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2640 (highlight-changes-mode): Don't change desktop-locals-to-save.
2641
2642 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2643
2644 * image-mode.el (image-toggle-display): Clear image cache if using
2645 filename.
2646
2647 2006-02-09 Masatake YAMATO <jet@gyve.org>
2648
2649 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2650 a `dired-man' target.
2651
2652 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2653 boundary of symbols.
2654
2655 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2656
2657 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2658
2659 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2660
2661 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2662 `mapcar'; return nil.
2663
2664 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2667 some other event.
2668
2669 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2670
2671 * net/rcirc.el (rcirc-startup-channels-alist):
2672 Add irc.freenode.net and #emacs as defaults.
2673 (rcirc-ignore-all-activity-flag): Remove variable.
2674 (rcirc-authinfo): New variable.
2675 (rcirc-authinfo-filename): Remove variable.
2676 (rcirc-always-use-server-buffer-flag): New flag.
2677 (rcirc): M-x rcirc will automatically connect without prompting.
2678 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2679 connection in lisp.
2680 (rcirc-process-server-response-1): Remove everything but the nick
2681 portion of the sender so it doesn't need to be done everywhere
2682 else. Update related code.
2683 (global-map): Remove global keybindings.
2684 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2685 (rcirc-send-input): Split into several functions.
2686 (rcirc-process-input-line, rcirc-process-message)
2687 (rcirc-process-command): New functions.
2688 (rcirc-target-buffer): New function to determine where to route
2689 messages.
2690 (rcirc-user-nick): Save match data.
2691 (rcirc-toggle-ignore-buffer-activity)
2692 (rcirc-update-activity-string): Remove global ignore functionality,
2693 which can be done now by toggling rcirc-track-minor-mode.
2694 (rcirc-track-minor-mode-map): New keymap.
2695 (rcirc-track-minor-mode): New minor-mode.
2696 (ignore): Make the ignore output nicer. Always print it when
2697 adding or removing nicks.
2698 (rcirc-url-regexp): Improve.
2699 (rcirc-mangle-text): Remove properties before using text in the
2700 modeline.
2701 (rcirc-authenticate): Authentication data comes from
2702 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2703 (rcirc-server-prefix): Inherit from rcirc-server.
2704
2705 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2706
2707 * Makefile.in (compile): Append "|| true" to the end of the `find'
2708 command, like compile-always does.
2709
2710 2006-02-08 Sam Steingold <sds@gnu.org>
2711
2712 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2713 output from a dead connection.
2714
2715 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2716
2717 * dired.el (dired-mode-map): Add more bindings for tumme.
2718
2719 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * wdired.el (wdired-mode-map): Use remap.
2722 (wdired-get-filename): Massage.
2723 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2724 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2725 `keymap' property rather than `local-map'.
2726
2727 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2728
2729 * tumme.el (tumme-get-thumbnail-image): New utility function.
2730 Suggested by from Chong Yidong.
2731 (tumme-dired-with-window-configuration): Rename from
2732 `tumme-dired'. Add code to save window configuration.
2733 (tumme-restore-window-configuration): New command to restore the
2734 window configuration that `tumme-dired-with-window-configuration'
2735 saves before it changes the window configuration.
2736 (tumme-show-all-from-dir): New command to display thumbnails for
2737 all files in a directory entered by the user, like M-x thumbs.
2738 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2739 have been created.
2740 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2741 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2742 Remove obsolete test function.
2743
2744 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2745
2746 * vc.el (small-temporary-file-directory): Remove defvar; there's
2747 a defcustom for it in files.el.
2748
2749 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2750 Fix typo in message.
2751 (tumme-gallery-generate): Fix typo in `error' message.
2752 (tumme-display-window-height-correction)
2753 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2754 (tumme-line-up-interactive): Dox fixes.
2755 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2756 (tumme-restore-window-configuration, tumme-format-properties-string)
2757 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2758 Fix typos in docstrings.
2759
2760 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2761
2762 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2763
2764 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2765
2766 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2767 User should use hook if desired.
2768
2769 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2770 buffer if necessary.
2771 (gdb-delete-frame-or-window): New function.
2772 (gdb-breakpoints-mode-map): Bind "q" to it.
2773
2774 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2775
2776 * textmodes/nroff-mode.el: Clean up name space.
2777 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2778 (nroff-mode): Obey the global setting of nroff-electric-mode.
2779 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2780
2781 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2782
2783 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2784
2785 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2786
2787 2006-02-06 Lars Hansen <larsh@soem.dk>
2788
2789 * generic-x.el (etc-fstab-generic-mode): Add file system types
2790 cifs and usbdevfs. Allow special chars in file names.
2791
2792 2006-02-05 Jay Belanger <belanger@truman.edu>
2793
2794 Update copyright notices of the files in lisp/calc.
2795
2796 2006-02-05 Romain Francoise <romain@orebokech.com>
2797
2798 Update copyright notices of all files in the lisp/play directory.
2799
2800 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2801
2802 * ldefs-boot.el: Regenerate.
2803
2804 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2805
2806 2006-02-05 Kim F. Storm <storm@cua.dk>
2807
2808 * files.el (magic-mode-regexp-match-limit): New defvar.
2809 (set-auto-mode): Use it to limit magic-mode-alist matching.
2810
2811 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2812
2813 * simple.el (display-message-or-buffer): Compare the number of
2814 characters to the frame width when determining whether a 1-line
2815 message string will fit in the echo area. Count screen lines
2816 instead of buffer lines when determining whether a multi-line
2817 message will fit in the echo area/minibuffer window.
2818
2819 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2820
2821 * info.el (Info-index, Info-mode): Improve the description of the
2822 `i' command.
2823
2824 * ldefs-boot.el: Regenerate.
2825
2826 2006-02-03 Werner Lemberg <wl@gnu.org>
2827
2828 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2829 greedy to find the closing bracket in \*[...] and similar
2830 expressions. This is a first rough fix -- many additional
2831 refinements are necessary to make nroff mode really usable with groff.
2832
2833 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2834
2835 * international/mule-cmds.el (set-locale-environment):
2836 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2837 libX11.
2838
2839 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2840
2841 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2842 archive are created in archive-tmpdir.
2843
2844 2006-02-02 John Paul Wallington <jpw@pobox.com>
2845
2846 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2847 (ibuffer-fontification-alist): Use it.
2848 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2849 to "* z" and the Ibuffer Mark menu.
2850
2851 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2852
2853 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 * textmodes/table.el (*table--cell-describe-mode)
2856 (*table--cell-describe-bindings): Undo last change since
2857 print-help-return-message is not obsoleted by anything at all.
2858
2859 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2860
2861 * emulation/cua-base.el (cua-mode): Doc fix.
2862
2863 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2864
2865 * dframe.el (dframe-handle-make-frame-visible)
2866 (dframe-handle-iconify-frame, dframe-get-focus)
2867 (dframe-select-attached-frame, dframe-power-click)
2868 (dframe-frame-mode): Fix typos in docstrings.
2869
2870 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2871 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2872 Fix typos in docstrings.
2873
2874 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2875 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2876 (hi-lock-archaic-interface-message-used)
2877 (hi-lock-file-patterns-range): Fix typos in docstrings.
2878
2879 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2880 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2881
2882 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2883 Fix typo in docstring.
2884
2885 * net/newsticker.el (newsticker--decode-iso8601-date)
2886 (newsticker--set-customvar, newsticker--buffer-insert-item)
2887 (newsticker--do-run-auto-mark-filter)
2888 (newsticker--parse-generic-feed): Doc fixes.
2889 (newsticker--retrieval-timer-list, newsticker-url-list)
2890 (newsticker-hide-immortal-items-in-echo-area)
2891 (newsticker-hide-obsolete-items-in-echo-area)
2892 (newsticker-new-item-face, newsticker--enclosure)
2893 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2894 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2895 (newsticker--parse-generic-feed, newsticker--cache-contains)
2896 (newsticker--stat-num-items, newsticker-download-enclosures):
2897 Fix typos in docstrings.
2898
2899 * net/rcirc.el (rcirc-debug): Doc fix.
2900 (rcirc-fill-column, rcirc-receive-message-hooks)
2901 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2902 (rcirc-mode, rcirc-generate-new-buffer-name)
2903 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2904 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2905 Fix typos in docstrings.
2906 (rcirc-print): "?\ " -> "?\s".
2907 (rcirc-cmd-join): Improve argument/docstring consistency.
2908
2909 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2910
2911 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2912 before narrow-to-region.
2913
2914 2006-02-01 Richard M. Stallman <rms@gnu.org>
2915
2916 * simple.el (move-beginning-of-line): Scan properly for invis change.
2917
2918 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2919
2920 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2921
2922 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2923 change bit only when id-format is 'integer. Reported by Matt
2924 Hodges <M.P.Hodges@rl.ac.uk>.
2925
2926 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2927
2928 * hilit-chg.el (highlight-changes-initial-state)
2929 (highlight-changes-global-initial-state): Doc fixes.
2930 (highlight-changes-global-modes, global-highlight-changes):
2931 Fix typos in docstrings.
2932
2933 2006-02-01 Kim F. Storm <storm@cua.dk>
2934
2935 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2936 transient-mark-mode in doc string.
2937
2938 2006-01-31 Richard M. Stallman <rms@gnu.org>
2939
2940 * replace.el (multi-occur): Doc fix.
2941 (multi-occur-in-matching-buffers): Rename from
2942 multi-occur-by-filename-regexp. Prefix arg says match
2943 buffer names instead of file names.
2944
2945 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * bs.el: Allow non-default values of `bs-header-lines-length'.
2948 (bs--running-in-xemacs): Remove (not needed anymore).
2949 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2950 instead of `shrink-window', thus avoiding having to compute the
2951 height of the window.
2952 (bs--up): Wrap around even when there's no header.
2953 (bs--down): Use `forward-line' instead of `next-line'.
2954
2955 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * image-mode.el (image-toggle-display): Use file name if possible,
2958 instead of unnecessarily allocating a (possibly huge) lisp string.
2959
2960 2006-01-30 John Paul Wallington <jpw@pobox.com>
2961
2962 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2963 because the `assert' macro signals it at runtime.
2964
2965 * emacs-lisp/cl.el (toplevel): Remove definition of
2966 `cl-assertion-failed' condition.
2967
2968 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2969
2970 * thumbs.el (thumbs-marked-list): Make buffer-local and
2971 permanent-local.
2972 (thumbs-insert-thumb): Make help-echo non-sticky.
2973 (thumbs-file-alist): Use eolp as check for (non)-image.
2974
2975 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2976
2977 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2978 (ediff-before-session-group-setup-hooks)
2979 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2980 Fix typos in docstrings.
2981
2982 * window.el (bw-dir, bw-eqdir, balance-windows)
2983 (split-window-keep-point): Fix typos in docstrings.
2984
2985 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2986 (org-quote-string, org-calendar-to-agenda-key)
2987 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2988 (org-show-following-heading, org-tags-column)
2989 (org-use-tag-inheritance, org, org-allow-space-in-links)
2990 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2991 (org-enable-table-editor, org-calc-default-modes)
2992 (org-table-allow-automatic-line-recalculation)
2993 (org-export-html-style, org-export-with-fixed-width)
2994 (org-export-with-sub-superscripts, org-special-keyword)
2995 (org-formula, org-time-grid, org-table-may-need-update)
2996 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2997 (org-goto-quit, org-get-indentation, org-end-of-item)
2998 (org-move-item-down, org-move-item-up)
2999 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3000 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3001 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3002 (org-agenda-log-mode, org-agenda-toggle-diary)
3003 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3004 (org-agenda-file-to-end, org-agenda-no-heading-message)
3005 (org-agenda-get-closed, org-format-agenda-item)
3006 (org-cmp-priority, org-cmp-category, org-cmp-time)
3007 (org-agenda-change-all-lines, org-agenda-diary-entry)
3008 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3009 (org-link-search, org-camel-to-words, org-open-file)
3010 (org-remember-handler, org-table-convert-region)
3011 (org-table-move-row-down, org-table-move-row-up)
3012 (org-table-copy-region, org-table-wrap-region)
3013 (org-table-toggle-vline-visibility)
3014 (org-table-get-vertical-vector, org-table-modify-formulas)
3015 (org-table-get-specials, org-recalc-commands)
3016 (org-table-rotate-recalc-marks, org-table-eval-formula)
3017 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3018 (org-level-color-stars-only, org-insert-heading):
3019 Fix typos in docstrings.
3020 (last-arg): Add defvar.
3021
3022 * makefile.w32-in (WINS): Add erc.
3023 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3024
3025 2006-01-29 Bill Wohler <wohler@newt.com>
3026
3027 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3028 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3029 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3030 (mh-autoloads): Don't use comments on otherwise empty lines.
3031
3032 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3033
3034 * emulation/viper.el (viper-major-mode-modifier-list): Add
3035 insert-state and vi-state entries for erc-mode.
3036 (viper-go-away, viper-set-hooks): Add and remove
3037 viper-comint-mode-hook from erc-mode-hook as appropriate.
3038
3039 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3040
3041 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3042
3043 * bs.el (bs--format-aux): Implement `middle' alignment as
3044 described in the docstring for `bs-attributes-list'.
3045 (bs--get-name): Simplify. Don't pad the buffer name.
3046
3047 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3048
3049 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3050 English aspell dictionary is installed, use the first entry of
3051 ispell-dictionary-alist-1.
3052
3053 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3054
3055 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3056 Doc fix.
3057
3058 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3059
3060 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3061 for `process-file', in order to let it work for older Emacsen too.
3062
3063 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3064
3065 * international/latexenc.el: Add a suitable `coding:' tag.
3066 (latexenc-find-file-coding-system): Undo last change.
3067
3068 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3069
3070 * international/latexenc.el (latexenc-find-file-coding-system):
3071 Make sure latexenc-main-file is a regular file and is readable.
3072
3073 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3074
3075 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3076 Pass FILE to vc-user-login-name.
3077
3078 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3079
3080 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3081
3082 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3083 there are no more images to display.
3084 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3085 the next image.
3086
3087 2006-01-26 Richard M. Stallman <rms@gnu.org>
3088
3089 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3090
3091 * wid-edit.el (advertised-widget-backward): New alias.
3092 (widget-keymap): Use advertised-widget-backward for S-TAB.
3093
3094 * tumme.el: Correct the keywords.
3095 (tumme-dir-max-size): Use defvar.
3096 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3097
3098 * simple.el (move-beginning-of-line): Take account of fields.
3099 (clone-indirect-buffer-other-window): Take args like
3100 clone-indirect-buffer, and work like it.
3101
3102 * help-fns.el (describe-function): Don't pass `nil' as default.
3103
3104 * files.el (risky-local-variable-p): Follow var aliases.
3105
3106 * subr.el (lazy-completion-table): Doc fix.
3107
3108 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3109 global binding of `line'.
3110
3111 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3112
3113 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3114 Tramp.
3115
3116 * vc.el (vc-default-dired-state-info): Pass FILE to
3117 vc-user-login-name.
3118 (vc-default-update-changelog): Don't use vc-user-login-name, we
3119 don't need it here.
3120
3121 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3122 no longer necessary.
3123
3124 2006-01-25 Kenichi Handa <handa@m17n.org>
3125
3126 * international/mule.el (decode-char): Avoid the overhead of
3127 calling utf-lookup-subst-table-for-decode if
3128 utf-translate-cjk-mode is nil.
3129 (encode-char): Avoid the overhead of calling
3130 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3131 nil.
3132
3133 2006-01-22 Kenichi Handa <handa@m17n.org>
3134
3135 * international/mule.el (make-subsidiary-coding-system): Reset
3136 `coding-system-define-form' property of subsidiaries to nil.
3137 Avoid duplicated entry in coding-system-alist.
3138 (make-coding-system): Avoid duplicated entry in
3139 coding-system-alist.
3140 (define-coding-system-alias): Likewise.
3141
3142 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3143
3144 * completion.el: Minor fixes in introductory comment.
3145 (completion-def-wrapper): Fix alist.
3146
3147 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3148
3149 * thumbs.el (thumbs-new-image-size): New function.
3150 (thumbs-increment-image-size-element)
3151 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3152 (thumbs-decrement-image-size): Delete.
3153 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3154 temp files and use to resize.
3155 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3156 Use increment argument to enlarge/shrink. Preserve point.
3157 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3158 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3159 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3160 (thumbs-mark, thumbs-unmark): Preserve point.
3161 (thumbs-modify-image): Keep old temp files and use to modify.
3162 Cleanup old temp files at load time. Preserve point.
3163 (thumbs-view-image-mode-map): Use new command names.
3164
3165 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3168
3169 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3170 the nastiest part of the cyclic dependency.
3171 (cal-menu-update): Use dotimes and calendar-increment-month.
3172
3173 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3174 (calendar-week-start-day): Add an :initializer.
3175 (calendar-mode-map): Use suppress-keymap, and command remapping.
3176 (describe-calendar-mode): Setup xref-stack info for the back button.
3177 (calendar-star-date): Insert before delete.
3178 (calendar-set-mode-line): Add file-modified info if applicable.
3179 (calendar-increment-month): New function.
3180
3181 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3182
3183 * font-lock.el (lisp-font-lock-keywords-2):
3184 Recognize "& keywords" only at word boundaries.
3185
3186 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3187
3188 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3189 and permanent-local.
3190 (thumbs-max-image-number): New variable.
3191 (thumbs-do-thumbs-insertion): Use them.
3192 (thumbs-per-line): Change default to 4.
3193 (thumbs-marked-list): Rename from thumbs-markedL.
3194 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3195 (thumbs-rename-images): Use -list instead of L for internal variables.
3196 (thumbs-call-convert): Use call-process instead of shell-command.
3197 (thumbs-insert-thumb): Add filename as help-echo to each image.
3198 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3199 Give dir to thumbs-show-thumbs-list.
3200 (thumbs-show-thumbs-list): Set default-directory to that of images.
3201 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3202 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3203 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3204 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3205
3206 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * ses.el (ses-read-cell): Provide a default value.
3209
3210 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3211
3212 * term/w32-win.el (image-library-alist): Add additional names for
3213 GIF library.
3214
3215 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3216
3217 * international/latexenc.el (latexenc-find-file-coding-system):
3218 Add file-regular-p check.
3219
3220 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 * simple.el (clone-buffer): Don't show the new buffer in the same
3223 window.
3224
3225 2006-01-23 Juri Linkov <juri@jurta.org>
3226
3227 * faces.el (link, link-visited): New faces based on default values
3228 of `info-xref' and `info-xref-visited'.
3229
3230 * info.el (info-xref): Inherit from `link'.
3231 (info-xref-visited): Inherit from `link-visited'.
3232
3233 * cus-edit.el (custom-buffer-create-internal): Use widget type
3234 `custom-manual' instead of `info-link' and don't set properties
3235 `button-face' and `mouse-face' explicitly.
3236 (custom-browse-group-tag, custom-browse-variable-tag)
3237 (custom-browse-face-tag): Inherit from widget class
3238 `custom-group-link' instead of `push-button'.
3239 (custom-button-unraised): Inherit from `underline' face.
3240 (custom-link): Inherit from `link' face. Fix doc and group.
3241 (custom-add-parent-links, custom-group-value-create): Don't set
3242 properties `button-face' and `mouse-face' explicitly for
3243 `custom-group-link' widget.
3244 (custom-group-link): Add properties `button-face' and `mouse-face'
3245 to widget definition.
3246 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3247 editable-field's :keymap property.
3248 (custom-mode): Fix docstring: substitute keybindings for
3249 `widget-forward' and `widget-backward' from `widget-keymap',
3250 `widget-complete' from `custom-field-keymap', replace old
3251 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3252
3253 * desktop.el (desktop-load-file): Check for `fboundp' before
3254 calling `symbol-function'.
3255
3256 * simple.el (clone-buffer, clone-indirect-buffer)
3257 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3258 `read-string'. Fix prompts.
3259
3260 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3261
3262 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3263
3264 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3265
3266 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3267
3268 * startup.el (inhibit-splash-screen, initial-scratch-message):
3269 Doc fixes.
3270
3271 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3272
3273 Sync with Tramp 2.0.52.
3274
3275 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3276 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3277 `tramp-unload-tramp' for checklist.
3278
3279 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3280 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3281 (tramp-unload-file-name-handler-alist)
3282 (tramp-unload-tramp): New defuns.
3283 (tramp-advice-PC-expand-many-files): New defadvice.
3284 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3285 removed.
3286 (tramp-handle-expand-file-name): Remove double slash.
3287 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3288 It doesn't matter, because it will be converted later on.
3289 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3290 implementation was just heuristic.
3291 (tramp-post-connection): Set uid and gid properties.
3292 (tramp-convert-file-attributes): Set file's gid change bit.
3293 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3294 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3295 in case of su(do)? methods. The home directory of the local user
3296 will be taken else.
3297 (tramp-open-connection-telnet)
3298 (tramp-open-connection-rsh, tramp-open-connection-su)
3299 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3300 local shell prompt could hurt. Reported by Romain Francoise
3301 <romain@orebokech.com>.
3302 (tramp-let-maybe): Add `edebug-form-spec' property.
3303 (tramp-handle-expand-file-name): Bind `default-directory' locally
3304 to "/" in order to avoid problems with UNC shares or Cygwin
3305 mounts.
3306 (tramp-md5-function): Fix typo in error message.
3307
3308 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3309
3310 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3311 for byte-compiler pacification.
3312
3313 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3314
3315 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3316 ID-FORMAT `string'. This allows us to get rid of
3317 `vc-user-login-name UID'.
3318
3319 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3320
3321 2006-01-22 John Paul Wallington <jpw@pobox.com>
3322
3323 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3324
3325 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3326
3327 * emacs-lisp/find-func.el (find-definition-noselect)
3328 (find-variable-noselect): Search variables in C source code too.
3329 (find-function-C-source, find-function-noselect, find-function)
3330 (find-function-other-frame, find-variable-noselect, find-variable)
3331 (find-variable-other-frame, find-variable-at-point):
3332 Fix docstrings.
3333
3334 2006-01-21 Francesco Potorti` <pot@gnu.org>
3335
3336 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3337
3338 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3339
3340 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3341 Default to disabling the "Save affix" question.
3342
3343 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3344
3345 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3346 the first arg to run-python.
3347
3348 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3349
3350 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3351 is not loaded.
3352
3353 2006-01-20 Jay Belanger <belanger@truman.edu>
3354
3355 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3356 limit is 0.
3357
3358 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3359 the correct variable.
3360
3361 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3362
3363 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3364 link. Fixed buggy argument sequence in call to `org-view-tags'.
3365 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3366 (org-prefix-has-tag): New variable.
3367 (org-format-agenda-item): Remove tags from headline if
3368 appropriate.
3369 (org-agenda-remove-tags-when-in-prefix): New option.
3370 (org-get-tags-at): New function.
3371
3372 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3373
3374 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3375 (thumbs-find-image): Move image name and number from buffer name
3376 to mode name. Set thumbs-buffer. Preserve point so that large
3377 images remain visible.
3378 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3379 order.
3380 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3381 mode name.
3382 (thumbs-next-image, thumbs-previous-image): Make them work.
3383
3384 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3385
3386 * cus-edit.el (custom-buffer-create-internal): State in the text above
3387 the whole buffer buttons that they do not operate on hidden items.
3388 (custom-face-menu): Use `custom-face-save' instead of
3389 `custom-face-save-command'.
3390 (custom-face-save-command): Make it an alias for `custom-face-save'
3391 and declare it obsolete.
3392 (custom-face-save): Doc fix.
3393
3394 * dired.el (dired-no-confirm): Add quote.
3395 (dired-subdir-alist-pre-R): Add quote in
3396 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3397
3398 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3399
3400 * textmodes/table.el (table-mode-indicator): Typo in last change.
3401
3402 2006-01-19 Richard M. Stallman <rms@gnu.org>
3403
3404 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3405 Fixes bug reported in Nov 2005.
3406
3407 * isearch.el (isearch-forward): Doc fix.
3408
3409 * dired.el (dired-move-to-filename-regexp): Define as alias.
3410 (dired-no-confirm): Use defcustom.
3411 (dired-subdir-alist-pre-R): Put defvar at top level.
3412
3413 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3414
3415 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3416 Mark as risky.
3417
3418 * simple.el (set-mark-command): Doc fix.
3419 (clone-indirect-buffer-other-window):
3420 Read arg like clone-indirect-buffer.
3421 (move-beginning-of-line): Skip invisible newlines.
3422
3423 2006-01-19 Masatake YAMATO <jet@gyve.org>
3424
3425 * progmodes/cpp.el (cpp-edit-load): Make the order of
3426 listed conditions in a base C code buffer and its associate
3427 CPP Edit buffer the same.
3428
3429 2006-01-19 Kenichi Handa <handa@m17n.org>
3430
3431 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3432 (rmail-mime-feature): Likewise.
3433 (rmail-require-mime-maybe): Use display-warning to show a warning
3434 message.
3435
3436 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3437 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3438
3439 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * array.el: Move defvars out of eval-when-compile.
3442 (array-make-template): Replace undeclared global var with a local one.
3443 (array-mode): Inline initialization functions.
3444 (array-init-local-variables, array-init-max-row)
3445 (array-init-max-column, array-init-columns-per-line)
3446 (array-init-field-width, array-init-rows-numbered)
3447 (array-init-line-length, array-init-lines-per-row): Remove.
3448
3449 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3450 (doc-mode-map): Define explicitly.
3451 (doctor-txtype): Use mapc.
3452
3453 * textmodes/table.el: Move defvars out of eval-when-compile.
3454 Remove harmful code meant to avoid byte-compiler warnings.
3455 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3456 specification that checks table-fixed-width-mode directly.
3457 (table-recognize-region, table-recognize-cell):
3458 Use restore-buffer-modified-p.
3459 (table-fixed-width-mode): Remove code that refreshes
3460 table-fixed-mode-indicator.
3461 (*table--cell-describe-bindings, *table--cell-describe-mode):
3462 Avoid obsolete name print-help-return-message.
3463 (table--test-cell-list): Don't use replace-regexp from elisp.
3464 (table--point-entered-cell-function, table--point-left-cell-function):
3465 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3466
3467 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3468 that was after the end of file. Use buffer-file-name variable.
3469 (org-timestamp-change): Use with-current-buffer.
3470 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3471 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3472 `file'.
3473
3474 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3475 (fortran-break-line): Remove unused var `opoint'.
3476 (fortran-abbrev-start): Obey help-event-list.
3477
3478 2006-01-18 Jesper Harder <harder@phys.au.dk>
3479
3480 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3481
3482 2006-01-18 Masatake YAMATO <jet@gyve.org>
3483
3484 * progmodes/make-mode.el (makefile-imake-mode): New mode
3485 derived from makefile-mode.
3486 (makefile-imake-mode-syntax-table): New syntax table
3487 derived from makefile-mode-syntax-table.
3488 (makefile-mode): Write about makefile-imake-mode in doc string.
3489 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3490 (makefile-imake-font-lock-keywords): New font lock keywords.
3491
3492 * files.el (auto-mode-alist): Add Imakefile.
3493
3494 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3495
3496 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3497 loading the file rather than when turning on flyspell-mode.
3498
3499 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3500
3501 * cus-edit.el (customize-rogue): Minor doc fix.
3502
3503 2006-01-17 Juri Linkov <juri@jurta.org>
3504
3505 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3506 instead of the file at the mark as default if the file at the mark
3507 is the same as the file at point or if dired-dwim-target-directory
3508 is not the same as the current directory and the mark is not active.
3509
3510 * log-view.el (log-view-minor-wrap): Use the same logic to get
3511 revisions as `log-view-diff'.
3512
3513 * info.el (Info-revert-find-node): Check for Info-current-file
3514 before preserving new-history.
3515
3516 * man.el (Man-heading-regexp): Add `/'.
3517
3518 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3519 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3520
3521 2006-01-16 Juri Linkov <juri@jurta.org>
3522
3523 * faces.el (mode-line-faces): New defgroup.
3524 (mode-line-highlight): Move definition after new defgroup.
3525 (mode-line, mode-line-inactive, mode-line-highlight):
3526 Replace :group `modeline' with `mode-line-faces'.
3527 (mode-line-buffer-id): New face.
3528 (modeline-buffer-id): New face alias.
3529 (vertical-border): Remove :group `modeline'.
3530
3531 * bindings.el (propertized-buffer-identification): Use face
3532 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3533 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3534 (mode-line-buffer-identification-keymap): For mouse-1 replace
3535 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3536 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3537 mouse-3.
3538
3539 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3540 Buffer-menu-buffer. Doc fix.
3541 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3542 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3543 `Buffer-menu-buffer'.
3544
3545 * info.el (Info-mode-line-node-keymap): New defvar.
3546 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3547 Propertize Info-current-node with `mode-line-buffer-id' and
3548 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3549
3550 * time.el (display-time-mail-face): Replace :group `faces' with
3551 `mode-line-faces'.
3552
3553 2006-01-16 Kenichi Handa <handa@m17n.org>
3554
3555 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3556
3557 * language/european.el (cp1252): New alias for windows-1252.
3558
3559 * international/mule.el (autoload-coding-system): Prepare for EOL
3560 variants.
3561
3562 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3563
3564 * term.el (term-raw-map): Add mapping for insert.
3565 (term-send-insert): New.
3566 (term-mode): Make variables local here instead of doing it in
3567 `term-emulate-terminal'.
3568 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3569 Scroll reverse needs to take into account the scroll region.
3570 Saving and restoring the cursor should save the color attributes too.
3571 (term-reset-terminal): Reset the scroll region.
3572 (term-handle-ansi-escape): Cursor up and down should take into
3573 account the scroll region.
3574 (term-set-scroll-region): Rename from `term-scroll-region'.
3575 Move to 0,0 after setting the region.
3576 (term-handle-scroll): Handle scroll up.
3577 (term-down): Fix off by one error.
3578 (term-delete-lines): Do not delete outside the scroll region.
3579 (term-insert-lines): Take into account the scroll region.
3580
3581 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3583 * textmodes/ispell.el (ispell-internal-change-dictionary)
3584 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3585 (start, end): Move declaration outside of eval-when-compile.
3586
3587 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3588 (flyspell-mode-on): Use it.
3589
3590 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3591 ispell-kill-ispell-hook.
3592
3593 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3594
3595 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3596 (Custom-reset-saved): Do not ask for confirmation in single option
3597 buffers.
3598
3599 2006-01-13 Richard M. Stallman <rms@gnu.org>
3600
3601 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3602
3603 2006-01-13 Romain Francoise <romain@orebokech.com>
3604
3605 * add-log.el (add-change-log-entry, change-log-merge):
3606 Conditionally use `hard-newline'.
3607
3608 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3609
3610 * wid-edit.el (widget-field-end): If the overlay is no longer
3611 associated with a buffer, behave as if the overlay didn't exist.
3612
3613 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3614 Make sure the links use the `custom-link' face.
3615
3616 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3617
3618 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3619 (ld-script-mode): Don't set indent-line-function since we don't
3620 have one.
3621
3622 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3623
3624 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3625 application.
3626 (org-file-apps-defaults-gnu): Use mailcap as the default for
3627 selecting an application on a UNIX system.
3628 (org-agenda-show-tags): New command.
3629 (org-table-insert-hline): Keep cursor in current table line.
3630 (org-table-convert): Offset effect of modifying
3631 `org-table-insert-hline'.
3632 (org-format-agenda-item): New optional argument TAG.
3633 (org-compile-prefix-format): Handle %T format for the tag.
3634 (org-expand-wide-chars): New function.
3635 (org-table-insert-row, org-table-insert-hline):
3636 Use `org-expand-wide-chars'.
3637 (org-open-file): Fix bug in program launch.
3638 (org-get-time-of-day): Fix bug with times before 1am.
3639 (org-agenda-menu): Add tags commands.
3640
3641 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3642
3643 * textmodes/ispell.el (ispell-init-process): Include the used
3644 dictionary in ispell process start message.
3645 (ispell-internal-change-dictionary): When flyspell-mode is active
3646 and dictionary is changed, make sure ispell process is restarted
3647 and flyspell word cache cleared out for the current buffer.
3648 (ispell-change-dictionary): Make sure flyspell word cache is
3649 cleared out in all buffers with active flyspell mode when
3650 dictionary is globally changed.
3651 Call ispell-internal-change-dictionary after dictionary change.
3652
3653 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3654
3655 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3656
3657 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3658 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3659 years. Fix small differences wrt Makefile.in.
3660 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3661 Makefile.in does.
3662
3663 2006-01-12 Bill Wohler <wohler@newt.com>
3664
3665 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3666 mh-search.el.
3667
3668 2006-01-12 Masatake YAMATO <jet@gyve.org>
3669
3670 * progmodes/ld-script.el: Update copyright year.
3671
3672 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3673
3674 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3675 Don't add widget if setting undefined.
3676
3677 2006-01-12 John Paul Wallington <jpw@pobox.com>
3678
3679 * help-fns.el (describe-variable): Remove newlines from void
3680 variable output.
3681
3682 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3683
3684 * wdired.el (wdired-mode-map): Add help echo for
3685 wdired-abort-changes.
3686
3687 * man.el (Man-file-name-regexp): Adjust for a list of files.
3688
3689 2006-01-12 Masatake YAMATO <jet@gyve.org>
3690
3691 * progmodes/ld-script.el (auto-mode-alist): Support
3692 suffix conventions used in netbsd and eCos.
3693
3694 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3695
3696 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3697 (custom-variable-menu, custom-face-menu, custom-group-menu)
3698 (Custom-mode-menu): Change names of menu items. (As discussed on
3699 emacs-devel.)
3700 (custom-face-menu): Add "Undo Edits" item.
3701
3702 * startup.el (init-file-user): defcustom -> defvar.
3703
3704 * tooltip.el (tooltip-mode): Doc fix.
3705
3706 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * reveal.el (reveal-post-command): window-buffer signals an error on
3709 dead windows rather than returning nil.
3710 (reveal-open-new-overlays): An overlay might die while we open others.
3711
3712 2006-01-11 Bill Wohler <wohler@newt.com>
3713
3714 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3715 phrasing in docstring.
3716
3717 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3718 can give some systems gas. Add new file mh-buffers.el.
3719
3720 2006-01-06 Masatake YAMATO <jet@gyve.org>
3721
3722 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3723 C preprocessor forward ported from GNU Emacs 21.2.
3724
3725 * progmodes/asm-mode.el (asm-font-lock-keywords):
3726 Use `cpp-font-lock-keywords'.
3727
3728 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3729
3730 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3731 of $ for "\\.ld[s]?".
3732
3733 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3736 (tcl-indent-line): Return `noindent' if inside a string.
3737
3738 * progmodes/flymake.el (flymake-split-string): Remove more than one
3739 empty string at beg/end of the result.
3740 (flymake-find-buildfile, flymake-find-possible-master-files):
3741 Use expand-file-name.
3742 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3743 since expand-file-name does it for us. Use directory-file-name.
3744 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3745 (flymake-ler-get-type, flymake-ler-get-text)
3746 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3747 (flymake-current-line-no): Remove spurious interactive spec.
3748 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3749 (flymake-check-include): Remove arg inc-path merged into inc-name.
3750 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3751 Arg regexp-list replaced by a simple regexp.
3752 (flymake-master-make-header-init, flymake-master-tex-init):
3753 Correspondingly replace regexp-list with a regexp. Fix regexp.
3754
3755 2006-01-10 Simon Josefsson <jas@extundo.com>
3756
3757 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3758 describing AUTH PLAIN fix.
3759
3760 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3761
3762 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3763 (report-emacs-bug): Don't record initial prompt text.
3764 Instead, add text properties to prompting text.
3765 (report-emacs-bug-hook): Delete prompting text.
3766
3767 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3770 `dirs'. Adjust callers.
3771
3772 2006-01-09 John Paul Wallington <jpw@gnu.org>
3773
3774 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3775
3776 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * reveal.el (reveal-open-new-overlays): New extracted fun.
3779 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3780 using them. Simplify the code.
3781 (reveal-post-command): Use them. Fix up obsolete windows in
3782 reveal-open-spots.
3783
3784 * progmodes/flymake.el: Use `require' rather than autoload for
3785 XEmacs's overlays.
3786 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3787 Delete. Use file-relative-name instead.
3788 (flymake-get-syntax-check-program-args, flymake-perl-init):
3789 Simplify the resulting code.
3790
3791 * log-view.el (log-view-file-re, log-view-message-re): Add support
3792 for DaRCS output.
3793
3794 2006-01-09 Alex Schroeder <alex@gnu.org>
3795
3796 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3797 identifiers sometimes added in square brackets at the beginning of
3798 subject lines.
3799
3800 2006-01-07 Richard M. Stallman <rms@gnu.org>
3801
3802 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3803 (Custom-reset-current, Custom-reset-saved): Change question text.
3804 (Custom-reset-standard): Likewise.
3805 (custom-variable-reset-saved): Doc fix.
3806
3807 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3808
3809 * startup.el (init-file-user): Doc fix.
3810
3811 2006-01-07 Alex Schroeder <alex@gnu.org>
3812
3813 * mail/rmail.el (rmail-current-subject): New function.
3814 (rmail-current-subject-regexp): New function.
3815 (rmail-next-same-subject): Use it.
3816
3817 * mail/rmailsum.el (rmail-summary-by-topic):
3818 Use rmail-current-subject and rmail-current-subject-regexp.
3819 (rmail-summary-next-same-subject): Ditto.
3820
3821 * net/rcirc.el (rcirc-send-input): No longer check whether the
3822 process is open, since not all commands need an open process.
3823 (rcirc-send-string): Check whether the process is open before
3824 sending anything.
3825 (rcirc-ignore-list): New option.
3826 (rcirc-ignore-list-automatic): New variable.
3827 (rcirc-print): Take rcirc-ignore-list into account.
3828 (rcirc-cmd-ignore): New command.
3829 (rcirc-ignore-update-automatic): New function.
3830 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3831 list if ignored nicks.
3832 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3833
3834 2006-01-06 David Reitter <david.reitter@gmail.com>
3835
3836 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3837 reflect the address to which the report will be sent.
3838
3839 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3840
3841 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3842 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3843
3844 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3845
3846 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3847
3848 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3849 the doc string: "functoin" => "function".
3850 * ldefs-boot.el: Likewise.
3851
3852 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3853 message text: "Duplicat" => "Duplicate".
3854
3855 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3856
3857 * files.el (basic-save-buffer-2): If backing-up failed, reset
3858 buffer-backed-up to nil.
3859
3860 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3861
3862 * progmodes/gud.el (gdb-script-skip-to-head)
3863 (gdb-script-calculate-indentation): Indent for breakpoint command
3864 lists also.
3865
3866 2006-01-05 Bill Wohler <wohler@newt.com>
3867
3868 * Makefile.in (compile-always): Add mh-autoloads dependency.
3869 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3870 provides it.
3871 (updates): Remove mh-autoloads dependency, since it probably has
3872 already run recently (via recompile).
3873
3874 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3877 argument `force' to disable the flyspell-last-buffer optimization.
3878 (flyspell-mode-on): Use it.
3879
3880 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3881 flymake-simple-cleanup.
3882 (flymake-allowed-file-name-masks): Use this new default.
3883 All the functions are now called in the right buffer rather than
3884 passing the buffer as argument.
3885 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3886 (flymake-parse-err-lines): Remove redundant buffer arg.
3887 (flymake-get-program-dir): Comment out unused function.
3888 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3889 Remove redundant buffer argument.
3890 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3891 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3892
3893 2006-01-05 Richard M. Stallman <rms@gnu.org>
3894
3895 * info.el (Info-find-node): Don't record previous node if have none.
3896 (info): Go to directory only if history is empty.
3897
3898 * simple.el (mark): Doc fix.
3899
3900 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3901
3902 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3903 already of desired type.
3904 (mac-ae-list): Coerce parameter to "list" type.
3905 (mac-dispatch-apple-event): Replace cadr part of event with a
3906 dummy position so that event-start returns it.
3907
3908 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3909
3910 * textmodes/org.el (org-end-of-subtree): New function.
3911 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3912 Use `org-end-of-subtree'.
3913 (org-agenda, org-agenda-convert-date): Protect calls to
3914 `fit-window-to-buffer'.
3915 (org-tags-view): Force matching of sublevels when doing a
3916 todo-only search. Define the correct redo command, including the
3917 arguments.
3918 (org-agenda-redo): Display message.
3919 (org-check-for-org-mode): New function.
3920 (org-agenda-type): New variable.
3921 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3922 Set `org-agenda-type'.
3923 (org-agenda-check-type): New function.
3924 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3925 (org-agenda-week-view, org-agenda-day-view)
3926 (org-agenda-next-date-line, org-agenda-previous-date-line)
3927 (org-agenda-log-mode, org-agenda-toggle-diary)
3928 (org-agenda-toggle-time-grid, org-agenda-date-later)
3929 (org-agenda-date-prompt, org-agenda-diary-entry)
3930 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3931 (org-agenda-convert-date, org-agenda-menu):
3932 Use `org-agenda-check-type'.
3933 (org-make-overlay, org-delete-overlay)
3934 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3935 New compatibility functions.
3936 (org-calendar-select-mouse): New command.
3937
3938 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3941 (Custom-reset-standard): Fix y-or-n-p messages.
3942 (custom-link): New face for links.
3943 (custom-buffer-create-internal, custom-manual): Use it.
3944 (custom-face-save): Push to theme-face before setting face spec.
3945
3946 * wid-edit.el (widget-default-mouse-face-get): New function.
3947 (widget-specify-button): Handle mouse-face like button-face.
3948
3949 * custom.el (load-theme): Clear old theme settings if reloading.
3950
3951 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3952
3953 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3954 "Erase Customization" button back to same position it occupies in
3955 the individual State menus.
3956
3957 2006-01-04 Kim F. Storm <storm@cua.dk>
3958
3959 * wid-edit.el (key-sequence): Rework widget to read key binding
3960 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3961 (widget-key-sequence-default-value): Default value for empty sequence.
3962 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3963 (widget-key-sequence-read-event): New command for C-q.
3964 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3965 (widget-key-sequence-value-to-external): New functions.
3966
3967 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3970 Use expand-file-name.
3971 (flymake-delete-temp-directory): Use expand-file-name,
3972 file-name-directory, and directory-file-name.
3973 (flymake-strrchr): Delete.
3974 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3975 to the init-f function.
3976 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3977 (flymake-init-find-buildfile-dir)
3978 (flymake-init-create-temp-source-and-master-buffer-copy)
3979 (flymake-simple-make-init-impl, flymake-simple-make-init)
3980 (flymake-master-make-init, flymake-master-make-header-init)
3981 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3982 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3983 (flymake-xml-init): Remove corresponding redundant buffer argument.
3984 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3985 the default anyway. Clean up regexps.
3986
3987 * progmodes/flymake.el (flymake-temp-source-file-name)
3988 (flymake-master-file-name, flymake-temp-master-file-name)
3989 (flymake-base-dir): New buffer-local vars.
3990 (flymake-buffer-data, flymake-get-buffer-value)
3991 (flymake-set-buffer-value): Replace those hash-tables by the new
3992 buffer-local vars. Update callers.
3993
3994 * progmodes/flymake.el (flymake-check-start-time)
3995 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3996 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3997 Move definition, so we can remove redundant earlier declaration.
3998 (flymake-replace-regexp-in-string, flymake-split-string)
3999 (flymake-get-temp-dir): Use defalias.
4000 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4001 (flymake-xemacs-window-edges): Remove unused function.
4002 (flymake-get-point-pixel-pos): Move.
4003 (flymake-pid-to-names, flymake-reg-names)
4004 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4005 Replace by a simple list flymake-processes and by process-buffer.
4006 Update callers. Other than simplify the code, it uses buffers rather
4007 than buffer-names so it doesn't get confused by uniquify.
4008 (flymake-buffer-data): The global value should just be nil.
4009
4010 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4011 Optimize the body of a defalias like any other code.
4012
4013 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4014 Make sure we've setup font-lock's vars. It may influence which
4015 function we then call.
4016 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4017 here since it's too late anyway.
4018
4019 2006-01-03 Romain Francoise <romain@orebokech.com>
4020
4021 * startup.el (fancy-splash-tail, normal-splash-screen):
4022 Update copyright year.
4023
4024 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4025
4026 * mouse.el (mouse-drag-track): Rename, from
4027 `mouse-drag-region-1'. Includes optional argument required to
4028 enable post-drag event processing (e.g. delete region keys).
4029 Can be used without this argument to track a mouse region and operate
4030 on it as soon as the drag completes.
4031 (mouse-drag-region): Use `mouse-drag-track'.
4032
4033 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4036 Move to `custom-buffer' group.
4037
4038 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4039 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4040 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4041 (custom-theme-face-menu): New variables.
4042 (custom-theme-add-variable, custom-theme-variable-action)
4043 (custom-variable-reset-theme, custom-theme-delete-variable)
4044 (custom-face-reset-theme, custom-theme-face-action)
4045 (custom-theme-delete-face, custom-theme-merge-theme)
4046 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4047
4048 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4049
4050 * custom.el: Move Custom Themes commentary to start of theme code.
4051 (custom-known-themes): Rename `standard' theme to `changed'.
4052 (custom-push-theme): Caller no longer specifies what theme to use
4053 when doing `reset'---the setting is simply removed from the theme.
4054 Delete MODE from `theme-value' and `theme-settings' properties.
4055 (custom-declare-theme): Ignore &rest args since we don't use them.
4056
4057 (custom-loaded-themes): Delete variable.
4058 (custom-theme-load-themes, custom-theme-loaded-p)
4059 (custom-theme-value): Delete functions.
4060
4061 (custom-declare-theme): Signal error on invalid theme names.
4062 (provide-theme): custom-loaded-themes was deleted.
4063 (load-theme): Load the file unconditionally.
4064 (enable-theme): Call `load-theme' if theme is undefined.
4065 (custom-enabled-themes): Only update value for successful loads.
4066 (disable-theme): Complete from enabled themes when interactive.
4067 (custom-variable-theme-value): Calculate theme value directly.
4068
4069 (custom-theme-reset-variables, custom-reset-variables): Mark as
4070 XEmacs compatibility functions. We don't actually use these.
4071
4072 * cus-edit.el (custom-variable-state-set):
4073 Use custom-variable-theme-value instead of custom-theme-value.
4074 (custom-face-state-set): Rename `standard' theme to `changed'.
4075 (custom-save-variables, custom-save-faces): Delete unneeded
4076 references to custom-reset-variables.
4077 (custom-save-resets): Delete function.
4078 (custom-save-variables, custom-save-faces): MODE argument deleted.
4079 (custom-save-variables, custom-save-faces): Ignore theme values.
4080
4081 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4082 compatibility function.
4083
4084 2006-01-01 Richard M. Stallman <rms@gnu.org>
4085
4086 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4087 (Custom-reset-current, Custom-reset-saved): Likewise.
4088 (Custom-reset-standard): Show message if aborted.
4089 (custom-mode): Doc fix, describing those commands.
4090
4091 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4092 put on event-kind property.
4093
4094 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4095
4096 * custom.el (provide-theme): Ban `user' theme name.
4097 (custom-enabling-themes): New variable.
4098 (enable-theme): Don't enable user if custom-enabling-themes is t.
4099 (custom-enabled-themes): Make it a defcustom.
4100 (custom-theme-recalc-face): No-op if face is undefined.
4101
4102 * cus-edit.el (custom-button-mouse): New variable.
4103 (custom-button-mouse): New face.
4104 (custom-raised-buttons, custom-mode): Use it.
4105
4106 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4107
4108 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4109
4110 * progmodes/gud.el (gud-display-line): Support hl-line in the
4111 source buffer.
4112
4113 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4114
4115 * mouse.el (mouse-drag-window-above): Verify that the found window
4116 overlaps with the given window in the horizontal dimension.
4117
4118 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4119
4120 * Makefile.in (cvs-update): New target.
4121
4122 * makefile.w32-in (cvs-update): Ditto.
4123
4124 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4125
4126 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4127 (custom-new-theme-mode-map): New variable.
4128
4129 2005-12-30 Richard M. Stallman <rms@gnu.org>
4130
4131 * custom.el (custom-load-themes): Function deleted.
4132
4133 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4134 (custom-save-variables): Don't delete or add custom-load-themes call.
4135
4136 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * cus-start.el: Add `visible-cursor'.
4139
4140 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4141 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4142 (flymake-process-filter): Switch to buffer before calling it instead.
4143 (flymake-post-syntax-check, flymake-highlight-err-lines)
4144 (flymake-delete-own-overlays, flymake-parse-err-lines)
4145 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4146 (flymake-count-lines, flymake-parse-residual):
4147 Remove constant buffer argument.
4148 (flymake-start-syntax-check-for-current-buffer): Remove.
4149 Update callers to use flymake-start-syntax-check instead.
4150 (flymake-display-err-menu-for-current-line):
4151 Remove unused var `mouse-pos'.
4152 (flymake-restore-formatting): Comment out unused function.
4153 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4154 argument, use current-buffer instead. Update callers.
4155
4156 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4157
4158 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4159 buffer-local because choose-completion-delete-max-match requires
4160 that we set completion-ignore-case (i.e., binding via let is not
4161 sufficient).
4162 (bibtex-complete): Always set completion-ignore-case and
4163 choose-completion-string-functions. The latter is needed because
4164 choose-completion-string-functions keeps its value if we quit the
4165 *Completions* buffer without requesting a completion.
4166
4167 2005-12-30 Andreas Schwab <schwab@suse.de>
4168
4169 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4170
4171 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4172
4173 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4174
4175 2005-12-30 Juri Linkov <juri@jurta.org>
4176
4177 * locate.el (locate-fcodes-file, locate-header-face)
4178 * progmodes/delphi.el (delphi-other-face)
4179 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4180
4181 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4182 group `paren-showing-faces'.
4183
4184 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4185 (goto-address): Fix docstring.
4186
4187 * net/webjump.el (webjump-sample-sites): Update URLs.
4188
4189 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4190
4191 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4192
4193 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * font-lock.el (font-lock-compile-keywords): Signal an error when
4196 font-lock-set-defaults hasn't been called.
4197
4198 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4199
4200 * subr.el (noreturn, 1value): Doc fixes.
4201
4202 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4203
4204 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4205 that assoc-string returns nil.
4206
4207 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4208
4209 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4210 (bibtex-entry-type-str, bibtex-empty-field-re)
4211 (bibtex-search-backward-string, bibtex-preamble-prefix)
4212 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4213 (bibtex-any-valid-entry-type): New variable.
4214 (bibtex-parse-field-name): Simplify.
4215 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4216 (bibtex-preamble-prefix): Include left delimiter.
4217 (bibtex-search-forward-field, bibtex-search-backward-field):
4218 Allow unbounded search past entry boundaries (required by bibtex-pop).
4219 (bibtex-text-in-field-bounds): Use push.
4220 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4221 (bibtex-parse-preamble, bibtex-valid-entry)
4222 (bibtex-beginning-first-field): New functions.
4223 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4224 (bibtex-map-entries): Fix docstring.
4225 (bibtex-flash-head): New arg prompt. Simplify.
4226 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4227 (bibtex-insert-kill): Simplify. Always insert text past the
4228 current field or entry.
4229 (bibtex-format-entry): Use bibtex-parse-field.
4230 (bibtex-pop): Use bibtex-beginning-of-entry and
4231 bibtex-end-of-entry to initiate the search. Insert empty field if
4232 we found ourselves.
4233 (bibtex-print-help-message): New args field and comma.
4234 Handle entry keys.
4235 (bibtex-make-field): Use bibtex-beginning-of-entry.
4236 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4237 invalid entry.
4238 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4239 Handle preambles. Simplify code for thorough test.
4240 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4241 New arg comma. Handle entry heads.
4242 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4243 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4244 New arg comma.
4245 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4246 (bibtex-fill-field): Simplify.
4247 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4248 bibtex-parse-field.
4249 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4250 (bibtex-complete): Use bibtex-parse-preamble.
4251
4252 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4253
4254 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4255 Display name of expression instead of convenience variable.
4256 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4257
4258 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4259 toggle-gud-tooltip-dereference.
4260 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4261 (gud-tooltip-tips): ...here when dereferencing.
4262
4263 2005-12-28 Bill Wohler <wohler@newt.com>
4264
4265 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4266
4267 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4270 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4271 (vc-annotate-display-autoscale): Adjust call.
4272 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4273 Fix interactive spec.
4274 (vc-annotate-time-span): Remove.
4275 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4276 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4277 (vc-annotate-display-select): Use new name.
4278
4279 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4280 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4281 Correct the construction of span entries. Simplify.
4282 (vc-annotate-display-select): Fix the nil case.
4283 (vc-annotate): Remove obsolete (and now broken) code.
4284 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4285 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4286
4287 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4288
4289 * subr.el (lazy-completion-table): Correct typo in docstring.
4290
4291 * startup.el (command-line): Use `custom-reevaluate-setting' for
4292 `send-mail-function'.
4293
4294 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4295
4296 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4297
4298 * mail/smtpmail.el (smtpmail-try-auth-methods):
4299 Send credentials together with "AUTH PLAIN" command.
4300
4301 2005-12-27 Richard M. Stallman <rms@gnu.org>
4302
4303 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4304 mouse-2, go back to previously selected window, so it's selected
4305 when mouse-2 command runs.
4306
4307 2005-12-27 Juri Linkov <juri@jurta.org>
4308
4309 * descr-text.el (describe-text-sexp): Use square brackets for
4310 button [Show] to distinguish it from the property value `show'.
4311 (describe-property-list): Use `insert-text-button' with
4312 `help-face' type instead of putting face in quotes, because button
4313 is not created automatically for a list of faces.
4314 (describe-text-properties-1): Put button-type value in quotes to
4315 distinguish from plain text "button".
4316 (describe-char): Display code point values in hex. Don't use
4317 `symbol-name' for `current-input-method' because it is a string.
4318 Use `insert-text-button' with `help-face' type instead of putting
4319 hardcoded face in quotes, because button is not created automatically.
4320
4321 2005-12-27 Richard M. Stallman <rms@gnu.org>
4322
4323 * progmodes/glasses.el (glasses-face): More specific custom type.
4324
4325 * files.el (set-visited-file-name): Doc fix.
4326
4327 * textmodes/flyspell.el (flyspell-external-point-words):
4328 Use local var buffer-scan-pos to advance scan for next misspelling.
4329 Advance it only after we find the misspelling.
4330
4331 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4332
4333 * textmodes/flyspell.el (flyspell-external-point-words):
4334 New criteria for finding the misspelling in the buffer.
4335
4336 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4337
4338 * help-mode.el (help-insert-string): Set help-xref-stack-item
4339 rather than call help-setup-xref.
4340
4341 * descr-text.el (describe-char): Revert previous changes for
4342 optional buffer argument.
4343
4344 2005-12-27 Juri Linkov <juri@jurta.org>
4345
4346 * help-mode.el (help-insert-string): New function. Save buffer
4347 contents in cases where it is impossible to recompute the old contents.
4348
4349 * descr-text.el (describe-char): Set help-xref-stack-item
4350 explicitly after buffer has been generated.
4351
4352 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4353
4354 * cus-start.el (all): Add x-gtk-show-hidden-files.
4355
4356 2005-12-26 Richard M. Stallman <rms@gnu.org>
4357
4358 * replace.el (perform-replace): Calculate match-again
4359 before skipping read-only matches.
4360
4361 * paren.el (paren-showing-faces): New group.
4362 (show-paren-match, show-paren-mismatch): Move to that group.
4363
4364 * button.el (button): Put into group `basic-faces'.
4365
4366 * progmodes/make-mode.el: Remove faces from group `faces'.
4367
4368 * apropos.el (apropos, apropos-value): Doc fix.
4369 (apropos-documentation): Doc fix.
4370
4371 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * subr.el (lazy-completion-table): Remove argument `args'.
4374
4375 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4376 Don't use the `args' argument of lazy-completion-table.
4377
4378 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4379
4380 * descr-text.el (describe-char): Add optional argument for buffer.
4381 Set buffer appropriately. Call help-setup-xref.
4382 Suggested by Stefan Monnier.
4383
4384 2005-12-26 Juri Linkov <juri@jurta.org>
4385
4386 * descr-text.el: Require `help-fns' at runtime. Don't require
4387 `button' for byte compilation.
4388 (describe-text-widget): Add `help-echo' for first button.
4389 Use `help-info' for second.
4390 (describe-property-list): Use `help-argument-name' instead of `italic'.
4391 (describe-text-category): Add prompt to interactive spec.
4392 Call `help-setup-xref'.
4393 (describe-char): Use `help-character-set'. Add `help-echo' for
4394 code point. Use `help-input-method'. Remove superfluous insert.
4395
4396 2005-12-25 Richard M. Stallman <rms@gnu.org>
4397
4398 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4399 at point, in case of narrowing.
4400
4401 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4402
4403 * locate.el (locate-header-face): Allow nil in type.
4404
4405 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4406
4407 2005-12-25 Romain Francoise <romain@orebokech.com>
4408
4409 * battery.el (battery-linux-proc-acpi): Also try
4410 `/proc/acpi/thermal_zone/THM0/temperature'.
4411
4412 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4413
4414 * custom.el (custom-push-theme): Fix docstring.
4415
4416 * cus-edit.el (custom-variable-set, custom-variable-save)
4417 (custom-variable-save): Custom-quote widget values.
4418 (customize-save-variable): Fix custom-push-theme call.
4419
4420 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4421
4422 * w32-fns.el (w32-batch-update-autoloads): New function.
4423
4424 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4425 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4426 from the command line.
4427
4428 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4429
4430 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4431 reset means to remove setting from theme entirely. Don't keep
4432 expanding theme-settings list; delete old entries if necessary.
4433
4434 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4435 customization" button one line up.
4436 (custom-themed): New face.
4437 (custom-magic-alist): New value, THEMED, for theme settings.
4438 (custom-variable-state-set, custom-face-state-set):
4439 Check theme-value instead of saved-value.
4440 (custom-variable-reset-standard, custom-face-reset-standard):
4441 Remove theme setting entirely. Recalculate new values.
4442 (custom-variable-set, custom-variable-set)
4443 (custom-variable-reset-saved, custom-variable-reset-backup)
4444 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4445 (custom-variable-save): Fix typos.
4446
4447 2005-12-23 Juri Linkov <juri@jurta.org>
4448
4449 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4450 Add autoload cookies.
4451 (edebug-outside-d-c-i-n-s-w): New variable.
4452 (edebug-display, edebug-outside-excursion): Use it to save the
4453 original value of default-cursor-in-non-selected-windows.
4454 Set default-cursor-in-non-selected-windows to t while Edebug
4455 is active.
4456 (edebug-mode, edebug-eval-mode): Doc fix.
4457
4458 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4459 with `buffer-substring-no-properties' to remove common substring
4460 highlighting.
4461
4462 * info.el (info-other-window, info): Rename function argument
4463 `file' to `file-or-node'.
4464 (Info-complete-menu-item): Use local variable `complete-nodes' to
4465 keep the global value of `Info-complete-nodes' unchanged for
4466 subsequent completions.
4467 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4468
4469 * simple.el (get-next-valid-buffer, last-buffer)
4470 (next-error-buffer-p, next-error-find-buffer)
4471 (minibuffer-history-sexp-flag): Doc fix.
4472
4473 * savehist.el (savehist-mode-hook): Add `:group'.
4474
4475 * log-view.el: Call autoload for vc-find-version.
4476 (log-view-current-file): Adjust subgroup numbers.
4477 (log-view-current-tag): Add `length'.
4478
4479 2005-12-23 Richard M. Stallman <rms@gnu.org>
4480
4481 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4482
4483 2005-12-23 Juri Linkov <juri@jurta.org>
4484
4485 * hi-lock.el (hi-lock-archaic-interface-message-used)
4486 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4487 (hi-lock-mode): Display "Hi" in the mode line only when
4488 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4489 (hi-lock-write-interactive-patterns):
4490 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4491 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4492 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4493 font-lock-add-keywords to t.
4494
4495 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4496
4497 * hi-lock.el (hi-lock-highlight-range): New variable.
4498 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4499 only if font-lock-fontified is non-nil. Remove overlays.
4500 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4501 font-lock-fontified is non-nil, otherwise use overlays (instead of
4502 text properties).
4503 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4504 New variables.
4505 (hi-lock-string-serialize) New function.
4506
4507 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4508
4509 * menu-bar.el (menu-find-file-existing): New function.
4510 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4511
4512 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4513
4514 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * vc.el: Remove unnecessary leading * in docstrings.
4517 (vc-annotate-mode-map): Move initialization into declaration.
4518 (vc-static-header-alist): Nitpick on the regexp.
4519 (vc-default-init-version): New fun.
4520 (vc-register): Use it.
4521 (vc-insert-headers): Use dolist.
4522 (vc-annotate-get-backend): Remove unused function.
4523 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4524 (vc-annotate-mode): Remove corresponding call.
4525 (vc-annotate-car-last-cons): Simplify.
4526 (vc-annotate-buffers): Remove var.
4527 (vc-annotate-backend): Make it buffer-local.
4528 (vc-annotate): Move the interaction to the interactive spec.
4529 Add a `buf' argument.
4530 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4531 killing&creating a vc-annotate buffer, which is very disruptive when
4532 the buffers are shown in dedicated frames.
4533
4534 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4535
4536 * descr-text.el: Add FSF as maintainer.
4537 (describe-text-mode, describe-text-mode-map)
4538 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4539 help-mode.
4540 (describe-text-widget, describe-text-sexp)
4541 (describe-property-list, describe-text-category)
4542 (describe-text-properties, describe-text-properties-1)
4543 (describe-char): Use help buttons instead of widgets.
4544 (describe-char-unicodedata-file): Make URL link in doc string.
4545
4546 2005-12-22 Richard M. Stallman <rms@gnu.org>
4547
4548 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4549 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4550 Don't include buttons that write a file when there's no file.
4551 (custom-variable-menu, custom-face-menu, custom-group-menu):
4552 Don't include commands that write a file when there's no file.
4553 (customize-browse): Reword the top-of-buffer help intro.
4554 (custom-buffer-create-internal): Fix previous change.
4555 (customize-changed-options-previous-release): Prev release is 21.1.
4556 (customize-changed-options): Doc fix.
4557 (customize-changed): New alias.
4558 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4559 Say "standard values".
4560 (Custom-reset-standard): Doc fix.
4561 (custom-face-reset-standard): Doc fix.
4562
4563 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4566 even if font-lock-mode is non-nil since it may be t without having
4567 turned on font-lock-mode-internal.
4568 (font-lock-choose-keywords): Minor optimization.
4569 (font-lock-add-keywords, font-lock-remove-keywords)
4570 (font-lock-set-defaults): Don't call make-local-variable on a variable
4571 that we know to already be local.
4572
4573 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4574
4575 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4576 messages if in the minibuffer.
4577
4578 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4579
4580 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4581 (tex-mode-flyspell-verify, flyspell-get-word)
4582 (flyspell-external-point-words): Don't use point-min/max uselessly.
4583
4584 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4585 by Kevin Rodgers. Instead, just hide the completions buffer if we
4586 don't need to show it.
4587
4588 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4589
4590 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4591
4592 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4593
4594 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4595 delete-windows-on with an inexistent buffer.
4596
4597 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4598
4599 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4600 Delete defcustom variable :tag names.
4601
4602 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4603
4604 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4605 (log-view-font-lock-keywords): Ajust subgroup numbers.
4606 (log-view-current-tag): Don't hard code the number of subgroups.
4607
4608 2005-12-20 Juri Linkov <juri@jurta.org>
4609
4610 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4611 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4612
4613 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4614 (menu-bar-non-minibuffer-window-p): Instead of checking
4615 display-multi-frame-p, use selected-frame when menu-updating-frame
4616 is nil.
4617
4618 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4619
4620 * align.el (align-rules-list): Use [ \t] instead of \s-
4621 for column separators in text mode.
4622
4623 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4624
4625 * help-mode.el (help-customize-variable, help-customize-face):
4626 Don't pop help-xref-stack as help-follow no longer pushes
4627 anything on to it.
4628
4629 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4630
4631 * textmodes/org.el (org-agenda-custom-commands): New option.
4632 (org-agenda): Offer custom commands on splash screen.
4633 (org-make-tags-matcher): Parser for Boolean logic added.
4634 (org-agenda-set-tags): New command.
4635 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4636 (org-set-tags): Efficiency improvements.
4637 (org-auto-align-tags): New option.
4638 (org-todo, org-demote, org-promote): Realign tags.
4639 (org-tags-completion-function): Use also "&" and "|" as separators.
4640 (org-org-menu): Agenda commands simplified.
4641
4642 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4643
4644 * cus-edit.el (customize-apropos, customize-apropos-options):
4645 Docstring changes.
4646
4647 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4648
4649 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4650
4651 * longlines.el (longlines-mode): Wrap while widened.
4652 (longlines-decode-region, longlines-encode-region): Compute max
4653 just once.
4654
4655 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4656
4657 * cus-edit.el (mac): New group.
4658
4659 * cus-start.el (all): Add user options in macterm.c. Add test for
4660 Mac-related built-ins. Fix test for GTK-related built-ins.
4661
4662 * term/mac-win.el (mac-handle-language-change)
4663 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4664 (mac-services-open-selection, mac-services-mail-selection)
4665 (mac-services-mail-to, mac-services-insert-text)
4666 (mac-dispatch-apple-event): Add docstrings.
4667 (x-get-selection, mac-select-convert-to-string): Select coding
4668 system from `utf-16be' and `utf-16le' using `byteorder'.
4669
4670 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4673 a "list" (lambda ...) rather than a real completion list.
4674
4675 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4676 lexical-let when encountering ((lambda (...) ...) ...).
4677
4678 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4679
4680 * progmodes/sh-script.el (sh-mode):
4681 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4682 * textmodes/picture.el (picture-mode): Update docstrings.
4683
4684 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4685
4686 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4687 commands enclosed in $(ARGQUOTE)s should not be split between two
4688 lines, as that will break with GNU Make >3.80, when sh.exe is used
4689 and arg quoting is with '..'.
4690 (autoloads): Don't break the quoted --eval expression between
4691 several lines.
4692
4693 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4694
4695 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4696 Capture error from printing circular structures.
4697
4698 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4699
4700 * wid-edit.el (widget-checkbox-action): Clear undo info.
4701
4702 2005-12-16 Bill Wohler <wohler@newt.com>
4703
4704 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4705 bar, not menubar in comment.
4706
4707 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4710 After-change-functions should not clobber the match data.
4711
4712 2005-12-16 Juri Linkov <juri@jurta.org>
4713
4714 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4715 instead of `buffer-substring'.
4716 (completion-common-substring): Doc fix.
4717 (completion-setup-function): Use minibuffer-completion-contents
4718 instead of minibuffer-contents. Don't set common-string-length
4719 initially. Remove special handling of partial-completion-mode.
4720 Move computation of completion-base-size into one cond.
4721 Call completion-base-size-function in mainbuf. In computation of
4722 completion-base-size for file name completion don't move point to
4723 the end of the minibuffer. Move computation of common-string-length
4724 into one cond. Start putting faces only when common-string-length>=0.
4725 Add condition to put completions-common-part when
4726 common-string-length>0.
4727
4728 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4729 place point at the first different character in the minibuffer
4730 even if this position is at the beginning of the minibuffer.
4731
4732 * info.el (Info-read-node-name-1): In completion-base-size-function's
4733 lambda return 1 if common-substring or minibuffer-completion-contents
4734 starts with (, and 0 otherwise.
4735
4736 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4737 Use `crm-current-element' for second arg of `display-completion-list'.
4738
4739 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4740
4741 * files.el (set-auto-mode): Look for an interpreter specified on
4742 the first line also if search for mode specification succeeded,
4743 but the mode is not known.
4744
4745 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4746
4747 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4748 (org-open-at-point): Implement tag searches as links.
4749 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4750 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4751 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4752 (org-agenda-dispatch): New commands.
4753 (org-use-tag-inheritance, org-tags-column): New options.
4754 (org-tab-follows-link, org-return-follows-link): New options.
4755 (org-tags): New customize group.
4756 (org-start-icalendar-file): Get local time zone.
4757 (org-tags-completion-function): New function.
4758 (org-set-font-lock-defaults): Make sure links will also be
4759 highlighted inside headlines.
4760
4761 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4762
4763 * term.el (term-emulate-terminal):
4764 Let term-handle-ansi-terminal-messages override what Bash says about
4765 its current directory.
4766
4767 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4768
4769 * bindings.el (last-buffer): Move to simple.el.
4770 * simple.el (last-buffer): Move here.
4771 (get-next-valid-buffer): New function.
4772 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4773 (prev-buffer): Ditto. Rename to `previous-buffer'.
4774
4775 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4776 * bindings.el (global-map): Ditto.
4777
4778 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4779
4780 * cus-edit.el: Introductory comment change.
4781 (custom-magic-alist): Change message string for the `rogue' state.
4782
4783 2005-12-15 Richard M. Stallman <rms@gnu.org>
4784
4785 * tooltip.el: Delete defcustom variable :tag names.
4786
4787 * complete.el (partial-completion-mode): Doc fix.
4788
4789 * textmodes/flyspell.el (flyspell-external-point-words):
4790 Use save-excursion to ensure we don't move backward in the
4791 search loop, not even one character.
4792 (flyspell-delete-all-overlays): Use remove-overlays directly.
4793
4794 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4795 (ispell-start-process): Set that variable.
4796 Clear ispell-buffer-local-name.
4797 (ispell-internal-change-dictionary):
4798 Set ispell-current-dictionary after killing process.
4799 (ispell-buffer-local-dict):
4800 Don't set spell-personal-dictionary after killing process.
4801 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4802 (ispell-tex-skip-alists, ispell-html-skip-alists)
4803 (ispell-skip-region-alist): Mark as risky.
4804
4805 * net/newsticker.el (newsticker--retrieval-timer-list)
4806 (newsticker--display-timer, newsticker-running-p)
4807 (newsticker-ticker-running-p): Definitions moved up.
4808
4809 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4810
4811 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4812
4813 2005-12-15 David Ponce <david@dponce.com>
4814
4815 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4816 (recentf-edit-list, recentf-open-files): Signal an error when
4817 there is no recent file.
4818
4819 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4820
4821 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4822 read-only except for texinfo-format-region evaluation.
4823
4824 2005-12-14 Richard M. Stallman <rms@gnu.org>
4825
4826 * vc.el (vc-default-previous-version, vc-default-next-version)
4827 (vc-do-command): Doc fixes.
4828
4829 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4830
4831 * textmodes/bibtex.el (bibtex-expand-strings)
4832 (bibtex-autokey-expand-string, bibtex-name-part)
4833 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4834 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4835 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4836 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4837 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4838 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4839 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4840 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4841 (bibtex-beginning-of-last-entry): Remove.
4842 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4843 message if comma is missing but buffer is read-only.
4844 (bibtex-parse-field-text): Handle whitespaces at the end of field
4845 text. Return 3-element list with beginning and end of field text
4846 and end of field.
4847 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4848 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4849 (bibtex-search-forward-field, bibtex-search-backward-field):
4850 Search always delimited by limits of entry. Use more efficient
4851 search algorithms.
4852 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4853 bibtex-end-of-name-in-field.
4854 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4855 extracting the content of a field.
4856 (bibtex-text-in-field): Use search limits.
4857 (bibtex-parse-string-prefix): Handle empty string keys based on
4858 bibtex-string-empty-key.
4859 (bibtex-parse-string): Fix docstring.
4860 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4861 (bibtex-preamble-prefix, bibtex-strings): New functions.
4862 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4863 BibTeX entries (consistent with other BibTeX functions).
4864 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4865 (bibtex-search-entry): Fix docstring. Simplify.
4866 (bibtex-flash-head, bibtex-complete-string-cleanup)
4867 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4868 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4869 (bibtex-parse-entry): New optional arg content.
4870 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4871 Use bibtex-text-in-field-bounds.
4872 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4873 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4874 bibtex-parse-string-postfix.
4875 (bibtex-find-text-internal): New function.
4876 (bibtex-remove-delimiters): Use it.
4877 (bibtex-find-text): Use it. New optional arg help.
4878 (bibtex-complete): Handle BibTeX string and preamble entries.
4879 (bibtex-Preamble): Fix order of closing delimiters.
4880
4881 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4882
4883 * vc.el (vc-default-revert): New fun.
4884
4885 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4886
4887 2005-12-14 Romain Francoise <romain@orebokech.com>
4888
4889 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4890 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4891 (font-lock-remove-keywords): Likewise.
4892
4893 2005-12-14 Juri Linkov <juri@jurta.org>
4894
4895 * log-view.el (log-view-diff): Doc fix.
4896
4897 * isearch.el (isearch-query-replace): Use (mark) instead of
4898 isearch-opoint if mark is active in transient-mark-mode.
4899
4900 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4901
4902 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4903
4904 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4905
4906 * progmodes/cpp.el (cpp-face): New widget.
4907 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4908
4909 2005-12-14 Juri Linkov <juri@jurta.org>
4910
4911 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4912 around `erase-buffer' and `insert'.
4913
4914 * descr-text.el (describe-text-properties): Replace buffer name
4915 "*Help-2*" with "*Help*<2>".
4916 (describe-char): Add functions print-help-return-message,
4917 toggle-read-only. Use help-setup-xref with nil to not store
4918 describe-char in help-xref-stack. Use help-make-xrefs to
4919 make [back] button.
4920
4921 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4922
4923 * wdired.el (wdired-old-point): New internal variable.
4924 (wdired-change-to-wdired-mode): Set it buffer-locally.
4925 (wdired-abort-changes): Restore point after aborting changes.
4926
4927 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * vc.el (vc-do-command): Add a new value t for okstatus.
4930
4931 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4932 frame in case of errors.
4933
4934 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4935
4936 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4937 so it comes after "On the Left" in the menu.
4938
4939 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4940
4941 * cus-edit.el (customize-apropos, customize-apropos-options)
4942 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4943
4944 2005-12-12 Bill Wohler <wohler@newt.com>
4945
4946 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4947 non-writable Subversion-controlled files by saving window
4948 configuration before calling vc-do-command. vc-do-command calls
4949 pop-to-buffer on error which is unexpected during registration.
4950
4951 2005-12-12 Jay Belanger <belanger@truman.edu>
4952
4953 * calc/README: Update the summary of changes.
4954
4955 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * descr-text.el (describe-char): Rework last fix to solve the problem
4958 is the same way it's solved for everything else in that function
4959 (i.e. by extracting the info before setting up the *Help* buffer).
4960
4961 2005-12-12 Kim F. Storm <storm@cua.dk>
4962
4963 * subr.el (version-regexp-alist): Allow space as separator before
4964 non-numeric part, e.g. "1.0 alpha".
4965 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4966
4967 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4968
4969 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4970 Implement Logging and the keep-modes setting.
4971 (org-get-category): Make sure a string is returned.
4972 (org-log-done): New function.
4973 (org-log-done, org-closed-string): New options.
4974
4975 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4976
4977 * tooltip.el (tooltip-y-offset): Change default to 20.
4978
4979 2005-12-12 Richard M. Stallman <rms@gnu.org>
4980
4981 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4982
4983 * frame.el (display-hourglass): Doc fix.
4984
4985 * help.el (help-for-help-internal): Simplify entry for `a'.
4986
4987 * info.el (Info-on-current-buffer): Doc fix.
4988 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4989
4990 * startup.el (inhibit-splash-screen): Make this the real name.
4991 (inhibit-startup-message): Make this the alias.
4992 (command-line): Find only simple.el, and use its directory
4993 to fill in other preloaded files' names.
4994 (command-line): Deactivate the mark if deactivate-mark is set.
4995
4996 * international/mule.el (load-with-code-conversion):
4997 Bind deactivate-mark.
4998
4999 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5000
5001 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5002
5003 * cus-edit.el (customize-apropos): Avoid listing an option more
5004 than once under different aliases. No longer list user options
5005 that are not defined with defcustom (unless a prefix arg is given).
5006 Doc fix.
5007 (customize-apropos-options): Doc fix.
5008
5009 2005-12-11 Juri Linkov <juri@jurta.org>
5010
5011 * frame.el (set-background-color, set-foreground-color)
5012 (set-cursor-color, set-mouse-color, set-border-color):
5013 Add explicit prompts to read colors by `facemenu-read-color'.
5014 (show-trailing-whitespace, blink-cursor-delay)
5015 (blink-cursor-interval, display-hourglass, hourglass-delay):
5016 Remove tags.
5017 (display-hourglass, hourglass-delay): Doc fix.
5018 (cursor-in-non-selected-windows): Capitalize words in tag.
5019
5020 * faces.el (frame-background-mode): Replace `choice-item' keywords
5021 with `const' to not make [default] button. Change default value tag
5022 from `default' to `automatic'. Doc fix.
5023 (trailing-whitespace) <defface>: Change group `whitespace' to
5024 `whitespace-faces'.
5025
5026 2005-12-11 Richard M. Stallman <rms@gnu.org>
5027
5028 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5029
5030 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5031
5032 * term/mac-win.el: Create keymap for mac-apple-event-map.
5033
5034 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5035
5036 * tooltip.el (tooltip-mode): Move to start of file so that it
5037 appears at top of customize buffer.
5038
5039 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5040 Add the gud groupname.
5041 (gud-tooltip-mode): Add the tooltip groupname.
5042 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5043 avoid conflict with tooltip-use-echo-area.
5044
5045 2005-12-10 Romain Francoise <romain@orebokech.com>
5046
5047 * help.el (help-for-help-internal): Add `r' in doc string.
5048
5049 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5050
5051 * align.el (align-regexp, align-highlight-rule):
5052 Use region-beginning and region-end instead of point and mark, so that
5053 repetition (with `repeat-complex-command') recomputes the region
5054 bounds.
5055
5056 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5057
5058 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5059 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5060 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5061 (balance-windows): Rewrite using the above new functions.
5062
5063 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5064
5065 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5066 react if global-hi-lock-mode seems intended.
5067 (global-hi-lock-mode) Renamed from hi-lock-mode.
5068 (hi-lock-archaic-interface-message-used)
5069 (hi-lock-archaic-interface-deduce): New variables.
5070 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5071 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5072 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5073 Replace hi-lock-buffer-mode with hi-lock-mode.
5074
5075 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5076
5077 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5078 completion list, even after a partial completion has been
5079 inserted in the current buffer. If there are more than 1
5080 completion, redisplay the *Completions* buffer; if the
5081 completion is unique, delete the *Completions* window.
5082
5083 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5084
5085 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5086 strings and long subject lines that were broken into multiple
5087 lines at arbitrary places. Handle subjects that have "Re: " in
5088 the middle.
5089
5090 2005-12-10 John W. Eaton <jwe@octave.org>
5091
5092 * emacs/octave-mod.el (octave-electric-space): Don't indent
5093 comments or strings if octave-auto-indent is nil.
5094
5095 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5096
5097 * term/mac-win.el: Require url when compiling.
5098 Call mac-process-deferred-apple-events after loading init files.
5099 (mac-apple-event-map): New defvar. Define event handlers in it.
5100 (core-event, internet-event): New Apple event class symbols.
5101 (open-application, reopen-application, open-documents)
5102 (print-documents, open-contents, quit-application)
5103 (application-died, show-preferences, autosave-now, get-url):
5104 New Apple event ID symbols.
5105 (about): New HICommand ID symbol.
5106 (mac-event-spec, mac-event-ae): New macros.
5107 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5108 (mac-ae-selection-range, mac-ae-text-for-search)
5109 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5110 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5111 and Services menu events are now defined in mac-apple-event-map.
5112 (mac-drag-n-drop): Remove selection range handling.
5113
5114 2005-12-10 Kenichi Handa <handa@m17n.org>
5115
5116 * simple.el (zap-to-char):
5117 * isearch.el (isearch-process-search-char): Translate CHAR by
5118 translation-table-for-input.
5119
5120 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5121
5122 * foldout.el (foldout-exit-fold): Properly hide subtree.
5123
5124 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5125
5126 * files.el (save-buffer):
5127 * international/ucs-tables.el (ucs-set-table-for-input):
5128 * mail/mail-extr.el (mail-extract-address-components):
5129 * mail/sendmail.el (mail-mode): Reformat doc string.
5130
5131 2005-12-09 Juri Linkov <juri@jurta.org>
5132
5133 * isearch.el (isearch-highlight): Change main overlay priority
5134 from 1 to 1001. Simplify.
5135 (isearch-lazy-highlight-update): Change lazy overlay priority
5136 from 0 to 1000.
5137
5138 * replace.el (replace-highlight): Change overlay priority from
5139 1 to 1001.
5140
5141 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5142 Change overlay priority from 1 to 1001. Reuse existing overlay.
5143
5144 * compare-w.el (compare-windows-highlight): Change overlay
5145 priority from 1 to 1000.
5146
5147 * menu-bar.el (menu-bar-edit-menu): Add listp around
5148 pending-undo-list to disable menu item "undo" when pending
5149 undo list is empty.
5150
5151 * locate.el (locate): Disable undo in *Locate* buffer.
5152
5153 2005-12-09 Kim F. Storm <storm@cua.dk>
5154
5155 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5156
5157 2005-12-09 David Ponce <david@dponce.com>
5158
5159 * recentf.el: Improvement of the menu code.
5160 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5161 instead of menu hook.
5162 (recentf-show-menu, recentf-hide-menu): New functions.
5163 (recentf-menu-customization-changed, recentf-mode): Use them.
5164 (recentf-menu-action, recentf-max-menu-items)
5165 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5166 (recentf-arrange-by-rule-others)
5167 (recentf-arrange-by-rules-min-items)
5168 (recentf-arrange-by-rule-subfilter) : Don't use
5169 `recentf-menu-customization-changed'.
5170 (recentf-arrange-rules): Likewise. Accept functions to compute
5171 sub-menu titles.
5172 (recentf-menu-filter): Likewise. Doc fix.
5173 (recentf-menu-value-shortcut): Doc fix.
5174 (recentf-dump-variable): Quote atom value.
5175 (recentf-make-menu-items): Update to use it as a menu filter.
5176 (recentf-match-rule): New function.
5177 (recentf-arrange-by-rule): Use it.
5178 (recentf-indirect-mode-rule): New function.
5179 (recentf-build-mode-rules): Use it.
5180 (recentf-dir-rule): New function.
5181 (recentf-arrange-by-dir): Use it.
5182 (recentf-filter-changer-current): Rename from
5183 `recentf-filter-changer-state'. All references updated.
5184 (recentf-filter-changer-alist): Update filter names.
5185 (recentf-filter-changer-select): New function.
5186 (recentf-filter-changer): Use it. Make a sub-menu from filters
5187 available in `recentf-filter-changer-alist'.
5188 (recentf-data-cache, recentf-clear-data)
5189 (recentf-update-menu): Remove. All references updated.
5190 (recentf-match-rule-p, recentf-build-dir-rules)
5191 (recentf-filter-changer-goto-next)
5192 (recentf-filter-changer-get-current)
5193 (recentf-filter-changer-get-next): Remove.
5194
5195 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5196
5197 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5198 buffer "Reset" button to "Reset to Current" for consistency with
5199 the State buttons.
5200
5201 2005-12-08 John Paul Wallington <jpw@pobox.com>
5202
5203 * ibuf-ext.el (define-ibuffer-filter filename):
5204 If `dired-directory' is a list then really use its car.
5205
5206 2005-12-08 Kim F. Storm <storm@cua.dk>
5207
5208 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5209 Fix indention of text on right side of replaced rectangle.
5210
5211 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5212
5213 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5214 No need to check gud-comint-buffer is bound.
5215 (gdb): Prevent multiple debugging when first session uses gdba.
5216
5217 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5218
5219 CC Mode update to 5.31.
5220
5221 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5222 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5223 We might do this function properly in the future).
5224
5225 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5226 New macros c-sentence-end and c-default-value-sentence end, to cope
5227 with Emacs 22's new function `sentence-end'.
5228
5229 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5230
5231 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5232 compat issue using `c-put-overlay' and `c-delete-overlay'.
5233
5234 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5235 New compat macros to handle overlays/extents.
5236
5237 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5238
5239 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5240 (for GNU Emacs 20.4)
5241
5242 * progmodes/cc-defs.el:
5243 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5244
5245 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5246 highlighting mechanism so it will work in XEmacs too.
5247
5248 * progmodes/cc-defs.el: Insert c-int-to-char.
5249
5250 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5251 call to the new macro c-int-to-char. This solves XEmacs's
5252 regarding characters as different from integers.
5253
5254 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5255
5256 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5257 New internal helper.
5258
5259 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5260 construct to make the indirect face lookup work in XEmacs.
5261
5262 (c-cpp-matchers): Append the negation char face to the existing
5263 fontification, so that the cpp face doesn't disappear.
5264 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5265 and strings.
5266
5267 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5268 to map to `font-lock-negation-char-face' in emacsen where it exists.
5269
5270 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5271
5272 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5273
5274 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5275 Rename "c-subword-move-mode" as "c-subword-mode".
5276
5277 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5278 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5279
5280 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5281
5282 * progmodes/cc-mode.el: Added autoload directive for
5283 `c-subword-move-mode' for use in older emacsen.
5284
5285 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5286
5287 * progmodes/cc-mode.el:
5288 (i) Insert a binding for C-c C-backspace into
5289 c-bind-special-erase-keys which works in TTYs.
5290 (ii) Make sure that when file styles are used, any explicitly
5291 given style variables take priority over those in the style.
5292 Do this by calling `hack-local-variables' a second time.
5293
5294 * progmodes/cc-vars.el: Add language specific customization
5295 widgets for AWK to c-doc-comment-style, c-require-final-newline
5296 and c-default-style. Add a defcustom for awk-mode-hook.
5297 Give c-syntactic-element and c-syntactic-context doc-strings by
5298 directly setting their `variable-documentation' propery.
5299 This allows Emacs 22.1 to read these with C-h v.
5300
5301 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5302
5303 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5304
5305 * progmodes/cc-fonts.el, cc-vars.el
5306 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5307 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5308 Masatake YAMATO.
5309
5310 (c-doc-comment-style): Made GtkDoc default in C mode.
5311
5312 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5313 and C-c C-<delete>.
5314
5315 (c-bind-special-erase-keys): New function for use on
5316 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5317
5318 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5319 <delete> key behavior in XEmacs according to `delete-forward-p'.
5320 C.f. `c-electric-delete'.
5321
5322 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5323
5324 * progmodes/cc-mode.el: Give c-hungry-backspace and
5325 c-hungry-delete-forward permanent key bindings.
5326
5327 * progmodes/cc-cmds.el (c-electric-semi&comma):
5328 Bind c-syntactic-context for calls to "criteria functions", for
5329 consistency with other calls to user functions.
5330
5331 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5332 `current-prefix-arg', since this might be the prefix arg to a
5333 command which calls c-indent-command as a function. Change the
5334 interactive spec from "p" to "P".
5335
5336 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5337 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5338 was difficult to understand.
5339
5340 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5341
5342 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5343 first char of an identifier.
5344
5345 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5346 +" syntax in C++.
5347
5348 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5349
5350 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5351 auto-fill doesn't split a c-comment's last word from a hanging
5352 "*/" when a space is typed between them after fill-column.
5353
5354 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5355
5356 * progmodes/cc-styles.el (c-set-style)
5357 (c-setup-paragraph-variables): Abort the command if we're not in a
5358 CC Mode buffer.
5359
5360 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5361 with blank comment-prefix, and a blank line as the comment's
5362 second line.
5363
5364 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5365
5366 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5367 Incorporate the patterns added in the Emacs development branch
5368 for the new Emacs 22 face `font-lock-negation-char-face'.
5369
5370 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5371 of "red" since it stands out better in xterms and DOS terminals.
5372
5373 * progmodes/cc-engine.el (c-literal-faces):
5374 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5375
5376 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5377
5378 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5379 forcibly enable c-electric-flag.
5380
5381 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5382 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5383 after the comment-prefix of a C-style comment will close that comment.
5384
5385 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5386
5387 * progmodes/cc-fonts.el (c-basic-matchers-before)
5388 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5389 in Pike.
5390
5391 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5392 digraphs.
5393
5394 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5395 (c-cpp-message-directives, c-cpp-include-directives)
5396 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5397 (c-cpp-expr-directives): Introduce new language constants to
5398 control cpp syntax in a cleaner way.
5399
5400 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5401
5402 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5403
5404 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5405 (c-multiline-string-start-char): New language constants and
5406 variables to specify how newlines in string literals work.
5407
5408 (c-font-lock-invalid-string): Use them.
5409
5410 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5411 unbalanced close brace is entered. Optimization by avoiding going
5412 back over arbitrarily large blocks. Removed hints that this
5413 function only would be relevant/useful in AWK.
5414
5415 (c-electric-brace): Indent syntactically after the cleanups since
5416 lineup functions might do it differently then.
5417
5418 * progmodes/cc-engine.el, cc-langs.el
5419 (c-opt-op-identifier-prefix): New language constant and variable.
5420
5421 (c-just-after-func-arglist-p, c-after-special-operator-id)
5422 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5423
5424 * progmodes/cc-align.el, cc-engine.el
5425 (c-after-special-operator-id): New helper to handle C++ operator
5426 identifiers.
5427
5428 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5429 (c-guess-basic-syntax): Handle C++ operator identifiers in
5430 declarations.
5431
5432 * progmodes/cc-langs.el (c-assignment-operators): Add the
5433 trigraph version of ^= too.
5434
5435 * progmodes/cc-langs.el (c-assignment-operators): Add the
5436 trigraph version of |= in C++.
5437
5438 * progmodes/cc-fonts.el (c-font-lock-declarators):
5439 Handle `c-decl-hangon-kwds' after the identifier name.
5440
5441 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5442 whether an arglist is "nonempty", ignore a comment after the open
5443 paren if it isn't followed by a non-comment token on the same line.
5444
5445 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5446 Enable heuristics below the point to cope with classes inside special
5447 brace lists in Pike.
5448
5449 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5450
5451 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5452
5453 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5454
5455 * progmodes/cc-guess.el (cc-guess-install): New function to
5456 install an already guessed style in another buffer.
5457
5458 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5459 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5460 anyway if the change always is undone.
5461
5462 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5463
5464 Implement togglable electricity:
5465
5466 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5467 saying when it should be used.
5468
5469 * progmodes/cc-engine.el: Add the new buffer-local variable,
5470 c-electric-flag.
5471
5472 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5473 c-toggle-auto-newline.
5474
5475 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5476 c-toggle-auto-newline. Remove the binding for
5477 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5478 c-toggle-electric-state.
5479
5480 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5481
5482 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5483 c-\(forward\|backward\)-subword.
5484 (c-update-modeline): Add the new modeline flag `l' for
5485 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5486 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5487 Make the old name an alias of the new name.
5488 (c-toggle-electric-state): New function.
5489 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5490 Adapt these functions to do electric things only when
5491 c-electric-flag is non-nil.
5492 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5493 new functions from c-electric-brace.
5494 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5495 mode, so that the tentative extra newline doesn't change the
5496 syntax of the following brace.
5497 (c-electric-brace): Restructure by extracting the above functions.
5498 Tidy up the coding somewhat.
5499 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5500 restructure a bit.
5501
5502 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5503
5504 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5505 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5506
5507 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5508 (c-submode-indicators): Change name from `c-auto-hungry-string'
5509 since it's now used to track another submode.
5510
5511 (c-update-modeline): Convert to function and extended to check
5512 `c-subword-move-mode'.
5513
5514 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5515 Convert to compat aliases for `c-forward-subword' and
5516 `c-backward-subword'.
5517
5518 * progmodes/cc-subword.el: New functions and minor mode to handle
5519 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5520
5521 (c-forward-subword, c-backward-subword, c-mark-subword)
5522 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5523 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5524 Functions corresponding to the standard word handling functions.
5525
5526 (c-subword-move-mode): Minor mode that replaces all the standard
5527 word handling functions with their subword equivalences.
5528
5529 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5530
5531 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5532 entry for one-liner-defun.
5533
5534 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5535 name in its def-edebug-spec.
5536
5537 * progmodes/cc-cmds.el (c-electric-brace): Make the
5538 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5539 compacts space before a comment, if this will make things fit on
5540 one line.
5541
5542 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5543
5544 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5545
5546 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5547 clean-up one-liner-defun.
5548
5549 * progmodes/cc-styles.el: Add the new "awk" style.
5550
5551 * progmodes/cc-vars.el: Add description of one-liner-defun to
5552 c-cleanup-list's doc-string. New user options,
5553 c-max-one-liner-length. In c-default-style, set the default style
5554 for AWK to "awk".
5555
5556 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5557
5558 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5559 macros inside labels.
5560
5561 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5562 `c-at-statement-start-p' and `c-at-expression-start-p'.
5563
5564 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5565 error if the mark isn't set.
5566
5567 * progmodes/cc-engine.el (c-guess-continued-construct)
5568 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5569 accurately detect functions inside functions.
5570
5571 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5572 like `c-at-statement-start-p' that additionally recognizes commas
5573 and expression parentheses as delimiters.
5574
5575 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5576 to avoid heuristics that doesn't work for unclosed blocks.
5577 (c-at-statement-start-p): New function.
5578
5579 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5580 Objective-C directives, e.g. directives spanning lines should work
5581 reasonably well now.
5582
5583 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5584
5585 (c-forward-objc-directive): New function to move over any ObjC
5586 directive.
5587
5588 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5589 (c-basic-matchers-before): Use it.
5590
5591 (c-font-lock-objc-iip-decl): Remove.
5592
5593 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5594 in the template arglist recognition.
5595
5596 * progmodes/cc-styles.el (c-style-alist): Fix several
5597 inconsistencies in the Whitesmith style.
5598
5599 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5600 New lineup function to get lines after Whitesmith style blocks
5601 correctly indented.
5602
5603 (c-lineup-whitesmith-in-block): Back out the compensation for
5604 opening parens since it's done using `add' lists in the style
5605 definition instead. Don't use the anchor position since it varies
5606 too much between the syntactic symbols. :P
5607
5608 * progmodes/cc-vars.el (c-valid-offset): Update.
5609
5610 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5611 lists where the offsets are combined according to several
5612 different methods: `first', `min', `max', and `add'.
5613 Report offset evaluation errors with `c-benign-error' so that some kind
5614 of reindentation still is done.
5615
5616 * progmodes/cc-engine.el (c-guess-basic-syntax):
5617 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5618 `arglist-close'.
5619
5620 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5621 situations for `arglist-cont-nonempty' and `arglist-close'.
5622
5623 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5624
5625 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5626 cc-bytecomp-boundp' in a number of places.
5627
5628 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5629 macro related issue.
5630
5631 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5632
5633 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5634 list is now [asdf], a char class [:alpha:].
5635 Include code for char classes.
5636 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5637 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5638
5639 Remove (nearly all of) the cruft associated with AWK Mode's former
5640 concept of "virtual semicolons":
5641
5642 Adapt c-beginning-of-statement, c-end-of-statement (together with
5643 subfunctions) to use the new notion of "virtual semicolon" in
5644 place of the old awkward special handling for AWK. There remains
5645 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5646 * progmodes/cc-cmds.el:
5647 (c-ascertain-adjacent-literal): In the backwards direction, now
5648 recognises AWK regexp delimiters as string delimiters.
5649 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5650 check more rigorously for "end of macro".
5651 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5652 virtual semicolons;
5653 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5654 out the code for forward movement into ...
5655 (c-end-of-statement): Now contains the code for forward movement,
5656 adapted for virtual semicolons.
5657
5658 * progmodes/cc-engine.el:
5659 (c-ws*-string-limit-regexp): New regexp.
5660 (c-forward-single-comment, c-backward-single-comment): Comment out
5661 the (now redundant) "special" AWK stuff.
5662
5663 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5664 c-string-par-start, c-string-par-separate to be more like Text
5665 Mode than Fundamental Mode.
5666
5667 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5668
5669 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5670 to the fontified region so that fontification doesn't occur
5671 outside it (could happen e.g. when fontifying a line with an
5672 unfinished declaration).
5673
5674 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5675
5676 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5677 start of the file. ^L now separate sections of the file.
5678 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5679 (c-awk-one-line-possibly-open-string-re)
5680 (c-awk-regexp-one-line-possibly-open-char-class-re)
5681 (c-awk-one-line-possibly-open-regexp-re)
5682 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5683 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5684
5685 Amend the concept of "virtual semicolons" (in the indentation
5686 engine) for languages like AWK, such that they are now
5687 conceptually attached to end of the last token of a statement, not
5688 the end of the line. (In AWK Mode, however, the pertinent text
5689 property is still physically set on the EOL.) Remove the specific
5690 tests for awk-mode, thus facilitating the introduction of other
5691 language modes where EOLs can end statements.
5692 (Note: The funtionality in cc-cmds.el, specifically
5693 c-beginning/end-of-statement has yet to be amended.)
5694
5695 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5696 New macros.
5697
5698 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5699 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5700 c-vsemi-status-unknown-p-fn (in a new page).
5701
5702 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5703 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5704 numerous awkward forms like
5705 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5706 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5707 variable before-ws-ip, the place just after char-before-ip appears.
5708
5709 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5710 a comment.
5711
5712 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5713
5714 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5715 `c-tentative-buffer-changes'.
5716
5717 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5718 convert to macro to choose between Emacs and XEmacs at compile time.
5719
5720 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5721
5722 (c-tentative-buffer-changes): New macro to handle temporary buffer
5723 changes in a convenient way.
5724
5725 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5726 for `c-tentative-buffer-changes'.
5727
5728 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5729 the checks for paren sexps between the point and the keyword, to
5730 avoid some false alarms.
5731
5732 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5733 Fixed a situation where an error could be thrown for unbalanced
5734 parens. Changed to make use of c-keyword-member' to avoid some
5735 repeated regexp matches.
5736
5737 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5738 These language variable are no longer necessary.
5739
5740 (c-block-stmt-kwds): New language constant used by
5741 c-looking-at-inexpr-block'.
5742
5743 (c-guess-basic-syntax): Remove an optional check that looked at
5744 the existence of the now removed language variables.
5745
5746 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5747 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5748 object instantiation expressions as declarations in some contexts.
5749 This bug only affected languages where the declarator can't be
5750 enclosed in parentheses.
5751
5752 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5753 insert newlines before and after substatement braces.
5754
5755 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5756 function declaration headers and the handling of C++ style member
5757 init lists.
5758
5759 (c-just-after-func-arglist-p): Rewritten to use
5760 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5761
5762 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5763
5764 (c-guess-basic-syntax): Adapt case 5B for the new
5765 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5766 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5767 covers all cases now).
5768
5769 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5770
5771 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5772
5773 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5774 c-string-par-start/separate c-sentence-end-with-esc-eol,
5775 initialised in c-setup-paragraph-variables, used in string
5776 scanning subroutines of c-beginning-of-statement.
5777
5778 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5779 which precedes the newly inserted `{'.
5780
5781 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5782
5783 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5784 function for declaration level blocks. It should now cope with
5785 templates better and also be a lot more comprehensible.
5786
5787 (c-looking-at-decl-block): The new function.
5788
5789 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5790 for compatibility.
5791
5792 (c-add-class-syntax, c-guess-continued-construct)
5793 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5794
5795 (c-decl-block-key): Change to tell apart ambiguous and
5796 unambiguous keywords. Pike specials are now handled directly in
5797 the code instead.
5798
5799 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5800 New language constants and variables to make the backward skip in
5801 `c-looking-at-decl-block' as tight as possible.
5802
5803 (c-nonsymbol-token-char-list): New language constant.
5804
5805 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5806 find balanced template arglists backwards.
5807
5808 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5809 making char classes for `c-syntactic-skip-backward'.
5810
5811 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5812 16D - can't be a class-close at that point.
5813
5814 * progmodes/cc-engine.el (c-guess-basic-syntax)
5815 (c-add-class-syntax): Don't narrow out the enclosing declaration
5816 level. This makes everything a lot easier, and it was actually
5817 only four small places that needed it to work. Some places that
5818 previously did `widen' are removed now, which has the effect that
5819 `c-guess-basic-syntax' never will look at things outside the
5820 current narrowment now. The anchor position for `topmost-intro'
5821 is affected by this, but it was so bogus it was basically useless
5822 before, and now it's equally bogus but in a slightly different way.
5823
5824 (c-narrow-out-enclosing-class): Gone.
5825
5826 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5827 the narrowed region.
5828
5829 (c-least-enclosing-brace): Remove silly optional argument.
5830
5831 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5832 the point could be left directly after an open paren when finding
5833 the beginning of the first decl in the block.
5834
5835 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5836 Specify which submatch to use.
5837
5838 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5839
5840 (c-decl-start-re): No longer any need for special treatment of
5841 ObjC due to the above.
5842
5843 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5844 presumably follows C in that regard.
5845
5846 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5847 New language constants to specify operator tokens inside
5848 identifiers in a more high level way.
5849
5850 (c-opt-identifier-prefix-key): New internal language constant.
5851
5852 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5853 (c-identifier-start, c-identifier-key): Now completely calculated
5854 from other constants.
5855
5856 (c-identifier-last-sym-match): Decommission since it's no longer used.
5857
5858 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5859
5860 * progmodes/cc-engine.el (c-forward-name): Remove the
5861 optimization when c-identifier-key is equal to c-symbol-key since
5862 it doesn't work in byte compiled files. Don't record empty
5863 regions as identifiers.
5864
5865 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5866 simplify access to `c-operators' and its likes.
5867
5868 (c-operator-list, c-all-op-syntax-tokens)
5869 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5870 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5871 (c-primary-expr-regexp, c-cast-parens): Use it.
5872
5873 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5874 an explicit language in functions.
5875
5876 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5877 variant of adornment.
5878
5879 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5880 variable.
5881
5882 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5883 the Pike value.
5884
5885 * progmodes/cc-engine.el (c-on-identifier)
5886 (c-simple-skip-symbol-backward): Small fix for handling "-"
5887 correctly in `skip-chars-backward'. Affected the operator lfun
5888 syntax in Pike.
5889
5890 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5891 diagnostic message about precompiled language vars not being used.
5892
5893 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5894 "__attribute__" is followed by a parenthesis.
5895
5896 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5897 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5898 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5899
5900 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5901 Internal cleanups to properly detect the declared identifiers in
5902 various declarations.
5903
5904 (c-decl-start-kwds): New language constant to recognize
5905 declarations that can start anywhere. Used for class declarations
5906 in Pike.
5907
5908 (c-specifier-key, c-not-decl-init-keywords)
5909 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5910 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5911
5912 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5913 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5914 handling of the compiler specific extension keywords into a new
5915 language constant `c-decl-hangon-kwds' that defines keyword
5916 clauses to be ignored in declarations.
5917
5918 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5919 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5920 Necessary to stop at the declared identifier in e.g. IDL valuetype
5921 declarations.
5922
5923 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5924 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5925 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5926 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5927 class and enum declarations as such and not as part of the type.
5928
5929 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5930 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5931
5932 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5933 declarations when there's some syntax error later on.
5934
5935 (c-complex-decl-matchers): Did away with a reference to
5936 `c-specifier-key'.
5937
5938 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5939 value - this variable is always dynamically bound.
5940
5941 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5942 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5943 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5944 functions that might do hidden buffer changes: All such internal
5945 functions are now marked instead of those that don't.
5946
5947 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5948 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5949 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5950 (c-literal-type): Allow these functions to make hidden buffer changes,
5951 so that they are free to use text property caching later on.
5952
5953 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5954 (c-electric-brace, c-electric-slash, c-electric-star)
5955 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5956 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5957 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5958 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5959 with the changed semantics of the functions above.
5960
5961 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5962 when macros occur in obscure places. Optimized the sexp movement
5963 a bit.
5964
5965 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5966
5967 Enhancements for c-beginning-of-statement to work in AWK Mode:
5968
5969 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5970 (completed statement) with `}' (statement completed by closing
5971 brace or semicolon) and `$' (statement completed by EOL).
5972
5973 (c-awk-virtual-semicolon-ends-prev-line-p)
5974 (c-awk-virtual-semicolon-ends-line-p)
5975 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5976 (c-awk-at-statement-end-p): New functions.
5977
5978 * progmodes/cc-cmds.el: Simplify the structure of functions
5979 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5980 two functions and c-beginning-of-statement to handle AWK Mode.
5981
5982 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5983 c-backward-single-comment for AWK mode. Attempt to clarify their
5984 doc-strings.
5985
5986 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5987
5988 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5989
5990 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5991 label handling. Labels are now recognized in a uniform and more
5992 robust way, regardless of context. Text properties are put on all
5993 labels to recognize the following declarations better.
5994 Multiword labels are handled both in indentation and fontification for
5995 the benefit of language extensions like Qt. For consistency, keywords
5996 in labels are now fontified with the label face instead.
5997 That also applies to "case" and "default".
5998
5999 (c-beginning-of-statement-1): Fix some bugs in the label
6000 handling. Disregard `c-nonlabel-token-key' in labels that begin
6001 with `c-label-kwds'.
6002
6003 (c-find-decl-spots): Support that the callback adds more
6004 `c-decl-end' spots to find.
6005
6006 (c-forward-decl-or-cast-1): Don't treat a list of plain
6007 identifiers followed by a colon as a declaration.
6008
6009 (c-forward-label): New function to recognize labels.
6010
6011 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6012 `c-forward-label'. Moved the label recognition cases (14 and 15)
6013 earlier since they aren't so context sensitive now. Handle labels
6014 on the top level gracefully. Moved access label recognition to
6015 the generic label case (CASE 15) - removed CASE 5E.
6016
6017 (c-font-lock-declarations): Add recognition of labels in the
6018 same round since we need to handle labels in parallell with other
6019 declarations to recognize both accurately. It should also improve
6020 speed.
6021
6022 (c-simple-decl-matchers, c-basic-matchers-after):
6023 Move `c-font-lock-labels' so that it only is used on decoration level 2
6024 since `c-font-lock-declarations' handles it otherwise.
6025
6026 (c-complex-decl-matchers): Remove the simplistic recognition of
6027 access labels.
6028
6029 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6030 with labels earlier.
6031
6032 (c-decl-start-re): New language variable to make
6033 `c-font-lock-declarations' stop for the special protection labels
6034 in Objective-C that start with `@'.
6035
6036 (c-label-key): Remove since it's no longer used.
6037
6038 (c-recognize-colon-labels, c-label-prefix-re): New language
6039 constants to support recognition of generic colon-terminated labels.
6040
6041 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6042 are colon terminated labels.
6043
6044 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6045 first argument starts with a special brace list.
6046
6047 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6048 (c-font-lock-declarations): Break out the declaration and cast
6049 recognition from `c-font-lock-declarations' to a new function, so
6050 that it can be used in the indentation engine.
6051
6052 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6053 up to the start of the literal. Fixed bug with the point on the
6054 wrong side of the search limit that could happen when the start
6055 position is inside a literal.
6056
6057 * progmodes/cc-engine.el (c-parse-state)
6058 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6059 so that it's kept a little bit back to increase the hit rate.
6060
6061 (c-parse-state): Change the macro handling and fixed some
6062 glitches. Macro context is checked more often than necessary now,
6063 but otoh less garbage conses are generated.
6064
6065 * progmodes/cc-engine.el (c-parse-state)
6066 (c-invalidate-state-cache): Cache the last position where
6067 `c-state-cache' applies. This can speed up refontification quite
6068 a bit in blocks where there are many non-brace parens before the point.
6069
6070 (c-state-cache-end): New variable for this.
6071
6072 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6073 cache variable.
6074
6075 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6076 get close initial continue positions when the start position is
6077 inside a literal or macro. Do not call the callback for spots
6078 before the start position (which can happen e.g. for `c-decl-end'
6079 spots inside comments). Optimize better in special cases when the
6080 region is a single line inside a literal or macro (typically when
6081 the current line is refontified).
6082
6083 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6084 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6085 entries from the paren state.
6086
6087 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6088 special case for "else if" clauses.
6089
6090 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6091 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6092
6093 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6094 New language variable to recognize the gcc extension with statement
6095 blocks inside expressions.
6096
6097 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6098 it somewhat more comprehensible. The argument AT-BLOCK-START is
6099 no longer used and hence removed.
6100
6101 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6102 to `c-add-stmt-syntax'.
6103
6104 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6105 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6106 This fixes bogus label recognition.
6107
6108 * progmodes/cc-engine.el (c-add-type, c-check-type)
6109 (c-forward-name, c-forward-type): Improve storage of template
6110 types in `c-found-types' so that they can be recognized better.
6111
6112 (c-syntactic-content): Add option to skip past nested parens.
6113
6114 * progmodes/cc-engine.el (c-forward-name):
6115 Set `c-last-identifier-range' all the time. It's less work that way.
6116 Handle that there might not be an identifier to store in
6117 `c-last-identifier-range'.
6118
6119 (c-forward-type): Handle that `c-last-identifier-range' might be
6120 nil from `c-forward-name'.
6121
6122 * progmodes/cc-defs.el (c-safe-scan-lists)
6123 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6124
6125 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6126 to work even if the form fails.
6127
6128 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6129 down in a large file in one go.
6130
6131 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6132
6133 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6134 function which is like `c-lineup-math' but returns nil instead of
6135 `c-basic-offset' when it doesn't match.
6136
6137 (c-lineup-math): Change to use `c-lineup-assignments'.
6138
6139 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6140
6141 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6142 c-beginning-of-statement. New subfunctions
6143 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6144
6145 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6146
6147 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6148 hardcoded char classes whereever possible. Changed a couple of
6149 places to use skip by syntax instead of skip by char class.
6150
6151 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6152 Fix a bug in the regexp that caused extreme backtracking.
6153
6154 * progmodes/cc-langs.el (c-block-comment-starter)
6155 (c-block-comment-ender): New language constants to specify in a
6156 single place how block comments look.
6157
6158 (c-comment-start-regexp, c-block-comment-start-regexp)
6159 (comment-start, comment-end, comment-start-skip)
6160 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6161 (c-syntactic-ws, c-nonempty-syntactic-ws)
6162 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6163 `c-line-comment-starter', `c-block-comment-starter' and
6164 `c-block-comment-ender'.
6165
6166 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6167 New language constants to break up things a bit.
6168
6169 (c-simple-ws): New language constant for simple whitespace.
6170
6171 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6172
6173 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6174 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6175 newlines. Allow and ignore nil elements in the list.
6176
6177 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6178
6179 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6180 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6181
6182 * progmodes/cc-cmds.el: Tidy up the comments in
6183 c-beginning-of-statement and subfunctions.
6184
6185 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6186 more flexible c-put-char-property and c-clear-char-properties.
6187 Add the author's email address.
6188
6189 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6190
6191 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6192 closing "*/" of a block comment.
6193
6194 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6195 subfunctions) so that it works at BOB and EOB.
6196
6197 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6198 c-beginning-of-statement, including new variable
6199 c-block-comment-start-regexp.
6200
6201 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6202
6203 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6204 symbols from `*-font-lock-extra-types' so that there's no need to
6205 use `regexp-opt' on those lists.
6206
6207 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6208 `c-type-modifier-kwds' is empty.
6209
6210 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6211 there are several strings on the same line.
6212
6213 * progmodes/cc-engine.el (c-literal-limits): Remove the
6214 compatibility function for older emacsen. `c-literal-limits-fast'
6215 has now taken the place of this function.
6216
6217 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6218 with older emacsen: We now require `pps-extended-state'.
6219
6220 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6221
6222 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6223 which obviates the need to hack sentence-end. This now handles
6224 escaped newlines in strings correctly. Correct minor bugs in
6225 c-move-over-sentence and in c-beginning-of-statement.
6226
6227 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6228 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6229 that movement over macros and code are rigorously separated from
6230 eachother. Correct a few incidental bugs.
6231
6232 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6233 Improve its doc-string. Improve the handling of certain specific cases.
6234
6235 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6236
6237 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6238 (c-guess-basic-syntax): Change the way class-level labels are
6239 recognized; they can now contain essentially any symbols.
6240
6241 (c-opt-extra-label-key): New language variable to cope with the
6242 special protection label syntax in Objective-C.
6243
6244 (c-opt-access-key): Remove; this is now handled better by
6245 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6246
6247 (c-complex-decl-matchers): Update to handle that
6248 `c-opt-access-key' no longer exists.
6249
6250 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6251 improved label recognition in `c-beginning-of-statement-1'.
6252
6253 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6254 Recognize bitfields better.
6255
6256 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6257 Remove some cruft and fixed a bug that could cause it to go to a
6258 position further down.
6259
6260 * progmodes/cc-langs.el, cc-engine.el
6261 (c-beginning-of-statement-1): Improve detection of labels in
6262 declaration contexts.
6263
6264 (c-beginning-of-decl-1): Use it.
6265
6266 (c-nonlabel-token-key): New language constant and variable needed
6267 by `c-beginning-of-statement-1'.
6268
6269 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6270 manifested itself due to the correction in `c-forward-sexp'.
6271
6272 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6273 Make these behave as documented when used at the buffer limits.
6274
6275 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6276 (c-type-decl-end-used): Made this a language variable.
6277
6278 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6279 correctly when `combine-after-change-calls' is used together with
6280 temporary narrowings.
6281
6282 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6283 Report labels correctly when the start point is immediately after the
6284 colon.
6285
6286 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6287 Remove since it isn't used anymore.
6288
6289 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6290 bracket arglists such as template parens in C++.
6291
6292 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6293 in the last check-in. Some optimization.
6294
6295 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6296 where it could stop at the same level in a preceding sexp when
6297 PAREN-LEVEL is set.
6298
6299 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6300 text property lookup only when it's needed.
6301
6302 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6303 Change the policy for paren marked angle brackets to be more
6304 persistent; once marked they remain marked even when they're found
6305 to be unbalanced in the searched region. This should keep the
6306 paren syntax around even when individual lines are refontified in
6307 multiline template arglists.
6308
6309 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6310 to control markup so that incorrect angle bracket arglists aren't
6311 marked in contexts where the correct value for
6312 `c-disallow-comma-in-<>-arglists' isn't known.
6313
6314 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6315 argument has become `c-parse-and-markup-<>-arglists'.
6316
6317 (c-remove-<>-arglist-properties): Remove - no longer used.
6318
6319 (c-after-change-check-<>-operators): New function used on
6320 `after-change-functions' to avoid that "<" and ">" characters that
6321 are part of longer operators have paren syntax.
6322
6323 (c-<>-multichar-token-regexp): New language variable used by
6324 `c-after-change-check-<>-operators'.
6325
6326 (c-after-change): Call `c-after-change-check-<>-operators'.
6327
6328 (c-font-lock-<>-arglists): Use the context properties set by
6329 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6330 correctly to avoid doing invalid markup.
6331
6332 (c-font-lock-declarations): Remove code that undoes the invalid
6333 markup done by `c-font-lock-<>-arglists'.
6334
6335 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6336 after `c-font-lock-declarations'.
6337
6338 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6339 Add paren-level feature.
6340
6341 (c-guess-basic-syntax): Improve the anchor position for
6342 `template-args-cont' in nested template arglists. There's still
6343 much to be desired in this area, though.
6344
6345 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6346
6347 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6348 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6349
6350 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6351
6352 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6353 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6354
6355 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6356 it doesn't work no longer are supported.
6357
6358 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6359 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6360 requires support for the syntax-table' text property, which rules
6361 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6362 cruft associated with those versions.
6363
6364 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6365 for the `syntax-table' text property, which rules out Emacs 19 and
6366 XEmacs < 21.4. Removed various compatibility cruft associated
6367 with those versions.
6368
6369 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6370 support for the `syntax-table' text property.
6371
6372 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6373 variable and use an extra quoted face name instead. All the
6374 emacsen flavors handle that correctly.
6375
6376 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6377 (c-font-lock-declarators, c-font-lock-declarations)
6378 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6379 property to mark the items in in declarator lists to handle
6380 refontification inside multiline declarations better.
6381
6382 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6383 construct like "a * b = c;" as a declaration.
6384
6385 2005-12-08 Kim F. Storm <storm@cua.dk>
6386
6387 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6388 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6389 select either meta, hyper, or super modifier for rectangle commands.
6390 (cua--rectangle-modifier-key): New defvar.
6391 (cua--M/H-key): Use it. Remove special case for `space'.
6392 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6393 on X, to meta otherwise. Always bind C-return to toggle
6394 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6395
6396 * emulation/cua-rect.el (cua-help-for-rectangle):
6397 Use cua--rectangle-modifier-key. Handle super modifier too.
6398 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6399 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6400
6401 * ido.el: Move Acknowledgements and History after Commentary.
6402 Minor changes to Commentary.
6403
6404 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6405 keymap if cua--prefix-override-timer is `shift'.
6406 (cua--shift-control-prefix): New function; emulate "type prefix
6407 key twice" functionality to handle shifted prefix key override.
6408 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6409 New commands.
6410 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6411
6412 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6413
6414 * textmodes/org.el (org-insert-heading): Try to do items before
6415 headings.
6416 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6417 (org-insert-item): New function.
6418 (org-renumber-ordered-list): Don't skip to higher level lists.
6419
6420 2005-12-08 Juri Linkov <juri@jurta.org>
6421
6422 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6423
6424 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6425
6426 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6427
6428 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6429 the constructed function name fun-1.
6430
6431 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6432 because such links don't lead to parent documentation.
6433
6434 2005-12-08 Kenichi Handa <handa@m17n.org>
6435
6436 * descr-text.el (describe-char): Use *Help-2* buffer if the
6437 current buffer is *Help*. Call describe-text-properties while
6438 setting the original buffer.
6439
6440 2005-12-07 Bill Wohler <wohler@newt.com>
6441
6442 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6443 and causes problems with non-MH users (such as Gnus users).
6444
6445 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6446
6447 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6448 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6449 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6450 command "info sources". Move calls to GDB command "list".
6451 (gdb-find-file-hook): Just use gdb-source-file-list.
6452 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6453 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6454 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6455 (gdb-data-list-register-values-handler): Use correct trigger name.
6456
6457 2005-12-07 Kim F. Storm <storm@cua.dk>
6458
6459 * ido.el (ido-completion-map): Rename from ido-mode-map.
6460 (ido-common-completion-map, ido-file-completion-map)
6461 (ido-file-dir-completion-map, ido-buffer-completion-map):
6462 Rename from ido-mode-....-map.
6463 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6464 (ido-setup-completion-map): Rename from ido-define-mode-map.
6465 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6466 to ido-completion-map.
6467
6468 2005-12-07 Kenichi Handa <handa@m17n.org>
6469
6470 * international/mule-cmds.el
6471 (set-display-table-and-terminal-coding-system): If the coding
6472 system specified in `unibyte-display' property is different from
6473 the arg coding-system, don't setup standard-display-table.
6474
6475 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6476
6477 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6478 that comments end at \n, regardless of selective-display.
6479
6480 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6481
6482 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6483 (gdb-version): New variables.
6484 (gdb-source-file-list, gdb-register-names)
6485 (gdb-changed-registers): New variables for use with GDB 6.4+.
6486 (gdb-ann3): Replace with...
6487 (gdb-init-1, gdb-init-2): ...two new functions.
6488 (gdba, gdb-prompt): Call gdb-init-1.
6489 (gdb-get-version): New function. Call gdb-init-2 from here.
6490 (gud-watch): Make it work with mouse events too.
6491 (gdb-post-prompt): Don't add to queue until GDB version is known.
6492 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6493 (gdb-locals-mode): Use gdb-version.
6494 (gdb-memory-format-map, gdb-memory-unit-map)
6495 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6496 (gdb-locals-font-lock-keywords-1)
6497 (gdb-locals-font-lock-keywords-2): New variables.
6498 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6499 (gdb-set-gud-minor-mode-existing-buffers-1)
6500 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6501 (gdb-var-update-1, gdb-var-update-handler-1)
6502 (gdb-data-list-register-values-handler)
6503 (gdb-data-list-register-values-custom)
6504 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6505 (gdb-stack-list-locals-handler, gdb-get-register-names):
6506 New functions for use with GDB 6.4+.
6507 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6508 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6509 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6510 (gdb-stack-list-locals-regexp)
6511 (gdb-data-list-register-names-regexp): New regexps for use with
6512 GDB 6.4+.
6513
6514 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6517
6518 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6519
6520 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6521 prompts work for AUTH PLAIN. Also reported by Steve Allan
6522 <seallan@verizon.net>.
6523
6524 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6525
6526 * frame.el (set-frame-parameter): Add doc string.
6527
6528 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6529
6530 * textmodes/org.el (org-occur-highlights): New variable.
6531 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6532 (org-highlight-sparse-tree-matches): New option.
6533 (org-do-occur): New function.
6534 (org-get-heading): Make it work also at beginning of line.
6535 (org-category-table): New variable.
6536 (org-get-category-table, org-get-category)
6537 (org-camel-to-words, org-link-search): New functions.
6538 (org-select-this-todo-keyword): New variable.
6539 (org-todo-list): New command.
6540 (org-shiftright, org-shiftleft): New commands.
6541 (org-agenda-todo): Add prefix argument.
6542 (org-show-hierarchy-above): New option.
6543 (org-show-todo-tree): Numerical prefix creates tree for specific
6544 TODO keyword.
6545 (org-outline-level): New function, to assign a level to plain
6546 lists items.
6547 (org-cycle-include-plain-lists): New option.
6548 (org-mode): Use `org-outline-level' as value of `outline-level'.
6549 (org-cycle): Temporarily switch `outline-regexp' if
6550 `org-cycle-include-plain-lists' is non-nil.
6551 (org-start-icalendar-file): Fix format bug.
6552 (org-agenda-get-day-entries): Create category table.
6553 (org-agenda-get-todos, org-agenda-get-timestamps)
6554 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6555 (org-agenda-get-blocks): Use `org-get-category'.
6556 (org-context-in-file-links): Rename from
6557 `org-line-numbers-in-file-links'.
6558
6559 2005-12-06 Romain Francoise <romain@orebokech.com>
6560
6561 * window.el (balance-windows): Delete extraneous third arg in call
6562 to `enlarge-window'.
6563
6564 2005-12-06 Kenichi Handa <handa@m17n.org>
6565
6566 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6567
6568 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6569
6570 * progmodes/gdb-ui.el (gdb-var-create-handler)
6571 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6572 (gdb-var-list-children-handler, gdb-var-update-handler):
6573 Current buffer is already gdb-partial-output-buffer, don't
6574 make it current again.
6575
6576 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6577
6578 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6579 (list-buffers-noselect): Use it.
6580
6581 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6584 (mail-yank-ignored-headers): Use regexp-opt.
6585 (mail-mode-map): Move initialization into declaration.
6586 (mail-sent-via): Remove unused shadowed var `to-line'.
6587 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6588 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6589 (mail-do-fcc): Use dolist and push.
6590 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6591 (mail-yank-ignored-headers): Don't autoload.
6592
6593 2005-12-05 Kenichi Handa <handa@m17n.org>
6594
6595 * international/mule-cmds.el (set-language-info-internal): New fun.
6596 (set-language-info): Call set-language-info-internal to update
6597 language-info-alist. If LANG-ENV is the current one, call
6598 set-language-environment to make INFO effective now.
6599 (set-language-info-alist): Likewise.
6600 (locale-language-names): With locale "en", use English
6601 lang. env. but set the default codings to iso-8859-1.
6602
6603 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6604
6605 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6606 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6607 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6608 for plain strings.
6609 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6610 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6611 Create registers buffer if necessary. Echo new state in minibuffer.
6612 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6613
6614 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6615
6616 * info.el (Info-fontify-node): Match external links using
6617 non-directory part of filename.
6618
6619 2005-12-04 Juri Linkov <juri@jurta.org>
6620
6621 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6622 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6623 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6624 because there is no customization option for it.
6625
6626 * font-lock.el (lisp-font-lock-keywords-1):
6627 Add define-global-minor-mode.
6628
6629 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6630
6631 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6632 properties on the constructed variable names.
6633
6634 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6635 Put `definition-name' properties on the constructed function names
6636 next-sym and prev-sym.
6637
6638 * emacs-lisp/find-func.el (find-function-regexp):
6639 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6640 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6641 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6642 and easy-menu-define.
6643
6644 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6645 easy-mmode-define-global-mode and define-global-minor-mode.
6646 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6647
6648 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6649 instead of easy-mmode-define-global-mode.
6650
6651 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6652 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6653
6654 * cus-edit.el (customize-group, customize-group-other-window):
6655 Filter out autoloaded options from the group completion list by
6656 using heuristics that autoloaded groups don't have `custom-autoload'
6657 property on their symbols (they have only `custom-loads').
6658
6659 * simple.el (completion-setup-function): Put completions-common-part
6660 face on complete completion string too (i.e. completion string
6661 without completions-first-difference face).
6662
6663 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6664
6665 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6666
6667 * view.el (view-mode): Doc fix.
6668
6669 * disp-table.el (standard-display-european): Add to the warning
6670 message a reference to the doc string.
6671
6672 * play/yow.el (apropos-zippy): Call print-help-return-message,
6673 similar to other Help and Apropos commands.
6674
6675 * help.el (print-help-return-message): If pop-up-frames is
6676 non-nil, set up help-return-method to delete the help window and,
6677 possibly, its frame as well, and don't display message about
6678 scrolling the help window. Doc fix.
6679 (help-return-method): Doc fix.
6680
6681 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6682
6683 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6684 whereby names of length one or names starting with a
6685 symbol-constituent character would not be returned.
6686
6687 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6688
6689 * subr.el (atomic-change-group): Add edebug and indentation spec.
6690
6691 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6692
6693 * completion.el (save-completions-file-name): Fix typo in last change.
6694
6695 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6696
6697 * info.el: Move back/forward history to the beginning of the tool bar.
6698
6699 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6700
6701 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6702 Add fset of allout-real-isearch-abort during compile to fix
6703 byte-compilation warnings.
6704 (allout-mode-p): Move definition of this macro above all uses, or
6705 byte compilation in barren emacs (eg, during emacs build) will
6706 lack the definition.
6707 (allout-mode): Move this variable above any uses, or byte
6708 compilation will fail.
6709 (allout-resolve-xref): Remove use of personal file-reference function.
6710 (allout-toggle-current-subtree-encryption): Do the current (ie,
6711 visible containing) topic, rather than nearest around point. Doc fix.
6712 (allout-toggle-subtree-encryption): New function, workhorse that
6713 works on nearest topic containing point.
6714 (allout-encrypt-string): Signal requirement for newer version of pgg.
6715 (allout-resumptions): Doc fix.
6716
6717 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6718
6719 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6720
6721 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6722
6723 * textmodes/flyspell.el (flyspell-external-point-words):
6724 Consider a misspelling as found in the string search if: (a) misspelling
6725 and found string lengths match, or (b) misspelling is found as
6726 element in a boundary-chars separated longer string, or (c)
6727 ispell-program-name is really ispell and misspelling is found as
6728 part of a TeX string. After successful match move beginning of
6729 search region to end of match. Warn about not found misspellings
6730 once the process is done.
6731 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6732
6733 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6734
6735 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6736 tool bar (removed inadvertently).
6737
6738 2005-12-02 Juri Linkov <juri@jurta.org>
6739
6740 * log-view.el (log-view-diff): Clarify doc string.
6741
6742 2005-12-01 Bill Wohler <wohler@newt.com>
6743
6744 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6745 triggers lm-verify errors.
6746
6747 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6748
6749 * simple.el (transient-mark-mode, line-number-mode)
6750 (column-number-mode, size-indication-mode): Remove `:require nil'.
6751
6752 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6753
6754 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6755 in the margin also.
6756 (gdb-breakpoints-mode-map): Use D instead of d for
6757 gdb-delete-breakpoint.
6758 (gdb-get-frame-number): Require a number to match on.
6759 (gdb-threads-mode-map): Add follow-link binding.
6760
6761 2005-11-30 Jason Rumney <jasonr@gnu.org>
6762
6763 * isearch.el (isearch-mode-map): Avoid exiting search on
6764 language-change event.
6765
6766 2005-11-30 Romain Francoise <romain@orebokech.com>
6767
6768 * speedbar.el (speedbar-default-position): New defcustom.
6769 (speedbar-frame-reposition-smartly): Use it.
6770
6771 * dframe.el (dframe-reposition-frame-emacs): Fix position
6772 computation for `left' location.
6773 Update copyright year.
6774
6775 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * help.el (help-map): Move initialization into declaration.
6778
6779 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6780
6781 * help-fns.el (help-argument-name): Don't autoload.
6782 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6783 to be re-loaded when customizing the `help' group.
6784
6785 2005-11-30 John Paul Wallington <jpw@gnu.org>
6786
6787 * help-fns.el (describe-function-1): Fill arglist output.
6788
6789 2005-11-30 Kim F. Storm <storm@cua.dk>
6790
6791 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6792 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6793 after revert-buffer (or anything else which kills all local variables).
6794
6795 * apropos.el (apropos-parse-pattern): Doc fix.
6796 Set apropos-regexp directly, rather than expecting callers to do so.
6797 (apropos-command, apropos, apropos-value, apropos-documentation):
6798 Simplify calls to apropos-parse-pattern.
6799
6800 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6801
6802 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6803 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6804 (hi-lock-write-interactive-patterns): Use comment-region.
6805
6806 * longlines.el (longlines-mode): Add mail-setup-hook.
6807
6808 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6809
6810 * simple.el (sendmail-user-agent-compose, next-line):
6811 Conditionally use hard-newline.
6812
6813 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6814
6815 * international/latexenc.el (latex-inputenc-coding-alist):
6816 Reword doc string.
6817
6818 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6819
6820 * help.el (describe-key-briefly, describe-key): Recognize default
6821 bindings.
6822
6823 2005-11-29 Romain Francoise <romain@orebokech.com>
6824
6825 * view.el (view-inhibit-help-message): New defcustom.
6826 (view-mode-enter): Use it.
6827
6828 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6829
6830 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6831 Preserve user position.
6832
6833 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6834
6835 * font-lock.el: Throw error if facemenu is not loaded to prevent
6836 accidental change of loading order in loadup.el. (Suggested by RMS.)
6837
6838 * loadup.el: Add comment explaining why facemenu must be loaded
6839 before font-lock.
6840
6841 2005-11-28 Jay Belanger <belanger@truman.edu>
6842
6843 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6844 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6845
6846 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6847
6848 * calc/calc-embed.el (calc-do-embedded): Update help message.
6849
6850 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6851
6852 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6855
6856 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6857 called-interactively-p.
6858 (elp-profilable-p): Rename from elp-not-profilable-p.
6859 Invert result and take into account macros and autoloaded functions.
6860 (elp-instrument-function): Update call.
6861 (elp-instrument-package): Update call. Add completion.
6862 (elp-pack-number): Use match-string.
6863 (elp-results-jump-to-definition-by-mouse): Merge into
6864 elp-results-jump-to-definition and then remove.
6865 (elp-output-insert-symname): Make help echo text single-line.
6866
6867 * replace.el (query-replace-map): Move initialization into declaration.
6868 (occur-engine): Use with-current-buffer.
6869 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6870 (occur-mode-mouse-goto): Replace with an alias.
6871
6872 2005-11-28 Juri Linkov <juri@jurta.org>
6873
6874 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6875
6876 * term/w32-win.el: Bind [S-tab] to [backtab].
6877
6878 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6879 `Info-find-file' to t.
6880
6881 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6882 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6883 and same-window-regexps.
6884 (occur-next-error): Don't move point for arg 0.
6885
6886 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6887
6888 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6889
6890 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * log-edit.el (log-edit-changelog-use-first): New var.
6893 (log-edit-changelog-ours-p): Use it.
6894 (log-edit-insert-changelog): Set it with new arg `use-first'.
6895 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6896 (log-edit-hook): Add them to the list of suggested options.
6897
6898 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6899 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6900 redundant work.
6901 (flyspell-mode-on): Use add-hook for after-change-functions.
6902 (flyspell-mode-off): Use remove-hook for after-change-functions.
6903 (flyspell-changes): Make it buffer-local.
6904 (flyspell-after-change-function): Make it non-interactive. Use push.
6905 (flyspell-post-command-hook): Check input-pending-p while processing
6906 the potentially long list of buffer changes.
6907
6908 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6909
6910 * buff-menu.el (list-buffers-noselect): Display the selected
6911 frame's buffer list, not the global one.
6912
6913 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6914
6915 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6916 that (list last-input-event) works as in interactive spec.
6917
6918 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6919
6920 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6921 `facemenu-keymap' needs to be defined when font-lock is loaded.
6922 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6923
6924 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6925
6926 * completion.el: Remove useless leading * in defcustom docstrings.
6927 (save-completions-file-name): Use ~/.emacs.d if available.
6928 (completion-standard-syntax-table): Rename from
6929 cmpl-standard-syntax-table and fold initialization into declaration,
6930 thus removing cmpl-make-standard-completion-syntax-table.
6931 (completion-lisp-syntax-table, completion-c-syntax-table)
6932 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6933 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6934 (symbol-under-point, symbol-before-point)
6935 (symbol-under-or-before-point, symbol-before-point-for-complete)
6936 (add-completions-from-c-buffer): Use with-syntax-table.
6937 (make-completion): Don't return a list of completion entries.
6938 Update callers.
6939 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6940 (completion-initialize): Rename from initialize-completions.
6941 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6942 (kill-emacs-save-completions): Collect stats here.
6943 (save-completions-to-file, load-completions-from-file):
6944 Use with-current-buffer.
6945 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6946 into a function. Move all calls to toplevel.
6947 (completion-lisp-mode-hook): New fun.
6948 (completion-c-mode-hook, completion-setup-fortran-mode):
6949 Set the syntax-table here. Use local-set-key.
6950 (completion-saved-bindings): New var.
6951 (dynamic-completion-mode): Make it into a proper minor mode.
6952 (load-completions-from-file): Remove unused var `num-uses'.
6953
6954 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6955 constructor if it is explicitly overridden.
6956
6957 * complete.el (PC-completion-as-file-name-predicate):
6958 Use minibuffer-completing-file-name.
6959 (partial-completion-mode): Use find-file-not-found-functions.
6960 (PC-lisp-complete-symbol): Use with-syntax-table.
6961 (PC-look-for-include-file): Remove dead setq.
6962 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6963 (PC-complete): Use with-current-buffer.
6964
6965 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6966 escape single quotes.
6967
6968 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6969
6970 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6971 of `if' whose condition always returned nil. Doc fix.
6972
6973 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6974 window's buffer the current buffer around the call to
6975 `list-buffers-noselect'. This is necessary to mark that buffer
6976 with a `.' in the Buffer Menu when called from Lisp, for instance
6977 by Auto Revert Mode.
6978
6979 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6980
6981 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6982 attaching to it.
6983 (gdb-pre-prompt): Make sure gdb-error is reset.
6984
6985 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6986 with a child process, detect it.
6987 (gud-speedbar-buttons): Match regexp more carefully.
6988
6989 2005-11-27 Richard M. Stallman <rms@gnu.org>
6990
6991 * mouse.el (mouse-drag-move-window-bottom):
6992 Use adjust-window-trailing-edge.
6993
6994 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6995
6996 * simple.el (blink-matching-open): Ignore
6997 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6998 (blink-matching-paren-on-screen): Update docstring.
6999
7000 * paren.el (show-paren-mode): No longer change
7001 `blink-matching-paren-on-screen'.
7002
7003 2005-11-27 John Paul Wallington <jpw@pobox.com>
7004
7005 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7006 (gdb-threads-select, gdb-edit-register-value):
7007 Use `posn-set-point' instead of `mouse-set-point' because the
7008 latter is not fbound when configured without X.
7009
7010 2005-11-27 Kim F. Storm <storm@cua.dk>
7011
7012 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7013 existing face when partially highlighting a TAB in a rectangle.
7014
7015 2005-11-26 Kim F. Storm <storm@cua.dk>
7016
7017 * ido.el (ido-mode-map): Doc fix.
7018 (ido-mode-common-map, ido-mode-file-map)
7019 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7020 (ido-define-mode-map): Rewrite. Select one of the new maps as
7021 parent for ido-mode-map instead of building from scratch.
7022 (ido-init-mode-maps): New defun to initialize new maps.
7023 (ido-mode): Call it.
7024 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7025 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7026
7027 2005-11-26 John Paul Wallington <jpw@pobox.com>
7028
7029 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7030 `mouse-set-point' because the latter is not fbound when configured
7031 without X.
7032
7033 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7034
7035 * files.el (file-relative-name): Doc fix.
7036
7037 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7038
7039 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7040 non-empty string for secondary prompt PS2.
7041
7042 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7043
7044 * progmodes/compile.el (compilation-setup): Fix last change.
7045
7046 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7047
7048 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7049 (gdb-mouse-toggle-breakpoint-margin)
7050 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7051 Add gdb-server-prefix to keep out of command history.
7052 (gdb-edit-register-value): New function.
7053 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7054 (gdb-info-registers-custom): Use above map.
7055
7056 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7057
7058 * custom.el (enable-theme): Signal error if argument is not a
7059 theme. Don't recalculate a face if it's not loaded yet.
7060
7061 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7062 the `user' theme is in effect.
7063
7064 * info.el (Info-on-current-buffer): Record actual filename in
7065 Info-current-file, instead of t, or a fake filename if a non-file
7066 buffer. Make autoload.
7067 (Info-find-node, Info-revert-find-node): No need to check for
7068 Info-current-file nil.
7069 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7070 Info-current-file is now never `t'.
7071 (Info-fontify-node): Many simplifications due to Info-current-file
7072 always being valid. Use Info-find-file to find node filename.
7073
7074 2005-11-25 David Kastrup <dak@gnu.org>
7075
7076 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7077 new character, then delete" in order to preserve markers.
7078
7079 2005-11-25 David Ponce <david@dponce.com>
7080
7081 * recentf.el (recentf-arrange-by-rule): Handle a special
7082 `auto-mode-alist'-like "strip suffix" rule.
7083 (recentf-build-mode-rules): Handle second level auto-mode entries.
7084
7085 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7086
7087 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7088 window modes.
7089
7090 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7091 jde-javadoc-checker-report-mode.
7092
7093 * ediff-wind (ediff-make-wide-display): Slight simplification.
7094
7095 * ediff.el (ediff-date): Change the date of last update.
7096
7097 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7098
7099 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7100 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7101 (hi-lock-mode): New global minor mode.
7102 (turn-on-hi-lock-if-enabled): New function.
7103 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7104 Change arguments to regexp and face instead of a font-lock pattern.
7105 Directly set face property, instead of refontifying.
7106 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7107 (hi-lock-find-patterns): Use line-number-at-pos.
7108
7109 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7110 arguments for hi-lock-set-pattern.
7111 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7112 Call font-lock-fontify-buffer.
7113 (hi-lock-find-file-hook, hi-lock-current-line)
7114 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7115
7116 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7117 turned off.
7118
7119 * progmodes/compile.el (compilation-setup): Don't fiddle with
7120 font-lock-defaults.
7121
7122 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7123
7124 * progmodes/gdb-ui.el (gdb-var-create-handler)
7125 (gdb-var-list-children-handler): Find values for all variable
7126 objects. gud-speedbar-buttons decides whether to display them.
7127
7128 2005-11-24 Romain Francoise <romain@orebokech.com>
7129
7130 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7131 buffer name with a space.
7132
7133 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7134
7135 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7136 `org-export-local-list-max-depth'. Change default value to 3.
7137 (org-auto-renumber-ordered-lists)
7138 (org-plain-list-ordered-item-terminator): New options.
7139 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7140 (org-get-indentation, org-get-string-indentation)
7141 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7142 New functions.
7143 (org-move-item-down, org-move-item-up): New commands.
7144 (org-export-as-html): New classes for CSS support. Bug fix in
7145 regular expression detecting fixed-width regions. Respect
7146 `org-local-list-ordered-item-terminator'.
7147 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7148 also a list item.
7149 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7150 New item moving functions.
7151
7152 2005-11-24 Juri Linkov <juri@jurta.org>
7153
7154 * isearch.el (isearch-repeat): With empty search ring set
7155 `isearch-error' to the error string instead of signaling error
7156 with the function `error'.
7157
7158 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7159
7160 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7161
7162 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7163
7164 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7165 and variable.
7166 (gdb-var-create-handler, gdb-var-list-children-handler):
7167 Don't match on "char **...".
7168 (gdb-var-update-handler): Find values for all variable objects.
7169 (gdb-info-frames-custom): Identify frames by leading "#".
7170
7171 * progmodes/gud.el (gud-speedbar-menu-items): Add
7172 gdb-speedbar-auto-raise as radio button.
7173 (gud-speedbar-buttons): Raise speedbar if requested.
7174 Don't match on "char **...".
7175 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7176 Make it editable.
7177
7178 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7179
7180 * info.el (Info-fontify-node): Handle the case where
7181 Info-current-file is t.
7182
7183 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * simple.el (blink-matching-open): Fix off-by-one in last change.
7186
7187 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7188
7189 * term/mac-win.el: Don't change default directory.
7190
7191 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7192
7193 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7194 buffers correctly. (It used to throw an error in such buffers.)
7195 Make it ask for confirmation in group buffers and other Custom
7196 buffers containing more than one customization item.
7197
7198 2005-11-22 John Paul Wallington <jpw@gnu.org>
7199
7200 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7201 property on mail and url overlays.
7202 (goto-address-at-point): Use `posn-set-point' instead of
7203 `mouse-set-point' because the latter is not fbound when configured
7204 without X.
7205
7206 2005-11-22 Lars Hansen <larsh@soem.dk>
7207
7208 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7209 (ls-lisp-classify, ls-lisp-format): Delete call to
7210 ls-lisp-parse-symlink.
7211 (ls-lisp-handle-switches): Handle symlinks to directories as
7212 directories when ls-lisp-dirs-first in non-nil.
7213
7214 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7215
7216 * startup.el (command-line): Make sure that loaddefs.el is handled
7217 correctly in load-history.
7218
7219 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7220
7221 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7222 (gdb-struct-string, gdb-array-string): New constants.
7223 (gdb-info-locals-handler): Use them.
7224 (gdb-reset): Reset gdb-var-list to nil.
7225
7226 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7227
7228 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7229 in patterns.
7230
7231 2005-11-21 Juri Linkov <juri@jurta.org>
7232
7233 * custom.el (defcustom): Update link types in docstring.
7234
7235 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7236
7237 * custom.el (defgroup): Add doc-string-elt info.
7238
7239 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7240
7241 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7242
7243 * newcomment.el (comment-enter-backward): Fix last fix.
7244
7245 * simple.el (blink-matching-open):
7246 * paren.el (show-paren-function): Allow new paren-class info.
7247
7248 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7249
7250 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7251 handled automagically.
7252
7253 2005-11-20 Andreas Schwab <schwab@suse.de>
7254
7255 * descr-text.el (describe-char): When copying overlays put them
7256 over the full char description instead of just the first character
7257 of it.
7258
7259 2005-11-20 Juri Linkov <juri@jurta.org>
7260
7261 * simple.el (what-cursor-position):
7262 * descr-text.el (describe-char): Use Lisp-readable syntax
7263 for octal and hex. Reorder decimal, octal and hex values.
7264 Remove excess whitespace in the output. Use `=' in `column='
7265 like in `point=' and `Hscroll='.
7266
7267 * international/mule-cmds.el (encoded-string-description):
7268 Use Lisp-readable syntax for hex.
7269
7270 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7271
7272 * newcomment.el (comment-enter-backward): Handle the case where the
7273 comment is closed by EOB.
7274
7275 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7276
7277 * longlines.el (longlines-before-revert-hook)
7278 (longlines-after-revert-hook): New functions.
7279 (longlines-mode): Turn off longlines temporarily when reverting.
7280 Add a message-setup-hook.
7281 (longlines-decode-buffer): New function.
7282 (longlines-wrap-line): Preserve marker positions.
7283
7284 2005-11-19 Andreas Schwab <schwab@suse.de>
7285
7286 * emacs-lisp/shadow.el: Handle compressed files.
7287
7288 2005-11-19 Romain Francoise <romain@orebokech.com>
7289
7290 * net/browse-url.el (browse-url-default-browser): Signal an error
7291 if no usable browser can be found, rather than try to load w3.
7292
7293 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7294
7295 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7296 replacing existing properties.
7297 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7298 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7299 tty specs.
7300 (rcirc-server-prefix, rcirc-server): New faces.
7301 (rcirc-url-regexp): Generate with rx macro.
7302 (rcirc-last-server-message-time): New variable.
7303 (rcirc-filter): Record time of last message.
7304 (rcirc-keepalive): Kill processes that did not send a message
7305 since the last ping.
7306 (rcirc-mode): Give rcirc-topic a local binding here.
7307
7308 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7309
7310 * subr.el (read-passwd): Fontify the prompt as we do with other
7311 prompts.
7312
7313 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7314
7315 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7316 binding buffer-read-only to nil.
7317
7318 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7319
7320 * complete.el (partial-completion-mode):
7321 Mention completion-auto-help in the doc string.
7322
7323 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7324 more Lisp-ish way.
7325
7326 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7327
7328 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7329 digits, not 8, to avoid misalignment for files larger than 100MB.
7330
7331 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7332
7333 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7334 Mention "keyboard shortcuts" in the help text.
7335
7336 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7337
7338 * startup.el (fancy-splash-default-action): Discard only
7339 mouse-down and succeeding mouse-up events in the splash screen
7340 window so that drag-n-drop event can be processed.
7341
7342 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7343
7344 * longlines.el (longlines-mode): Add hacks for mail-mode and
7345 message-mode.
7346
7347 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7348
7349 * textmodes/org.el (org-table-sort-lines): New command.
7350 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7351 (org-add-file): Command removed, use `org-agenda-file-to-front'
7352 instead.
7353 (org-export-icalendar): Use `org-icalendar-combined-name'.
7354 (org-cycle-agenda-files, org-agenda-file-to-end)
7355 (org-agenda-file-to-front): New commands.
7356 (org-table-tab-jumps-over-hlines, org-export-html-style):
7357 New options.
7358 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7359 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7360 New functions.
7361 (org-fill-paragraph): Call `org-table-align' in tables.
7362 (org-mode): Call `org-set-autofill-regexps'.
7363 (org-export-as-html): Support for local handformatted lists.
7364 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7365 (org-export-local-list-max-depth): New option.
7366 (org-html-expand): Use `org-html-protect'.
7367
7368 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7369
7370 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7371 to "p".
7372 (gdb): Move definition of gud-pp to...
7373
7374 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7375 speedbar.
7376 (gdb-find-watch-expression): New function.
7377
7378 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7379
7380 * faces.el (face-attribute, set-face-attribute): Mention existence
7381 of `:ignore-defface' setting in docstring.
7382
7383 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7384
7385 * simple.el (completion-setup-function): Fix last change.
7386
7387 2005-11-17 John Paul Wallington <jpw@pobox.com>
7388
7389 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7390 Use `posn-set-point' instead of `mouse-set-point' because the
7391 latter is not fbound when configured without X.
7392
7393 * comint.el (comint-insert-input): Likewise.
7394
7395 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7396
7397 * simple.el (hard-newline): New variable.
7398 (sendmail-user-agent-compose, next-line): Use it.
7399
7400 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7401 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7402 (mail-mail-reply-to, mail-mail-followup-to)
7403 (mail-position-on-field, mail-signature, mail-yank-original)
7404 (mail-attach-file): Likewise.
7405
7406 * mail/mailheader.el (mail-header-format)
7407 (mail-header-format-function): Likewise.
7408
7409 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7410
7411 2005-11-17 Juri Linkov <juri@jurta.org>
7412
7413 * font-lock.el (font-lock-faces): Rename this defgroup from
7414 `font-lock-highlighting-faces'.
7415 (font-lock-comment-face, font-lock-comment-delimiter-face)
7416 (font-lock-string-face, font-lock-doc-face)
7417 (font-lock-keyword-face, font-lock-builtin-face)
7418 (font-lock-function-name-face, font-lock-variable-name-face)
7419 (font-lock-type-face, font-lock-constant-face)
7420 (font-lock-warning-face, font-lock-negation-char-face)
7421 (font-lock-preprocessor-face)
7422 (font-lock-regexp-grouping-backslash)
7423 (font-lock-regexp-grouping-construct): Rename :group from
7424 `font-lock-highlighting-faces' to `font-lock-faces'.
7425
7426 * cus-edit.el (lisp, c, tex):
7427 * progmodes/ada-mode.el (ada):
7428 * progmodes/asm-mode.el (asm):
7429 * progmodes/cperl-mode.el (cperl-faces):
7430 * progmodes/cpp.el (cpp):
7431 * progmodes/dcl-mode.el (dcl):
7432 * progmodes/f90.el (f90):
7433 * progmodes/fortran.el (fortran):
7434 * progmodes/icon.el (icon):
7435 * progmodes/idlwave.el (idlwave-misc):
7436 * progmodes/m4-mode.el (m4):
7437 * progmodes/make-mode.el (makefile):
7438 * progmodes/meta-mode.el (meta-font):
7439 * progmodes/modula2.el (modula2):
7440 * progmodes/octave-mod.el (octave):
7441 * progmodes/pascal.el (pascal):
7442 * progmodes/perl-mode.el (perl):
7443 * progmodes/prolog.el (prolog):
7444 * progmodes/ps-mode.el (PostScript-edit):
7445 * progmodes/scheme.el (scheme):
7446 * progmodes/sh-script.el (sh-script):
7447 * progmodes/simula.el (simula):
7448 * progmodes/tcl.el (tcl):
7449 * textmodes/nroff-mode.el (nroff):
7450 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7451 * textmodes/sgml-mode.el (sgml):
7452 * textmodes/texinfo.el (texinfo):
7453 Add :link (custom-group-link font-lock-faces) to defgroup.
7454
7455 * hi-lock.el (hi-lock): Rename this defgroup from
7456 `hi-lock-interactive-text-highlighting'. Change parent group from
7457 `faces' to `font-lock'. Add link to the manual.
7458 (hi-lock-mode, hi-lock-file-patterns-range)
7459 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7460 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7461 (hi-lock-faces): Add :group `faces'.
7462
7463 * cus-edit.el (custom-variable-prompt): Clarify the code.
7464
7465 * faces.el (face-read-string): Set the default value arg of
7466 completing-read.
7467
7468 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7469
7470 * rfn-eshadow.el (file-name-shadow-properties)
7471 (file-name-shadow-tty-properties, file-name-shadow-mode):
7472 Remove autoloads, because the file is now preloaded.
7473
7474 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7475
7476 * printing.el (easy-menu-intern): Don't define.
7477 (pr-get-symbol): Use easy-menu-intern only if defined.
7478
7479 * simple.el (blink-matching-open): Simplify a bit.
7480 (completion-setup-function): Fix the case of partial-completion-mode
7481 when the minibuffer's contents start with "-".
7482 Obey completion-base-size-function even when
7483 minibuffer-completing-file-name is non-nil.
7484
7485 2005-11-16 Richard M. Stallman <rms@gnu.org>
7486
7487 * net/eudcb-ph.el (eudc-ph-open-session):
7488 Use set-process-query-on-exit-flag.
7489
7490 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7491
7492 * international/ucs-tables.el (ucs-set-table-for-input):
7493 Use make-local-variable, not make-variable-buffer-local.
7494
7495 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7496 Improve warning message text.
7497
7498 * savehist.el (savehist-save-hook): Add :group.
7499
7500 * menu-bar.el (menu-bar-help-menu):
7501 Rename Find Extra Packages to External Packages.
7502
7503 * cus-edit.el (Custom-reset-standard): Verify that
7504 :custom-standard-value prop exists before calling it.
7505
7506 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7507
7508 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7509
7510 * wid-edit.el (color): Enclose %t in %{...%}.
7511
7512 * cus-edit.el (face): Enclose %t in %{...%}.
7513
7514 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7515
7516 * savehist.el (savehist-mode-hook): Re-add the var.
7517 (savehist-mode): Use it.
7518
7519 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7520
7521 * textmodes/flyspell.el: Fix commenting convention.
7522 Remove unnecessary leading * in custom docstrings.
7523 (flyspell-emacs): Remove unused var.
7524 (flyspell-delete-region-overlays): Use remove-overlays.
7525 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7526 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7527 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7528 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7529 (make-flyspell-overlay): Don't locally reuse a global name.
7530 (flyspell-highlight-incorrect-region)
7531 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7532 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7533 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7534 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7535 Wrap calls to accept-process-output inside with-local-quit since it's
7536 often called from a post-command-hook.
7537 (flyspell-correct-word, flyspell-auto-correct-word):
7538 Use ispell-send-string.
7539 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7540
7541 * calendar/diary-lib.el (diary-list-entries): Also hide the
7542 terminating newline.
7543
7544 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7545
7546 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7547 window-system, to allow fonts on tty.
7548
7549 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7550
7551 * progmodes/gud.el (gud-speedbar-item-info): New function.
7552 (gud-install-speedbar-variables): Use it to display data type
7553 of watch expression as a tooltip in speedbar.
7554
7555 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7556
7557 * font-core.el (global-font-lock-mode): Add :version keyword,
7558 because default was changed.
7559
7560 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7561
7562 * startup.el (command-line): Use `custom-reevaluate-setting' for
7563 `file-name-shadow-mode'.
7564
7565 * loadup.el: Preload rfn-eshadow.
7566
7567 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7568 Add :version keyword.
7569 (file-name-shadow-properties, file-name-shadow-tty-properties)
7570 (file-name-shadow): Add :version keyword.
7571
7572 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7573 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7574 in the custom-group property of the symbol frames and the fringe
7575 group got no link to its parent group frames.
7576 Doc fix.
7577
7578 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7579
7580 * progmodes/gud.el (gud-stop-subjob): New function.
7581 (gud-menu-map, gud-tool-bar-map): Use it.
7582
7583 2005-11-16 Kim F. Storm <storm@cua.dk>
7584
7585 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7586 than kill it.
7587 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7588 to a more useful/logical place.
7589
7590 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7591
7592 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7593 go buttons complementary.
7594
7595 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7598 (rfn-eshadow-sifn-equal): New function.
7599 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7600
7601 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7602
7603 * viper-utils.el (viper-non-word-characters-reformed-vi):
7604 Quote `-' in string.
7605
7606 * viper.el (viper-emacs-state-mode-list): Ensure that
7607 rcirc-mode buffers come up in Emacs state.
7608
7609 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7610 operation.
7611
7612 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7613
7614 * term.el (term-termcap-format): Fix typos.
7615 (term-down): Fix the negative argument case.
7616
7617 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7618
7619 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7620 2005-08-15.
7621 (gdb-ann3): New command gud-go.
7622 (menu): Accomodate gdb-mi.el.
7623 (gdb-assembler-custom): Make buffer of selected window current
7624 so that set-window-point works.
7625
7626 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7627 buttons and include new ones.
7628
7629 2005-11-16 Kim F. Storm <storm@cua.dk>
7630
7631 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7632 (gud-menu-map): Use it.
7633
7634 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7635
7636 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7637 that works correctly for Custom and that does not override a user
7638 who disables it.
7639
7640 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7641 (help-xref-interned, help-follow): Make hyperlinks for variables
7642 that are unbound, but have a non-nil variable-documentation property.
7643
7644 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7645 mode hook. (It conflicted with defcustoms for some mode hooks.)
7646 Use the `variable-documentation' property to give the mode hook a
7647 docstring and expand that docstring.
7648
7649 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7650
7651 * savehist.el (savehist-mode): Don't bother with
7652 `custom-set-minor-mode'.
7653 (savehist-coding-system): Check XEmacs version.
7654 (history-length): Declare also at run time.
7655 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7656 Don't set the customize state.
7657 (savehist-minibuffer-hook): Special case for when
7658 minibuffer-history-variable is equal to t.
7659
7660 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * files.el (write-file): Refresh VC status.
7663
7664 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7665 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7666 than fundamental-mode to see if the mode was set.
7667
7668 2005-11-14 Romain Francoise <romain@orebokech.com>
7669
7670 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7671 dummy function in `eval-when-compile' to avoid compiler warning.
7672 Require `man' at compile time.
7673
7674 2005-11-14 Jay Belanger <belanger@truman.edu>
7675
7676 * calc-alg.el (calcFunc-write-out-power): Rename it to
7677 calcFunc-powerexpand.
7678 (math-write-out-power): Rename it to math-powerexpand; have it
7679 handle negative exponents.
7680 (calc-writeoutpower): Rename it to calc-powerexpand.
7681
7682 * calc-ext.el: Change calcFunc-writeoutpower and
7683 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7684 autoloads.
7685 Add calcFunc-ldiv to autoloads.
7686
7687 * calc-arith.el (calcFunc-ldiv): New function.
7688
7689 * calc.el (calc-left-divide): New function.
7690
7691 2005-11-14 Juri Linkov <juri@jurta.org>
7692
7693 * cus-edit.el (custom-variable-prompt): Set the default value arg
7694 of completing-read.
7695
7696 * cus-dep.el (custom-make-dependencies): Reverse the list of
7697 found dependencies.
7698
7699 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7700
7701 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7702 Highlighting" entry, it is on by default now.
7703 (menu-bar-options-save): Do not save global-font-lock-mode.
7704
7705 2005-11-13 Richard M. Stallman <rms@gnu.org>
7706
7707 * textmodes/flyspell.el (flyspell-large-region):
7708 Call flyspell-accept-buffer-local-defs.
7709
7710 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7711
7712 * textmodes/flyspell.el (flyspell-notify-misspell):
7713 Fix misspelling of "Misspelling".
7714 (flyspell-process-localwords): New function.
7715 (flyspell-large-region): Call flyspell-process-localwords and
7716 flyspell-delete-region-overlays.
7717 (flyspell-delete-region-overlays): New function.
7718 (flyspell-delete-all-overlays): Call that.
7719
7720 2005-11-13 Richard M. Stallman <rms@gnu.org>
7721
7722 * help.el (help-for-help-internal): Improve doc of C-h a.
7723 (describe-key): Improve prompt; doc fix.
7724
7725 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7726
7727 * vc-svn.el (vc-svn-registered): Catch all errors.
7728
7729 * cus-dep.el (custom-make-dependencies): Typo.
7730
7731 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7732
7733 * net/tramp-util.el (top): Fix compilation warning.
7734
7735 2005-11-13 Kim F. Storm <storm@cua.dk>
7736
7737 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7738
7739 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7740
7741 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7742 (gud-speedbar-buttons): Match on "const char *" too.
7743
7744 * progmodes/gdb-ui.el (gdb-var-create-handler)
7745 (gdb-var-list-children-handler): Match on "const char *" too.
7746 (gdb-var-evaluate-expression-handler): Match on empty string.
7747 (gdb-var-update-handler): Only call
7748 gdb-var-evaluate-expression-handler when required.
7749
7750 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7751
7752 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7753 selected window. This still doesn't work for speedbar.
7754 (gud-speedbar-buttons): Handle string expressions properly.
7755
7756 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7757 (gdb-var-create-handler): Handle string expressions properly.
7758 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7759 Handle string expressions properly. Move "type" field into regexp.
7760
7761 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7762
7763 * bookmark.el (bookmark-maybe-message): New function to reduce
7764 code duplication: invokes `message' iff baud-rate is high enough.
7765 (bookmark-write-file): Use above instead of an inline conditional.
7766 (bookmark-load): Same.
7767
7768 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7769
7770 * bookmark.el (bookmark-write-file): Don't visit the destination
7771 file, just write the data to it using write-region. This is
7772 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7773 change to avoid visiting the file in the first place.
7774
7775 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7776
7777 * hi-lock.el (hi-lock-mode): Set the default value of
7778 font-lock-defaults.
7779
7780 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7781
7782 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7783 arg to `file-attributes'.
7784 (find-lisp-format): The UID and GID can now be strings.
7785
7786 2005-11-12 Kim F. Storm <storm@cua.dk>
7787
7788 * help.el (help-map): Bind C-h d to apropos-documentation.
7789
7790 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7791 when point is at end-of-buffer.
7792
7793 * apropos.el (apropos-match-face): Doc fix.
7794 (apropos-sort-by-scores): Add new choice `verbose'.
7795 (apropos-documentation-sort-by-scores): New defcustom.
7796 (apropos-pattern): Now contains the pattern entered by the user.
7797 (apropos-pattern-quoted): New defvar.
7798 (apropos-regexp): New defvar, containing the regexp corresponding
7799 to apropos-pattern.
7800 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7801 (apropos-read-pattern): New defun. Use it to read pattern arg in
7802 interactive calls; returns list of words for a word list, and
7803 string for a regexp.
7804 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7805 parses a list of words or regexp as returned by apropos-read-pattern.
7806 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7807 (apropos-score-doc): Return a very high score if the string
7808 entered by the user matches literally.
7809 (apropos-variable): Doc fix. Use apropos-read-pattern.
7810 (apropos-command): Doc fix. Use apropos-read-pattern and
7811 apropos-parse-pattern. Call apropos-print with nosubst=t.
7812 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7813 apropos-parse-pattern.
7814 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7815 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7816 apropos-documentation-sort-by-scores. Call apropos-print with
7817 nosubst=t.
7818 (apropos-documentation-internal): Pass doc string through
7819 substitute-key-definition before adding text properties.
7820 Highlight substring matching literal user input if possible.
7821 (apropos-documentation-check-doc-file): Remove locals beg and end.
7822 Fix calculation of score (as added twice). Pass doc string through
7823 substitute-key-definition before adding text properties.
7824 (apropos-documentation-check-elc-file): Pass doc string through
7825 substitute-key-definition before adding text properties.
7826 Highlight substring matching literal user input if possible.
7827 (apropos-print): Add new arg NOSUBST; if set, command and variable
7828 doc strings have already been passed through substitute-key-definition.
7829 Add code to handle apropos-accumulator items without score element
7830 for backwards compatibility (e.g. with woman package).
7831 Only show scores if apropos-sort-by-scores is `verbose'.
7832
7833 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7836 Add jka-compr-load-suffixes to load-suffixes.
7837
7838 * jka-compr.el: Require jka-cmpr-hook.
7839 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7840 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7841 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7842 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7843 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7844 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7845 (jka-compr-uninstall): Remove entries from
7846 jka-compr-added-to-file-coding-system-alist after they are used.
7847 (jka-compr-error): Remove unused var `curbuf'.
7848 (jka-compr-file-local-copy): Remove unused var `notfound'.
7849
7850 2005-11-10 Romain Francoise <romain@orebokech.com>
7851
7852 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7853
7854 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7855
7856 * progmodes/gud.el (gud-menu-map): Move parentheses.
7857 (gdb): New command gud-pv.
7858
7859 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 * tar-mode.el: Remove spurious or unnecessary leading stars
7862 in docstrings.
7863 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7864 (tar-parse-octal-integer-safe): Use mapc.
7865 (tar-header-block-summarize): Remove unused var `ck'.
7866 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7867 cleared before. Obey default-enable-multibyte-characters.
7868 Use mapconcat. Simplify setting of tar-header-offset.
7869 (tar-mode-map): Move initialization inside delcaration.
7870 (tar-flag-deleted): Use `abs'.
7871 (tar-expunge-internal): Remove unused var `line'.
7872 (tar-expunge-internal): Don't hardcode point-min==1.
7873 (tar-expunge): Widen while doing set-buffer-multibyte.
7874 (tar-rename-entry): Use file-name-coding-system.
7875 (tar-alter-one-field): Don't hardcode point-min==1.
7876 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7877 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7878
7879 2005-11-10 Masatake YAMATO <jet@gyve.org>
7880
7881 * add-log.el (add-log-current-defun): Handle class::method
7882 notation of c++. Fix incorrect comment.
7883
7884 2005-11-10 Alan Mackenzie <acm@muc.de>
7885
7886 * help-fns.el (describe-variable): Make C-h v work when a variable
7887 has variable documentation yet is unbound.
7888
7889 2005-11-10 Masatake YAMATO <jet@gyve.org>
7890
7891 * man.el (Man-highlight-references): Set an empty
7892 string to `Man-arguments' if it is nil.
7893 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7894
7895 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7898 commenting conventions.
7899
7900 * cus-dep.el (custom-make-dependencies): Simplify.
7901 Better follow the commenting conventions.
7902
7903 2005-11-09 Richard M. Stallman <rms@gnu.org>
7904
7905 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7906 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7907 All uses changed.
7908 (apropos-rewrite-regexp): Doc fix.
7909 (apropos-variable, apropos-command, apropos, apropos-value):
7910 Change prompt; carry through the argument renaming.
7911
7912 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7913
7914 * find-lisp.el: Require dired.
7915 (find-lisp-find-dired-internal): Do not call
7916 `abbreviate-file-name' on DIR.
7917
7918 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7919
7920 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7921
7922 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7923
7924 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7925 when using the speedbar.
7926 (gdb): New command gud-pp.
7927 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7928
7929 2005-11-09 Juri Linkov <juri@jurta.org>
7930
7931 * replace.el (occur-excluded-properties): New defcustom.
7932 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7933
7934 2005-11-08 Jay Belanger <belanger@truman.edu>
7935
7936 * calc/calc-units.el (math-convert-units): Replace any composite
7937 unit by its definition.
7938
7939 2005-11-08 Lars Hansen <larsh@soem.dk>
7940
7941 * emacs-lisp/autoload.el (update-directory-autoloads):
7942 Add obsolete function alias.
7943
7944 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7945
7946 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7947 comment-indent-function.
7948 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7949
7950 * reveal.el (reveal-post-command): Rework the handling of
7951 reveal-open-spots, so as to be more reliable. There were several
7952 tricky corner cases where an open spot might be lost, or where
7953 a closed spot might end up on the list of open spots.
7954 Only reveal text that's ellipsised.
7955
7956 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7957
7958 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7959
7960 2005-11-07 John Paul Wallington <jpw@gnu.org>
7961
7962 * ibuffer.el (ibuffer): Search iconified frames too when
7963 getting Ibuffer buffer's window.
7964
7965 2005-11-06 Richard M. Stallman <rms@gnu.org>
7966
7967 * progmodes/compile.el (compilation-internal-error-properties):
7968 save-excursion around the computation of MARKER.
7969
7970 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7971
7972 * textmodes/flyspell.el (flyspell-external-point-words):
7973 flyspell-get-word returns a list, not just a string.
7974
7975 2005-11-06 John Paul Wallington <jpw@pobox.com>
7976
7977 * ibuffer.el (ibuffer): Search all visible frames when getting
7978 Ibuffer buffer's window.
7979
7980 2005-11-07 Masatake YAMATO <jet@gyve.org>
7981
7982 * man.el (Man-reference-regexp): Accept spaces between
7983 `Man-name-regexp' and `Man-section-regexp'.
7984 (Man-apropos-regexp): New variable.
7985 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7986 if available.
7987 (Man-highlight-references, Man-highlight-references0):
7988 Handle the case when `Man-arguments' includes "-k".
7989 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7990 `TARGET'. `TARGET' can be a number, function or nil.
7991
7992 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7993
7994 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7995 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7996 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7997 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7998 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7999 (gdb-send-item): Use buffer-local-value and simplify.
8000
8001 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8002
8003 * startup.el (command-line): Use `custom-reevaluate-setting' for
8004 `global-font-lock-mode'.
8005
8006 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8007 by default, except in batch mode or when the -D option is given.
8008
8009 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8010 specified keyword args on to `define-minor-mode'. Update docstring.
8011
8012 2005-11-05 Romain Francoise <romain@orebokech.com>
8013
8014 * replace.el (occur-engine): Add marker at end of line, too.
8015
8016 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8017
8018 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8019 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8020 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8021 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8022 argument to all these routines, so the passphrase can be managed
8023 externally and passed in to the system.
8024 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8025 pgg-add-passphrase-to-cache function.
8026
8027 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8028 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8029 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8030 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8031 argument to all these routines, so the passphrase can be managed
8032 externally and passed in to the system.
8033 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8034 function.
8035
8036 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8037
8038 * font-lock.el: Don't deal with font-lock-face-attributes here,
8039 move the code ...
8040
8041 * startup.el (command-line): ... here. Use face-spec-set instead
8042 of custom-declare-face.
8043
8044 * faces.el (face-spec-set): Reset the face if spec is not nil.
8045
8046 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * newcomment.el (comment-region-internal): Box more tightly in the
8049 common case where there's no TAB in the boxed text.
8050
8051 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8052
8053 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8054 up-node.
8055
8056 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8057
8058 * newsticker.el: Commentary updated. Code formatting changed.
8059 (newsticker-version): Change to "1.9".
8060 (newsticker, newsticker-feed): Doc fix.
8061 (newsticker-url-list): Doc fix. Add option "Weekly".
8062 (newsticker-retrieval-interval): Add option "Weekly".
8063 (newsticker-headline-processing): Doc fix.
8064 (newsticker-auto-mark-filter): Remove.
8065 (newsticker-auto-mark-filter-list): New.
8066 (newsticker-layout, newsticker-sort-method): Doc fix.
8067 (newsticker-hide-old-items-in-newsticker-buffer)
8068 (newsticker-heading-format, newsticker-item-format)
8069 (newsticker-desc-format): Doc fix.
8070 (newsticker-show-all-rss-elements): Remove.
8071 (newsticker-show-all-news-elements): New.
8072 (newsticker-faces, newsticker-ticker): Doc fix.
8073 (remove-from-invisibility-spec): Code formatting.
8074 (newsticker--process-ids): New.
8075 (newsticker-mode): Doc fix.
8076 (newsticker-mode): Change mode-line-format.
8077 (newsticker-start): Remove debug output.
8078 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8079 (newsticker-w3m-show-inline-images): Code formatting.
8080 (newsticker-next-item): Call `force-mode-line-update'.
8081 (newsticker-previous-item): Call `force-mode-line-update'.
8082 (newsticker-next-feed): Call `force-mode-line-update'.
8083 (newsticker-previous-feed): Call `force-mode-line-update'.
8084 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8085 (newsticker-show-old-items): Do not show descs.
8086 (newsticker-hide-entry): Hide too much.
8087 (newsticker-hide-entry, newsticker-show-entry)
8088 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8089 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8090 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8091 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8092 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8093 (newsticker-get-news): Call `force-mode-line-update'.
8094 Collect process ids.
8095 (newsticker--sentinel): Change coding system handling.
8096 Move image retrieval to new functions newsticker--get-logo-url-*.
8097 Move feed parsing to new functions newsticker--parse-*.
8098 Update list of process ids.
8099 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8100 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8101 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8102 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8103 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8104 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8105 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8106 (newsticker--decode-coding-string): Remove.
8107 (newsticker--decode-numeric-entities): Check input. Format code.
8108 (newsticker--remove-whitespace): Check input.
8109 (newsticker--do-forget-preformatted): Doc fix.
8110 (newsticker--decode-rfc822-date): Allow for missing time.
8111 (newsticker--update-process-ids): New.
8112 (newsticker--image-sentinel): Change comment.
8113 (newsticker--image-read): Change error message.
8114 (newsticker--imenu-goto): Doc fix. Show headline title.
8115 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8116 (newsticker--buffer-do-insert-text): Clean whitespace in
8117 html-rendered headline title. Code formatting.
8118 Call `newsticker--buffer-print-extra-elements'.
8119 (newsticker--buffer-print-extra-element): Remove.
8120 (newsticker--buffer-print-extra-elements): New.
8121 (newsticker--buffer-do-print-extra-element): New.
8122 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8123 large sizes.
8124 (newsticker--run-auto-mark-filter)
8125 (newsticker--do-run-auto-mark-filter):
8126 Use `newsticker-auto-mark-filter-list'.
8127
8128 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8129
8130 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8131 (rcirc-print): Force redisplay before running hooks. Do long
8132 buffer truncation after making new text read-only. Deal with nil
8133 text when decoding strings. If TARGET is nil, use either the
8134 currently selected buffer, if it is an rcirc buffer and of the
8135 same process or the process buffer.
8136 (rcirc-mode): Remove header-line. Recompute short buffer names.
8137 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8138 (rcirc-short-buffer-name): Add variable.
8139 (rcirc-kill-buffer-hook): Recompute short buffer names.
8140 Remove nick from private channel.
8141 (rcirc-send-input): Send command text to current-buffer.
8142 Don't clear overlay arrow here.
8143 (rcirc-short-buffer-name): Return a short buffer name.
8144 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8145 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8146 buffer-name abbreviations.
8147 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8148 Do not touch nick-table when killing a parted channel.
8149 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8150 Clear arrow from current buffer if it is now hidden.
8151 (rcirc-current-buffer): Add variable.
8152 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8153 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8154 Remove -face from names.
8155 (rcirc-update-activity-string): Print "DND" when globally ignoring
8156 activity.
8157 (rcirc-ignore-buffer-activity-flag): Rename from
8158 rcirc-ignore-channel-activity.
8159 (rcirc-ignore-all-activity-flag): Doc fix.
8160 (rcirc-channels): Remove variable.
8161 (rcirc-kill-buffer-hook):
8162 (rcirc-get-buffer-create): Add nick to private channel.
8163 (rcirc-multiline-edit-submit): Remove tabs.
8164 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8165 folded.
8166 (rcirc-remove-nick-channel): Bug fix.
8167 (rcirc-toggle-ignore-buffer-activity): Rename from
8168 rcirc-toggle-ignore-channel-activity.
8169 (rcirc-record-activity): Add buffers to the front of the list.
8170 (rcirc-update-activity): Remove killed buffers from list.
8171 (rcirc-process-server-response-1): Remove last argument if it is
8172 null before calling handler.
8173 (rcirc): Add "rcirc" defcustom prefix.
8174 (rcirc-prompt): Simplify default prompt.
8175 Use custom-initialize-default.
8176 (rcirc-private-chats): Remove variable.
8177 (rcirc-prompt): Change initialization.
8178 (rcirc-version): Remove function.
8179 (rcirc-id-string): Add constant.
8180 (rcirc-last-buffer): Remove variable.
8181 (rcirc-buffer-alist): Add variable.
8182 (rcirc-connect): Update variable setup.
8183 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8184 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8185 default.
8186 (rcirc-handler-generic): Trigger activity.
8187 (rcirc-send-message): Create the buffor of the target.
8188 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8189 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8190 (rcirc-multiline-edit-cancel): Remove function.
8191 (rcirc-set-last-buffer): Remove function.
8192 (rcirc-get-any-buffer): Add function.
8193 (rcirc-join-channels): Don't print /join text.
8194 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8195 messages.
8196 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8197 (rcirc-handler-NOTICE): Recognize CTCP responses.
8198 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8199 constructing TOPIC string for buffers we are not JOINed.
8200 (rcirc-handler-CTCP-response): Add handler.
8201 (rcirc-multiline-edit-submit): Restore the window-configuration
8202 before adjusting point.
8203 (rcirc): Add customization group.
8204 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8205 (rcirc-user-full-name, rcirc-startup-channels-alist)
8206 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8207 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8208 (rcirc-input-ring-size, rcirc-read-only-flag)
8209 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8210 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8211 Change defvar to defcustom.
8212 (rcirc-update-prompt): Add optional ALL arg, which will update
8213 prompts in all rcirc buffers. Regexp quote replacement text.
8214 (rcirc-fill-column): Accept frame-width as a value.
8215 (rcirc-set-changed): Add function.
8216 (rcirc-next-active-buffer): Write more meaningful messages.
8217 (rcirc-faces): Add customization group.
8218 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8219 (rcirc-nick-in-message-face, rcirc-prompt-face)
8220 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8221 (with-rcirc-process-buffer): Move before first usage.
8222 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8223 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8224 (rcirc-debug): Rename from `rcirc-log'.
8225 (rcirc-format-response-string): Do not print `-' chars for a
8226 NOTICE with no sender. Simplify output of server responses.
8227
8228 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8229
8230 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8231 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8232 Make urls mouse and RET clickable.
8233
8234 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8235
8236 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8237
8238 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8239
8240 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8241 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8242 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8243 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8244 argument to all these routines, so the passphrase can be managed
8245 externally and passed in to the system.
8246 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8247 pgg-add-passphrase-to-cache function.
8248
8249 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8250 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8251 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8252 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8253 argument to all these routines, so the passphrase can be managed
8254 externally and passed in to the system.
8255 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8256 function.
8257
8258 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8259
8260 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8261 from goto-address-url-regexp.
8262
8263 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8264
8265 * textmodes/org.el (org-read-date, org-goto-calendar)
8266 (org-recenter-calendar, org-agenda-goto-calendar):
8267 Temporarily clear `calendar-move-hook'.
8268
8269 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8270
8271 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8272 merging.
8273
8274 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8275 have merge clashes.
8276
8277 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8278
8279 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8280 Undo previous change.
8281
8282 * startup.el (command-line): Use `custom-reevaluate-setting' for
8283 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8284 tty-register-default-colors on Mac.
8285
8286 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8287
8288 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8289 (gdb-buffer-type): Make it automatically buffer local...
8290 (gdb-get-create-buffer): ...and set it accordingly.
8291 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8292 actually work.
8293
8294 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8295
8296 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8297 not red.
8298
8299 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8300
8301 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8302 case GUD buffer is not visible.
8303 (gdb-goto-breakpoint): Try to force display in source buffer.
8304 (gdb-frame-gdb-buffer): Copy other similar functions.
8305 (gdb-restore-windows): Don't display source if not asked for.
8306 (gdb-assembler-buffer-name): Don't capitalise.
8307
8308 2005-11-03 Richard M. Stallman <rms@gnu.org>
8309
8310 * wid-edit.el (key-sequence): New widget type.
8311
8312 * simple.el (set-mark-command-repeat-pop): New variable.
8313 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8314 if set-mark-command-repeat-pop is true.
8315
8316 * info.el (Info-fontify-node): Don't display extra "see" if there
8317 already is one here.
8318
8319 * mouse.el: Fix special handling of DEL after dragging a region:
8320 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8321 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8322
8323 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8324
8325 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8326 not to assume it pertains to an affix.
8327
8328 * textmodes/flyspell.el (flyspell-post-command-hook):
8329 Bind deactivate-mark to prevent deactivation.
8330
8331 2005-11-03 Lars Hansen <larsh@soem.dk>
8332
8333 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8334 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8335 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8336
8337 2005-11-03 Romain Francoise <romain@orebokech.com>
8338
8339 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8340 Update copyright years.
8341
8342 2005-11-03 Sam Steingold <sds@gnu.org>
8343
8344 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8345 Use system-type instead of window-system because window-system is not
8346 correctly defined during loadup.
8347
8348 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8349
8350 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8351 (xml-parse-tag): Join strings separated by a comment properly.
8352
8353 2005-11-02 Andreas Schwab <schwab@suse.de>
8354
8355 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8356
8357 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8360 (byte-optimize-pure-func): Quote the eval'd value.
8361
8362 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8363 Rename from perl-font-lock-syntactic-face-function.
8364 Change the calling convention so it can be used as a font-lock MATCHER.
8365 Do the parse-partial-sexp loop outselves.
8366 (perl-font-lock-syntactic-keywords): Use it.
8367 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8368
8369 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8370
8371 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8372 disassembly buffer too.
8373 (gdb-exited): Remove overlay arrows when execution has finished.
8374 (gdb-info-frames-custom, gdb-info-threads-custom)
8375 (gdb-info-registers-custom): Don't add inappropriate text
8376 properties if inferior is not active.
8377
8378 2005-11-02 Glenn Morris <rgm@gnu.org>
8379
8380 * progmodes/fortran.el (fortran-blink-match):
8381 Use `blink-matching-delay'.
8382
8383 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8384
8385 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8386
8387 2005-11-02 Lars Hansen <larsh@soem.dk>
8388
8389 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8390 "Permission denied".
8391
8392 2005-11-01 Richard M. Stallman <rms@gnu.org>
8393
8394 * textmodes/flyspell.el (flyspell-external-point-words):
8395 Pass nil to flyspell-get-word.
8396
8397 2005-11-02 Kim F. Storm <storm@cua.dk>
8398
8399 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8400 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8401
8402 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8403
8404 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8405 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8406 (calendar-mouse-print-dates): Add optional `event' argument.
8407 Update interactive-spec.
8408 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8409 Use `calendar-event-to-date' instead of `event'.
8410
8411 2005-11-02 Masatake YAMATO <jet@gyve.org>
8412
8413 * progmodes/ld-script.el (ld-script-builtins):
8414 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8415 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8416 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8417
8418 2005-11-01 Romain Francoise <romain@orebokech.com>
8419
8420 * vc-sccs.el: Update copyright year.
8421 * ezimage.el: Likewise.
8422
8423 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8424
8425 * info.el (Info-fontify-node): Use `string-width' for fontifying
8426 underlined titles.
8427
8428 2005-11-01 Juri Linkov <juri@jurta.org>
8429
8430 * info.el (Info-fontify-node): Downcase node header keywords Node,
8431 Prev, Next, Up before comparison.
8432 (Info-history): Insert absolute directory name, and put invisible
8433 property on it.
8434
8435 2005-11-01 Juri Linkov <juri@jurta.org>
8436
8437 * info.el (Info-file-supports-index-cookies): New variable.
8438 (Info-find-node-2): Check makeinfo version for index cookie support.
8439 (Info-index-nodes): Search for nodes with index cookies only when
8440 Info-file-supports-index-cookies is t. Otherwise, search nodes
8441 with "Index" in the node name.
8442 (Info-index-node): Search index cookie in the current node only when
8443 Info-file-supports-index-cookies is t. Otherwise, check the word
8444 "Index" in the node name.
8445 (Info-find-emacs-command-nodes): Remove code that searches nodes
8446 with "Index" node name in the top menu.
8447
8448 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * progmodes/scheme.el (scheme-mode-variables): Use the default
8451 comment-indent-function.
8452
8453 * faces.el (face-attribute): Handle the case where a face inherits from
8454 a non-existent face.
8455
8456 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8457 for octal and hexa output, and merge the char into the paren.
8458 (kill-new): Use push.
8459 (copy-to-buffer): Use with-current-buffer.
8460 (completion-setup-function): Move code in loop to remove redundancy.
8461 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8462 those inherited from minibuffer-local-completion-map.
8463
8464 * savehist.el (savehist-mode) <defcustom>:
8465 Use custom-set-minor-mode if available.
8466 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8467 and emit a message if applicable.
8468
8469 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8470
8471 * savehist.el: Sync up to version 19.
8472 (savehist-mode): New minor mode.
8473 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8474 (savehist-length): Remove (use history-length instead).
8475 (savehist-file-modes): Rename from savehist-modes.
8476 (savehist-save-hook, savehist-loaded): New vars.
8477 (savehist-load): Use savehist-mode. Try to smooth up transition from
8478 old format to new format.
8479 (savehist-install): Allow savehist-autosave-interval to be nil.
8480 (savehist-save): Run the new hook. Be more careful to only trim the
8481 history variables.
8482 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8483 (savehist-printable): Print into a buffer rather than char-by-char.
8484
8485 2005-11-01 John Wiegley <johnw@newartisans.com>
8486
8487 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8488 toggle-ignore keybinding (C-a). The author said it had been
8489 disabled much earlier due to a possible incompatibility, but after
8490 many months of usage I have encountered no problems (and it is a
8491 rather useful option, especially for switching to " *temp*").
8492
8493 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8494 support for OS/X's AddressBook, by calling out to the open source
8495 program "contacts" (installable through Fink).
8496
8497 * net/eudc.el (eudc-expand-inline): If the
8498 `eudc-multiple-match-handling-method' is set to `all', delete the
8499 query string before inserting the query result.
8500
8501 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8502 flag, to prevent Eshell from using the system ls when
8503 `eshell-ls-insert-directory' is in used.
8504 (eshell-ls-insert-directory): Disable font-lock in directory
8505 buffer so that Eshell's own fontification is seen. This broke
8506 recently due to changes in font-lock, so this goes back to version
8507 21 behavior.
8508
8509 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8510
8511 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8512 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8513 (gdb-many-windows): Doc fix.
8514
8515 2005-10-31 Romain Francoise <romain@orebokech.com>
8516
8517 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8518
8519 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8520
8521 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8522 that global-font-lock-mode can be enabled by default.
8523
8524 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8525 (font-lock-add-keywords, font-lock-remove-keywords)
8526 (font-lock-fontify-buffer): Remove autoload cookies.
8527
8528 * jit-lock.el (jit-lock-register): Likewise.
8529
8530 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8531
8532 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8533
8534 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8535 intact if there is no gud-comint-buffer.
8536
8537 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8538
8539 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8540 old prompt comint-prompt-read-only is t and GDB commands are
8541 issued from tool bar etc.
8542
8543 2005-10-31 Masatake YAMATO <jet@gyve.org>
8544
8545 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8546
8547 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8548
8549 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8550 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8551
8552 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8553
8554 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8555 starting at beginning of line. Fontification is messed up when
8556 `open-paren-in-column-0-is-defun-start' set to t.
8557 Reported by John Paul Wallington <jpw@pobox.com>.
8558
8559 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8560
8561 * comint.el (comint-send-input): Call `comint-update-fence' when
8562 `comint-process-echoes' and `comint-prompt-read-only' are both
8563 non-nil, to avoid leftover read-only newline.
8564
8565 2005-10-30 Richard M. Stallman <rms@gnu.org>
8566
8567 * textmodes/flyspell.el (flyspell-external-point-words):
8568 Detect when WORD can't be checked properly because
8569 flyspell-get-word finds just part of it, and move on.
8570
8571 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8572 boundarychar for Polish.
8573 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8574 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8575
8576 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8577
8578 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8579 (gdb-registers-font-lock-keywords): Delete.
8580 (gdb-registers-mode): Don't fontify.
8581 (gdb-info-registers-custom): Use text properties instead as, in
8582 future, changed register values will use font-lock-warning-face.
8583 (gdb-local-font-lock-keywords): Rename to...
8584 (gdb-locals-font-lock-keywords): ...for consistency.
8585
8586 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8587
8588 * vc.el (vc-switch-backend): Better error message if the buffer is
8589 not visiting a file under version control.
8590
8591 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8592
8593 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8594
8595 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8596 ~/.emacs.d/.emacs.
8597
8598 2005-10-29 Richard M. Stallman <rms@gnu.org>
8599
8600 * replace.el (occur-mode-mouse-goto): Always go to other window.
8601 (occur-mode-goto-occurrence): Always switch in same window.
8602
8603 * simple.el (undo): Display message at end, not at start.
8604
8605 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8606 New arg REUSE-CELL.
8607 (cancel-timer-internal): New function.
8608 (timer-event-handler): Use cancel-timer-internal,
8609 and pass the cell it returns to timer-activate...
8610
8611 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8612 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8613 (jit-lock-after-change): Test memory-full.
8614
8615 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8616
8617 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8618 part of the decoded armor to find the key-identifier.
8619 (pgg-gpg-lookup-key-owner): New function to return the
8620 human-readable identifier of a key owner.
8621 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8622 key itself.
8623 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8624 the key value) if we have a key and can match it against a secret
8625 key. Also, added a note pointing out fact that the prompt only
8626 indicates the first matching key.
8627
8628 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8629 pgg-decrypt-region.
8630 (pgg-pending-timers): A new hash for tracking the passphrase cache
8631 timers, so that new ones supercede old ones.
8632 (pgg-add-passphrase-to-cache): Rename from
8633 `pgg-add-passphrase-cache' to reduce confusion (all callers
8634 changed). Modified to cancel old timers when new ones are added.
8635 (pgg-remove-passphrase-from-cache): Rename from
8636 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8637 changed). Modified to cancel old timers when their keys are
8638 removed from the cache.
8639 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8640 XEmacs, an indirection to delete-itimer.
8641 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8642 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8643 users can only check cache without risk of prompting. Correct bug in
8644 notruncate behavior.
8645 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8646 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8647 Add informative docstrings.
8648 (pgg-decrypt): Convey provided passphrase in subordinate call to
8649 pgg-decrypt-region.
8650
8651 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8652 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8653 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8654 `passphrase' argument, so the passphrase can be managed externally
8655 and then passed in to the system.
8656
8657 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8658 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8659 so the passphrase cache can be used reliably with identifiers
8660 besides a pgp packet's key id.
8661
8662 * pgg-gpg.el (pgg-pgp-encrypt-region)
8663 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8664 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8665 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8666 argument to all these routines, so the passphrase can be managed
8667 externally and passed in to the system.
8668
8669 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8670 `notruncate' argument, so the passphrase cache can be used
8671 reliably with identifiers besides a pgp packet's key id.
8672
8673 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8674
8675 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8676 symmetric encryption.
8677 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8678 encrypted session key.
8679 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8680 message ask for the passphrase in a proper way.
8681
8682 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8683 New user commands for symmetric encryption.
8684
8685 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8686
8687 * textmodes/conf-mode.el (conf-assignment-sign)
8688 (conf-assignment-regexp): Fix docstrings.
8689 (conf-mode-initialize): New function.
8690 (conf-mode): Remove optional args. Use delay-mode-hooks to
8691 recognize recursive calls.
8692 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8693 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8694 (conf-xdefaults-mode): Use define-derived-mode and
8695 conf-mode-initialize.
8696
8697 2005-10-29 Romain Francoise <romain@orebokech.com>
8698
8699 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8700
8701 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8702
8703 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8704 part of the decoded armor to find the key-identifier.
8705 (pgg-gpg-lookup-key-owner): New function to return the
8706 human-readable identifier of a key owner.
8707 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8708 key itself.
8709 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8710 the key value) if we have a key and can match it against a secret
8711 key. Also, added a note pointing out fact that the prompt only
8712 indicates the first matching key.
8713
8714 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8715 pgg-decrypt-region.
8716 (pgg-pending-timers): A new hash for tracking the passphrase cache
8717 timers, so that new ones supercede old ones.
8718 (pgg-add-passphrase-to-cache): Rename from
8719 `pgg-add-passphrase-cache' to reduce confusion (all callers
8720 changed). Modified to cancel old timers when new ones are added.
8721 (pgg-remove-passphrase-from-cache): Rename from
8722 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8723 changed). Modified to cancel old timers when their keys are
8724 removed from the cache.
8725 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8726 XEmacs, an indirection to delete-itimer.
8727 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8728 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8729 users can only check cache without risk of prompting. Correct bug in
8730 notruncate behavior.
8731 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8732 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8733 Add informative docstrings.
8734 (pgg-decrypt): Convey provided passphrase in subordinate call to
8735 pgg-decrypt-region.
8736
8737 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8738
8739 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8740 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8741 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8742 `passphrase' argument, so the passphrase can be managed externally
8743 and then passed in to the system.
8744
8745 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8746 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8747 so the passphrase cache can be used reliably with identifiers
8748 besides a pgp packet's key id.
8749
8750 * pgg-gpg.el (pgg-pgp-encrypt-region)
8751 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8752 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8753 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8754 argument to all these routines, so the passphrase can be managed
8755 externally and passed in to the system.
8756
8757 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8758 `notruncate' argument, so the passphrase cache can be used
8759 reliably with identifiers besides a pgp packet's key id.
8760
8761 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8762
8763 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8764 symmetric encryption.
8765 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8766 encrypted session key.
8767 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8768 message ask for the passphrase in a proper way.
8769
8770 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8771 New user commands for symmetric encryption.
8772
8773 2005-10-28 Bill Wohler <wohler@newt.com>
8774
8775 * help-mode.el (help-url): New button type. Calls browse-url.
8776 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8777 Similar to Info nodes: URL `url'.
8778 (help-make-xrefs): Create help-url buttons for
8779 help-xref-url-regexp matches.
8780
8781 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8782
8783 * tool-bar.el (tool-bar-add-item-from-menu)
8784 (tool-bar-local-item-from-menu): Fix doc strings.
8785
8786 2005-10-28 Romain Francoise <romain@orebokech.com>
8787
8788 * ldefs-boot.el: Update.
8789
8790 * subr.el (locate-library): Move from help-fns.el.
8791 * help-fns.el (locate-library): Move to subr.el.
8792
8793 2005-10-28 Richard M. Stallman <rms@gnu.org>
8794
8795 * net/tramp.el (tramp-completion-mode): defvar moved up.
8796
8797 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8798
8799 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8800
8801 * files.el (find-file-noselect): Use %d to format large file size.
8802
8803 * bindings.el (mode-line-format): Add %e.
8804
8805 * loadup.el ("facemenu"): Load unconditionally.
8806 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8807 ("x-dnd"): Load, when appropriate.
8808
8809 * startup.el (command-line): Call before-init-hook earlier.
8810 Warn about some bad characters in -u user name.
8811
8812 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8813 (flyspell-external-point-words): Error if misspelled word is not found.
8814 Set flyspell-large-region-beg at end of word.
8815
8816 2005-10-28 Andreas Schwab <schwab@suse.de>
8817
8818 * view.el (View-revert-buffer-scroll-page-forward):
8819 Use view-page-size-default.
8820
8821 2005-10-28 Juri Linkov <juri@jurta.org>
8822
8823 * international/quail.el (quail-get-current-str): Translate last
8824 raw character for deterministic input methods.
8825
8826 2005-10-27 Jay Belanger <belanger@truman.edu>
8827
8828 * calc/calc-ext.el: Add functions to autoloads.
8829 (math-identity-matrix-p, math-ident-row-p): New functions.
8830
8831 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8832 multiplication by an identity matrix; don't turn multiplication by
8833 an inverse matrix into division.
8834 (math-div-symbol-fancy): Replace division by matrices with
8835 multiplication by inverse.
8836
8837 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8838
8839 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8840 (calc-writeoutpower): New functions.
8841
8842 2005-10-27 Romain Francoise <romain@orebokech.com>
8843
8844 * replace.el (occur-engine): Include colon in mouse-face highlight.
8845
8846 * dired-x.el: Change Maintainer field.
8847
8848 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8849
8850 * longlines.el (longlines-mode): Bind after-change-functions to
8851 nil during initial decoding and final encoding.
8852
8853 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8854
8855 * term.el (term-emulate-terminal, term-handle-colors-array)
8856 (term-handle-ansi-escape): Specify the terminfo capabilities
8857 implemented.
8858
8859 2005-10-26 Richard M. Stallman <rms@gnu.org>
8860
8861 * info.el (Info-fontify-node): Fix detection of sentence-break
8862 before *Note.
8863
8864 2005-10-26 Romain Francoise <romain@orebokech.com>
8865
8866 * smerge-mode.el: Add `tools' to file keywords.
8867
8868 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8869
8870 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8871 when the fringe is not available.
8872
8873 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8874 (def-gdb-auto-update-trigger): Simplify construction.
8875 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8876 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8877 defined explicitly.
8878 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8879 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8880 defined explicitly.
8881 (gdb-info-locals-custom): Remove as it's a no-op.
8882
8883 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8884
8885 * longlines.el (longlines-mode): Remove narrowing before
8886 performing the initial decoding or final encoding.
8887
8888 2005-10-25 Romain Francoise <romain@orebokech.com>
8889
8890 * emacs-lisp/find-func.el (find-library-name): Also strip
8891 extension if library name ends in .el, to take advantage of
8892 `find-library-suffixes'.
8893
8894 2005-10-25 Richard M. Stallman <rms@gnu.org>
8895
8896 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8897
8898 2005-10-25 Juri Linkov <juri@jurta.org>
8899
8900 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8901 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8902
8903 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8906 (blackbox-redefine-key): Add argument `map'.
8907
8908 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8909 regions when moving the jit-lock-context-unfontify-pos boundary.
8910
8911 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8912
8913 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8914
8915 2005-10-25 Masatake YAMATO <jet@gyve.org>
8916
8917 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8918
8919 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8920
8921 * play/blackbox.el (blackbox-redefine-key): New function.
8922 (blackbox-mode-map): Use it to remap existing bindings for cursor
8923 motion instead of binding literal keys.
8924
8925 2005-10-25 Glenn Morris <rgm@gnu.org>
8926
8927 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8928 diary does not end in a newline. Do not assume a blank line at
8929 the start of the diary file.
8930
8931 2005-10-25 Kenichi Handa <handa@m17n.org>
8932
8933 * international/quail.el (quail-translate-key): If the input
8934 method is deterministic and failed to handle the last key, restart
8935 the key handling loop from an appropriate key.
8936
8937 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8938
8939 * vc.el (vc-dired-mode): Extend comment for binding of
8940 `directory-listing-before-filename-regexp'.
8941
8942 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8943
8944 * textmodes/texinfo.el (texinfo-mode):
8945 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8946 not to unnecessarily expose emacs-mule's internal char codes.
8947
8948 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8949
8950 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8951 Display hand pointer and help-echo on disabled icon too.
8952 (gdb-mouse-until): New function.
8953 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8954
8955 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8956
8957 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8958 with 2005-10-23 change to doctor.el.
8959
8960 * finder.el (finder-mode-map): Add follow-link binding.
8961
8962 2005-10-25 Kim F. Storm <storm@cua.dk>
8963
8964 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8965 to gdb-mouse-toggle-breakpoint-fringe.
8966 (gdb-mouse-toggle-breakpoint-margin): Rename from
8967 gdb-mouse-toggle-breakpoint. Fix doc.
8968 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8969 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8970 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8971 string properties also for fringe breakpoint bitmaps.
8972
8973 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8974
8975 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8976
8977 2005-10-25 Masatake YAMATO <jet@gyve.org>
8978
8979 * simple.el (completion-common-substring):
8980 Use `completion-common-substring' prior to `completion-base-size'.
8981
8982 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8983
8984 * savehist.el: Require CL while compiling.
8985 (savehist-history-variables): Remove.
8986 (savehist-save-minibuffer-history, savehist-additional-variables)
8987 (savehist-minibuffer-history-variables): New vars.
8988 (savehist-save): Use them.
8989 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8990 (savehist-install): New fun, extracted from savehist-load.
8991 (savehist-load): Use them.
8992
8993 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8996 a dummy doc-string-elt property.
8997 (defalias, defvaralias, define-category): Add a docstring property.
8998
8999 * image.el (defimage):
9000 * widget.el (define-widget):
9001 * custom.el (defface, defcustom): Add `doc-string' declaration.
9002
9003 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9004 (defadvice): Add `doc-string' declaration.
9005
9006 * emacs-lisp/byte-run.el (macro-declaration-function):
9007 Handle `doc-string' declarations.
9008 (define-obsolete-function-alias, define-obsolete-variable-alias):
9009 Add `doc-string' declaration.
9010
9011 2005-10-24 Kenichi Handa <handa@m17n.org>
9012
9013 * international/utf-7.el (utf-7): Add autoload cookie.
9014
9015 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9016
9017 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9018
9019 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9020 list of directories passed to batch-update-autoloads. Add "." to
9021 the list of the echoed directories.
9022
9023 * pgg-def.el:
9024 * pgg-gpg.el:
9025 * pgg-parse.el:
9026 * pgg-pgp.el:
9027 * pgg-pgp5.el:
9028 * pgg.el: Moved here from the gnus subdirectory.
9029
9030 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9031
9032 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9033 in case comint-prompt-read-only is set to t.
9034
9035 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9036 in case comint-prompt-read-only is set to t.
9037
9038 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9039
9040 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9041 Now a string.
9042 (icalendar-import-format): Handle CLASS, STATUS, URL.
9043 Rename `subject' to `summary'.
9044 (icalendar-import-format-summary): Rename from
9045 `icalendar-import-format-subject'.
9046 (icalendar-import-format-url, icalendar-import-format-status)
9047 (icalendar-import-format-class): New variables.
9048 (icalendar--rris): Take variable argument list.
9049 (icalendar--datestring-to-isodate): Remove unnecessary
9050 calendar-style check when converting dates with explicit month names.
9051 (icalendar-export-region): Change return type of conversion
9052 subroutines. Bury current buffer unless error occurred.
9053 (icalendar--convert-to-ical)
9054 (icalendar--parse-summary-and-rest): New functions.
9055 (icalendar--convert-ordinary-to-ical)
9056 (icalendar--convert-weekly-to-ical)
9057 (icalendar--convert-yearly-to-ical)
9058 (icalendar--convert-block-to-ical)
9059 (icalendar--convert-cyclic-to-ical)
9060 (icalendar--convert-anniversary-to-ical): Change return type.
9061 Strip trailing blanks from subject.
9062 (icalendar--convert-sexp-to-ical): Change return type.
9063 Strip trailing blanks from subject. Handle simple sexp
9064 entries as generated by icalendar.el.
9065 (icalendar--convert-float-to-ical)
9066 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9067 (icalendar-import-file): Doc fix.
9068 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9069 Correct call to icalendar--rris.
9070 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9071 `summary'.
9072 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9073
9074 2005-10-24 Romain Francoise <romain@orebokech.com>
9075
9076 * server.el (server-sentinel): Set query-on-exit flag to nil on
9077 new client processes (it isn't inherited from the server process).
9078
9079 * replace.el (occur-engine): Rearrange text properties.
9080
9081 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9084 case-fold-search is nil.
9085 (debug-help-follow): Use help-xref-interned directly.
9086
9087 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9088
9089 * thumbs.el (thumbs-image-type): Add .pbm.
9090
9091 2005-10-23 Richard M. Stallman <rms@gnu.org>
9092
9093 * faces.el (inhibit-face-set-after-frame-default): New variable.
9094 (set-face-attribute): Bind it.
9095 (face-set-after-frame-default): Test it.
9096
9097 * help-fns.el (describe-simplify-lib-file-name): New function.
9098 (describe-function-1, describe-variable): Use it.
9099
9100 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9101
9102 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9103 Eliminate nil as possible value.
9104 (tooltip-hide-delay): Reduce internal-border-width.
9105
9106 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9107 (menu-bar-file-menu) <new-file>: Likewise.
9108
9109 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9110
9111 * international/mule.el (load-with-code-conversion):
9112 Pass full file name to `eval-buffer' unless preloading.
9113
9114 * textmodes/flyspell.el (flyspell-large-region):
9115 Call ispell-check-version.
9116
9117 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9118 Fix the make-variable-buffer-local call that was supposed
9119 to be for this variable.
9120 (ispell-aspell-supports-utf8): Doc fix.
9121 (ispell-find-aspell-dictionaries): Preserve elements of
9122 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9123 (ispell-aspell-find-dictionary): Return nil on error.
9124
9125 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9126 (doctor-symptoms): Likewise.
9127
9128 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9129
9130 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9131
9132 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9133 (custom-raised-buttons): Add :set spec.
9134 (custom-button-unraised, custom-button-pressed-unraised):
9135 New faces, so that custom-raised-buttons actually does something.
9136 (custom-mode): Use custom-button and custom-button-pressed.
9137
9138 * wid-edit.el (widget-specify-button): Don't ignore
9139 widget-mouse-face on graphic terminals.
9140 (widget-move-and-invoke): Cleanup.
9141
9142 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9143
9144 * whitespace.el (whitespace-cleanup): Doc fix.
9145
9146 2005-10-23 Romain Francoise <romain@orebokech.com>
9147
9148 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9149 `eval-after-load' to avoid evaluating their result.
9150
9151 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9152
9153 * files.el (directory-listing-before-filename-regexp):
9154 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9155
9156 * dired.el (dired-move-to-filename-regexp): Remove.
9157 All occurences replaced by `directory-listing-before-filename-regexp'.
9158
9159 * dired-x.el, locate.el, vc.el:
9160 Replace `dired-move-to-filename-regexp' by
9161 `directory-listing-before-filename-regexp'. In vc.el it is
9162 overwritten locally; maybe this can be handled in files.el too.
9163
9164 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9165 replaced by `directory-listing-before-filename-regexp'.
9166
9167 2005-10-23 Andreas Schwab <schwab@suse.de>
9168
9169 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9170 and eval-next-after-load.
9171
9172 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9173
9174 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9175 exist, create it.
9176
9177 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9178
9179 * allout.el: Remove autoloads for mailcrypt and crypt++.
9180 Require pgg, pgg-gpg during compilation.
9181 (allout-version): Increment version number to 2.1, and use a literal
9182 rather than RCS Id.
9183 (allout-default-encryption-scheme): Remove.
9184 (allout-passphrase-verifier-handling)
9185 (allout-passphrase-verifier-string)
9186 (allout-file-passphrase-verifier-string)
9187 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9188 (allout-passphrase-hint-handling): Rename and simplify.
9189 (allout-init): Use `find-file-hook' if available, otherwise
9190 `find-file-hooks'.
9191 (allout-mode): Use `write-file-functions' if available, otherwise
9192 `local-write-file-hooks' and, instead of making auto-save-hook
9193 buffer local, make the write-file-hook activity contingent to
9194 allout-mode.
9195 (allout-mode): Use key-binding substitution in the docstring.
9196 (allout-kill-line): Spell-out kill ring data structure mutation
9197 instead of using byte-compiler-complaint-provoking `pop'.
9198 (allout-insert-listified): Use `insert' rather than `insert-string'
9199 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9200 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9201 (allout-encrypt-string): Totally revamped vis new underlying
9202 encryption facilities.
9203 (allout-mc-activate-passwd): Remove.
9204 (allout-obtain-passphrase): New, more or less replaces
9205 allout-mc-activate-passwd.
9206 (allout-encrypted-key-info): More or less replaces
9207 allout-encrypted-text-type.
9208 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9209 (my-mark-marker): Use `(featurep 'xemacs)'.
9210
9211 2005-10-23 Lars Hansen <larsh@soem.dk>
9212
9213 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9214 (byte-compile-file-form-defmumble, byte-compile-defun)
9215 (byte-compile-defmacro): Use it.
9216 (byte-compile-form): Don't call byte-compile-set-symbol-position
9217 when a byte-compile handler is called.
9218
9219 2005-10-22 Romain Francoise <romain@orebokech.com>
9220
9221 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9222
9223 * subr.el (eval-after-load): Convert library name to an absolute
9224 file name using locate-library, since load-history no longer has
9225 library names in it.
9226
9227 2005-10-22 Richard M. Stallman <rms@gnu.org>
9228
9229 * files.el (make-temp-file): Move from subr.el.
9230 * subr.el (make-temp-file): Move to files.el.
9231
9232 * window.el (get-buffer-window-list): Move from subr.el.
9233 * subr.el (get-buffer-window-list): Move to window.el.
9234
9235 * image.el (image-load-path): Use eval-at-startup to initialize.
9236
9237 * subr.el (eval-at-startup): New macro.
9238
9239 * subr.el: Much rearrangement of functions and division
9240 into pages. No code changes.
9241
9242 2005-10-22 Kenichi Handa <handa@m17n.org>
9243
9244 * tar-mode.el (tar-extract): Be sure to call
9245 find-operation-coding-system if set-auto-coding doesn't find a
9246 coding system.
9247
9248 2005-10-22 Kim F. Storm <storm@cua.dk>
9249
9250 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9251 Change users.
9252 (image-type-file-name-regexps): New defconst.
9253 (image-type-from-data): Simplify loop.
9254 (image-type-from-buffer): New defun.
9255 (image-type-from-file-header): Use it instead of image-type-from-data.
9256 Use image-search-load-path instead of only looking in data-directory.
9257 (image-type-from-file-name): New defun.
9258 (image-search-load-path): Change `pathname' to `filename'.
9259 Make PATH arg optional, default to image-load-path.
9260
9261 2005-10-21 Richard M. Stallman <rms@gnu.org>
9262
9263 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9264
9265 * textmodes/paragraphs.el (sentence-end-base): New variable.
9266 (sentence-end): Use sentence-end-base.
9267
9268 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9269
9270 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9271 property independently from the font-lock-multiline variable.
9272
9273 2005-10-21 Richard M. Stallman <rms@gnu.org>
9274
9275 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9276
9277 * startup.el (command-line): Convert library names
9278 in `load-history' to absolute file names.
9279
9280 * subr.el (symbol-file): Doc fix.
9281
9282 * loadhist.el (file-loadhist-lookup): Call locate-library
9283 instead of find-library-name. Don't try converting
9284 abs file names to library names, since load-history no longer
9285 has library names in it.
9286 (file-dependents, file-provides, file-requires): Doc fixes.
9287
9288 2005-10-21 Juri Linkov <juri@jurta.org>
9289
9290 * progmodes/etags.el (tags-table-mode): New function.
9291 (tags-verify-table): Replace initialize-new-tags-table with
9292 tags-table-mode.
9293
9294 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9295 default value.
9296 (desktop-modes-not-to-save): Add tags-table-mode to the
9297 default value.
9298
9299 * info.el (Info-index-next): Add total number of index
9300 alternatives to the message.
9301
9302 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9303 backward only space (instead of space and period) before looking
9304 at sentence end.
9305
9306 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9307 Add the old variable value as 4th default-value arg of read-string.
9308
9309 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9310
9311 * cus-face.el (custom-declare-face): Make face from X resources
9312 also on Mac.
9313
9314 * disp-table.el (standard-display-g1, standard-display-graphic):
9315 Refuse to use string glyphs also on Mac.
9316 (standard-display-european): Don't set terminal coding system also
9317 on Mac.
9318
9319 * frame.el (display-screens): Use x-display-screens also on Mac.
9320
9321 2005-10-21 Romain Francoise <romain@orebokech.com>
9322
9323 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9324
9325 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9328 and $? into sexps.
9329
9330 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9331 warning face on open-paren-in-column-0.
9332
9333 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9334 boundary case. Fix typo.
9335 Suggested by Martin Rudalics <rudalics@gmx.at>.
9336
9337 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9338
9339 * textmodes/org.el (org-combined-agenda-icalendar-file)
9340 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9341 (org-export-icalendar-this-file)
9342 (org-export-icalendar-all-agenda-files)
9343 (org-export-icalendar-combine-agenda-files): New commands.
9344 (org-export-icalendar, org-print-icalendar-entries)
9345 (org-start-icalendar-file, org-finish-icalendar-file)
9346 (org-ical-ts-to-string): New functions.
9347 (org-read-date, org-goto-calendar)
9348 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9349 call to `calendar'.
9350 (orgtbl-setup): Remove the :keys arguments from the menu description.
9351 (org-after-save-iCalendar-file-hook): New variable.
9352
9353 2005-10-21 Kenichi Handa <handa@m17n.org>
9354
9355 * language/vietnamese.el (tcvn-5712): Make it an alias of
9356 vietnamese-tcvn coding-system.
9357
9358 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9359
9360 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9361 group id is given.
9362
9363 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9366 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9367 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9368 whose line is either continued or ends with a comment.
9369
9370 2005-10-20 Romain Francoise <romain@orebokech.com>
9371
9372 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9373
9374 * replace.el (occur-engine): Add follow-link property.
9375
9376 * font-core.el (font-lock-mode): Doc fix.
9377
9378 2005-10-20 Richard M. Stallman <rms@gnu.org>
9379
9380 * net/rcirc.el: New file.
9381
9382 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9383
9384 * term.el (term-term-name): Initialize to "eterm-color".
9385
9386 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9387
9388 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9389 for encryption functionality.
9390 Move allout customization subgroup from `editing' to `outlines' group.
9391 Fix commentary keywords to legitimate ones.
9392 Update author info (using my current email address, obscurified).
9393 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9394 (allout-encrypted-topic-p, allout-encrypted-text-type)
9395 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9396 (allout-situate-encryption-key-verifier)
9397 (allout-get-encryption-key-verifier, allout-verify-key)
9398 (allout-next-topic-pending-encryption)
9399 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9400 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9401 (outline-key-verifier-handling, outline-key-hint-handling)
9402 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9403 (allout-file-key-verifier-string, allout-encryption-scheme)
9404 (allout-key-verifier-string, allout-key-hint-string)
9405 (allout-after-save-decrypt): New variables.
9406 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9407 (allout-after-saves-handler): New hook functions.
9408 (allout-post-command-business): Do allout-after-save-decrypt.
9409 (allout-enable-file-variable-adjustment): Custom var to enable
9410 mechanism for adding and adjusting settings of Emacs file variables.
9411 (allout-adjust-file-variable, allout-file-vars-section-data):
9412 New functions, implement the mechanism.
9413 (outlineify-sticky): Use the file vars mechanism.
9414 (allout-inhibit-protection, allout-during-write-cue)
9415 (allout-override-protect, allout-before-change-protect): Remove.
9416 (allout-flag-region, allout-open-topic): Adjust read-only text.
9417 (allout-open-line-not-read-only): Add to facilitate read-only
9418 text based protection.
9419 (allout-kill-line): Revise to adjust read-only text, clue the
9420 user about the inhibition.
9421 (allout-unprotected): Use unwind-protect.
9422 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9423 topic deeper than the offspring depth of the previous topic -
9424 avoiding confusing "containment discontinuities".
9425 (allout-reindent-bodies): Fix retention of body relative hanging
9426 indent during promotion of collapsed bodies.
9427 (allout-open-topic): Make it easy to open new topic with same
9428 bullet as current topic - topic creation functions provided with
9429 any universal argument provokes now prompt for bullet, defaulting
9430 to the bullet of the previous topic.
9431 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9432 Plain bullet alternates `.' period and `,' comma only. All other
9433 bullets are relegated to special status (but customizable).
9434 (allout-end-of-entry): Rename from allout-end-of-current-entry
9435 since it actually operates w.r.t. most immediately containing
9436 entry, visible or not.
9437 (allout-hide-current-entry, allout-show-current-entry): Use the
9438 revised version.
9439 (allout-old-expose-topic): Solidify deprecation.
9440 (allout-end-of-subtree): Add so we can span concealed as well
9441 as visible topics.
9442 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9443 (allout-end-of-current-heading): Tweak to just respect the first line.
9444 (allout-get-body-text): Add.
9445 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9446 when invoked interactively.
9447 (allout-up-current-level): Use `interactive-p'.
9448 (allout-mode, allout-init): Miscellaneous docstring and
9449 operational refinements, as well as hookups of new encryption stuff.
9450 (allout-beginning-of-current-entry): Now works as advertised.
9451 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9452 (allout-isearch-rectification): Refine condition for isearching.
9453 (allout-isearch-abort, allout-enwrap-isearch)
9454 (allout-flag-region, my-region-active-p): Relocate some macros.
9455 (allout-title): Fallback title is (buffer-name), not
9456 non-existing (current-buffer-name).
9457 (subst-char-in-string): Define if absent (for some XEmacs versions).
9458
9459 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9460
9461 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9462 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9463 (mail-citation-prefix-regexp, mail-signature-file)
9464 (mail-default-headers, mail-bury-selects-summary)
9465 (mail-send-nonascii): Add autoload cookies.
9466
9467 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9468
9469 * frame.el (blink-cursor-mode): Add `mac' to the list of
9470 window-system's that support blinking cursor.
9471
9472 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9473
9474 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9475
9476 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9477
9478 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9479 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9480 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9481
9482 2005-10-20 Kim F. Storm <storm@cua.dk>
9483
9484 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9485 (ido-set-current-directory): Don't add / after final @.
9486 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9487 Explicitly handle ange-ftp completion oddities.
9488 (ido-make-file-list): Don't rotate list at tramp root to avoid
9489 triggering tramp file handler for expand-file-name via get-file-buffer.
9490
9491 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9492
9493 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9494
9495 2005-10-19 Jay Belanger <belanger@truman.edu>
9496
9497 * calc/calc-units.el (math-standard-units): Add units, adjust
9498 symbols and update values.
9499 (math-unit-prefixes): Add more prefixes.
9500
9501 2005-10-19 Romain Francoise <romain@orebokech.com>
9502
9503 * bookmark.el (bookmark-menu-heading): New face.
9504 (bookmark-bmenu-list): Use it.
9505 Don't fiddle with `baud-rate' at top-level.
9506
9507 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9508
9509 * image.el (create-image, find-image): Mention max-image-size in
9510 docstring.
9511
9512 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 * savehist.el (savehist-load): Revert to checking XEmacs.
9515
9516 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9517 Various docstring and line-width fixups.
9518 (conf-mode): Use cond.
9519 Set font-lock-defaults. Don't set comment-use-syntax.
9520
9521 2005-10-18 David Ponce <david@dponce.com>
9522
9523 * tree-widget.el (tree-widget-button-click): New function.
9524 (tree-widget-button-keymap): Use it.
9525
9526 2005-10-18 Romain Francoise <romain@orebokech.com>
9527
9528 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9529 (bookmark-bmenu-hide-filenames): Add follow-link property.
9530 Improve help-echo text.
9531
9532 * ffap.el (find-file-at-point): Doc fix.
9533
9534 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9535
9536 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9537
9538 2005-10-18 Masatake YAMATO <jet@gyve.org>
9539
9540 Install to the CVS repository what I forgot to install in my
9541 2005-10-16 changes.
9542
9543 * progmodes/python.el (python-complete-symbol): Pass the common
9544 prefix substring of completion to `display-completion-list'.
9545
9546 * textmodes/org.el (org-complete): Ditto.
9547
9548 2005-10-18 Masatake YAMATO <jet@gyve.org>
9549
9550 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9551
9552 * woman.el (WoMan-xref-man-page): New button type derived
9553 from `Man-abstract-xref-man-page'.
9554 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9555
9556 * man.el (Man-abstract-xref-man-page): New button type.
9557 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9558 (Man-highlight-references): Add new optional argument `xref-man-type'.
9559
9560 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9561
9562 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9563
9564 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9565
9566 * cus-edit.el (Custom-move-and-invoke): Delete.
9567 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9568
9569 * wid-edit.el (widget-move-and-invoke): New function, from
9570 Custom-move-and-invoke.
9571
9572 2005-10-17 Bill Wohler <wohler@newt.com>
9573
9574 Move all remaining images from lisp/toolbar to etc/images, move
9575 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9576 the low resolution images in their own directory (low-color).
9577
9578 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9579 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9580 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9581 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9582 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9583 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9584 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9585
9586 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9587 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9588 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9589 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9590 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9591 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9592 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9593 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9594 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9595 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9596 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9597 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9598 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9599 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9600 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9601
9602 To conform with convention, replace the underscore (_) in the
9603 following image names with dash (-) or (/) as appropriate.
9604
9605 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9606 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9607 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9608 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9609 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9610 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9611 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9612 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9613 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9614 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9615 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9616 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9617 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9618 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9619 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9620
9621 * info.el (info-tool-bar-map): Replace underscores in image names
9622 with dashes.
9623
9624 * makefile.w32-in (WINS): Remove toolbar.
9625
9626 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9627
9628 * tool-bar.el: Move to lisp from toolbar. Now that
9629 toolbar is empty, it should be deleted when folks run "cvs up -P".
9630
9631 2005-10-18 Jay Belanger <belanger@truman.edu>
9632
9633 * calc/calc-store.el (calc-store-into): Get the proper variable name
9634 to display in message.
9635
9636 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9637
9638 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9639 expressions display in speedbar for all buffers when debugging.
9640 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9641
9642 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9643 (speedbar-insert-button, speedbar-make-button):
9644 Use add-text-properties.
9645 (speedbar-update-localized-contents)
9646 (speedbar-update-directory-contents)
9647 (speedbar-update-special-contents): Use dolist.
9648 (speedbar-buffer-easymenu-definition): Add a menu separator.
9649
9650 2005-10-17 Jason Rumney <jasonr@gnu.org>
9651
9652 * makefile.w32-in: Use $(lisp) consistently.
9653 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9654 for shell specific generation of mh-autoloads.
9655
9656 2005-10-17 Richard M. Stallman <rms@gnu.org>
9657
9658 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9659
9660 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * jit-lock.el (jit-lock-fontify-now):
9663 Move jit-lock-context-unfontify-pos to avoid wasted work.
9664
9665 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9666
9667 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9668 `tramp-completion-mode' for checking if we are in completion mode.
9669 (tramp-completion-handle-file-name-all-completions): Reorder code
9670 in order to complete for file names only in case there are no
9671 method/user/host completions. This is necessary for cooperation
9672 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9673
9674 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9675
9676 * longlines.el (longlines-search-forward)
9677 (longlines-search-backward): Match any number of spaces.
9678
9679 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9680
9681 * diff-mode.el (diff-mode): Doc fix.
9682
9683 2005-10-16 David Reitter <david.reitter@gmail.com>
9684
9685 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9686 as default on darwin and windows systems.
9687
9688 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9689
9690 * arc-mode.el (archive-zip-extract): Doc fix.
9691
9692 2005-10-16 Romain Francoise <romain@orebokech.com>
9693
9694 * mouse.el (mouse-1-click-follows-link): Doc fix.
9695
9696 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9697
9698 * savehist.el: Don't require CL at runtime.
9699 (savehist-xemacs): Remove.
9700 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9701 (savehist-no-conversion): Use (featurep 'xemacs).
9702 (savehist-load): Check existence of start-itimer rather than XEmacs.
9703 Use an idle timer.
9704 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9705 `delete-if-not'.
9706
9707 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9708
9709 * savehist.el: Newer version.
9710 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9711 (savehist-last-checksum, savehist-no-conversion): New vars.
9712 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9713 New functions.
9714 (savehist-load, savehist-save): Use them.
9715 (savehist-delimit): Remove.
9716
9717 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * progmodes/compile.el (compilation-goto-locus): Display the
9720 compilation buffer first and the source buffer second, in case they're
9721 in overlapping frames. Don't raise the compilation frame if it was the
9722 selected window upon entry. Pass the `other-window' arg to
9723 pop-to-buffer.
9724
9725 * info.el (Info-fontify-node): Use dolist.
9726 Change add-text-properties to put-text-property.
9727
9728 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9729
9730 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9731 bound of search.
9732
9733 2005-10-16 Masatake YAMATO <jet@gyve.org>
9734
9735 * dabbrev.el (dabbrev-completion): Pass the common
9736 prefix substring of completion to `display-completion-list'.
9737
9738 * filecache.el (file-cache-minibuffer-complete)
9739 (file-cache-complete): Ditto.
9740
9741 * tempo.el (tempo-display-completions): Ditto.
9742
9743 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9744
9745 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9746
9747 * eshell/em-hist.el (eshell-list-history): Ditto.
9748
9749 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9750
9751 * mail/mailalias.el (mail-complete): Ditto.
9752
9753 * progmodes/etags.el (complete-tag): Ditto.
9754
9755 * progmodes/make-mode.el (makefile-complete): Ditto.
9756
9757 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9758
9759 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9760
9761 * progmodes/pascal.el (pascal-complete-word)
9762 (pascal-show-completions): Ditto.
9763
9764 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9765
9766 * simple.el (completion-common-substring): New variable.
9767 (completion-setup-function): Use `completion-common-substring'
9768 to put faces.
9769
9770 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9771
9772 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9773 (x-get-selection, mac-select-convert-to-string): Convert from/to
9774 UTF-16 clipboard data as in native byte order, no BOM.
9775
9776 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9777
9778 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9779 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9780 (gud-sentinel): Use speedbar-frame to check for speedbar.
9781
9782 2005-10-15 Richard M. Stallman <rms@gnu.org>
9783
9784 * savehist.el: New file.
9785
9786 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9787
9788 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9789 Fix bug in \bf fontification.
9790
9791 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * pcvs.el (cvs-edit-log-files): New var.
9794 (cvs-mode-edit-log): New arg `file'.
9795 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9796 Instead force the use of the original file and nothing else.
9797 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9798 the cvs-minor-wrap-function is set.
9799 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9800
9801 2005-10-14 Bill Wohler <wohler@newt.com>
9802
9803 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9804 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9805 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9806 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9807 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9808 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9809 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9810 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9811 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9812 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9813 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9814 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9815 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9816 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9817 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9818
9819 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9820 appropriately (for example, gud-break to gud/break).
9821
9822 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9823
9824 * longlines.el (longlinges-search-function)
9825 (longlines-search-forward, longlines-search-backward): New functions.
9826 (longlines-mode): Set isearch-search-fun-function to
9827 longlinges-search-function.
9828
9829 * mouse.el (mouse-drag-region-1): Handle the case where a
9830 double-click event is bound to an arbitrary function.
9831
9832 2005-10-14 David Ponce <david@dponce.com>
9833
9834 * recentf.el (recentf-track-opened-file)
9835 (recentf-track-closed-file, recentf-update-menu)
9836 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9837 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9838 mouse-1-click-follows-link.
9839
9840 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9841
9842 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9843 Gnome file-manager.png. Suggested by
9844 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9845
9846 * toolbar/README: Add diropen.xpm.
9847
9848 2005-10-13 Bill Wohler <wohler@newt.com>
9849
9850 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9851 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9852
9853 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9854
9855 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9856 Don't waste the byte-compiler's time on constant data.
9857
9858 2005-10-13 Kenichi Handa <handa@m17n.org>
9859
9860 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9861 byte with `escape-glyph' face.
9862
9863 * international/fontset.el (ccl-encode-unicode-font):
9864 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9865 Handle the case that ucs-mule-to-mule-unicode translates a character to
9866 ASCII (usually for IPA characters).
9867
9868 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9869
9870 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9871 Don't hide the underline of titles if font-lock-mode is disabled.
9872
9873 2005-10-12 Bill Wohler <wohler@newt.com>
9874
9875 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9876 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9877 files in MH-E-SRC have been updated.
9878 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9879
9880 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9881
9882 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9883 (mixal-mode-syntax-table): Add \n as end-comment.
9884 (mixal-operation-codes-alist): Immediately initialize to full value.
9885 (mixal-add-operation-code): Remove.
9886 (mixal-describe-operation-code): Make the arg non-optional.
9887 Use the interactive spec instead.
9888 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9889 (mixal-font-lock-keywords): Don't highlight comments here any more.
9890 (mixal-font-lock-syntactic-keywords): New var.
9891 (mixal-mode): Use it. Fix comment-start-skip.
9892
9893 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9894
9895 * startup.el (command-line-x-option-alist): -nb => -nbi
9896
9897 2005-10-12 Kim F. Storm <storm@cua.dk>
9898
9899 * startup.el (fancy-splash-default-action): Discard mouse click in
9900 the splash screen window, as it has no sensible meaning in the
9901 next window to be selected. Fixes error reported by Jan D.
9902
9903 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9904
9905 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9906
9907 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9910 Try to fix up minor layout issues like indentation, line break, etc...
9911 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9912 because it doesn't work.
9913 (mixal-operation-codes): Add some more codes.
9914 (mixal-font-lock-keywords): Process comments here.
9915 (mixal-mode): mixasm no longer needs -g option.
9916
9917 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9918
9919 * progmodes/sh-script.el (sh-tmp-file):
9920 Use mktemp -t. Finish support for es and rc shells.
9921
9922 2005-10-11 Jay Belanger <belanger@truman.edu>
9923
9924 * calc/calcalg2.el (calc-integral): With an argument, compute the
9925 definite integral.
9926
9927 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9928
9929 * mouse.el (mouse-drag-region-1): Don't try to catch a
9930 double-click when doing follow-link (it's overridden anyway).
9931
9932 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9933
9934 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9935 (autoload-print-form-outbuf): Add docstring.
9936
9937 2005-10-11 Juri Linkov <juri@jurta.org>
9938
9939 * info.el (Info-mode-menu): Delete menu item "Edit".
9940 (Info-mode): Delete description of Info-edit from docstring,
9941 and rearrange descriptions of Info commands in the order
9942 they are documented in the Info manual.
9943
9944 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9945
9946 * calendar/appt.el (appt-check): Use diary-selective-display var.
9947
9948 2005-10-10 Richard M. Stallman <rms@gnu.org>
9949
9950 * net/newsticker.el (newsticker-start, newsticker-show-news):
9951 Add autoload cookies.
9952
9953 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9954
9955 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9956
9957 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9958
9959 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9960
9961 2005-10-10 Jay Belanger <belanger@truman.edu>
9962
9963 * calc/calc-arith.el (math-check-known-scalarp)
9964 (math-check-known-matrixp): Check the values of arguments that are
9965 variables.
9966 (math-check-known-square-matrixp): New function.
9967 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9968 (math-super-types): Add sqmatrix type.
9969
9970 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9971 mode name `square' to `sqmatrix'.
9972
9973 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9974 mode name `square' to `sqmatrix'.
9975
9976 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * progmodes/etags.el (select-tags-table-mode): Don't use
9979 selective-display.
9980 (tags-select-tags-table): Pass `button' to the action function.
9981 (select-tags-table): Place the side-info on button properties rather
9982 than in hidden text. Abbreviate file names.
9983 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9984 (select-tags-table-select): Add `button' argument.
9985 Get side-info from the button property rather than from hidden text.
9986
9987 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9988
9989 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9990 (gud-speedbar-buttons): Preserve point if possible.
9991 (gud-sentinel): Restore previous speedbar display type.
9992
9993 * progmodes/gdb-ui.el (gdba): Improve diagram.
9994 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9995 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9996 Call get-buffer-window once.
9997
9998 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10001 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10002 (pascal-indent-command): Remove unused var `ind'.
10003 (pascal-indent-case): Remove unused var `oldpos'.
10004 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10005 since it's now used as a proper minor mode map.
10006 (pascal-outline): Rename to pascal-outline-mode.
10007 (pascal-outline-mode): Use define-minor-mode.
10008 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10009 selective-display.
10010
10011 2005-10-10 Andreas Schwab <schwab@suse.de>
10012
10013 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10014 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10015
10016 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10017 outside source directory.
10018
10019 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10020
10021 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10022 C-x' as a prefix.
10023 (orgtbl-mode-map): Full keymap instead of sparse, because all
10024 `self-insert-command' keys are redefined in this map.
10025 (org-export-as-html): Specify charset for HTML file, by taking it
10026 from the coding system.
10027
10028 2005-10-10 Kenichi Handa <handa@m17n.org>
10029
10030 * textmodes/flyspell.el (flyspell-check-word-p):
10031 If unread-command-events is non-empty, don't call sit-for.
10032
10033 2005-10-09 Richard M. Stallman <rms@gnu.org>
10034
10035 * font-lock.el (font-lock-syntactic-keywords)
10036 (font-lock-keywords): Doc fixes.
10037
10038 * textmodes/flyspell.el (flyspell-external-point-words):
10039 Simplify logic, and don't try to check for consecutive appearances
10040 of one incorrect word.
10041
10042 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10043
10044 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10045 separator.
10046
10047 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10048 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10049 (gud-expansion-speedbar-buttons): New function.
10050 (gud-speedbar-buttons): Check for gud-comint-buffer.
10051
10052 2005-10-09 Bill Wohler <wohler@newt.com>
10053
10054 * Makefile.in (updates): Add mh-loaddefs dependency.
10055
10056 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10057
10058 * speedbar.el (speedbar-file-key-map): Fix typo.
10059
10060 2005-10-09 Daniel Brockman <daniel@brockman.se>
10061
10062 * cus-start.el (line-spacing): Add custom spec.
10063
10064 2005-10-09 Romain Francoise <romain@orebokech.com>
10065
10066 * textmodes/ispell.el (ispell-check-version): Fix last change.
10067
10068 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10069
10070 * term/x-win.el: Remove -i, --icon-type from comment.
10071
10072 * startup.el (command-line-x-option-alist): Remove options -i,
10073 -itype, --icon-type, added -nb, --no-bitmap-icon
10074
10075 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10076
10077 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10078 instead of :active.
10079
10080 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10081
10082 * textmodes/ispell.el (ispell-check-version):
10083 Ignore hyphen, and all that follows, in aspell's version text.
10084
10085 2005-10-08 Jay Belanger <belanger@truman.edu>
10086
10087 * calc/calc-arith.el (math-known-square-matrixp): New function.
10088 (math-pow-fancy): Check for matrices before distributing exponent
10089 across products.
10090
10091 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10092 fullscreen keypad. Suggested by Luc Teirlinck.
10093 (calc-keypad-show-input): Add space for formatting.
10094
10095 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10096 Add square matrix option.
10097
10098 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10099 of checking calc-matrix-mode when deciding how to expand.
10100
10101 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10102
10103 2005-10-08 Lars Hansen <larsh@soem.dk>
10104
10105 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10106 Add error handling.
10107 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10108
10109 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10110
10111 Sync with Tramp 2.0.51.
10112
10113 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10114 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10115 Insert special handling for `last-coding-system-used', again
10116 it still seems to be necessary (unlike stated before).
10117 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10118 (tramp-password-prompt-regexp): There might be other words before
10119 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10120 (tramp-chunksize): Improve docstring.
10121 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10122 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10123 Christian Joergensen <bugs@razor.dk>.
10124
10125 2005-10-07 Glenn Morris <rgm@gnu.org>
10126
10127 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10128 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10129 precision'.
10130
10131 2005-10-07 Romain Francoise <romain@orebokech.com>
10132
10133 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10134 (ibuffer-do-shell-command-pipe-replace)
10135 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10136 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10137 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10138 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10139 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10140 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10141 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10142 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10143 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10144 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10145 Autoload file sans suffix.
10146
10147 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10148
10149 2005-10-07 David Ponce <david@dponce.com>
10150
10151 * recentf.el (recentf-menu-open-all-flag): New option.
10152 (recentf-digit-shortcut-command-name): New function.
10153 (recentf--shortcuts-keymap): New variable.
10154 (recentf-menu-shortcuts): New variable.
10155 (recentf-make-menu-items): Initialize it. Replace the "More..."
10156 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10157 (recentf-menu-value-shortcut): New function.
10158 (recentf-make-menu-item): Use it. No more in-lined.
10159 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10160 (recentf-open-most-recent-file): Rename from
10161 `recentf-open-file-with-key'. Don't depend on key binding.
10162 (recentf-mode-map): New variable.
10163 (recentf-mode): Use it.
10164
10165 2005-10-06 Bill Wohler <wohler@newt.com>
10166
10167 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10168
10169 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10170 (MH-E-SRC): New. Used by mh-autoloads.
10171 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10172 files in MH-E-SRC have been updated.
10173 (compile, recompile, bootstrap): Depend on mh-autoloads.
10174
10175 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10176
10177 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10178 gud-break and gud-remove icons when the fringe is not available.
10179
10180 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10181 Typo.
10182
10183 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10184
10185 * play/zone.el (zone): Wrap body with save-window-excursion.
10186
10187 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10188
10189 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10190 Use the new `list-only' arg to diary-list-entries.
10191
10192 * calendar/diary-lib.el: Use overlays rather than selective-display.
10193 (diary-selective-display): New var.
10194 (diary-header-line-format): Use it.
10195 (diary-list-entries): Add argument `list-only'.
10196 Put the buffer in diary-mode. Don't add \^M at beg and end.
10197 Replace \^M by invisible overlays.
10198 (diary-unhide-everything): Replace \^M by invisible overlays.
10199 (print-diary-entries): Look for overlays rather than \^M.
10200 Add a space to the temp buffer name.
10201 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10202 Put the buffer in diary-mode.
10203 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10204 (diary-anniversary): Make the year arg optional.
10205 (diary-time-regexp): New const.
10206 (diary-font-lock-keywords): Use it to accept a few more time formats.
10207
10208 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10209
10210 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10211
10212 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10213 Fix bug introduced 2005-07-03: Use (car (last ...))
10214 to faithfully reproduce replaced artist-last.
10215 (artist-set-arrow-points-for-poly): Likewise.
10216 Suggested by Johan Bockg\e,Ae\e(Brd.
10217
10218 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10219
10220 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10221 * wid-edit.el (widget):
10222 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10223 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10224
10225 2005-10-06 Kenichi Handa <handa@m17n.org>
10226
10227 * international/mule-cmds.el (set-language-environment):
10228 Fix setting up of case-table for unibyte mode.
10229
10230 * simple.el (what-cursor-position): If the character is displayed
10231 by some `display' text property, show that. Don't use
10232 single-key-description for eight-bit characters in multibyte mode.
10233
10234 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10235
10236 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10237 (gdb-ann3): Set it.
10238 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10239 (gdb-info-frames-custom): Use inverse-video for first five
10240 characters of selected frame only.
10241 (gdb-get-frame-number): Select frame even when point is on frame
10242 number.
10243
10244 2005-10-06 Masatake YAMATO <jet@gyve.org>
10245
10246 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10247 Put `font-lock-function-name-face'.
10248 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10249 and `font-lock-variable-name-face'
10250 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10251 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10252 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10253 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10254 (gdb-local-font-lock-keywords): New font lock keywords definition.
10255 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10256 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10257 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10258
10259 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10260
10261 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10262 (ediff-merge-region-is-non-clash-to-skip): Previously called
10263 ediff-merge-region-is-non-clash.
10264
10265 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10266 Use insert-buffer-substring.
10267
10268 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10269 selecting files to patch. Also bug fixes.
10270
10271 * ediff-util.el (ediff-setup): Bug fix.
10272 (ediff-next-difference): Never skip clashes that differ in white
10273 space only.
10274
10275 * ediff-wind.el (ediff-setup-control-frame)
10276 (ediff-destroy-control-frame): Check the menubar feature.
10277
10278 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10279 (viper-refresh-mode-line): Use make-local-variable to localize
10280 some vars instead of make-variable-buffer-local. Suggested by
10281 Stefan Monnier.
10282
10283 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10284 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10285 Use make-local-variable instead of make-variable-buffer-local.
10286 Suggested by Stefan Monnier.
10287
10288 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10289 (viper-comint-mode-hook): Use make-local-variable on
10290 require-final-newline.
10291 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10292
10293 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10296 also the second char of a comment-start sequence.
10297 (scheme-sexp-comment-syntax-table): New var.
10298 (lambda, define): Set their scheme-doc-string-elt property.
10299 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10300 Use lisp-font-lock-syntactic-face-function now that it properly
10301 handles |...| symbols.
10302 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10303 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10304
10305 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10306 bit from # to |.
10307 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10308
10309 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10310 (lisp-doc-string-elt-property): New var.
10311 (lisp-font-lock-syntactic-face-function): Use it.
10312 Rewrite to recognize docstrings even for forms not at toplevel.
10313
10314 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10315 annotation on the | part of #| rather than on the # part.
10316 (scheme-font-lock-syntactic-face-function): New function, to
10317 distinguish strings from |...| symbols.
10318 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10319 syntax-table so that #|...|# is properly highlighted.
10320
10321 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10322 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10323
10324 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10325
10326 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10327 and C-e.
10328
10329 * emacs-lisp/eldoc.el: Move comments into docstrings.
10330 (eldoc-message-commands): Initialize in its declaration.
10331 Add move-beginning-of-line and move-end-of-line.
10332 (eldoc-add-command, eldoc-add-command-completions)
10333 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10334
10335 * outline.el (outline-mark-subtree): Activate the mark.
10336
10337 * calendar/appt.el (appt-time-regexp): New var.
10338 (appt-add, appt-make-list): Use it.
10339 (appt-convert-time): Clean up.
10340
10341 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10342 Don't set any syntax-table property here.
10343 (tex-font-lock-verb): New function. Do it here.
10344 (tex-font-lock-syntactic-keywords): Use it.
10345
10346 2005-10-04 Richard M. Stallman <rms@gnu.org>
10347
10348 * wid-edit.el (widget-file-complete): Get the widget start point
10349 the right way. Default directory to `/' if file has none.
10350
10351 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10352
10353 * textmodes/flyspell.el (flyspell-mode-on):
10354 Call ispell-maybe-find-aspell-dictionaries.
10355
10356 * textmodes/ispell.el (ispell-word, ispell-region):
10357 Call ispell-maybe-find-aspell-dictionaries.
10358 (ispell-accept-buffer-local-defs):
10359 Don't call ispell-maybe-find-aspell-dictionaries
10360
10361 2005-10-04 Richard M. Stallman <rms@gnu.org>
10362
10363 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10364
10365 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10366
10367 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10368 instead of `fboundp' in order to allow for anonymous functions.
10369
10370 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10371
10372 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10373 case the user clicks on the link while another window is selected.
10374 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10375
10376 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10377 functionality.
10378 (dframe-help-echo): Save point in case mouse tracking is off.
10379
10380 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10381
10382 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10383
10384 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10385
10386 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10387 not change the global value of those vars.
10388
10389 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10390 make-local-variable which we do not need any more.
10391
10392 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10393
10394 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10395 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10396 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10397 (speedbar-path-line): Define obsolete aliases.
10398 (speedbar-line-directory): Doc fix.
10399
10400 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10401 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10402 instead of speedbar-line-path.
10403
10404 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10405
10406 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10407 to nil if dropping on a window. Handle dropping on a minibuffer window
10408 like dropping on a non-window part of Emacs.
10409
10410 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10411
10412 * net/ange-ftp.el: Use with-current-buffer.
10413 (ange-ftp-insert-directory): Do not follow symlinks any more.
10414
10415 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10416 Remove interactive spec.
10417
10418 2005-10-03 Kim F. Storm <storm@cua.dk>
10419
10420 * ido.el (ido-mode): Use custom-initialize-set.
10421
10422 2005-10-02 Richard M. Stallman <rms@gnu.org>
10423
10424 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10425 Use insert-buffer-substring.
10426
10427 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10428 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10429
10430 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10433 in last change.
10434 (ange-ftp-insert-directory): Fix up the search for the case where
10435 `file' is absolute.
10436
10437 2005-10-02 Romain Francoise <romain@orebokech.com>
10438
10439 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10440
10441 2005-10-02 Andreas Schwab <schwab@suse.de>
10442
10443 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10444 directory component in the session info.
10445
10446 2005-10-01 Richard M. Stallman <rms@gnu.org>
10447
10448 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10449
10450 * simple.el (next-error-internal): New function.
10451
10452 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10453 (compilation-start): Pass new arg to compilation-buffer-name.
10454 (compile-goto-error): Use next-error-internal.
10455
10456 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10457
10458 * speedbar.el: Remove RCS tag.
10459 (speedbar-check-read-only): Handle non-existent files.
10460
10461 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10462
10463 * info.el (Info-speedbar-hierarchy-buttons)
10464 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10465
10466 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10467
10468 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10469 Do not match newline.
10470 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10471 (bibtex-summary): Remove unnecessary save-excursion.
10472 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10473
10474 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10475
10476 * term/mac-win.el: Add charset info for "iso10646-1".
10477 Modify default fontset to use ATSUI-compatible fonts for some charsets
10478 if available.
10479
10480 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10481
10482 * speedbar.el: Re-apply arch tag.
10483 (speedbar-version): Rename to version 1.0. Suggested by Eric
10484 M. Ludlam.
10485 Reapply two changes from Emacs CVS' version of speedbar lost
10486 during the merge:
10487 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10488 (speedbar-frame-parameters): Improve customize type.
10489
10490 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10491
10492 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10493 (ange-ftp-file-directory-p): Fix the symlink case.
10494 (ange-ftp-insert-directory): When listing a single file, get a list of
10495 the parent buffer and extract the relevant line. Inspired from a patch
10496 by Katsumi Yamaoka <yamaoka@jpl.org>.
10497 (ange-ftp-file-name-sans-versions): Simplify.
10498
10499 2005-09-30 Bill Wohler <wohler@newt.com>
10500
10501 Move MH-E image files from toolbar and mail directories into
10502 etc/images.
10503
10504 * mail/reply2.*: Move to etc/images/mail/reply*.
10505
10506 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10507 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10508 etc/images.
10509
10510 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10511 * toolbar/reply*: Move to etc/images/mail.
10512
10513 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10514
10515 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10516
10517 * speedbar.el: New version 1.0pre3.
10518
10519 Frame management code (including timer, and mouse click specifics)
10520 moved to dframe.el:
10521 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10522 (speedbar-timer): Removed. Use dframe-timer.
10523 (speedbar-close-frame): Removed. Use dframe-close-frame.
10524 (speedbar-activity-change-focus-flag): Removed. Use
10525 dframe-activity-change-focus-flag.
10526 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10527 dframe-update-speed.
10528
10529 (speedbar-current-frame): New macro. Use this instead of the
10530 variable speedbar-frame.
10531
10532 (speedbar-use-images, speedbar-expand-image-button-alist)
10533 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10534
10535 (speedbar-find-image-on-load-path): Removed. Replaced by
10536 defezimage in ezimage.el.
10537 (speedbar-expand-image-button-alist): Removed. Replaced by
10538 ezimage-expand-image-button-alist in ezimage.el.
10539
10540 (speedbar-ignored-directory-regexp)
10541 (speedbar-add-ignored-directory-regexp)
10542 (speedbar-ignored-directory-expressions)
10543 (speedbar-line-directory, speedbar-buffers-line-directory)
10544 (speedbar-directory-line, speedbar-buffers-line-directory):
10545 Renamed, replacing `path' with `directory'.
10546
10547 (speedbar-create-directory, speedbar-expand-line-descendants)
10548 (speedbar-toggle-line-expansion)
10549 (speedbar-contract-line-descendants): New commands.
10550
10551 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10552 (speedbar-use-tool-tips-flag): New options.
10553
10554 (speedbar-check-read-only, speedbar-require-version)
10555 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10556 (speedbar-handle-delete-frame, speedbar-try-completion)
10557 (speedbar-update-localized-contents): New functions.
10558
10559 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10560 (speedbar-object-read-only-indicator): New variables.
10561
10562 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10563 New hooks.
10564
10565 (speedbar-separator-face): New face.
10566
10567 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10568 (speedbar-ignored-modes): Add fundamental-mode.
10569 (speedbar-directory-unshown-regexp): Add . directories.
10570
10571 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10572 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10573 `]' for full expand/close.
10574 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10575
10576 (speedbar-check-vc): Support hidden files.
10577 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10578 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10579 state is nil, it is not checked out.
10580
10581 (speedbar-line-text, speedbar-line-token): Support expand buttons
10582 with no text.
10583 (speedbar-refresh): Universal argument acts as power-click.
10584 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10585 that buffer to get variable values.
10586
10587 And many other bugfixes.
10588
10589 * dframe.el, ezimage.el, sb-image.el: New files.
10590
10591 * sb-*.xpm: Remove files. New image files installed into
10592 etc/images/ezimage.
10593
10594 2005-09-30 Kenichi Handa <handa@m17n.org>
10595
10596 * ps-mule.el (ps-mule-show-warning): If a character is in
10597 ps-print-translation-table, don't treat it as non-printable.
10598
10599 2005-09-30 David Ponce <david@dponce.com>
10600
10601 * tree-widget.el (tree-widget-themes-load-path): New variable.
10602 (tree-widget-themes-directory): Doc fix.
10603 (tree-widget-image-formats) [Emacs]: Doc fix.
10604 (tree-widget--locate-sub-directory): New function.
10605 (tree-widget-themes-directory): Use it.
10606
10607 * recentf.el (recentf-filename-handlers): Rename from
10608 `recentf-filename-handler'. Allow a list of functions.
10609 (recentf-menu-items-for-commands): Fix :help strings.
10610 (recentf-apply-filename-handlers): New function.
10611 (recentf-expand-file-name): Use it.
10612 (recentf-cleanup): Remove duplicates too.
10613
10614 2005-09-29 Juri Linkov <juri@jurta.org>
10615
10616 * faces.el: Rearrange face definitions to be in the same order as
10617 their face descriptions in "(emacs)Standard Faces".
10618
10619 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10620
10621 * tooltip.el (tooltip): Add group `basic-faces'.
10622
10623 * buff-menu.el (Buffer-menu-buffer): Remove group
10624 `font-lock-highlighting-faces'.
10625
10626 * progmodes/compile.el (compilation-error, compilation-warning)
10627 (compilation-info, compilation-line-number, compilation-column-number):
10628 Change group from `font-lock-highlighting-faces' to `compilation'.
10629
10630 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10631 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10632 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10633 (vhdl-font-lock-reserved-words-face)
10634 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10635 `font-lock-highlighting-faces'.
10636
10637 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10638
10639 2005-09-28 Kim F. Storm <storm@cua.dk>
10640
10641 * emulation/cua-base.el: Set CUA move property on additional commands:
10642 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10643 forward-sexp, backward-sexp, forward-list, backward-list.
10644
10645 2005-09-28 Romain Francoise <romain@orebokech.com>
10646
10647 * comint.el (comint-show-output): Really set point at the
10648 beginning of the output when not using `comint-use-prompt-regexp'.
10649
10650 2005-09-27 Jay Belanger <belanger@truman.edu>
10651
10652 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10653 in TeX mode.
10654
10655 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10656
10657 * textmodes/org.el (org-table-sum): Fix format string.
10658
10659 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10660 Quote face names.
10661
10662 2005-09-26 Romain Francoise <romain@orebokech.com>
10663
10664 * isearch.el (isearch-forward-regexp): Close doc string.
10665
10666 2005-09-25 Richard M. Stallman <rms@gnu.org>
10667
10668 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10669
10670 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10671
10672 * progmodes/compile.el (compilation-error-properties):
10673 When getting the file from the previous error message,
10674 correctly decode the new data format.
10675
10676 * progmodes/cc-cmds.el (c-electric-paren):
10677 Call old-blink-paren only for close-paren.
10678
10679 2005-09-24 Andreas Schwab <schwab@suse.de>
10680
10681 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10682 condition.
10683
10684 2005-09-25 Romain Francoise <romain@orebokech.com>
10685
10686 * dired-aux.el (dired-copy-file-recursive):
10687 * dired.el (dired-delete-file):
10688 * ediff-mult.el (ediff-dir-diff-copy-file):
10689 * ediff-util.el (ediff-test-save-region):
10690 * forms.el (forms-mode):
10691 * ido.el (ido-file-internal, ido-delete-file-at-head):
10692 * log-edit.el (log-edit-done):
10693 * ses.el (ses-yank-resize):
10694 * play/gomoku.el (gomoku-human-plays, gomoku)
10695 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10696 (gomoku-offer-a-draw):
10697 * play/landmark.el (lm-human-resigns, lm):
10698 * net/eudcb-ldap.el (eudc-ldap-check-base):
10699 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10700 * progmodes/ebrowse.el (ebrowse-find-pattern):
10701 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10702 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10703 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10704
10705 * vc.el (vc-delete-file):
10706 * play/gomoku.el (gomoku-terminate-game, gomoku)
10707 (gomoku-prompt-for-move, gomoku-human-takes-back):
10708 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10709 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10710
10711 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10712
10713 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10714 color rxvt terminals by using the code xterm.el used to use before
10715 2005-04-09 in order to match the colors used by rxvt.
10716
10717 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10718
10719 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10720 colors rxvt-unicode terminals by using the same code as xterm.el.
10721
10722 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10723
10724 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10725 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10726 new symbol used for the tex-verbatim face.
10727
10728 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10729
10730 * woman.el (woman-file-name):
10731 * wid-edit.el (widget-file-prompt-value)
10732 (widget-coding-system-prompt-value):
10733 * w32-fns.el (set-w32-system-coding-system):
10734 * vc.el (vc-version-diff, vc-annotate):
10735 * textmodes/reftex-auc.el (reftex-arg-cite)
10736 (reftex-arg-index-tag):
10737 * textmodes/refer.el (refer-get-bib-files):
10738 * textmodes/artist.el (artist-figlet-choose-font):
10739 * terminal.el (terminal-emulator):
10740 * replace.el (occur-read-primary-args):
10741 * rect.el (string-rectangle, string-insert-rectangle):
10742 * ps-print.el (ps-print-preprint):
10743 * progmodes/pascal.el (pascal-goto-defun):
10744 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10745 * progmodes/compile.el (compilation-find-file):
10746 * printing.el (pr-interactive-n-up):
10747 * play/animate.el (animate-birthday-present):
10748 * net/rcompile.el (remote-compile):
10749 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10750 * mail/rmailsum.el (rmail-summary-search-backward)
10751 (rmail-summary-search):
10752 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10753 (rmail-output-read-file-name):
10754 * mail/rmail.el (rmail-search, rmail-search-backwards):
10755 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10756 * locate.el (locate):
10757 * international/quail.el (quail-show-keyboard-layout):
10758 * international/mule.el (set-buffer-file-coding-system)
10759 (revert-buffer-with-coding-system, set-file-name-coding-system)
10760 (set-terminal-coding-system, set-keyboard-coding-system)
10761 (set-next-selection-coding-system):
10762 * international/mule-diag.el (describe-coding-system)
10763 (describe-font, describe-fontset):
10764 * international/mule-cmds.el (universal-coding-system-argument)
10765 (search-unencodable-char, describe-input-method)
10766 (set-language-environment, describe-language-environment):
10767 * international/codepage.el (codepage-setup):
10768 * international/code-pages.el (codepage-setup):
10769 * info.el (Info-search, Info-follow-reference)
10770 (Info-search-backward):
10771 * emacs-lisp/advice.el (ad-read-advised-function)
10772 (ad-read-advice-class, ad-clear-cache, ad-activate)
10773 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10774 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10775 (ad-read-regexp):
10776 * ediff-util.el (ediff-toggle-regexp-match):
10777 * ediff-ptch.el (ediff-prompt-for-patch-file):
10778 * dired-aux.el (dired-diff):
10779 * diff.el (diff):
10780 * cus-edit.el (custom-variable-prompt):
10781 * calendar/timeclock.el (timeclock-ask-for-project):
10782 * calc/calcalg3.el (calc-get-fit-variables):
10783 * calc/calc-store.el (calc-edit-variable)
10784 (calc-permanent-variable):
10785 * vc-mcvs.el (vc-mcvs-register):
10786 * shadowfile.el (shadow-define-literal-group):
10787 * woman.el (woman-file-name):
10788 * vc.el (vc-version-diff, vc-merge):
10789 * textmodes/reftex-index.el (reftex-index-complete-tag):
10790 * format.el (format-decode-buffer, format-decode-region):
10791 * emulation/viper-cmd.el (viper-read-string-with-history):
10792 * emacs-lisp/debug.el (cancel-debug-on-entry):
10793 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10794 * ediff.el (ediff-merge-revisions)
10795 (ediff-merge-revisions-with-ancestor, ediff-revision):
10796 * completion.el (interactive-completion-string-reader):
10797 * calc/calc-prog.el (calc-user-define-formula):
10798 Follow convention for reading with the minibuffer.
10799
10800 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10801
10802 * progmodes/python.el (python-describe-symbol): Add globals() and
10803 locals() to the arguments of emacs.ehelp.
10804
10805 2005-09-24 Magnus Henoch <mange@freemail.hu>
10806
10807 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10808 New function, code extracted from ispell-valid-dictionary-list.
10809 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10810 Call it.
10811
10812 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10813
10814 * subr.el (version-regexp-alist): Extend valid syntax for version
10815 strings: allow any of the characters -,_,+ to separate the
10816 alpha/beta/rc part from the version part. Doc fix.
10817 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10818
10819 2005-09-23 David Reitter <david.reitter@gmail.com>
10820
10821 * mail/mailclient.el: New file.
10822
10823 2005-09-23 Richard M. Stallman <rms@gnu.org>
10824
10825 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10826 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10827 Doc fixes.
10828
10829 * progmodes/cc-mode.el (c-font-lock-init):
10830 Specify font-lock-lines-before.
10831
10832 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10833
10834 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10835 whole conflict.
10836
10837 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10838
10839 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10840 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10841 of `remap' feature when available. Additional key bindings for
10842 better tty support.
10843 (org-mode-restart, org-force-self-insert): New commands.
10844 (org-time-stamp-inactive): New command.
10845 (org-remap): New function.
10846 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10847 (org-enable-fixed-width-editor): Move to `org-structure'
10848 customization group.
10849 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10850 blank field after field motion commands.
10851
10852 2005-09-23 Kenichi Handa <handa@m17n.org>
10853
10854 * international/mule-cmds.el (set-language-environment):
10855 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10856 have to call utf-translate-cjk-load-tables.
10857
10858 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * mouse.el (mouse-move-drag-overlay): Fix last change.
10861
10862 2005-09-22 David Ponce <david@dponce.com>
10863
10864 * tree-widget.el (tree-widget-value-create): Fix previous change.
10865
10866 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10867
10868 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10869
10870 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10871
10872 * mouse.el (mouse-move-drag-overlay): New function.
10873 (mouse-drag-region-1): Use it.
10874 Try to simplify a bit the state handling. Handle clicks on links
10875 inside intangible areas.
10876 (mouse-save-then-kill): Minor simplification.
10877 (mouse-secondary-overlay): Make it always non-nil instead of
10878 recreating it each time.
10879 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10880 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10881 Simplify accordingly.
10882
10883 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10884
10885 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10886
10887 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10888
10889 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10890 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10891 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10892 to patch.
10893
10894 * ediff-util.el: Use insert-buffer-substring.
10895
10896 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10897
10898 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10899 field boundaries in the minibuffer.
10900 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10901 (viper-minibuffer-post-command-hook): New hook.
10902 (viper-line): Don't move cursor at bolp.
10903
10904 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10905
10906 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10907 avoid compiler warnings.
10908
10909 * emulation/viper-macs.el (ex-map): Better messages.
10910
10911 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10912
10913 * emulation/viper.el: Replace make-variable-buffer-local with
10914 viper-make-variable-buffer-local everywhere, to avoid warnings.
10915
10916 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10917
10918 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10919 Delete unused var `old-selected-window'.
10920 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10921 (mouse-drag-secondary): Delete unused var `start-frame'.
10922
10923 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10924
10925 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10926
10927 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10930 Re-indent within 80 columns. Use inhibit-read-only.
10931
10932 2005-09-19 Romain Francoise <romain@orebokech.com>
10933
10934 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10935
10936 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10937
10938 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10939 unconditionally, since the after-change-function already did it.
10940
10941 2005-09-19 Miles Bader <miles@gnu.org>
10942
10943 * net/newsticker.el: Get rid of CVS keyword.
10944
10945 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10946
10947 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10948 The prompt is formatted later.
10949
10950 2005-09-19 David Ponce <david@dponce.com>
10951
10952 * tree-widget.el (tree-widget-value-create): Save the converted
10953 tree :node widget.
10954
10955 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10956
10957 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10958 variable `message'.
10959
10960 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10961
10962 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10963 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10964 <slawomir.nowaczyk.847@student.lu.se>.
10965
10966 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10967
10968 * image.el (image-load-path): Use symbol `data-directory' instead
10969 of its value, for backward compatibility with packages that bind
10970 it during `find-image'. Suggested by Katsumi Yamaoka.
10971 (image-search-load-path): Handle symbols whose values are strings.
10972
10973 2005-09-18 Romain Francoise <romain@orebokech.com>
10974
10975 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10976 with-current-buffer form in save-excursion.
10977
10978 2005-09-18 D Goel <deego@gnufans.org>
10979
10980 * apropos.el (apropos-command): Fix `message' call: first arg
10981 should be a format spec. In this and all other cases that appear
10982 below and elsewhere in the source code, I made a change only when
10983 two conditions were satisfied: [1] I can think of a possibility
10984 that the arguments would cause an error, for example, the code in
10985 question relies on external variables such as filenames. [2] I
10986 was sure that the arg to `message' could not have been nil in the code.
10987
10988 * textmodes/tildify.el (tildify-region): Ditto.
10989
10990 * textmodes/reftex-index.el (reftex-index-change-entry)
10991 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10992 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10993 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10994 (org-priority, org-table-sum):
10995 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10996 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10997 (flyspell-word, flyspell-display-next-corrections):
10998 * textmodes/bibtex.el (bibtex-print-help-message):
10999 * textmodes/artist.el (artist-key-set-point-poly):
11000 * term/mac-win.el (mac-services-insert-text):
11001 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11002 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11003 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11004 (vhdl-compose-configuration):
11005 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11006 (sh-set-indent, sh-learn-line-indent):
11007 * progmodes/ps-mode.el (ps-mode-target-column):
11008 * progmodes/idlwave.el (idlwave-make-tags)
11009 (idlwave-scan-library-catalogs):
11010 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11011 * progmodes/gud.el (gud-jdb-analyze-source):
11012 * progmodes/flymake.el (flymake-log):
11013 * progmodes/ebnf2ps.el (ebnf-generate-region):
11014 * progmodes/cmacexp.el (c-macro-expansion):
11015 * progmodes/ada-xref.el (ada-treat-cmd-string):
11016 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11017 (ada-justified-indent-current, ada-batch-reformat):
11018 * play/zone.el (zone):
11019 * play/landmark.el (lm-move):
11020 * play/decipher.el (decipher-show-alphabet):
11021 * net/newsticker.el (newsticker--display-jump)
11022 (newsticker--display-scroll):
11023 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11024 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11025 * mail/feedmail.el (feedmail-dump-message-to-queue):
11026 * eshell/esh-proc.el (eshell-remove-process-entry):
11027 * emulation/ws-mode.el (ws-last-error):
11028 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11029 (viper-record-kbd-macro):
11030 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11031 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11032 * emacs-lisp/find-func.el (find-function-noselect):
11033 * calendar/timeclock.el (timeclock-status-string)
11034 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11035 (timeclock-when-to-leave-string):
11036 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11037 * calc/calc-units.el (calc-enter-units-table):
11038 * calc/calc-mode.el (calc-mode-record-mode):
11039 * woman.el (woman-mini-help):
11040 * wdired.el (wdired-change-to-wdired-mode):
11041 * vc.el (vc-retrieve-snapshot):
11042 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11043 * startup.el (display-startup-echo-area-message):
11044 * simple.el (set-goal-column):
11045 * ses.el (ses-command-hook, ses-recalculate-cell):
11046 * server.el (server-process-filter):
11047 * printing.el (pr-interface-txt-print, pr-interface-printify)
11048 (pr-interface-ps):
11049 * pcvs.el (cvs-help):
11050 * log-edit.el (log-edit, log-edit-mode-help):
11051 * iswitchb.el (iswitchb-possible-new-buffer):
11052 * isearch.el (isearch-edit-string):
11053 * image-mode.el (image-mode, image-minor-mode):
11054 * ibuf-macs.el (define-ibuffer-filter):
11055 * hi-lock.el (hi-lock-find-patterns):
11056 * files.el (toggle-read-only):
11057 * ediff-util.el (ediff-copy-diff)
11058 (ediff-write-merge-buffer-and-maybe-kill):
11059 * echistory.el (Electric-history-undefined):
11060 * dnd.el (dnd-insert-text):
11061 * dired-aux.el (dired-query):
11062 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11063 * bookmark.el (bookmark-bmenu-locate):
11064 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11065 Fix `message' calls to ensure first arg is a format string.
11066 The change was made only when these two conditions were satisfied:
11067 [1] when there is a possibility that the arguments would cause an error
11068 for example, if the code in question relies on external variables
11069 such as filenames, and
11070 [2] if the arg to `message' could not have been nil in the code.
11071
11072 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11073 Not having a %s would be weird, though not technically wrong.
11074
11075 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11076
11077 * term/mac-win.el (mac-add-charset-info): Doc fix.
11078
11079 2005-09-17 Romain Francoise <romain@orebokech.com>
11080
11081 * shell.el (shell-resync-dirs): Handle echoing processes more
11082 reliably. Don't insert resync command if `comint-process-echoes'
11083 is non-nil.
11084
11085 2005-09-17 Magnus Henoch <mange@freemail.hu>
11086
11087 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11088 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11089 aspell versions >= 0.60.
11090 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11091 only if ispell-aspell-supports-utf8 is non-nil.
11092
11093 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11094
11095 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11096 buffer-local value to lisp-indent-function.
11097
11098 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11099
11100 * progmodes/glasses.el (glasses-make-readable): If
11101 glasses-separator differs from underscore, put appropriate
11102 overlays over underscore characters.
11103 (glasses-convert-to-unreadable): If glasses-separator differs from
11104 underscore, try to convert glasses-separator characters to
11105 underscores.
11106
11107 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11108
11109 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11110 Use with-syntax-table and dolist.
11111
11112 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11113
11114 * textmodes/reftex-auc.el:
11115 * textmodes/reftex-cite.el:
11116 * textmodes/reftex-dcr.el:
11117 * textmodes/reftex-global.el:
11118 * textmodes/reftex-parse.el:
11119 * textmodes/reftex-ref.el:
11120 * textmodes/reftex-sel.el:
11121 * textmodes/reftex-toc.el:
11122 * textmodes/reftex-vars.el:
11123 * textmodes/reftex.el: Small changes to remove compiler warnings.
11124
11125 * textmodes/reftex-index.el: Likewise.
11126 (reftex-query-index-phrase): More efficient use of markers.
11127
11128 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11129
11130 * image.el (image-load-path): New variable.
11131 (image-search-load-path): New function.
11132 (find-image): Search for images in `image-load-path'.
11133
11134 2005-09-15 Richard M. Stallman <rms@gnu.org>
11135
11136 * follow.el: Change Maintainer field.
11137
11138 2005-09-15 David Ponce <david@dponce.com>
11139
11140 * recentf.el (recentf-save-file-modes): New option.
11141 (recentf-save-list): Use it.
11142
11143 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11144
11145 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11146 (mode-line-mule-info, mode-line-modified): Move bindings from
11147 mouse-3 to mouse-1.
11148
11149 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11150
11151 * simple.el (sendmail-user-agent-compose): Revert last change.
11152
11153 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11156 Use with-current-buffer.
11157 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11158 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11159 (ange-ftp-insert-directory): Remove unused var `short'.
11160 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11161
11162 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11163 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11164
11165 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11166 (check-calendar-holidays, diary-list-entries): Autoload.
11167 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11168 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11169
11170 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11171 which mistakenly removed a call to display-buffer.
11172
11173 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11174
11175 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11176
11177 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11178
11179 * progmodes/hideshow.el
11180 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11181 (hs-allow-nesting): New user var.
11182 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11183 (hs-hide-block-at-point): When nesting allowed,
11184 if there is already an overlay in place, delete it.
11185 (hs-safety-is-job-n): Delete func; remove call sites.
11186 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11187 (hs-overlay-at): New func.
11188 (hs-already-hidden-p, hs-show-block): Use it.
11189 (hs-hide-all): Don't pre-clean if nesting allowed.
11190 (hs-show-all): Temporarily disallow
11191 nesting around call to `hs-discard-overlays'.
11192
11193 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11194
11195 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11196 Delete unused local var.
11197
11198 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11199
11200 * help-fns.el (describe-categories): "?\ " -> "?\s".
11201 (help-do-arg-highlight): Recognize also ARG-n, as in
11202 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11203
11204 * international/codepage.el (dos-unsupported-char-glyph):
11205 * net/newsticker.el (tool-bar-map, w3-mode-map)
11206 (w3m-minor-mode-map):
11207 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11208 (ent-alist):
11209 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11210
11211 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11212
11213 * custom.el (custom-push-theme): Handle the case where a symbol is
11214 bound but face properties have not yet been assigned.
11215
11216 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11217 Fix behavior if noerase is `t' and there is no mail buffer.
11218
11219 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11220 if `continue' is nil, rather than signal an error.
11221
11222 2005-09-12 Richard M. Stallman <rms@gnu.org>
11223
11224 * font-lock.el (font-lock-keywords): Add autoload.
11225
11226 * help-fns.el (describe-variable): Rearrange to put source link
11227 in a predictable place.
11228
11229 * net/newsticker.el: New file.
11230
11231 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11234 (calendar-basic-setup): Use the new nil arg.
11235 (number-of-diary-entries): Move to diary-lib.el.
11236
11237 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11238 (diary-list-entries): Use with-syntax-table and dolist.
11239 Rename from list-diary-entries.
11240 Use number-of-diary-entries if `number' is nil.
11241 (diary, diary-view-entries): Use this new name and new nil arg value.
11242 (number-of-diary-entries): Move from calendar.el.
11243 (diary-unhide-everything): New function.
11244 (include-other-diary-files, fancy-diary-display)
11245 (diary-show-all-entries, make-diary-entry): Use it.
11246 (diary-mail-entries): Use buffer-string.
11247 (mark-diary-entries): Fix long standing paren typo.
11248 (diary-sexp-entry): Use count-lines.
11249 (make-diary-entry): Avoid `previous-line'.
11250 (diary-mode-map): New var.
11251 (diary-mode): Redraw cal after saving. Setup header-line.
11252 (fancy-diary-display-mode): Use local-set-key.
11253
11254 * startup.el (command-line): Try calling various terminal-init-foo-bar
11255 functions by stripping hyphenated suffixes from $TERM.
11256
11257 * files.el (normal-mode): Check boundness of font-lock-keywords.
11258
11259 2005-09-12 Richard M. Stallman <rms@gnu.org>
11260
11261 * progmodes/compile.el: Don't decide a file's directory
11262 until the user actually tries to go there.
11263 (compilation-next-error-function):
11264 Pass compilation-find-file the directory from the file-struct.
11265 (compilation-internal-error-properties): Separate local FILE-STRUCT
11266 from FILE. Doc the args better. Rename arg FMT to FMTS.
11267 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11268 Expand it, and if nil, use default-directory.
11269 (compilation-get-file-structure): Don't mix specified directory
11270 with default directory. Put specified directory into
11271 file-struct. Don't make the file name absolute.
11272
11273 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11274 (compile-command): Add autoload.
11275 (compilation-disable-input): Add autoload.
11276
11277 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11278
11279 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11280 strings of the variables it can override.
11281 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11282 %Q and %q, for fully-qualified domain name and unqualified host name.
11283
11284 2005-09-11 Kim F. Storm <storm@cua.dk>
11285
11286 * emacs-lisp/authors.el (authors-aliases): Update list.
11287 (authors-fixed-entries): Update mldrag.el entry.
11288
11289 2005-09-10 Alan Mackenzie <acm@muc.de>
11290
11291 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11292 from the region narrowed to.
11293
11294 2005-09-10 Magnus Henoch <mange@freemail.hu>
11295
11296 * textmodes/ispell.el (ispell-check-version): Signal an error if
11297 aspell version is less than 0.60.
11298
11299 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11300
11301 * progmodes/octave-inf.el (inferior-octave-startup):
11302 Resync current dir at the end.
11303
11304 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11305
11306 * woman.el (woman-topic-at-point-default):
11307 Rename to woman-use-topic-at-point-default.
11308 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11309 (woman-file-name): Reflect renames above. Automatically use the
11310 word at point as topic if woman-use-topic-at-point is non-nil.
11311 Otherwise offer it as default but don't insert it in the
11312 minibuffer. Also use `test-completion' instead of `assoc' as
11313 suggested by Stefan Monnier.
11314
11315 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11316
11317 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11318 the attempt to do it over Tramp. This is not yet supported.
11319
11320 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11321
11322 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11323 (menu-bar-non-minibuffer-window-p): New functions.
11324 ("Split Window", "Save As..."): Use them.
11325 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11326 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11327 Use menu-bar-menu-frame-live-and-visible-p.
11328 ("Save Buffer", "Insert File", "Open Directory...")
11329 ("Open File...", "Visit New File..."):
11330 Use menu-bar-non-minibuffer-window-p.
11331 (kill-this-buffer-enabled-p, dired <menu-enable>):
11332 Use menu-bar-non-minibuffer-window-p.
11333
11334 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11335
11336 * cus-start.el (all): Don't complain about fringe-related
11337 built-ins if fringes are not supported. Ditto about
11338 selection-related built-ins. Fix the test for GTK-related built-ins.
11339
11340 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11341 ("Postscript Print Buffer", "Print Region", "Save As...")
11342 ("Save", "Insert File...", "Open Directory...")
11343 ("Open File...", "Visit New File..."")
11344 ("Truncate Long Lines in this Buffer"): Don't look at
11345 menu-updating-frame if this display does not support multiple frames.
11346
11347 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11348
11349 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11350
11351 2005-09-09 Emilio Lopes <eclig@gmx.net>
11352
11353 * woman.el: Format- and whitespace-related changes.
11354
11355 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11356
11357 * woman.el: Fix my email address.
11358
11359 2005-09-08 Richard M. Stallman <rms@gnu.org>
11360
11361 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11362 (sh-mode): Locally set skeleton-pair-default-alist.
11363
11364 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11365
11366 * progmodes/flymake.el: Require `compile' unconditionally.
11367
11368 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11369
11370 * woman.el (woman-file-name): Provide a default, not initial input.
11371
11372 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11373
11374 * font-lock.el (font-lock-support-mode): Doc fix.
11375
11376 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11377
11378 2005-09-08 Richard M. Stallman <rms@gnu.org>
11379
11380 * simple.el (blink-matching-open): Get rid of text props from
11381 the string shown in echo area. Don't permanently set point.
11382 Some rearrangements.
11383
11384 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11385
11386 * recentf.el (recentf-filename-handler): Add custom choice
11387 `abbreviate-file-name'.
11388
11389 * msb.el (msb--very-many-menus): Fix typo.
11390
11391 * disp-table.el (standard-display-european): Don't set
11392 enable-multibyte-characters to nil.
11393
11394 2005-09-08 David Ponce <david@dponce.com>
11395
11396 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11397 (recentf-expand-file-name): Doc fix.
11398 (recentf-dialog-mode-map): Define digit shortcuts.
11399 (recentf--files-with-key): New variable.
11400 (recentf-show-digit-shortcut-filter): New function.
11401 (recentf-open-files-items): New function.
11402 (recentf-open-files): Use it.
11403 (recentf-open-file-with-key): New command.
11404
11405 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11406
11407 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11408 Suggested by Kim F. Storm.
11409 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11410 (Buffer-menu-make-sort-button): Use global keymap.
11411
11412 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11413
11414 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11415 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11416 necessary any longer with the remapped command.
11417 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11418 formatting time only.
11419
11420 * net/tramp.el (tramp-action-password)
11421 (tramp-multi-action-password): Compile the password prompt from
11422 `method', `user' and `host'. Sometimes it isn't obvious which
11423 password to enter, for example with remote files offered by
11424 recentf.el, or with multiple steps. Suggested by Robert Marshall
11425 <robert@chezmarshall.freeserve.co.uk>.
11426
11427 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11428
11429 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11430 Fix regexp for when "s///" is at the beginning of line.
11431
11432 2005-09-07 Jay Belanger <belanger@truman.edu>
11433
11434 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11435 when in matrix mode.
11436
11437 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11438
11439 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11440 non-anonymous functions.
11441
11442 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11443
11444 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11445 when using a header line. Otherwise, use mouse-1-click-follows-link.
11446
11447 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11448 can't be moved; don't signal an error.
11449
11450 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11451
11452 * cus-theme.el (custom-theme-write-faces): Save the current face
11453 spec, not the defface spec.
11454
11455 * custom.el (custom-known-themes): Clarify meaning of "standard".
11456 (custom-push-theme): Save old values in the standard theme.
11457 (disable-theme): Correct typo.
11458 (custom-face-theme-value) Deleted unused function.
11459 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11460
11461 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11462
11463 * progmodes/compile.el (compilation-goto-locus): Take into account
11464 iconified frames when determining whether the buffer is
11465 already visible.
11466 Don't reset window height if the window already existed.
11467
11468 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11469
11470 * custom.el (load-theme): Rename from require-theme.
11471 Add interactive spec.
11472 (enable-theme): Rename from custom-enable-theme.
11473 Add interactive spec.
11474 (disable-theme): Rename from custom-disable-theme.
11475 Add interactive spec.
11476 (custom-make-theme-feature): Doc fix.
11477 (custom-theme-directory): Doc fix.
11478 (provide-theme): Call enable-theme.
11479
11480 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * obsolete/lazy-lock.el (lazy-lock-mode):
11483 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11484 font-lock-mode if it's off. Print a warning instead.
11485
11486 * progmodes/compile.el (compilation-start): Ignore errors if the
11487 process died before we get to send-eof.
11488
11489 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11490 Undo last change. Enclosing the result in quotes broke things on Unix
11491 since tex-send-command passes it through shell-quote-argument.
11492 (tex-send-command): Pass `file' through convert-standard-filename
11493 when possible.
11494 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11495 info in a transcript.
11496
11497 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11498
11499 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11500 fix compilation warning. Reorder the key definitions to group
11501 together keys emitted by the current version of xterm.
11502
11503 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11504 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11505 Reorder predicates to correct min-color usage.
11506
11507 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11508
11509 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11510 Kill local variables when longlines-mode is turned off.
11511
11512 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11515
11516 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11517
11518 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11519
11520 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11521 (font-lock-lines-before): Change default to being inactive.
11522 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11523 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11524
11525 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11526
11527 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11528 Deactivate temporarily advice if active (not needed for Emacs 22,
11529 but for backwards compatibility).
11530 (tramp-exists-file-name-handler): Rewrite. First implementation
11531 was too simple.
11532 (tramp-advice-make-auto-save-file-name):
11533 Call `tramp-handle-make-auto-save-file-name' (again, just for
11534 backwards compatibility).
11535
11536 2005-08-31 Reto Zimmermann <reto@gnu.org>
11537
11538 * progmodes/vhdl-mode.el
11539 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11540 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11541 (vhdl-set-default-project): New function (easier setting of default).
11542 (vhdl-port-copy): Handle extended identifiers for generics.
11543 (vhdl-compiler-alist): Better description for error message regexp.
11544 (vhdl-make): Query for target, use previous as default.
11545 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11546 (vhdl-font-lock-keywords-2): Fix fontification for record
11547 el. assign.
11548 (vhdl-speedbar-make-subpack-line): Add package body link.
11549 (vhdl-generate-makefile-1): Not include itself as dependency.
11550 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11551 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11552 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11553 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11554 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11555 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11556 (vhdl-import-project): Add string argument for `error'.
11557 (vhdl-compose-configuration)
11558 (vhdl-compose-configuration-architecture): Add configuration
11559 declaration generation.
11560 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11561 (vhdl-trailer-re): Add "record" keyword (better indentation).
11562 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11563 "[^ \t-\"]+".
11564 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11565 (vhdl-testbench-entity-file-name)
11566 (vhdl-testbench-architecture-file-name): Allow separate
11567 customization of testbench file names.
11568 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11569 (vhdl-get-visible-signals): Allow newline within alias declaration.
11570 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11571 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11572 (member-ignore-case): Alias for missing function in XEmacs.
11573 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11574 (vhdl-update-sensitivity-list): Ignore case on read signals.
11575 (vhdl-replace-string): Adjust case only for file names.
11576 (vhdl-update-sensitivity-list): Fix search for read signals.
11577 (vhdl-update-sensitivity-list): Exclude formal parameters.
11578 (vhdl-get-visible-signals): Include aliases of signals.
11579 (vhdl-get-visible-signals): Fix signal name searching.
11580 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11581 (vhdl-fixup-whitespace-region): Fix for character
11582 literals (e.g. `:').
11583
11584 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11585
11586 * ansi-color.el (comint-last-output-start):
11587 * bs.el (font-lock-verbose):
11588 * diff-mode.el (add-log-buffer-file-name-function):
11589 * dired-x.el (vm-folder-directory):
11590 * faces.el (help-xref-stack-item):
11591 * files.el (font-lock-keywords):
11592 * find-lisp.el (dired-buffers, dired-subdir-alist):
11593 * ido.el (cua-inhibit-cua-keys):
11594 * log-view.el (cvs-minor-wrap-function):
11595 * outline.el (font-lock-warning-face):
11596 * simple.el (compilation-current-error):
11597 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11598 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11599 * tooltip.el (comint-prompt-regexp):
11600 * w32-fns.el (explicit-shell-file-name):
11601 * term/mac-win.el (mac-charset-info-alist)
11602 (mac-services-selection, mac-system-script-code):
11603 * term/tty-colors.el (msdos-color-values):
11604 * term/w32-win.el (xlfd-regexp-registry-subnum):
11605 * term/x-win.el (x-keysym-table, x-selection-timeout)
11606 (x-session-id, x-session-previous-id):
11607 * textmodes/ispell.el (mail-yank-prefix):
11608 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11609 * textmodes/org.el (calc-embedded-close-formula)
11610 (calc-embedded-open-formula)
11611 (font-lock-unfontify-region-function):
11612 * textmodes/reftex-global.el (isearch-next-buffer-function)
11613 (TeX-master):
11614 * textmodes/reftex.el (font-lock-keywords):
11615 * textmodes/tex-mode.el (font-lock-comment-face)
11616 (font-lock-doc-face):
11617 * textmodes/texinfo.el (outline-heading-alist):
11618 Add defvars.
11619
11620 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11621 (artist-spray-chars, artist-mode-init, artist-replace-string)
11622 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11623 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11624 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11625
11626 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11627 (conf-align-assignments): "?\ " -> "?\s".
11628
11629 * textmodes/reftex-index.el (TeX-master): Add defvar.
11630 (reftex-index-phrases-marker): Move up defvar.
11631
11632 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11633 (reftex-toc-include-labels-indicator)
11634 (reftex-toc-include-index-indicator)
11635 (reftex-toc-max-level-indicator): Move up declarations.
11636
11637 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11638 of args to `tramp-run-real-handler', even if it's empty in this case.
11639
11640 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11641
11642 * dired.el (dired-move-to-filename-regexp): Add date format for
11643 Mac OS X 10.3 in East Asian locales.
11644
11645 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11646
11647 * files.el (make-auto-save-file-name): Add file name handler call
11648 if applicable.
11649
11650 * net/tramp.el (tramp-file-name-handler-alist)
11651 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11652 (tramp-handle-make-auto-save-file-name): Rename from
11653 `tramp-make-auto-save-file-name'.
11654 (tramp-exists-file-name-handler): New defun.
11655 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11656 `make-auto-save-file-name' is not a magic file name operation.
11657
11658 2005-08-30 Richard M. Stallman <rms@gnu.org>
11659
11660 * files.el (risky-local-variable-p):
11661 Match `-predicates' and `-commands.
11662
11663 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11664 (custom-save-all): Visit the file if necessary;
11665 kill the buffer if we created it.
11666 (custom-save-delete): Don't visit file or kill buffer here.
11667
11668 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11669
11670 * textmodes/org.el (org-special-keyword): New face.
11671 (org-table-copy-down, org-table-eval-formula)
11672 (org-table-recalculate, org-init-section-numbers):
11673 Use `string-to-number' instead of `string-to-int'.
11674 (org-get-location): Use `insert-buffer-substring' instead of
11675 `insert-buffer'.
11676 (org-modify-diary-entry-string): New function.
11677 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11678 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11679 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11680 active region.
11681 (org-export-as-html): Handle QUOTE keyword.
11682 (org-quote-string): New option.
11683 (org-bookmark-jump-unhide): New function, used for
11684 `bookmark-after-jump-hook'.
11685 (org-diary-default-entry): Apply only when not called through
11686 `org-agenda'.
11687
11688 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11689
11690 * net/eudc.el (mode-popup-menu):
11691 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11692 * progmodes/ada-mode.el (compile-auto-highlight)
11693 (skeleton-further-elements):
11694 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11695 * progmodes/cmacexp.el (msdos-shells):
11696 * progmodes/compile.el (font-lock-extra-managed-props)
11697 (font-lock-keywords, font-lock-maximum-size)
11698 (font-lock-support-mode):
11699 * progmodes/grep.el (font-lock-lines-before):
11700 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11701 * progmodes/mixal-mode.el (compile-command):
11702 * progmodes/perl-mode.el (font-lock-comment-face)
11703 (font-lock-doc-face, font-lock-string-face):
11704 * progmodes/prolog.el (comint-prompt-regexp):
11705 * progmodes/sh-script.el (font-lock-comment-face)
11706 (font-lock-set-defaults, font-lock-string-face):
11707 * progmodes/sql.el (font-lock-keyword-face)
11708 (font-lock-set-defaults, font-lock-string-face):
11709 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11710 (itimer-version, lazy-lock-defer-contextually)
11711 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11712 Add defvars.
11713
11714 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11715 (cperl-electric-keyword, cperl-electric-pod)
11716 (cperl-electric-backspace, cperl-forward-re)
11717 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11718 (vc-rcs-header, vc-sccs-header): Add defvars.
11719
11720 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11721 (font-lock-syntactic-keywords, gud-find-expr-function):
11722 Add defvars.
11723
11724 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11725 (gdb-frame-parameters): Declare before use.
11726
11727 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11728 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11729 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11730 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11731
11732 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11733 (idlwave-help-with-source): Use `insert-buffer-substring', not
11734 `insert-buffer'.
11735
11736 2005-08-29 Juri Linkov <juri@jurta.org>
11737
11738 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11739 Put outline-back-to-heading function call inside save-excursion.
11740
11741 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11742
11743 * man.el (Man-init-defvars, Man-translate-references)
11744 (Man-support-local-filenames, Man-highlight-references):
11745 * progmodes/sql.el (sql-interactive-mode):
11746 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11747
11748 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11749 (compilation-mode-font-lock-keywords): Add defvars.
11750 (checkdoc-interactive-loop): "?\ " -> "?\s".
11751
11752 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11753 (font-lock-doc-face, font-lock-string-face)
11754 (font-lock-keywords-case-fold-search): Add defvars.
11755 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11756
11757 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11758 Don't pass X and Y (they are ignored anyway).
11759 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11760 (mouse-delete-window): Make arguments optional.
11761
11762 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11763 (caesar-translate-table, minor-modes, news-buffer-save)
11764 (news-group-name, news-minor-modes): Add defvars.
11765
11766 * emacs-lisp/lselect.el (mouse-highlight-priority)
11767 (x-lost-selection-functions, zmacs-regions):
11768 * emacs-lisp/pp.el (font-lock-verbose):
11769 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11770 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11771 (ses-mode-map):
11772 * emacs-lisp/tcover-unsafep.el (safe-functions):
11773 * international/mule-cmds.el (mac-system-coding-system)
11774 (mac-system-locale):
11775 * language/ethio-util.el (rmail-current-message)
11776 (rmail-message-vector):
11777 * language/thai-util.el (thai-auto-composition-mode):
11778 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11779 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11780 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11781 (vm-primary-inbox, vm-spool-files):
11782 * mail/rmail.el (deleted-head, font-lock-fontified)
11783 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11784 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11785 (total-messages):
11786 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11787 (rmail-summary-mode-map):
11788 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11789 (rmail-last-label, rmail-last-multi-labels)
11790 (rmail-summary-vector, rmail-total-messages):
11791 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11792 * mail/rmailsum.el (msgnum):
11793 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11794 (rmail-current-message):
11795 * obsolete/fast-lock.el (font-lock-face-list):
11796 * obsolete/rnewspost.el (mail-reply-buffer):
11797 * obsolete/scribe.el (compile-command):
11798 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11799
11800 2005-08-28 John Paul Wallington <jpw@gnu.org>
11801
11802 * ibuf-ext.el (ibuffer-auto-update-changed):
11803 Use `frame-or-buffer-changed-p' to check whether we need to update.
11804 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11805 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11806 as a `frame-or-buffer-changed-p' state vector instead.
11807
11808 2005-08-27 Romain Francoise <romain@orebokech.com>
11809
11810 * textmodes/makeinfo.el (makeinfo-compile):
11811 Use `compilation-start'. Set `next-error-function' according to
11812 `disable-errors'.
11813 (makeinfo-next-error): New function.
11814 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11815 (makeinfo-buffer): Likewise.
11816
11817 * progmodes/compile.el (compilation-start): Add autoload cookie.
11818
11819 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11820 * textmodes/sgml-mode.el: Likewise.
11821 * progmodes/python.el: Likewise.
11822
11823 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11824
11825 * simple.el (blink-matching-paren-distance): Document the meaning
11826 of nil value, and allow to customize to nil.
11827
11828 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11829 command.com, not command.exe.
11830
11831 2005-08-26 John Wiegley <johnw@newartisans.com>
11832
11833 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11834 code around a bit so that an extraneous nil argument is not added
11835 to a command when no args are given.
11836
11837 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11838 double-quoted argument resolves to nil, return it as an empty
11839 string rather than as nil. This made it impossible to pass "" to
11840 a shell script as a null string argument.
11841
11842 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * outline.el (outline-invent-heading): New fun.
11845 (outline-promote, outline-demote): Use it.
11846 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11847 (outline-end-of-subtree): Remove unused var `opoint'.
11848
11849 2005-08-26 David Reitter <david.reitter@gmail.com>
11850
11851 * menu-bar.el (truncate-lines, write-file, print-buffer)
11852 (ps-print-buffer-faces, ps-print-buffer, split-window):
11853 Disable menu items when the frame they refer to is invisible, or when
11854 they refer to a buffer and the minibuffer is selected.
11855
11856 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11857
11858 * progmodes/flymake.el (flymake-highlight-err-lines):
11859 Use save-excursion around flymake-highlight-line to preserve point.
11860
11861 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11862
11863 * progmodes/octave-mod.el: Change Author and Maintainer address.
11864 (octave-maintainer-address): Change Kurt's email address.
11865 * progmodes/octave-inf.el: Change Author and Maintainer address.
11866 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11867
11868 2005-08-26 Kim F. Storm <storm@cua.dk>
11869
11870 * subr.el (version-list-<, version-list-<=, version-list-=):
11871 Rename from integer-list-*.
11872 (version-list-not-zero): Likewise. Fix while loop.
11873 (version=): Use version-list-= instead of string-equal.
11874
11875 2005-08-26 Richard M. Stallman <rms@gnu.org>
11876
11877 * outline.el (outline-promote): Try shortening the heading.
11878 As last resort, read the heading to use.
11879 (outline-demote): As last resort, read the heading to use.
11880
11881 2005-08-26 Romain Francoise <romain@orebokech.com>
11882
11883 * progmodes/compile.el (compilation-start): Doc fix.
11884
11885 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11886 (antlr-font-lock-additional-keywords): Fix reference to
11887 `antlr-font-lock-literal-regexp' erroneously changed during the
11888 mass face rename.
11889 (antlr-run-tool): Use `compilation-start'.
11890
11891 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11892 instead of the obsolete `compile-internal'.
11893
11894 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11895
11896 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11897 (number, original-date):
11898 * calendar/cal-china.el (date):
11899 * calendar/cal-coptic.el (date):
11900 * calendar/cal-french.el (date):
11901 * calendar/cal-hebrew.el (date, entry, number, original-date):
11902 * calendar/cal-islam.el (date, number, original-date):
11903 * calendar/cal-iso.el (date):
11904 * calendar/cal-julian.el (date):
11905 * calendar/cal-mayan.el (date):
11906 * calendar/cal-menu.el (date, event):
11907 * calendar/cal-persia.el (date):
11908 * calendar/lunar.el (date):
11909 * calendar/solar.el (date): Add defvars.
11910
11911 * emerge.el:
11912 * ibuffer.el:
11913 * info-xref.el:
11914 * obsolete/bg-mouse.el:
11915 * obsolete/sun-curs.el:
11916 * obsolete/swedish.el: Move the `defvar's to the top level.
11917
11918 * smerge-mode.el (smerge-refined-change): Add :group.
11919
11920 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11923 (smerge-keep-n): Remove props.
11924 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11925 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11926 now that it's done in smerge-keep-n.
11927 (smerge-refined-change): New face.
11928 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11929 (smerge-refine): New funs.
11930 (smerge-basic-map): Bind smerge-refine.
11931
11932 2005-08-25 Juri Linkov <juri@jurta.org>
11933
11934 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11935 compilation-process-setup-function and compilation-disable-input
11936 in grep-mode instead of let-bindings in grep.
11937
11938 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11939 Delete "Automatic File De/compression" (auto-compression-mode).
11940
11941 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11942
11943 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11944 Silence warning about non-existent variable.
11945
11946 2005-08-25 Richard M. Stallman <rms@gnu.org>
11947
11948 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11949 Rename "Describe Key" to "Describe Key or Mouse Operation".
11950
11951 * mail/mailalias.el (build-mail-aliases): Delete comments
11952 from the contents before processing them.
11953
11954 * isearch.el (isearch-edit-string): Erase the Search prompt
11955 if user enters an empty string and there is no default.
11956
11957 * comint.el (comint-file-name-prefix): Add autoload.
11958
11959 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11960
11961 * subr.el (play-sound): Rearrange to avoid warning.
11962
11963 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11964
11965 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11966 New hook.
11967 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11968
11969 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11970
11971 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11972
11973 * custom.el (custom-theme-set-variables): Sort minor modes last.
11974
11975 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11976
11977 * subr.el (version-separator, version-regexp-alist): New vars used by
11978 version comparison funs.
11979 (integer-list-<, integer-list-=, integer-list-<=)
11980 (integer-list-not-zero): New funs for integer list comparison.
11981 (version-to-list, version=, version<, version<=): New funs for version
11982 comparison.
11983
11984 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11985
11986 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11987 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11988 time to silence the byte-compiler.
11989
11990 * ibuffer.el (ibuffer-compile-make-eliding-form)
11991 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11992 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11993 so it's silly to get warnings for it).
11994 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11995 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11996 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11997 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11998 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11999 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12000 Defvar at compile time.
12001 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12002 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12003 Declare them before use.
12004
12005 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12006 (info-xref-good, info-xref-bad): Defvar at compile time.
12007
12008 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12009 Use `let*' instead of `let'.
12010
12011 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12012 (*mouse-y*, menu, char): Defvar at compile time.
12013 (sc::menu): Declare it before use.
12014 (sc::pack-one-line): Use `let', not `let*'.
12015
12016 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12017 (mail-send-hook): Defvar at compile time.
12018
12019 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12020 Defvar at compile time.
12021
12022 * term/sun-mouse.el (current-global-mousemap)
12023 (current-local-mousemap): Declare them before use.
12024
12025 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12026
12027 * bookmark.el (bookmark-after-jump-hook): New hook.
12028 (bookmark-jump): Run `bookmark-after-jump-hook'.
12029
12030 2005-08-23 Juri Linkov <juri@jurta.org>
12031
12032 * faces.el (minibuffer-prompt): Doc fix.
12033
12034 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12035
12036 * progmodes/xscheme.el: Trivial changes to silence warnings.
12037 (xscheme-previous-mode, xscheme-previous-process-state):
12038 Add defvars.
12039 (xscheme-last-input-end, xscheme-process-command-line)
12040 (xscheme-process-name, xscheme-buffer-name)
12041 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12042 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12043 (xscheme-control-g-synchronization-p)
12044 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12045 (default-xscheme-runlight, xscheme-runlight)
12046 (xscheme-runlight-string, xscheme-process-filter-state)
12047 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12048 Move to beginning of file.
12049 (scheme-interaction-mode-commands-alist)
12050 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12051 Declare them before use. Note: the initialization code for the variables
12052 has not been moved because it uses functions that reference the variables.
12053 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12054 (xscheme-prompt-for-expression-map): Declare them before use.
12055 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12056
12057 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12058
12059 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12060
12061 2005-08-22 Juri Linkov <juri@jurta.org>
12062
12063 * faces.el (set-face-underline): Delete this duplicate function
12064 and make an obsolete alias to set-face-underline-p.
12065 (set-face-underline-p): Use docstring of set-face-underline.
12066 (describe-face): Create hyperlink to parent face.
12067
12068 * info.el (Info-insert-dir): Use save-excursion around
12069 insert-buffer-substring.
12070 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12071 (Info-escape-percent): Delete function.
12072 (Info-fontify-node): Replace Info-escape-percent by
12073 replace-regexp-in-string with REP arg set to lambda that
12074 duplicates `%' and preserves text properties.
12075
12076 * progmodes/compile.el (compilation-disable-input): Doc fix.
12077 (define-compilation-mode): Doc fix and refill.
12078 (kill-compilation): Use `mode-name' in the error message.
12079 (compilation-find-file): Use `compilation-error' in the
12080 read-file-name's prompt.
12081
12082 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12083
12084 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12085 (smerge-auto-leave): Make undo re-enable the mode.
12086 (debug-ignored-errors): Add the user-error of impossible resolution.
12087 (smerge-resolve): Move things around a bit, in preparation for later.
12088 (smerge-diff): Don't fail if the buffer has no associated file.
12089 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12090 (smerge-conflict-overlay): New function.
12091 (smerge-match-conflict): Don't add text properties here.
12092 (smerge-find-conflict): Instead, add an overlay here.
12093 Also check for the case where we're inside a conflict already, so as to
12094 obviate the need for font-lock-multiline, which is unbearably slow with
12095 large conflicts and ciomplex font-lock patterns.
12096 (smerge-remove-props): Remove overlay rather than text-properties.
12097 (smerge-mode): Don't set font-lock-multiline.
12098 Remove overlays when turned off.
12099
12100 2005-08-21 Kim F. Storm <storm@cua.dk>
12101
12102 * ido.el (ido-ignore-item-p): Use save-match-data.
12103 Bind case-fold-search to ido-case-fold locally.
12104
12105 2005-08-20 Richard M. Stallman <rms@gnu.org>
12106
12107 * files.el (normal-mode): If font lock is on, turn it off and on.
12108
12109 * subr.el (replace-regexp-in-string): Doc fix.
12110
12111 * startup.el (command-line-1): Don't suppress startup screen
12112 due to existing processes.
12113
12114 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12115
12116 * progmodes/compile.el (compilation-disable-input): Default to nil.
12117
12118 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12119
12120 * progmodes/compile.el (compilation-disable-input): New defcustom.
12121 (compilation-start): If compilation-disable-input is non-nil, send
12122 EOF to the compilation process.
12123
12124 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12125
12126 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12127 Run the argument of tex-shell-cd-command through
12128 convert-standard-filename, to get the correct style of slashes on
12129 Windows, and enclose the result in quotes, in case the file name
12130 includes whitespace or other special characters.
12131
12132 2005-08-19 Andreas Schwab <schwab@suse.de>
12133
12134 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12135 process.
12136
12137 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12138
12139 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12140
12141 2005-08-18 Kim F. Storm <storm@cua.dk>
12142
12143 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12144
12145 2005-08-18 Richard M. Stallman <rms@gnu.org>
12146
12147 * scroll-lock.el: New file.
12148
12149 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12150
12151 * dired.el (dired-move-to-end-of-filename):
12152 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12153
12154 2005-08-18 Kim F. Storm <storm@cua.dk>
12155
12156 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12157 rather than toggle mode when custom value is nil.
12158 (ido-everywhere): Fix defun doc string.
12159
12160 2005-08-17 Richard M. Stallman <rms@gnu.org>
12161
12162 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12163 as tag instead of "Inviolable".
12164
12165 2005-08-17 Kim F. Storm <storm@cua.dk>
12166
12167 * windmove.el (windmove-coordinates-of-position): Remove.
12168 (windmove-coordinates-of-window-position): Remove.
12169 (windmove-reference-loc): Use posn-at-point instead.
12170
12171 * subr.el (insert-for-yank-1): Doc fix.
12172
12173 * ido.el (ido-enter-matching-directory): Rename from
12174 ido-enter-single-matching-directory. Change `slash' choice to
12175 `only'. Add `first' choice.
12176 (ido-exhibit): Adapt to above changes.
12177
12178 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12179
12180 * Makefile.in: Expand comment about building loaddefs.el.
12181
12182 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12183
12184 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12185 Comment use of defadvice.
12186
12187 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12188
12189 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12190
12191 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12192 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12193 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12194 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12195 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12196 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12197 for backward compatibility for faces that did not appear in the
12198 previous Emacs release.
12199
12200 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12201
12202 2005-08-15 Kim F. Storm <storm@cua.dk>
12203
12204 * emulation/cua-base.el (cua-delete-region): Return t if
12205 deleted region was non-empty.
12206 (cua-replace-region): Inhibit overwrite-mode for
12207 self-insert-command if replaced region was non-empty.
12208 (cua--explicit-region-start, cua--status-string): Make them
12209 buffer-local at top-level...
12210 (cua-mode): ...rather than when mode is enabled.
12211
12212 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12213
12214 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12215 Set t for Emacs 21, 22, and so on.
12216
12217 2005-08-15 David Ponce <david@dponce.com>
12218
12219 * tree-widget.el: Update Commentary header.
12220 (tree-widget-theme): Doc fix.
12221 (tree-widget-space-width): New option.
12222 (tree-widget-image-properties): Look up in the default theme too.
12223 (tree-widget--cursors): Only for images with arrow pointer shape.
12224 (tree-widget-lookup-image): Pointer shape is hand by default.
12225 (tree-widget-icon): Rename generic icon widget from
12226 `tree-widget-control'.
12227 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12228 derive from `tree-widget-icon'.
12229 (tree-widget-handle): Improve default look and feel of the text
12230 representation.
12231 (tree-widget): Rename :*-control properties to :*-icon properties.
12232 Add :action and :help-echo properties.
12233 (tree-widget-after-toggle-functions): Move.
12234 (tree-widget-close-node, tree-widget-open-node): Remove.
12235 (tree-widget-before-create-icon-functions): New hook.
12236 (tree-widget-value-create): Update to allow customization of icons
12237 and nodes at run-time via that new hook.
12238 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12239 (tree-widget-icon-action, tree-widget-icon-help-echo)
12240 (tree-widget-action, tree-widget-help-echo): New functions.
12241
12242 2005-08-15 Kim F. Storm <storm@cua.dk>
12243
12244 * ido.el (ido-buffer-internal): Use with-no-warnings.
12245 (ido-make-merged-file-list): Use while-no-input.
12246
12247 2005-08-15 Richard M. Stallman <rms@gnu.org>
12248
12249 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12250 (flyspell-large-region): Fix doc and custom type.
12251
12252 2005-08-14 Richard M. Stallman <rms@gnu.org>
12253
12254 * files.el (interpreter-mode-alist): Doc fix.
12255
12256 * mail/rmail.el (rmail-nonignored-headers): New variable.
12257 (rmail-clear-headers): Use it.
12258 (rmail-reply): Better handling of mail-followup-to header.
12259
12260 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12261 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12262 don't try to refer to executable-font-lock-keywords.
12263 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12264 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12265 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12266 (sh-mode): Set comment-start-skip, local-abbrev-table,
12267 imenu-case-fold-search.
12268 (sh-set-shell): Don't set them here.
12269 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12270 Don't cache the results in the original alist; don't ever modify
12271 that alist.
12272
12273 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12274
12275 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12276 empty.
12277
12278 2005-08-15 Andreas Schwab <schwab@suse.de>
12279
12280 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12281
12282 * dired.el, info.el, mail/rmail.el: Revert last change.
12283
12284 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12285
12286 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12287 modification in `eval-after-load' form.
12288 * info.el: Likewise.
12289 * mail/rmail.el: Likewise.
12290
12291 2005-08-14 Juri Linkov <juri@jurta.org>
12292
12293 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12294 Remove highlighting of "Compilation started". Highlight only
12295 the word "finished" in "Compilation finished". Add highlighting
12296 of "interrupt", "killed", "terminated" and the exit code.
12297 (compilation-start): Add newline after header. Use exactly the
12298 same time stamp format as the finishing message.
12299 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12300
12301 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12302 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12303 Add highlighting of "interrupt", "killed", "terminated".
12304
12305 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12306 enabled and the current command is self-insert-command, call it
12307 explicitly with overwrite-mode bound to nil, to not allow it
12308 to delete the character after the selected region.
12309
12310 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12311
12312 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12313 move-end-of-line, end-of-line, and beginning-of-line to the list
12314 of commands after which the echo area is updated.
12315
12316 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12317
12318 * cus-edit.el (custom-save-all, custom-save-delete):
12319 Bind recentf-exclude to exclude custom-file.
12320
12321 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12322
12323 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12324 to go to the bottom of the mail message. Added to
12325 `rmail-summary-mode-map' with key "/".
12326 (rmail-summary-show-message): New (internal) function for use by
12327 both `rmail-summary-beginning/end-of-message'.
12328 (rmail-summary-beginning-of-message): Change to use
12329 rmail-summary-show-message.
12330
12331 * mail/rmail.el (rmail-end-of-message): New command to go to the
12332 end of the current message. Added to `rmail-mode-map' with key "/".
12333 (rmail-beginning-of-message): Fix to work as documented.
12334 (rmail-mode): Change documentation.
12335
12336 * progmodes/compile.el (compilation-start): Add the line
12337 "Compilation started" with compilation start time.
12338 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12339
12340 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12341
12342 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12343 of menu items.
12344
12345 2005-08-11 Richard M. Stallman <rms@gnu.org>
12346
12347 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12348
12349 * battery.el (battery-status-function): Don't use ignore-errors.
12350
12351 2005-08-11 Lute Kamstra <lute@gnu.org>
12352
12353 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12354 define-obsolete-variable-alias.
12355
12356 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12357
12358 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12359 (ange-ftp-send-cmd): Revert last change, and expand
12360 the comment explaining the problem.
12361
12362 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12363
12364 * ldefs-boot.el: Update.
12365
12366 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12367 item to "Time, Load and Mail". Change help echo text.
12368
12369 * time.el (display-time-use-mail-icon, display-time-format)
12370 (display-time-string-forms): Shorten first line of docstrings.
12371
12372 2005-08-10 Lars Hansen <larsh@soem.dk>
12373
12374 * desktop.el (desktop-buffer-mode-handlers):
12375 Make non-customizable. Add autoload cookie. Change initial value to
12376 nil; add elements in respective modules instead. Fix doc string.
12377 (desktop-load-file): New function.
12378 (desktop-minor-mode-handlers): New autoloaded variable.
12379 (desktop-create-buffer): Call minor mode handlers.
12380 Use desktop-load-file to load major and minor mode modules prior to
12381 checking for a handler.
12382 (desktop-save): Don't add nil to desktop-minor-modes for minor
12383 modes with nil function in desktop-minor-mode-table. Don't delete
12384 desktop file before rewriting it.
12385 (desktop-locals-to-save): Add autoload cookie. Don't make
12386 automatically buffer-local. Add variables column-number-mode,
12387 size-indication-mode, indent-tabs-mode,
12388 indicate-buffer-boundaries, indicate-empty-lines and
12389 show-trailing-whitespace.
12390 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12391 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12392 (desktop-clear-preserve-buffers-regexp): Delete.
12393 (desktop-clear-preserve-buffers): Update initial value and docstring.
12394 (desktop-save-buffer): Fix doc string.
12395
12396 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12397 (hilit-chg-desktop-restore): New function.
12398 (highlight-changes-mode): Add highlight-changes-mode to
12399 desktop-locals-to-save.
12400
12401 * dired.el: Add handler to desktop-buffer-mode-handlers.
12402 (dired-restore-desktop-buffer): Remove autoload cookie.
12403 (dired-mode): Add autoload cookie.
12404
12405 * info.el: Add handler to desktop-buffer-mode-handlers.
12406 (Info-restore-desktop-buffer): Remove autoload cookie.
12407 (Info-mode): Add autoload cookie.
12408
12409 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12410 (mh-restore-desktop-buffer): Remove autoload cookie.
12411 (mh-folder-mode): Add autoload cookie.
12412
12413 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12414 (rmail-restore-desktop-buffer): Remove autoload cookie.
12415
12416 2005-08-11 Masatake YAMATO <jet@gyve.org>
12417
12418 * hexl.el (hexl-address-region):
12419 (hexl-ascii-region, hexl-font-lock-keywords):
12420 (hexl-highlight-line-range): Use the term "region"
12421 instead of "area" for consistency with the other symbols
12422 defined in hexl.el.
12423
12424 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12425
12426 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12427 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12428 out by Juri Linkov). Add `display-battery-mode'.
12429
12430 2005-08-09 Juri Linkov <juri@jurta.org>
12431
12432 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12433 Remove `-text' from face variable names.
12434 (compilation-error-file-name, compilation-warning-file-name)
12435 (compilation-info-file-name): Delete faces.
12436 (compilation-line-number, compilation-column-number):
12437 Remove face underlining.
12438 (compilation-message-face): Set to `underline' value by default.
12439 (compilation-error-face, compilation-warning-face)
12440 (compilation-info-face): Remove `-file-name' from face names.
12441 (compilation-error-text-face, compilation-warning-text-face)
12442 (compilation-info-text-face): Delete face variables.
12443 (compilation-text-face): Delete function.
12444
12445 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12446 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12447 (grep-error-face): Set to `compilation-error' instead of
12448 `compilation-error-face' (which is redefined to `grep-hit-face' in
12449 grep buffers).
12450 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12451 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12452
12453 * dired-aux.el (dired-do-query-replace-regexp):
12454 Use `query-replace-read-args'.
12455
12456 * replace.el (query-replace-read-from, query-replace-read-to)
12457 (query-replace-read-args): Rename arg `string' to `prompt'.
12458
12459 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12460
12461 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12462
12463 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12464 uploading files.
12465 (ange-ftp-canonize-filename): Handle file names beginning with ~
12466 correctly.
12467
12468 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12469
12470 * textmodes/fill.el (canonically-space-region)
12471 (fill-context-prefix, fill-french-nobreak-p)
12472 (fill-delete-newlines, fill-comment-paragraph)
12473 (justify-current-line): "?\ " -> "?\s".
12474
12475 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12476
12477 * textmodes/fill.el (fill-nonuniform-paragraphs):
12478 Improve argument/docstring consistency.
12479
12480 2005-08-09 Richard M. Stallman <rms@gnu.org>
12481
12482 * textmodes/ispell.el (ispell-word): More fboundp checks.
12483
12484 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12485 (find-file-noselect-1): Call it here, only if RAWFILE.
12486 (normal-mode): Always set some major mode.
12487 (save-some-buffers-action-alist): Change some explanation strings.
12488 (file-name-non-special): In the `quote' method, use unwind-protect.
12489
12490 2005-08-09 Magnus Henoch <mange@freemail.hu>
12491
12492 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12493 (ispell-have-aspell-dictionaries): New variable.
12494 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12495 (ispell-get-aspell-config-value): New function.
12496 (ispell-aspell-find-dictionary): New function.
12497 (ispell-aspell-add-aliases): New function.
12498 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12499 appropriate. Don't look for ispell dictionaries if we use aspell.
12500 (ispell-menu-map): Don't build a submenu of dictionaries.
12501
12502 2005-08-09 Richard M. Stallman <rms@gnu.org>
12503
12504 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12505 (sql-read-passwd): Use read-passwd.
12506
12507 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12508 (idlwave-toolbar-is-possible): Add defvars.
12509
12510 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12511 Avoid warnings.
12512
12513 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12514 (idlwave-system-class-info, idlwave-executive-commands-alist):
12515 Use defvar.
12516
12517 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12518
12519 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12520 Avoid warnings.
12521
12522 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12523 and content-type: headers.
12524
12525 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12526
12527 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12528 and rename some of them to be more self-explanatory.
12529
12530 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12531
12532 * startup.el (command-line-1): Implement -scriptload.
12533
12534 * replace.el (occur-engine): Initial *Occur* output not undoable.
12535
12536 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12537 and improve help strings.
12538
12539 * isearch.el (isearch-repeat): When changing direction,
12540 mark search successful.
12541
12542 * ediff-init.el: Use (featurep 'xemacs).
12543
12544 * comint.el (send-invisible): Identify buffer, if not selected.
12545
12546 * align.el: Delete autoload for c-guess-basic-syntax.
12547
12548 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12549
12550 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12551 Improve argument/docstring consistency. Doc fixes.
12552 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12553 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12554 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12555 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12556 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12557 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12558 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12559 Defvar at compile time.
12560
12561 2005-08-09 Juri Linkov <juri@jurta.org>
12562
12563 * info.el: Replace `info' with upper-case `Info' where appropriate.
12564 (info-title-1, info-title-2, info-title-3, info-title-4)
12565 (info-menu-header): Move up face definitions.
12566 (info-menu-star): Rename from `info-menu-5'.
12567 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12568 (Info-fontify-visited-nodes): Fix docstring.
12569 (Info-hide-note-references): Fix docstring.
12570 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12571 menu items in the same way as on cross-references.
12572 (info-apropos): Fix sorting order and formatting to be like in the
12573 stand-alone Info browser. Display error messages for 1 sec.
12574 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12575 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12576 from the menu bar.
12577 (Info-insert-dir): Restore point after calling
12578 `insert-buffer-substring'.
12579
12580 2005-08-08 Richard M. Stallman <rms@gnu.org>
12581
12582 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12583 (recompute-lucid-menubar): Add defvars.
12584
12585 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12586
12587 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12588
12589 * net/net-utils.el (run-dig): Rename from `dig'.
12590
12591 * play/gametree.el (gametree-mode): Use make-local-variable,
12592 not make-variable-buffer-local.
12593
12594 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12595
12596 * ansi-color.el (ansi-color-make-extent)
12597 (ansi-color-set-extent-face): Use fboundp, not functionp.
12598
12599 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12600 not make-variable-buffer-local.
12601
12602 * bookmark.el (Info-current-file): Add defvar.
12603 (bookmark-jump-noselect): Use with-no-warnings.
12604
12605 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12606
12607 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12608
12609 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12610
12611 * find-file.el (ada-procedure-start-regexp)
12612 (ada-package-start-regexp): Add defvars.
12613
12614 * info.el (Info-insert-dir): Use insert-buffer-substring.
12615
12616 * xml.el (xml-att-def-re): Add defvar.
12617
12618 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12619 calling convention.
12620
12621 * subr.el (while-no-input): Return t if there is input.
12622
12623 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12624
12625 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12626
12627 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12628
12629 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12630 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12631
12632 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12633
12634 * cmuscheme.el (scheme-start-file): Replace reference to
12635 `user-emacs-directory' by "~/.emacs.d/".
12636
12637 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12638
12639 * info.el (Info-dir-remove-duplicates): Avoid case folding
12640 in loop; instead, keep downcased strings for comparison.
12641 Suggested by Helmut Eller.
12642
12643 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12644
12645 Sync with Tramp 2.0.50.
12646
12647 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12648 XEmacs case; not necessary anymore.
12649 (tramp-user-regexp): Allow "@" as part of user name.
12650 (tramp-handle-set-visited-file-modtime)
12651 (tramp-handle-insert-file-contents)
12652 (tramp-handle-write-region): No special handling for
12653 `last-coding-system-used, because this is done in
12654 `tramp-accept-process-output' now.
12655 (tramp-accept-process-output): New defun.
12656 (tramp-process-one-action, tramp-process-one-multi-action)
12657 (tramp-wait-for-regexp, tramp-wait-for-output)
12658 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12659 Howells <dhowells@redhat.com>.
12660 (clear-visited-file-modtime): Defadvice removed. The check for
12661 unset buffer's modtime does not need to be based on
12662 `tramp-buffer-file-attributes'. Suggested by RMS.
12663 (tramp-message): Insert "\n" if not being at beginning of line.
12664 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12665 sequence with same logic.
12666 (tramp-completion-handle-expand-file-name): Discard call of
12667 `tramp-drop-volume-letter'. It is not necessary, and there have
12668 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12669 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12670 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12671 should always be visible.
12672 (tramp-handle-insert-directory, tramp-setup-complete)
12673 (tramp-set-process-query-on-exit-flag)
12674 (tramp-append-tramp-buffers): Pacify byte-compiler.
12675 (tramp-bug): Delete non-existing variables from list.
12676 Apply `tramp-load-report-modules' as pre-hook.
12677 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12678 `shell-prompt-pattern' because of non-7bit characters.
12679 Reported by Sebastian Luque <sluque@mun.ca>.
12680 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12681 (tramp-match-string-list): Remove function.
12682 (tramp-wait-for-regexp): Remove call of that function.
12683 Suggested by Kim F. Storm <storm@cua.dk>.
12684 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12685 instead of octal character code ?\600. The latter resulted in a
12686 syntax error with XEmacs.
12687
12688 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12689 XEmacs case; not necessary anymore.
12690 (tramp-smb-handle-write-region): No special handling for
12691 `last-coding-system-used, because this is done in
12692 `tramp-accept-process-output' now.
12693 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12694
12695 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12696
12697 * wid-edit.el (widget-choice-value-create):
12698 Unconditionally respect user choice. Set :explicit-choice back to nil
12699 when no longer needed.
12700 (widget-choice-action): Unconditionally respect user choice.
12701 Eliminate :explicit-choice-value.
12702
12703 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12704
12705 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12706 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12707 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12708 running new function `toggle-indicate-empty-lines'.
12709 Rename "Customize" item to "Customize fringe".
12710 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12711 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12712 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12713 Delete "Empty lines only" item.
12714 (menu-bar-showhide-fringe-ind-customize): New function.
12715 (menu-bar-showhide-fringe-ind-mixed)
12716 (menu-bar-showhide-fringe-ind-box)
12717 (menu-bar-showhide-fringe-ind-right)
12718 (menu-bar-showhide-fringe-ind-left)
12719 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12720 instead of `fringe-indicators'.
12721
12722 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12723
12724 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12725 Change the date of last update.
12726
12727 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12728
12729 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12730 (viper-exec-yank, viper-put-back): Don't display modification msg
12731 if in the minibuffer.
12732
12733 * viper-init.el (viper-replace-overlay-cursor-color)
12734 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12735 Make variables frame local.
12736
12737 * viper-util.el (viper-append-filter-alist): Use append instead of
12738 nconc.
12739
12740 * viper.el (viper-vi-state-mode-list)
12741 (viper-emacs-state-mode-list): Move help-mode and
12742 completion-list-mode from the first list to the second.
12743 (viper-mode): Docstring.
12744 (viper-go-away, viper-non-hook-settings): Don't localize
12745 minor-mode-alist in newer Emacsen. Add advice to
12746 set-cursor-color. Don't bind "\C-c\\".
12747
12748 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12749
12750 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12751 (scheme-macro-expand-command): New user options.
12752 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12753 (scheme-form-at-point, scheme-start-file)
12754 (scheme-interactively-start-process): New functions.
12755 (scheme-get-process): New function, extracted from `scheme-proc'.
12756 (run-scheme): Call `scheme-start-file' to get start file, and pass
12757 it to `make-comint'.
12758 (switch-to-scheme, scheme-proc):
12759 Call `scheme-interactively-start-process' if no Scheme buffer/process
12760 is available.
12761
12762 2005-08-06 Juri Linkov <juri@jurta.org>
12763
12764 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12765 Use `compilation-text-face', `compilation-info-text-face' and
12766 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12767 (compilation-error): New face.
12768 (compilation-error-file-name): Inherit from
12769 `compilation-error' instead of `font-lock-warning-face'.
12770 (compilation-warning-file-name): Inherit from
12771 `compilation-warning' instead of `font-lock-warning-face'.
12772 (compilation-info, compilation-error-file-name)
12773 (compilation-warning-file-name, compilation-info-file-name)
12774 (compilation-line-number, compilation-column-number): Doc fix.
12775 (compilation-error-text-face, compilation-warning-text-face)
12776 (compilation-info-text-face): New face variables.
12777 (compilation-line-face, compilation-column-face)
12778 (compilation-enter-directory-face)
12779 (compilation-leave-directory-face): Doc fix.
12780 (compilation-text-face): New function.
12781
12782 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12783 instead of 1 to display binary file names as info file links.
12784 (grep-error-face): Use `compilation-error-face' instead of
12785 `font-lock-keyword-face'.
12786 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12787 and `compilation-warning-text-face' instead of
12788 `font-lock-keyword-face'. Use `compilation-error-text-face'
12789 instead of `grep-error-face'.
12790
12791 2005-08-05 Kenichi Handa <handa@m17n.org>
12792
12793 * international/code-pages.el: Add autoload cookies for all coding
12794 systems.
12795
12796 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12797
12798 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12799
12800 2005-08-04 Juri Linkov <juri@jurta.org>
12801
12802 * progmodes/compile.el (compilation-mode-map):
12803 * progmodes/grep.el (grep-mode-map):
12804 Bind TAB to `compilation-next-error' and [backtab] to
12805 `compilation-previous-error'.
12806
12807 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12808 matching line numbers, column numbers and their ranges with regexp
12809 matching only line numbers.
12810 (grep-context-face): New face variable.
12811 (grep-mode-font-lock-keywords): Use it.
12812
12813 * faces.el (read-face-name): Delete duplicate faces.
12814
12815 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12816
12817 * thumbs.el (thumbs-find-image): Don't make variables
12818 automatically buffer local.
12819 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12820 (thumbs-image-num): Make automatically buffer local.
12821 (thumbs-show-thumbs-list): Use `make-local-variable', not
12822 `make-variable-buffer-local'.
12823 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12824
12825 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12826 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12827 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12828 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12829 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12830 (feelings-about, foullst, found, hello, history, howareyoulst)
12831 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12832 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12833 (neglst, obj, object, owner, please, problems, qlist)
12834 (random-adjective, relation, remlst, repetitive-shortness)
12835 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12836 (shortlst, something, sportslst, stallmanlst, states, subj)
12837 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12838 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12839 Defvar at compile time.
12840
12841 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12842 not `make-variable-buffer-local'.
12843
12844 2005-08-02 Kim F. Storm <storm@cua.dk>
12845
12846 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12847 rectangle overlay in selected window.
12848
12849 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12850
12851 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12852 instead of display group. Make `indicate-buffer-boundaries'
12853 customizable through Custom.
12854
12855 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12856
12857 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12858 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12859 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12860 (gdb-put-string): Fix typos in docstrings.
12861
12862 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12863
12864 Update copyright notices of files in progmodes directory for
12865 release of Emacs 22.1.
12866
12867 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12868
12869 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12870 Don't barf if the GUD buffer has been killed.
12871
12872 2005-08-01 Kim F. Storm <storm@cua.dk>
12873
12874 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12875
12876 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12877
12878 * simple.el (next-error-follow-minor-mode):
12879 make-variable-buffer-local -> make-local-variable.
12880
12881 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12882
12883 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12884 (byte-compile-form-make-variable-buffer-local): New functions to warn
12885 about misuses of make-variable-buffer-local where make-local-variable
12886 was meant.
12887
12888 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12889
12890 * bs.el (bs-attributes-list): Doc fix.
12891 (bs): Update url-link.
12892
12893 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12894 (desktop-load-default): Simplify.
12895
12896 * ibuffer.el (ibuffer-columnize-and-insert-list)
12897 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12898 (ibuffer-unmark-all, ibuffer-toggle-marks)
12899 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12900 (ibuffer-compile-make-format-form, ibuffer-format-column)
12901 (ibuffer-current-buffers-with-marks)
12902 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12903 (ibuffer): Doc fix.
12904 (ibuffer-mode): Fix typo in docstring.
12905 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12906 with `define-obsolete-variable-alias'.
12907 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12908
12909 2005-07-29 Kenichi Handa <handa@m17n.org>
12910
12911 * international/mule-cmds.el (select-message-coding-system):
12912 Be sure to use LF for end-of-line. If no coding system is decided,
12913 return iso-8859-1-unix.
12914
12915 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12918 (ange-ftp-pending-error-line): New vars.
12919 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12920 to handle the non-fatal no-route-to-host messages.
12921 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12922
12923 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12924
12925 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12926 (isearch-quote-char, isearch-printing-char)
12927 (isearch-text-char-description): "?\ " -> "?\s".
12928 (isearch-lazy-highlight-cleanup)
12929 (isearch-lazy-highlight-initial-delay)
12930 (isearch-lazy-highlight-interval)
12931 (isearch-lazy-highlight-max-at-a-time)
12932 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12933 Declare with define-obsolete-*-alias macros.
12934 (isearch-forward): Fix typo in docstring.
12935 (search-invisible, search-ring-yank-pointer)
12936 (regexp-search-ring-yank-pointer): Doc fixes.
12937
12938 * recentf.el (recentf-menu-append-commands-p): Declare with
12939 `define-obsolete-variable-alias'.
12940 (recentf-max-saved-items, recentf-menu-filter)
12941 (recentf-arrange-by-rule-subfilter): Doc fixes.
12942 (recentf-menu-append-commands-flag)
12943 (recentf-initialize-file-name-history, recentf-expand-file-name)
12944 (recentf-clear-data): Fix typos in docstrings.
12945
12946 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12947
12948 * progmodes/gdb-ui.el: Smarten comments.
12949 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12950
12951 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12952
12953 * term/apollo.el (terminal-init-apollo): New function containing
12954 all former top level forms in the file.
12955 * term/bobcat.el (terminal-init-bobcat):
12956 * term/cygwin.el (terminal-init-cygwin):
12957 * term/iris-ansi.el (terminal-init-iris-ansi):
12958 * term/linux.el (terminal-init-linux):
12959 * term/news.el (terminal-init-news):
12960 * term/rxvt.el (terminal-init-rxvt):
12961 * term/sun.el (terminal-init-sun):
12962 * term/tvi970.el (terminal-init-tvi970):
12963 * term/vt100.el (terminal-init-vt100):
12964 * term/vt102.el (terminal-init-vt102):
12965 * term/vt125.el (terminal-init-vt125):
12966 * term/vt200.el (terminal-init-vt200):
12967 * term/vt201.el (terminal-init-vt201):
12968 * term/vt220.el (terminal-init-vt220):
12969 * term/vt240.el (terminal-init-vt240):
12970 * term/vt300.el (terminal-init-vt300):
12971 * term/vt320.el (terminal-init-vt320):
12972 * term/vt400.el (terminal-init-vt400):
12973 * term/vt420.el (terminal-init-vt420):
12974 * term/wyse50.el (terminal-init-wyse50):
12975 * term/xterm.el (terminal-init-xterm): Likewise.
12976
12977 * term/README: Describe the terminal-init-* functionality.
12978
12979 * startup.el (command-line): After loading the terminal initialization
12980 file call the corresponding terminal initialization function.
12981
12982 2005-07-27 Kenichi Handa <handa@m17n.org>
12983
12984 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12985 negative.
12986
12987 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12988 (ps-mule-composition-prologue): Fix for the case that
12989 RelativeCompose is false.
12990
12991 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12992
12993 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12994
12995 * descr-text.el (describe-char): Handle the case where the list of
12996 chars is displayed in a separate frame.
12997 Be a bit more discriminating when looking for the char.
12998
12999 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13000
13001 * bookmark.el (bookmark-automatically-show-annotations)
13002 (bookmark-read-annotation-text-func): Doc fixes.
13003 (bookmark-save): Improve argument/docstring consistency.
13004 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13005 (bookmark-alist-from-buffer)
13006 (bookmark-upgrade-file-format-from-0)
13007 (bookmark-grok-file-format-version)
13008 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13009 (bookmark-read-annotation-mode)
13010 (bookmark-insert-current-bookmark, bookmark-jump)
13011 (bookmark-exit-hook): Fix typos in docstrings.
13012 (bookmark-exit-hooks): Define as obsolete alias.
13013 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13014 not `bookmark-exit-hooks'. Fix docstring.
13015 (bookmark-bmenu-select): "?\ " -> "?\s".
13016
13017 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13018
13019 * startup.el (command-line): Fix typo.
13020
13021 2005-07-24 Richard M. Stallman <rms@gnu.org>
13022
13023 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13024 not emacs-quick-startup.
13025
13026 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13027
13028 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13029 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13030 instead of `reb-with-current-window'.
13031 (reb-prev-match): Likewise. Also, don't move left if the search
13032 was unsuccessful.
13033 (reb-initialize-buffer): New function.
13034 (re-builder, reb-change-syntax): Use it.
13035
13036 * man.el (Man-goto-page): Make second argument NOERROR optional.
13037
13038 2005-07-23 Richard M. Stallman <rms@gnu.org>
13039
13040 * man.el (Man-bgproc-sentinel): Check here for failure to find
13041 any man page in the output, and report the error here.
13042 (Man-arguments): Make it permanent local.
13043 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13044 (Man-mode): Pass t for NOERROR.
13045
13046 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13047 (grep-mode-font-lock-keywords):
13048 Don't use compilation-...-face for messages that are not file names.
13049
13050 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13051 Don't use compilation-...-face for messages that are not file names.
13052
13053 2005-07-22 Juri Linkov <juri@jurta.org>
13054
13055 * startup.el (normal-splash-screen): Update menu name.
13056
13057 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13058
13059 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13060
13061 * term/xterm.el: Load term/rxvt if the terminal is actually an
13062 rxvt terminal.
13063 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13064
13065 * term/rxvt.el (function-key-map): Use substitute-key-definition
13066 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13067
13068 * term/cygwin.el: New file.
13069
13070 2005-07-22 Kim F. Storm <storm@cua.dk>
13071
13072 * image-file.el (insert-image-file, image-file-yank-handler):
13073 Fix last change to maintain a (unique) yank-handler on yanked images.
13074
13075 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13076
13077 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13078 of the file size (as in "177B" for 177 bytes). This happens with
13079 "ls -lh" on FreeBSD.
13080
13081 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13082
13083 * hilit-chg.el (highlight-changes-global-initial-state)
13084 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13085 (hilit-chg-fixup, highlight-changes-mode):
13086 Fix typos in docstrings.
13087 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13088 Doc fixes.
13089
13090 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13091
13092 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13093 mode function using `eval-after-load'.
13094
13095 2005-07-21 Kim F. Storm <storm@cua.dk>
13096
13097 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13098 included when reporting an emacs crash, and tell about the DEBUG file.
13099
13100 * image-file.el (insert-image-file): Add yank-handler.
13101 (image-file-yank-handler): Yank handler to make unique copies of
13102 images when they are yanked into a buffer next to each other.
13103
13104 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13105
13106 * comint.el (comint-use-prompt-regexp, comint-send-input)
13107 (comint-source-default, comint-extract-string)
13108 (comint-get-source, comint-word, comint-completion)
13109 (comint-source, comint-prompt-read-only, comint-update-fence):
13110 Fix typos in docstrings.
13111 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13112 Declare with define-obsolete-*-alias macros.
13113 (comint-previous-matching-input-from-input)
13114 (comint-next-matching-input-from-input)
13115 (comint-previous-matching-input, comint-next-matching-input)
13116 (comint-forward-matching-input):
13117 Improve argument/docstring consistency.
13118
13119 * desktop.el (desktop-clear-preserve-buffers-regexp):
13120 Also preserve the *server* buffer.
13121
13122 * simple.el (clone-indirect-buffer): Doc fix.
13123 (fixup-whitespace, just-one-space)
13124 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13125 (next-error, next-error-highlight)
13126 (next-error-highlight-no-select, next-error-last-buffer)
13127 (next-error-buffer-p, next-error-find-buffer, next-error)
13128 (previous-error, next-error-no-select, previous-error-no-select)
13129 (open-line, split-line, minibuffer-prompt-width, kill-new)
13130 (binary-overwrite-mode): Fix typos in docstrings.
13131 (set-fill-column): Fix typo in message.
13132
13133 * skeleton.el (skeleton-proxy-new): Doc fix.
13134
13135 * strokes.el (strokes-load-hook): Doc fix.
13136 (strokes-grid-resolution, strokes-get-grid-position)
13137 (strokes-renormalize-to-grid, strokes-read-stroke)
13138 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13139 (strokes-global-map): Fix typos in docstrings.
13140 (strokes-help): Doc fix. Fix help message and pass it through
13141 `substitute-command-keys'.
13142
13143 * tempo.el (tempo-insert-prompt, tempo-interactive)
13144 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13145 (tempo-insert-string-functions, tempo-local-tags)
13146 (tempo-define-template, tempo-insert-template)
13147 (tempo-insert-prompt-compat, tempo-is-user-element)
13148 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13149 Fix typos in docstrings.
13150
13151 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13152 (vcursor-key-bindings, vcursor-use-vcursor-map)
13153 (vcursor-find-window, vcursor-scroll-down)
13154 (vcursor-disable, vcursor-beginning-of-buffer)
13155 (vcursor-end-of-buffer): Fix typos in docstrings.
13156 (vcursor-relative-move, vcursor-get-char-count):
13157 Improve argument/docstring consistency.
13158
13159 * version.el: "?\ " -> "?\s".
13160
13161 * wid-edit.el (widget-default-create, widget-after-change)
13162 (widget-default-format-handler, widget-checklist-add-item)
13163 (widget-radio-add-item, widget-choose, widget-specify-secret)
13164 (widget-field-value-create, widget-field-value-get)
13165 (widget-editable-list-format-handler)
13166 (widget-editable-list-entry-create, widget-group-value-create)
13167 (widget-documentation-link-add)
13168 (widget-documentation-string-value-create): "?\ " -> "?\s".
13169 (widget-convert-text): Doc fix.
13170 (widget-narrow-to-field, widget-field-find)
13171 (widget-url-link-action, widget-emacs-library-link-action)
13172 (widget-color-notify): Fix typos in docstrings.
13173
13174 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13175 (x-select-text, set-w32-system-coding-system)
13176 (w32-add-charset-info): Fix typos in docstrings.
13177
13178 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13179 (cua-enable-cua-keys, cua-use-hyper-key)
13180 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13181 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13182
13183 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13184
13185 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13186 `defalias' instead of faking it.
13187
13188 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13189 (eshell-ls-missing, eshell-ls-dired-initial-args)
13190 (eshell-ls-use-in-dired): Fix typos in docstrings.
13191
13192 2005-07-20 Kim F. Storm <storm@cua.dk>
13193
13194 * emulation/cua-base.el (cua-mode): Improve doc string.
13195
13196 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13197
13198 * abbrev.el (expand-region-abbrevs): Doc fix.
13199 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13200 Improve argument/docstring consistency.
13201
13202 * arc-mode.el (archive-get-descr, archive-alternate-display):
13203 Doc fixes.
13204 (archive-l-e): Improve argument/docstring consistency.
13205 (archive-tmpdir, archive-unixdate, archive-unixtime)
13206 (archive-chmod-entry): Fix typos in docstrings.
13207 (archive-unflag, archive-unflag-backwards)
13208 (archive-unmark-all-files): "?\ " -> "?\s".
13209
13210 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13211 (Buffer-menu-not-modified, Buffer-menu-execute)
13212 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13213 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13214
13215 * composite.el (compose-string, encode-composition-rule)
13216 (compose-last-chars): Fix typos in docstrings.
13217
13218 * desktop.el (desktop-enable, desktop-basefilename):
13219 Declare with `define-obsolete-variable-alias'.
13220 (desktop-internal-v2s): Don't quote keywords.
13221 (desktop-clear): "?\ " -> "?\s".
13222
13223 * dired.el (dired-align-file, dired-flag-backup-files)
13224 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13225 (dired-listing-switches, dired-ls-F-marks-symlinks)
13226 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13227 (dired-directory, dired-faces, dired, dired-revert)
13228 (dired-mode, dired-summary, dired-view-file)
13229 (dired-copy-filename-as-kill, dired-delete-file)
13230 (dired-no-confirm, dired-unmark-all-marks)
13231 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13232 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13233 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13234 Fix typos in message strings.
13235
13236 * dired-x.el (virtual-dired): Declare with `defalias'.
13237 (dired-mark-unmarked-files, dired-local-variables-file)
13238 (dired-omit-here-always): Doc fix.
13239 (dired-omit-mode, dired-find-subdir)
13240 (dired-enable-local-variables, dired-clean-up-buffers-too)
13241 (dired-extra-startup, dired-mark-extension, dired-jump)
13242 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13243 (dired-smart-shell-command, dired-guess-shell-alist-user)
13244 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13245 (dired-x-bind-find-file, dired-x-submit-report):
13246 Fix typos in docstrings.
13247 (dired-mark-unmarked-files): "?\ " -> "?\s".
13248
13249 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13250
13251 * faces.el (describe-face): "?\ " -> "?\s".
13252 (read-all-face-attributes, read-face-font, modify-face)
13253 (face-attr-construct, italic): Fix typos in docstrings.
13254 (frame-update-face-colors): Declare with
13255 `define-obsolete-function-alias'.
13256
13257 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13258 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13259 (magic-mode-alist, buffer-file-numbers-unique)
13260 (write-file-functions, get-free-disk-space):
13261 Fix typos in docstrings.
13262 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13263 (write-contents-hooks, write-file-hooks):
13264 Declare with `define-obsolete-variable-alias'.
13265
13266 * forms-d2.el (arch-rj): Fix typo in docstrings.
13267 (arch-tocol): Likewise. "?\ " -> "?\s".
13268
13269 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13270 Fix typo in docstring.
13271 (set-screen-width, set-screen-height): Delete redundant info in
13272 doctrings.
13273 (new-frame, screen-height, screen-width): Declare with
13274 `define-obsolete-function-alias'.
13275 (delete-frame-hook, blink-cursor): Declare with
13276 `define-obsolete-variable-alias'.
13277
13278 * paths.el (prune-directory-list): Fix typos in docstring.
13279
13280 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13281 (cvs-prefix-get): Fix typos in docstrings.
13282
13283 * ps-print.el (ps-extend-face-list, ps-extend-face)
13284 (ps-print-background-image): Fix typos in docstrings.
13285 (ps-default-fg, ps-default-bg): Doc fixes.
13286
13287 * s-region.el (s-region-bind): Doc fix.
13288 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13289
13290 * textmodes/org.el (org-table-formula-substitute-names)
13291 (org-table-get-vertical-vector): Doc fixes.
13292 (org-table-recalculate): Remove unused argument to `message'.
13293
13294 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13295
13296 * textmodes/org.el (org-table-column-names)
13297 (org-table-column-name-regexp)
13298 (org-table-named-field-locations): New variables.
13299 (org-archive-subtree): Protect `this-command' when calling
13300 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13301 the kill buffer.
13302 (org-complete): Remove fixed-formula completion.
13303 (org-edit-formulas-map): New variable.
13304 (org-table-edit-formulas): New command.
13305 (org-finish-edit-formulas, org-abort-edit-formulas)
13306 (org-show-variable, org-table-get-vertical-vector): New functions.
13307 (org-table-maybe-eval-formula): Handle `:=' fields.
13308 (org-table-get-stored-formulas, org-table-store-formulas)
13309 (org-table-get-formula, org-table-modify-formulas)
13310 (org-table-replace-in-formulas): Handle named field formulas.
13311 (org-table-get-specials): Store locations of named fields.
13312
13313 2005-07-19 Juri Linkov <juri@jurta.org>
13314
13315 * progmodes/grep.el (grep-regexp-alist)
13316 (grep-mode-font-lock-keywords, grep-process-setup):
13317 Use default GNU grep match color "01;31m" instead of "01;41m".
13318 (grep-regexp-alist, grep-mode-font-lock-keywords):
13319 Use `\\[[0-9]*m' instead of `\\[00m'.
13320 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13321 sgr_start where its handling is more important. Use the real
13322 length of sgr_start instead of constant 8.
13323 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13324 specially. Delete all remaining escape sequences.
13325 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13326 (grep-regexp-alist): Make hyperlink only for binary file name
13327 instead of the whole line.
13328 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13329 (grep-mode): Add autoload.
13330
13331 * emacs-lisp/find-func.el (find-function-regexp):
13332 Add `define-compilation-mode'.
13333
13334 2005-07-19 Juri Linkov <juri@jurta.org>
13335
13336 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13337 (compare-windows-sync-string-size, compare-windows-recenter)
13338 (compare-windows-highlight, compare-windows): Add version 22.1.
13339 (compare-windows) <defface>: Inherit from lazy-highlight instead
13340 of duplicating its default value.
13341
13342 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13343 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13344
13345 * descr-text.el (describe-char): Create link buttons for `charset'
13346 and `code point'. Add the current input method name with a link
13347 button to `to input' field. Print face names of display table
13348 characters in `The display table entry is displayed by' section
13349 instead of printing face-id in the `display' field.
13350 Guess hardcoded faces and create a link button for them.
13351 Skip empty fields when calculating max-width.
13352 Treat `widget-create' specially while inserting strings from the
13353 collected field list.
13354 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13355
13356 * diff-mode.el (diff-file-header): Change foreground color from
13357 yellow to green on light backgrounds.
13358 (diff-context): Inherit from `shadow' only for color/grayscale
13359 with more than 88 colors.
13360 (diff-indicator-removed, diff-indicator-added)
13361 (diff-indicator-changed): New faces.
13362 (diff-font-lock-keywords): Use new faces. Regroup rules.
13363 Add "^---$" for `normal' diff format. Fontify `#' lines with
13364 font-lock-comment-delimiter-face and font-lock-comment-face.
13365 Add `#' to ^[^...] in the rule for `diff-context-face'.
13366
13367 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13368 a button-like box. Inherit from `highlight' on low colors.
13369 (shadow): Use shades of gray only for color/grayscale with
13370 more than 88 colors. Use green for light backgrounds with
13371 8 colors, and yellow for dark backgrounds with 8 colors.
13372
13373 * font-lock.el (font-lock-regexp-grouping-backslash):
13374 Don't inherit from escape-glyph (use bold for all cases).
13375
13376 * info.el (info-xref-visited): Use light foreground color `violet'
13377 for dark backgrounds instead of dark color `magenta3'.
13378 (info-title-1): Use `yellow' color for dark backgrounds.
13379
13380 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13381 too-light magenta2.
13382
13383 * replace.el (match): Use slightly more light RoyalBlue3 instead
13384 of dark RoyalBlue4.
13385
13386 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13387
13388 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13389
13390 * novice.el (disabled-command-hook): Declare it with
13391 `define-obsolete-variable-alias'.
13392
13393 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13394 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13395 (desktop-load-default): Add release to obsolescence info.
13396 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13397 (desktop-append-buffer-args, desktop-read):
13398 Fix typos in docstrings.
13399 (desktop-kill): Fix typo in message.
13400 (desktop-save): Doc fix.
13401
13402 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13403
13404 * viper-cmd.el (viper-escape-to-state): Bug fix.
13405 (viper-envelop-ESC-key): Change the definition of fast
13406 keysequence so it'll work with keyboard macros.
13407
13408 * ediff.el (ediff-patch-buffer): Change the docstring.
13409
13410 2005-07-19 Kenichi Handa <handa@m17n.org>
13411
13412 * international/mule-cmds.el (select-safe-coding-system): Try to
13413 use an auto-coding (if any) before anything else. If the found
13414 auto-coding is invalid, show a warning message.
13415
13416 * international/mule.el (find-auto-coding): New function created
13417 by modifying the body of set-auto-coding.
13418 (set-auto-coding): Use find-auto-coding to find a coding.
13419
13420 2005-07-18 Richard M. Stallman <rms@gnu.org>
13421
13422 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13423 not isearch-mode-end-hook-error.
13424 (allout-before-change-protect): Fix error message.
13425
13426 2005-07-18 Juri Linkov <juri@jurta.org>
13427
13428 * allout.el (allout-mode):
13429 * calculator.el (calculator-copy):
13430 * custom.el (custom-known-themes):
13431 * dired.el (dired-desktop-buffer-misc-data)
13432 (dired-restore-desktop-buffer):
13433 * dired-x.el (dired-omit-marker-char):
13434 * files.el (basic-save-buffer):
13435 * font-core.el (font-lock-mode):
13436 * calendar/calendar.el (calendar-goto-hebrew-date)
13437 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13438 (calendar-goto-persian-date):
13439 * language/ethio-util.el (ethio-sera-to-fidel-region):
13440 * textmodes/picture.el (picture-mode):
13441 Delete duplicate duplicate words.
13442
13443 2005-07-18 Juri Linkov <juri@jurta.org>
13444
13445 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13446 chars * ? } |.
13447 (isearch-fallback): Don't call `isearch-process-search-char'.
13448 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13449 (isearch-process-search-char): Call `isearch-fallback' for regexp
13450 chars * ? } |.
13451 (isearch-return-char): Make obsolete with `make-obsolete' instead
13452 of simply documenting it as obsolete in the docstring.
13453 (isearch-fallback): Refill docstring.
13454
13455 * international/isearch-x.el
13456 (isearch-process-search-multibyte-characters): Remove unneeded
13457 `concat'. Add intermediate values to `junk-hist' instead of
13458 `minibuffer-history'. Test the length of `str'.
13459
13460 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13461
13462 * allout.el (allout-resolve-xref): Fix typos in error strings.
13463 (allout-before-change-protect): Remove unneeded `concat'.
13464
13465 * array.el (array-mode, array-reconfigure-rows)
13466 (untabify-backward): Fix typos in docstrings.
13467 (array-reconfigure-rows): Use `insert-buffer-substring', not
13468 `insert-buffer'.
13469
13470 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13471 * progmodes/ada-mode.el (ada-make-body):
13472 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13473
13474 * dired.el (dired-log):
13475 * tar-mode.el (tar-subfile-save-buffer):
13476 * play/zone.el (zone-pgm-stress-destress):
13477 Use `insert-buffer-substring', not `insert-buffer'.
13478
13479 2005-07-17 Simon Josefsson <jas@extundo.com>
13480
13481 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13482
13483 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13484
13485 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13486 Add plain auth method.
13487 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13488
13489 2005-07-17 Kim F. Storm <storm@cua.dk>
13490
13491 * ido.el (dired-other-window): Add ido property.
13492
13493 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13494
13495 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13496 Fix typo in docstring.
13497 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13498 `insert-file-literally'.
13499
13500 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13501 info and delete redundant message. Doc fix.
13502 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13503 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13504
13505 2005-07-16 Richard M. Stallman <rms@gnu.org>
13506
13507 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13508 (byte-compile-and): Use byte-compile-and-recursion.
13509 (byte-compile-or-recursion): New function.
13510 (byte-compile-or): Use that.
13511 (byte-compile-if): Guard the else-clause too.
13512 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13513
13514 * isearch.el (isearch-mode-end-hook-quit): New variable.
13515 (isearch-done): Bind it.
13516 (isearch-mode-end-hook): Doc fix.
13517
13518 * allout.el (allout-isearch-did-quit): Variable deleted.
13519 (allout-real-isearch-abort): Function name no longer used.
13520 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13521 (allout-isearch-rectification): isearch-mode always exists.
13522 Don't set allout-isearch-did-quit.
13523 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13524 allout-isearch-did-quit.
13525 (allout-enwrap-isearch): Just add the hook.
13526 (allout-isearch-abort): Function deleted.
13527 (allout-pre-command-business): Avoid warning.
13528
13529 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13530 Correctly avoid warnings.
13531 (pascal-outline): Likewise.
13532
13533 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13534
13535 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13536
13537 * play/tetris.el (tetris-mode): Avoid warning.
13538
13539 * play/snake.el (snake-mode): Avoid warning.
13540
13541 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13542 (gamegrid-set-display-table): Avoid warning.
13543 (gamegrid-set-timer): Likewise.
13544 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13545 (gamegrid-add-score-with-update-game-score-1): Take FILE
13546 as argument.
13547 (gamegrid-add-score-with-update-game-score): Pass that argument.
13548 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13549
13550 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13551
13552 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13553 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13554
13555 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13556 and insert-file.
13557
13558 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13559 (sc-ask): Avoid warnings.
13560
13561 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13562 (eshell-hist-initialize): Use that var the natural way.
13563
13564 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13565
13566 * emacs-lisp/re-builder.el (reb-cook-regexp):
13567 Avoid warning calling lre-compile-string.
13568 (reb-color-display-p): Avoid warning.
13569
13570 * calculator.el (calculator-last-input): Guard uses
13571 of event-key and key-press-event-p.
13572 (event-key, key-press-event-p): Delete definitions.
13573
13574 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13575 (find-gc-source-directory, find-gc-subrs-callers)
13576 (find-gc-noreturn-list, find-gc-source-files)
13577 (find-gc-subrs-called): Vars renamed and defvar'd.
13578
13579 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13580 (checkdoc-overlay-put, checkdoc-delete-overlay)
13581 (checkdoc-overlay-start, checkdoc-overlay-end)
13582 (checkdoc-mode-line-update, checkdoc-char=):
13583 Define such that compiler knows they are defined.
13584 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13585 (checkdoc-read-event): Delete. Use read-event directly.
13586
13587 * whitespace.el (whitespace-make-overlay)
13588 (whitespace-overlay-put, whitespace-delete-overlay)
13589 (whitespace-overlay-start, whitespace-overlay-end):
13590 Define such that compiler knows they are defined.
13591 (whitespace): Move conditional inside.
13592
13593 * tempo.el (tempo-insert-template): Suppress warning.
13594
13595 * ediff-diff.el (longlines-mode): Add defvar.
13596
13597 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13598
13599 * server.el: Bind "C-x #" in a way that works even if C-x is
13600 redefined to a command key, not a prefix key.
13601
13602 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13603
13604 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13605 cl-make-type-test till execution time.
13606
13607 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13608
13609 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13610 arg ARG and use it.
13611
13612 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13613
13614 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13615
13616 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13617
13618 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13619 a defcustom with two :set or :type keywords.
13620
13621 2005-07-15 Richard M. Stallman <rms@gnu.org>
13622
13623 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13624 Don't give ^M comment-end syntax.
13625
13626 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13627
13628 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13629 Don't consider gdbmi (gdb-mi.el has its own update functions).
13630 (gdb-var-delete): Make it work for gdbmi as well.
13631 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13632
13633 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13634 (gud-speedbar-menu-items): Correct logic for enabling items.
13635
13636 2005-07-15 Kim F. Storm <storm@cua.dk>
13637
13638 * ido.el: Fix commentary.
13639 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13640 Use with-no-warnings around ffap-guesser.
13641 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13642 Let bind minibuffer-completing-file-name to t.
13643
13644 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13645
13646 * startup.el (site-run-file, keyboard-type): Doc fixes.
13647 (command-line): Check for "--basic-display" argument; also for
13648 "--quick", not "--bare-bones" (which was renamed).
13649 (fancy-splash-text): Add missing item "Getting New Versions".
13650 (normal-splash-screen): Fix typos and improve consistency with
13651 `fancy-splash-text'. Update copyright year.
13652
13653 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13654 valid binding for `help-char'.
13655
13656 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13657
13658 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13659
13660 * term.el (term-mode): Disable cua-mode for term buffers.
13661
13662 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13663
13664 * add-log.el (add-log-mailing-address, change-log-merge):
13665 Doc fixes.
13666 (change-log-get-method-definition): Fix typo in docstring.
13667
13668 2005-07-14 Kim F. Storm <storm@cua.dk>
13669
13670 * emulation/cua-base.el:
13671 (cua--pre-command-handler-1, cua--pre-command-handler)
13672 (cua--post-command-handler-1, cua--post-command-handler):
13673 Split in two. Check (buffer local) value of cua-mode.
13674 (cua-selection-mode): New command.
13675
13676 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13677
13678 * custom.el (custom-initialize-safe-set)
13679 (custom-initialize-safe-default): Doc fixes.
13680
13681 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13682 and simplify :init-value again.
13683
13684 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13685 and simplify :init-value again. Delete autoload.
13686
13687 * startup.el (command-line): Use `custom-reevaluate-setting' again
13688 for tooltip-mode.
13689
13690 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13691 a defcustom with two :initialize keywords.
13692
13693 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13694
13695 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13696 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13697 (allout-post-command-business, allout-flag-region)
13698 (isearch-reenable-font-lock, allout-yank)
13699 (allout-insert-latex-header, allout-insert-latex-trailer)
13700 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13701 (allout-latex-verb-quote): Fix typos in docstrings.
13702 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13703 (allout-unprotected, allout-prefix-data):
13704 Improve argument/docstring consistency.
13705 (allout-chart-subtree): Fix argument spec.
13706 (allout-open-topic): Rename `use_sib_bullet' argument to
13707 `use-sib-bullet'. Doc fix.
13708
13709 * whitespace.el (whitespace-check-buffer-leading)
13710 (whitespace-check-buffer-trailing)
13711 (whitespace-check-buffer-indent)
13712 (whitespace-check-buffer-spacetab)
13713 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13714 (whitespace-check-leading-whitespace)
13715 (whitespace-check-trailing-whitespace)
13716 (whitespace-check-spacetab-whitespace)
13717 (whitespace-check-indent-whitespace)
13718 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13719 (whitespace-modes): Fix typos in docstrings.
13720 (defgroup, defcustom): Doc fixes.
13721
13722 * winner.el (winner-mode, winner-boring-buffers)
13723 (winner-pending-undo-ring): Doc fixes.
13724 (winner-ring): Remove unneeded `progn'.
13725 (winner-equal): `defsubst' it.
13726 (winner-redo): Fix message.
13727
13728 2005-07-13 Kim F. Storm <storm@cua.dk>
13729
13730 * simple.el (line-move-1): Always use vertical-motion to
13731 do the last (or only) line move to ensure some movement.
13732 Undo 2005-06-23 change--don't check for overlays.
13733
13734 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13735
13736 * term/mac-win.el (ccl-encode-mac-roman-font)
13737 (ccl-encode-mac-centraleurroman-font)
13738 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13739 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13740 Change charset-id boundary of dimension to ?\xef.
13741 (mac-char-fontspec-list): New constant.
13742 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13743 argument. Nil uses itself as family in font-spec. Previous
13744 behavior for nil is now provided by non-nil non-string argument.
13745 All callers changed. Add font-specs for Mac fonts to
13746 "fontset-default" unless iso8859-1 fonts are installed.
13747
13748 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13749
13750 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13751 a continuation line if the \ is preceded by SPC or TAB.
13752 (sh-get-indent-info): Simplify.
13753 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13754 Use with-current-buffer.
13755
13756 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13757 when the matched text is empty.
13758
13759 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13760
13761 * startup.el (command-line): Revert to previous handling of
13762 tooltip-mode. Explain in comment why the complexity is needed.
13763
13764 * tooltip.el (tooltip-mode): Revert to previous implementation of
13765 its defcustom.
13766
13767 * frame.el (blink-cursor-mode): Revert to previous implementation
13768 of its defcustom. Update comment.
13769
13770 2005-07-12 Lars Hansen <larsh@soem.dk>
13771
13772 * desktop.el: Update e-mail address.
13773
13774 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13775
13776 * term/mac-win.el (mac-services-mail-selection)
13777 (mac-services-mail-to): New functions.
13778 (mac-application-menu-map): Bind them.
13779
13780 2005-07-12 wulei <milton@wulei.net> (tiny change)
13781
13782 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13783
13784 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13785
13786 * custom.el (custom-reevaluate-setting): Doc fix.
13787
13788 2005-07-11 Jay Belanger <belanger@truman.edu>
13789
13790 * calc/calc.el (calc-embedded-announce-formula-alist)
13791 (calc-embedded-open-close-plain-alist)
13792 (calc-embedded-open-close-mode-alist): Add checks for additional
13793 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13794
13795 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13796
13797 * custom.el (custom-enable-theme): Don't add theme to
13798 `custom-enabled-themes' with `push' because there is no
13799 setf-method for `delq'.
13800
13801 2005-07-11 Richard M. Stallman <rms@gnu.org>
13802
13803 * custom.el (custom-declare-variable): Doc fix.
13804
13805 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13806 from the alists.
13807
13808 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13809 Do nothing if edebug-active.
13810
13811 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13812 (edebug-display): Do it here instead.
13813
13814 2005-07-10 Richard M. Stallman <rms@gnu.org>
13815
13816 * cus-face.el (custom-theme-set-faces): Make it work.
13817 (custom-reset-faces): Doc fix.
13818 (custom-theme-reset-internal-face, custom-theme-face-value):
13819 Functions deleted.
13820
13821 * custom.el (custom-push-theme): Maintain list of the settings
13822 of a given theme in its theme-settings property.
13823 Maintain position of old settings in the theme-value
13824 or theme-face property.
13825 (custom-enabled-themes): New variable.
13826 (custom-theme-enabled-p): New function.
13827 (provide-theme): Update custom-enabled-themes.
13828 Disable and reenable the `user' theme.
13829 (require-theme): Doc fix.
13830 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13831 (custom-theme-value, custom-theme-variable-value): Likewise.
13832 (custom-theme-reset-internal): Likewise.
13833 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13834 (custom-enable-theme, custom-disable-theme): New functions.
13835 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13836 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13837 (custom-theme-reset-variables): Simplify.
13838 (deftheme, custom-declare-theme, custom-make-theme-feature):
13839 Definitions moved.
13840
13841 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13842
13843 * longlines.el (longlines-show-region)
13844 (longlines-unshow-hard-newlines): Recognize hard newlines by
13845 non-nil hard property, instead of t.
13846
13847 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13848
13849 * viper-cmd.el (viper--key-maps): New variable.
13850 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13851 emulation-mode-map-alists.
13852 (viper-envelop-ESC-key): Use viper-subseq.
13853 (viper-search-forward/backward/next): Disable debug-on-error.
13854
13855 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13856 (viper-ESC-key): New defcustoms.
13857
13858 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13859
13860 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13861 (viper-subseq): Copy of subseq from cl.el.
13862
13863 * viper.el (viper-go-away, viper-set-hooks): Use
13864 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13865
13866 * viper-mous.el (viper-current-frame-saved): Use defvar.
13867
13868 * viper-init.el: Get rid of -face in face names.
13869
13870 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13871 Make it work with longlines mode
13872
13873 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13874
13875 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13876
13877 * ediff-init.el: Get rid of -face in face names.
13878
13879 2005-07-10 Richard M. Stallman <rms@gnu.org>
13880
13881 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13882 and with-timeout-unsuspend.
13883
13884 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13885 and with-timeout-unsuspend.
13886
13887 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13888 (with-timeout): Bind that variable to record timers.
13889 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13890
13891 * emacs-lisp/debug.el (debug-help-follow): New function.
13892 (debugger-mode-map): Use that instead of help-follow.
13893 (debugger-setup-buffer): Use eval-buffer-list
13894 to handle eval-buffer frames.
13895
13896 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13897
13898 * timezone.el (timezone-parse-date): Change first regexp
13899 so it will not mistakenly match dates with no time zone.
13900
13901 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13902
13903 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13904
13905 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13906
13907 * custom.el (custom-initialize-safe-set)
13908 (custom-initialize-safe-default): New functions.
13909
13910 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13911 and simplify :init-value.
13912
13913 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13914 and simplify :init-value. Delete obsolete comment.
13915
13916 * startup.el (command-line): Use `custom-reevaluate-setting' to
13917 handle `tooltip-mode'. Delete obsolete comment.
13918
13919 * files.el (set-visited-file-name): Avoid calling
13920 `file-name-nondirectory' with a nil argument.
13921
13922 2005-07-09 Richard M. Stallman <rms@gnu.org>
13923
13924 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13925 was called with nil for the buffer, handle the read position right.
13926 Handle read position for eval-region, too.
13927
13928 2005-07-09 Juri Linkov <juri@jurta.org>
13929
13930 * fringe.el (fringe-mode): Add period in docstring.
13931 (fringe-query-style): Build prompt depending on `all-frames' arg.
13932
13933 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13934 to not create links to unrelated functions in the Help buffer.
13935
13936 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13937 Doc fix.
13938
13939 * simple.el (next-error-hook): New variable.
13940 (next-error): Use it. Doc fix.
13941
13942 * textmodes/ispell.el (ispell-command-loop): Add current
13943 dictionary name and program name to mode-line-format.
13944 (ispell-region, ispell-process-line): Add current dictionary name
13945 and program name to messages.
13946
13947 2005-07-08 Jay Belanger <belanger@truman.edu>
13948
13949 * calc/calc.el (calc-embedded-announce-formula-alist)
13950 (calc-embedded-open-close-formula-alist)
13951 (calc-embedded-open-close-word-alist)
13952 (calc-embedded-open-close-plain-alist)
13953 (calc-embedded-open-close-new-formula-alist)
13954 (calc-embedded-open-close-mode-alist)
13955 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13956 (calc-embedded-mode-hook): New variables.
13957
13958 * calc/calc-embed.el (calc-embedded-firsttime)
13959 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13960 New variables.
13961 (calc-do-embedded): Use calc-embedded-firsttime,
13962 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13963 determine whether or not to run hooks.
13964 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13965 calc-embedded-firsttime-formula appropriately.
13966 Set calc-embedded delimiter variables according to mode.
13967
13968 2005-07-08 Richard M. Stallman <rms@gnu.org>
13969
13970 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13971 Check for "emacs", etc., as entire symbol, not just as word.
13972 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13973
13974 * files.el (set-visited-file-name): Report the error
13975 for "empty filename" earlier.
13976 (kill-some-buffers): Ignore buffers already dead.
13977
13978 * fringe.el (fringe-mode): Doc fix.
13979
13980 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13981 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13982 Use unwind-protect to ensure byte-compile-unresolved-functions
13983 is updated.
13984
13985 * whitespace.el (whitespace-buffer-leading-cleanup):
13986 Simplify w/ skip-chars-forward.
13987 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13988
13989 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13990 Unconditionally try to leave point at the same old place.
13991
13992 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13993
13994 * comint.el (comint-postoutput-scroll-to-bottom)
13995 (comint-show-maximum-output): Take scroll-margin into consideration.
13996
13997 2005-07-08 Kim F. Storm <storm@cua.dk>
13998
13999 * ido.el (ido-use-filename-at-point): New choice `guess'.
14000 (ido-file-internal): Try ffap-guesser if selected.
14001
14002 * ido.el (ido-before-fallback-functions): New hook.
14003 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14004 (ido-read-file-name): Run it.
14005
14006 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14007
14008 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14009 strings rather than a list of symbols to the completion function.
14010
14011 2005-07-07 Jay Belanger <belanger@truman.edu>
14012
14013 * calc/calc-units.el (math-apply-units): Change the places in
14014 which units are simplified.
14015
14016 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14017
14018 * cus-edit.el (customize-option, customize-option-other-window):
14019 Make them handle aliases.
14020
14021 * custom.el (custom-variable-p): Make it recursively follow
14022 aliases. Mention that in the docstring.
14023
14024 2005-07-07 Richard M. Stallman <rms@gnu.org>
14025
14026 * cus-start.el (exec-path): Use `directory' instead of `file'.
14027 Fix tag for nil.
14028
14029 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14030
14031 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14032 when called non-interactively. Doc fix.
14033
14034 2005-07-07 Lute Kamstra <lute@gnu.org>
14035
14036 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14037 new address as well.
14038
14039 2005-07-07 Kenichi Handa <handa@m17n.org>
14040
14041 * international/mule.el (make-coding-system):
14042 Describe `ascii-incompatible' property in the docstring.
14043 (set-file-name-coding-system): Signal an error if coding-system is
14044 ascii-incompatible.
14045 (set-keyboard-coding-system): Likewise.
14046
14047 * international/mule-cmds.el (set-default-coding-systems):
14048 Don't set default-file-name-coding-system and
14049 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14050
14051 * international/utf-16.el: Declare that all UTF-16-based coding
14052 systems are ASCII-incompatible.
14053
14054 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14055
14056 * progmodes/gud.el: Require font-lock for displaying errors.
14057 Used by gdb-ui.el.
14058
14059 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14060
14061 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14062 values for the pattern lists which are `read'able but not
14063 `append'able (like symbols).
14064
14065 2005-07-06 Richard M. Stallman <rms@gnu.org>
14066
14067 * progmodes/flymake.el (flymake-float-time): Instead of
14068 with-no-warnings, test for xemacs.
14069 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14070 to avoid warning.
14071
14072 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14073
14074 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14075
14076 2005-07-05 Lute Kamstra <lute@gnu.org>
14077
14078 * battery.el: Add support for Darwin (with much debugging help
14079 from Samuel Lauber <sam124@operamail.com>).
14080 (battery-status-function, battery-echo-area-format)
14081 (battery-mode-line-format): Add support for pmset on Darwin.
14082 (battery-load-low, battery-load-critical): New user options.
14083 (battery-pmset): New function.
14084
14085 2005-07-05 Lute Kamstra <lute@gnu.org>
14086
14087 Update FSF's address in GPL notices.
14088
14089 * textmodes/page-ext.el: Update FSF's address.
14090
14091 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14092
14093 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14094 filling from using prefix when filling a single-line docstring.
14095
14096 * progmodes/flymake.el: Remove useless eval-when-compile.
14097
14098 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14099
14100 2005-07-04 Richard M. Stallman <rms@gnu.org>
14101
14102 * textmodes/org.el (org-file-apps-defaults-gnu):
14103 Rename from org-file-apps-defaults-linux.
14104 (org-default-apps): Don't test system-type for `linux'.
14105 (org-file-apps): Doc fix.
14106
14107 2005-07-04 David Ponce <david@dponce.com>
14108
14109 * tree-widget.el: Improve header Commentary section.
14110 (tree-widget) [defgroup]
14111 (tree-widget-image-enable, tree-widget-themes-directory)
14112 (tree-widget-theme, tree-widget-image-properties-emacs)
14113 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14114 (tree-widget-image-formats, tree-widget-control)
14115 (tree-widget-empty-control, tree-widget-leaf-control
14116 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14117 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14118 (tree-widget-keep, tree-widget-after-toggle-functions)
14119 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14120 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14121 :help-echo message.
14122 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14123 (tree-widget-image-properties): Doc fix. Clearer implementation.
14124 (tree-widget--cursors): New constant.
14125 (tree-widget-lookup-image): New function split from
14126 `tree-widget-find-image'. Clearer implementation.
14127 (tree-widget-find-image): Use it.
14128 (tree-widget-button-keymap): Use `set-keymap-parent'.
14129 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14130 Define the sub-widgets here.
14131 (tree-widget-node): Check that :node is not a tree-widget.
14132 (tree-widget-get-super, tree-widget-open-control)
14133 (tree-widget-close-control, tree-widget-empty-control)
14134 (tree-widget-leaf-control, tree-widget-guide)
14135 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14136 (tree-widget-no-handle, tree-widget-value-delete)
14137 (tree-widget-map): Remove.
14138 (tree-widget-children-value-save): Doc fix. Simplified.
14139 (tree-widget-value-create): Update according to previous changes.
14140
14141 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14142
14143 * textmodes/org.el: Leading space replaced by TABS.
14144 (org-recalc-marks, org-table-rotate-recalc-marks)
14145 (org-table-get-specials): Treat "^" and "_" marks.
14146 (org-table-justify-field-maybe): Optional argument NEW.
14147 (org-table-eval-formula): Parsing of the format simplified.
14148 New modes C,I. Honor the %= parameter in the current table.
14149 Avoid unnecessary re-align by using the NEW argument to
14150 `org-table-justify-field-maybe'.
14151 (org-calc-default-modes): Default for date-format mimicks org-mode.
14152 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14153
14154 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14155
14156 * cus-face.el (custom-theme-set-faces): Make it handle face
14157 aliases whose alias declarations are pre- or autoloaded.
14158
14159 2005-07-04 Juri Linkov <juri@jurta.org>
14160
14161 * faces.el (read-face-name): Put the code for getting a face name
14162 from the buffer before adding the faces from the `face' property.
14163 Use `completing-read-multiple' instead of `completing-read'.
14164 Require `crm'. Add default value and post-process the returned
14165 list of faces.
14166
14167 * emacs-lisp/crm.el (crm-find-current-element)
14168 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14169
14170 * emacs-lisp/lisp-mode.el (eval-defun-1):
14171 * emacs-lisp/edebug.el (edebug-eval-defun):
14172 Remove unnecessary quotes.
14173
14174 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14175
14176 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14177 (prolog-indent-level): Fix typo in docstring.
14178
14179 * info.el (Info-history, Info-history-forward)
14180 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14181
14182 * add-log.el (add-change-log-entry):
14183 * comint.el (comint-dynamic-list-input-ring)
14184 (comint-dynamic-list-completions):
14185 * dabbrev.el (dabbrev-expand):
14186 * delim-col.el (delimit-columns-rectangle-line):
14187 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14188 (diff-unified->context):
14189 * ediff-init.el (ediff-abbrev-jobname):
14190 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14191 (ediff-replace-session-activity-marker-in-meta-buffer):
14192 * info.el (Info-summary):
14193 * lpr.el (printify-region):
14194 * printing.el (pr-create-interface):
14195 * ps-print.el (ps-print-quote):
14196 * ses.el (ses-column-widths, ses-print-cell)
14197 (ses-adjust-print-width, ses-center):
14198 * shell.el (shell-file-name-quote-list):
14199 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14200 (strokes-fill-current-buffer-with-whitespace)
14201 (strokes-xpm-for-stroke, strokes-list-strokes)
14202 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14203 * term.el (term-dynamic-list-input-ring)
14204 (term-dynamic-list-completions):
14205 * calc/calc.el (math-format-stack-value):
14206 * emacs-lisp/edebug.el (edebug-display-freq-count):
14207 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14208 (delphi-new-comment-line):
14209 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14210 * progmodes/executable.el (executable-set-magic):
14211 * progmodes/python.el (inferior-python-mode):
14212 * progmodes/scheme.el (scheme-mode-syntax-table):
14213 * progmodes/sh-script.el (sh-maybe-here-document):
14214 * progmodes/sql.el (sql-copy-column):
14215 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14216 * textmodes/bibtex.el (bibtex-mode):
14217 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14218 (sgml-auto-attributes):
14219 * textmodes/table.el (table-insert, table-shorten-cell)
14220 (table--generate-source-scan-lines, table-delete-row)
14221 (*table--cell-delete-char, table--spacify-frame)
14222 (table--horizontally-shift-above-and-below)
14223 (table--cell-insert-char, table--cell-blank-str)
14224 (table--fill-region-strictly):
14225 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14226 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14227
14228 * add-log.el (change-log):
14229 * apropos.el (apropos):
14230 * comint.el (comint-completion, comint-source):
14231 * dabbrev.el (dabbrev):
14232 * delim-col.el (columns):
14233 * diff-mode.el (diff-mode):
14234 * ediff.el (ediff):
14235 * ediff-diff.el (ediff-diff):
14236 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14237 * ediff-mult.el (ediff-mult):
14238 * ediff-ptch.el (ediff-ptch):
14239 * ediff-wind.el (ediff-window):
14240 * facemenu.el (facemenu):
14241 * indent.el (indent):
14242 * info.el (info):
14243 * jka-cmpr-hook.el (compression, jka-compr):
14244 * lpr.el (lpr):
14245 * outline.el (outlines):
14246 * pcmpl-cvs.el (pcmpl-cvs):
14247 * pcmpl-rpm.el (pcmpl-rpm):
14248 * printing.el (printing):
14249 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14250 (ps-print-vertical, ps-print-headers, ps-print-font)
14251 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14252 (ps-print-background, ps-print-printer, ps-print-page)
14253 (ps-print-miscellany):
14254 * ses.el (ses):
14255 * shell.el (shell, shell-directories, shell-faces):
14256 * startup.el (initialization):
14257 * strokes.el (strokes):
14258 * term.el (term):
14259 * uniquify.el (uniquify):
14260 * w32-vars.el (w32):
14261 * calc/calc.el (calc):
14262 * emacs-lisp/bytecomp.el (bytecomp):
14263 * emacs-lisp/cl-indent.el (lisp-indent):
14264 * emacs-lisp/edebug.el (edebug):
14265 * emacs-lisp/elp.el (elp):
14266 * emacs-lisp/testcover.el (testcover):
14267 * emacs-lisp/trace.el (trace):
14268 * emulation/viper-ex.el (viper-ex):
14269 * emulation/viper-mous.el (viper-mouse):
14270 * mail/mailalias.el (mailalias):
14271 * mail/supercite.el (supercite, supercite-frames)
14272 (supercite-attr, supercite-cite, supercite-hooks):
14273 * net/rcompile.el (remote-compile):
14274 * net/rlogin.el (rlogin):
14275 * obsolete/ooutline.el (outlines):
14276 * progmodes/delphi.el (delphi):
14277 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14278 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14279 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14280 (ebnf-optimization):
14281 * progmodes/etags.el (etags):
14282 * progmodes/executable.el (executable):
14283 * progmodes/idlwave.el (idlwave):
14284 * progmodes/pascal.el (pascal):
14285 * progmodes/prolog.el (prolog):
14286 * progmodes/python.el (python):
14287 * progmodes/scheme.el (scheme):
14288 * progmodes/sh-script.el (sh, sh-script):
14289 * progmodes/sql.el (SQL):
14290 * progmodes/tcl.el (tcl):
14291 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14292 * textmodes/enriched.el (enriched):
14293 * textmodes/makeinfo.el (makeinfo):
14294 * textmodes/sgml-mode.el (sgml):
14295 * textmodes/table.el (table-hooks):
14296 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14297 * textmodes/texinfo.el (texinfo):
14298 * textmodes/two-column.el (two-column):
14299 Finish `defgroup' description with period.
14300
14301 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14302 * eshell/esh-var.el (eshell-var):
14303 * progmodes/vhdl-mode.el (vhdl-testbench):
14304 * textmodes/org.el (org): Fix typos in docstrings.
14305
14306 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14307 consistency.
14308
14309 * progmodes/flymake.el (flymake-find-file): Remove.
14310 (flymake-float-time): Use `with-no-warnings'.
14311 (flymake-check-start-time, flymake-check-was-interrupted)
14312 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14313 (flymake-new-err-info): `defvar' at compile time.
14314
14315 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14316
14317 * replace.el (occur-hook): Doc fix.
14318 (occur-1): Don't call `occur-hook' if there are no matches.
14319
14320 2005-07-03 Richard M. Stallman <rms@gnu.org>
14321
14322 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14323 global-map, save the same map.
14324 (global-map): Don't alter it at top level.
14325 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14326 Then alter it here instead.
14327 (tpu-edt-off): Set global-map to the saved one.
14328
14329 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14330 All references simplified.
14331 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14332 (zmacs-regions): Add defvar.
14333 (repeat-complex-command-map): Everything about that deleted.
14334
14335 * textmodes/artist.el (artist-key-is-drawing)
14336 (artist-key-endpoint1, artist-key-poly-point-list)
14337 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14338 (artist-key-compl-table, artist-rb-save-data)
14339 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14340 Don't put them in eval-when-compile.
14341 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14342
14343 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14344 Use with-no-warnings.
14345
14346 * net/browse-url.el (dos-windows-version): Add defvar.
14347
14348 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14349
14350 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14351 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14352 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14353 Add defvar.
14354 (rmail-summary-beginning-of-message): Use with-no-warnings.
14355 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14356
14357 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14358 Use with-no-warnings.
14359
14360 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14361 (c-mark-function): Add point-moving-unit property.
14362 (vi-goto-line): Use with-no-warnings.
14363
14364 * emulation/edt.el (edt-last-copied-word): Add defvar.
14365 (zmacs-region-stays): Likewise.
14366 (edt-mark-section-wisely): Use c-mark-function for C.
14367 Use makr-defun for Fortran.
14368 (time-string): defvar deleted.
14369 (edt-display-the-time): Don't set time-string.
14370
14371 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14372
14373 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14374 Don't warn when name is not constant
14375 or for defining the group `emacs'.
14376
14377 * tooltip.el (gud-tooltip-mode): Add defvar.
14378
14379 * startup.el (default-frame-background-mode): Add defvar.
14380
14381 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14382
14383 * info.el (tool-bar-map): Add defvar.
14384
14385 * dired.el (dnd-protocol-alist): Add defvar.
14386
14387 * dired-aux.el (dired-query): Display question with answer, when
14388 the user answers.
14389
14390 * custom.el (custom-add-option): Doc fix.
14391
14392 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14393
14394 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14395
14396 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14397 bogus name from the last change.
14398
14399 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14400
14401 * custom.el (custom-declare-variable): Fix typos in comment.
14402 (custom-known-themes): Doc fix.
14403 (custom-theme-directory): New defcustom.
14404 (require-theme): Make it check `custom-theme-directory'.
14405
14406 * cus-theme.el (custom-new-theme-mode): New function.
14407 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14408 (custom-theme-description): Add compiler defvars.
14409 (customize-create-theme): Add doc to the "*New Custom Theme*"
14410 buffer. Use `custom-new-theme-mode'.
14411 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14412 and save it to the `custom-theme-directory'. Make this the
14413 default directory of the buffer.
14414
14415 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14416
14417 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14418 Fix unbalanced parentheses.
14419
14420 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14421
14422 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14423 into flymake-mode and delegate to flymake-mode.
14424
14425 * find-file.el (ff-which-function-are-we-in): Clean up.
14426
14427 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14428
14429 * replace.el (occur-rename-buffer): Fix docstring.
14430
14431 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14432 (edt-last-copied-word, edt-learn-macro-count)
14433 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14434 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14435 (time-string, zmacs-region-stays):
14436 * emulation/edt-mapper.el (edt-save-function-key-map)
14437 (EDT-key-name): `defvar' to silence the byte-compiler.
14438
14439 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14440
14441 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14442 font-lock-regexp-backslash. Doc fix.
14443 (font-lock-regexp-backslash-grouping-construct): Rename from
14444 font-lock-regexp-backslash-construct. Doc fix.
14445 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14446 grouping constructs.
14447
14448 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14449
14450 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14451 updating all the prerequisites.
14452
14453 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14454
14455 * textmodes/org.el (org-agenda-start-on-weekday)
14456 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14457 (org-agenda-use-time-grid, org-archive-location)
14458 (org-allow-space-in-links, org-usenet-links-prefer-google)
14459 (org-enable-table-editor, org-export-default-language)
14460 (org-export-html-show-new-buffer, org-fill-paragraph)
14461 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14462 (org-goto-quit, org-occur, org-eval-in-calendar)
14463 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14464 (org-agenda-diary-entry, org-remember-help)
14465 (org-table-convert-region, org-at-table-p)
14466 (org-table-move-row-down, org-table-move-row-up)
14467 (org-table-copy-region, org-table-toggle-vline-visibility)
14468 (org-table-get-stored-formulas, org-table-get-specials)
14469 (org-recalc-commands, org-table-eval-formula)
14470 (org-table-formula-substitute-names, orgtbl-make-binding)
14471 (org-format-org-table-html, org-format-table-table-html)
14472 (org-format-table-table-html-using-table-generate-source)
14473 (org-customize): Fix typos in docstrings.
14474 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14475 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14476 (org-back-to-heading): Doc fixes.
14477 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14478 (org-agenda-change-all-lines, org-get-header):
14479 Improve argument/docstring consistency.
14480 (orgtbl-error): Fix error message.
14481
14482 * progmodes/flymake.el (flymake-find-possible-master-files)
14483 (flymake-master-file-compare, flymake-get-line-err-count)
14484 (flymake-highlight-line, flymake-gui-warnings-enabled):
14485 Fix typos in docstrings.
14486 (flymake-parse-line, flymake-get-project-include-dirs-function)
14487 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14488 Doc fixes.
14489 (flymake-get-project-include-dirs-function)
14490 (flymake-make-err-menu-data):
14491 Improve argument/docstring consistency.
14492
14493 2005-07-01 Lute Kamstra <lute@gnu.org>
14494
14495 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14496 Catch errors with ignore-errors. Use temporary buffer.
14497 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14498
14499 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14500 background color faces.
14501 (facemenu-set-foreground, facemenu-set-background):
14502 Use facemenu-set-face-from-menu.
14503 (facemenu-set-face-from-menu): Treat face names that start with
14504 "fg:" or "bg:" as special.
14505 (facemenu-add-new-color): Don't create faces. Simplify.
14506
14507 2005-06-30 Richard M. Stallman <rms@gnu.org>
14508
14509 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14510 (crm-find-current-element): Likewise.
14511
14512 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14513
14514 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14515
14516 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14517
14518 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14519 (archive-mouse-extract): Make it an obsolete alias.
14520 (archive-mode-map): Don't use archive-mouse-extract any more.
14521 (archive-mode, archive-extract): write-contents-hooks ->
14522 write-contents-functions.
14523 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14524 first arg.
14525 (archive-rename-entry): Update the call.
14526 (archive-zip-summarize): Remove unused var `method'.
14527 (archive-lzh-summarize): Remove unused var `creator'.
14528
14529 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14530 dedicated frame upon exit.
14531
14532 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14533 (archive-zip-extract, archive-zip-expunge)
14534 (archive-zip-update, archive-zip-update-case): Use executable-find.
14535 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14536 Use restore-buffer-modified-p.
14537 (archive-extract, archive-add-new-member, archive-write-file-member):
14538 Use with-current-buffer.
14539 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14540
14541 2005-06-30 Andreas Schwab <schwab@suse.de>
14542
14543 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14544
14545 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14546
14547 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14548
14549 2005-06-30 Juri Linkov <juri@jurta.org>
14550
14551 * faces.el (vertical-border): Inherit from mode-line-inactive
14552 only on tty.
14553
14554 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14555
14556 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14557 example, -NLINES in the `occur' docstring).
14558
14559 * replace.el (occur-1): When no matches are found, do not set the
14560 `buffer-read-only' and modified flags for the occur buffer,
14561 because it is deleted.
14562
14563 * emulation/cua-base.el (cua-check-pending-input)
14564 (cua-repeat-replace-region, cua-mode, cua-debug)
14565 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14566 Fix typos in docstrings.
14567
14568 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14569 (cua-cut-region-to-global-mark)
14570 (cua--cut-rectangle-to-global-mark):
14571 Remove period from end of messages.
14572
14573 * emulation/cua-rect.el (cua-do-rectangle-padding):
14574 Remove period from end of messages.
14575 (cua--rectangle-seq-format): Fix typo in docstring.
14576 (cua-sequence-rectangle, cua-fill-char-rectangle):
14577 Improve argument/docstring consistency.
14578
14579 2005-06-29 Juri Linkov <juri@jurta.org>
14580
14581 * faces.el (default-frame-background-mode): New internal variable.
14582 (frame-set-background-mode): Use it.
14583
14584 * startup.el (normal-top-level): Set default-frame-background-mode
14585 instead of frame-background-mode. Before setting it, test for its
14586 nil value. Remove tests for frame-background-mode and frame
14587 parameter `reverse'. Add test for "unspecified-fg".
14588
14589 * term/xterm.el (xterm-rxvt-set-background-mode):
14590 * term/rxvt.el (rxvt-set-background-mode):
14591 Set default-frame-background-mode instead of frame-background-mode.
14592
14593 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14594
14595 * simple.el (set-variable): Warn about obsolete user variables.
14596
14597 * imenu.el (imenu--completion-buffer):
14598 * mouse.el (mouse-buffer-menu-alist):
14599 * msb.el (msb-invisible-buffer-p):
14600 * calendar/diary-lib.el (diary-header-line-format):
14601 * emacs-lisp/pp.el (pp-buffer):
14602 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14603 * textmodes/picture.el (picture-replace-match):
14604 Change space constants followed by a sexp to "?\s ".
14605
14606 * play/decipher.el (decipher-loop-with-breaks):
14607 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14608 constants "protected" from end of line by a comment to "?\s".
14609
14610 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14611
14612 * font-lock.el (save-buffer-state): Use `declare'.
14613
14614 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14615 reset the syntax-table to cperl-mode-syntax-table.
14616 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14617 "foo_print_bar" is not matched as a reserved keyword.
14618
14619 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14620
14621 * textmodes/org.el (orgtbl-setup): New function, for delayed
14622 setup for the orgtbl commands.
14623 (org-calc-default-modes): New option.
14624 (orgtbl-make-binding): Use `defun' to get better help display.
14625 (org-diary): Call `org-compile-prefix-format'.
14626 (org-table-formula-substitute-names): New function.
14627 (org-agenda-day-view, org-agenda-week-view): New commands.
14628 (org-agenda-toggle-week-view): Command removed.
14629 (org-tbl-menu): Split off from org-org-menu.
14630 (org-mode): Move removal of outline-mode menus to here.
14631 (org-table-formula-debug): New option.
14632 (org-table-insert-row): Keep first field if just "#" or "*".
14633 (org-mode): Paragraph regexps fixed.
14634 (org-table-recalculate-regexp): New constant.
14635 (org-table-justify-field-maybe): Avoid replace if not necessary.
14636 (org-copy-special, org-cut-special): Use `call-interactively'.
14637 (org-table-copy-region): Take region from `interactive' call.
14638 (org-trim): Return string even if no match.
14639 (org-formula): New face.
14640 (org-set-font-lock-defaults): No longer highlight "FIXME".
14641 But highlight formula-related fields in table.
14642 (org-table-p): Use regexp, not fontification.
14643 (org-table-align): Handle white space at end of line.
14644 (org-table-formula-evaluate-inline): New option.
14645 (org-mode): Auto-wrapping in comment lines turned off.
14646 (org-table-copy-down): Evaluate only in copied field, not in
14647 destination.
14648 (org-table-current-formula): Variable removed.
14649 (org-table-store-formulas, org-table-get-stored-formulas)
14650 (org-table-modify-formulas, org-table-replace-in-formulas)
14651 (org-table-maybe-eval-formula): New functions.
14652 (org-table-get-formula): Modify to use stored formulas.
14653 (org-table-insert-column, org-table-delete-column)
14654 (org-table-move-column): Call `org-table-modify-formulas'.
14655 (org-complete): Add completion for keyword formulas.
14656 (orgtbl-mode): Pull orgtbl-mode-map to start of
14657 minor-mode-map-alist.
14658
14659 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14660
14661 * progmodes/python.el (python-check): Require `compile' before
14662 modifying its variables.
14663
14664 * newcomment.el (comment-indent-default): Don't get fooled by an early
14665 end of buffer.
14666
14667 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14668
14669 * ps-print.el (ps-print-version): Fix version number.
14670
14671 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14672
14673 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14674
14675 2005-06-28 Richard M. Stallman <rms@gnu.org>
14676
14677 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14678 (flyspell-local-mouse-map): Declaration deleted.
14679 (flyspell-mouse-map): Bind only mouse-2.
14680 (flyspell-mode-map): Don't test flyspell-use-local-map.
14681 (flyspell-overlay-keymap-property-name): Var deleted.
14682 (flyspell-mode-on): Don't make local bindings for
14683 flyspell-mouse-map and flyspell-mode-map.
14684 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14685
14686 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14687
14688 * progmodes/compile.el (compilation-next-error-function):
14689 Don't switch buffers; operate on the current buffer.
14690
14691 * progmodes/compile.el (compilation-error-file-name)
14692 (compilation-warning-file-name, compilation-info-file-name)
14693 (compilation-line-number, compilation-column-number): New faces.
14694 (compilation-error-face, compilation-warning-face)
14695 (compilation-info-face, compilation-line-face)
14696 (compilation-column-face): Use them.
14697
14698 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14699
14700 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14701
14702 * bindings.el (global-map): Bind insertchar and its variants.
14703
14704 2005-06-27 Richard M. Stallman <rms@gnu.org>
14705
14706 * textmodes/artist.el (artist-text-overwrite)
14707 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14708
14709 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14710
14711 * ps-print.el: It was not working the page selection for printing.
14712 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14713 (ps-print-version): New version 6.6.7.
14714 (ps-end-sheet): New fun.
14715 (ps-header-sheet, ps-end-job): Call it.
14716
14717 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14718
14719 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14720
14721 2005-06-27 Lute Kamstra <lute@gnu.org>
14722
14723 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14724 background color faces.
14725 (facemenu-get-face): Delete function.
14726 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14727 (facemenu-add-new-color): Make second argument mandatory.
14728 Create the appropriate face and return it. Simplify.
14729 (facemenu-set-foreground, facemenu-set-background): Don't check if
14730 color is defined. Use return value of facemenu-add-new-color.
14731
14732 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14733
14734 * progmodes/gud.el (gud-filter): Add missing argument to
14735 with-selected-window.
14736
14737 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14738
14739 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14740 a :require to the defcustom.
14741
14742 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14743 defcustoms corresponding to minor modes.
14744
14745 2005-06-26 David Ponce <david@dponce.com>
14746
14747 * recentf.el: Require tree-widget instead of wid-edit.
14748 (recentf-filename-handler): Fix widget :type.
14749 (recentf-cancel-dialog, recentf-open-more-files)
14750 (recentf-open-files-action): Doc fix.
14751 (recentf-dialog-goto-first): New function.
14752 (recentf-dialog-mode-map): Set parent keymap first.
14753 (recentf-dialog-mode): Define with define-derived-mode.
14754 Don't display continuation lines in dialogs.
14755 (recentf-edit-list): Rename from recentf-edit-selected-items.
14756 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14757 Simplify.
14758 (recentf-edit-list-validate): New function.
14759 (recentf-edit-list): Update accordingly.
14760 (recentf-open-files-item-shift): Remove.
14761 (recentf-open-files-item): Convert menu elements into tree and
14762 link widgets. Don't create the widgets.
14763 (recentf-open-files): Update accordingly.
14764 (recentf-save-list): Untabify.
14765
14766 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14767
14768 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14769 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14770 partially contained in the active region. Do not take active
14771 region into account when called from Lisp, unless INTERACTIVE arg
14772 is 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 (flush-lines): Add INTERACTIVE arg. Do not take active region
14776 into account when called from Lisp, unless INTERACTIVE arg is
14777 non-nil. Use `forward-line' instead of `beginning-of-line' to
14778 avoid trouble with fields. Make marker point nowhere when no
14779 longer used. Always return nil. Doc fix.
14780 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14781 interchangeable. Do not take active region into account when
14782 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14783 message in echo area when called from Lisp, unless INTERACTIVE arg
14784 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14785 Return the number of matches. Doc fix.
14786 (occur): Doc fix.
14787 (perform-replace): Make comment follow double space convention for
14788 the sake of `outline-minor-mode'.
14789
14790 * faces.el (facep): Doc fix.
14791
14792 2005-06-25 Richard M. Stallman <rms@gnu.org>
14793
14794 * facemenu.el (facemenu-enable-faces-p): New function.
14795 (facemenu-background-menu, facemenu-foreground-menu)
14796 (facemenu-face-menu): Add menu-enable property.
14797
14798 * jka-compr.el (jka-compr-insert-file-contents):
14799 Special handling if cannot find the uncompression program.
14800
14801 * cus-face.el (custom-face-attributes): Add autoload.
14802
14803 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14804 Bind comment-indent-function locally.
14805
14806 * window.el (save-selected-window): Use save-current-buffer.
14807
14808 * subr.el (with-selected-window): Use save-current-buffer.
14809
14810 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14811 and with-current-buffer.
14812
14813 2005-06-24 Richard M. Stallman <rms@gnu.org>
14814
14815 * simple.el (line-move-1): Fix previous change.
14816
14817 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14818
14819 * replace.el (occur-1): Set `buffer-read-only' and the
14820 buffer-modified flag before running `occur-hook' to protect
14821 against unintentional buffer switches that can lead to data loss.
14822
14823 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14824
14825 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14826 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14827 initial error.
14828
14829 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14830 after fresh input.
14831 (gdb-var-create-handler): Put name of expression in quotes.
14832
14833 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14834
14835 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14836 elements of RING in order, and without bogus nil elements.
14837
14838 2005-06-23 Richard M. Stallman <rms@gnu.org>
14839
14840 * simple.el (set-variable): Args renamed; doc fix.
14841 (line-move-1): When there are overlays around, use vertical-motion.
14842
14843 * faces.el (escape-glyph): Use brown against light background.
14844 (nobreak-space): Rename from no-break-space.
14845 Fix previous change.
14846
14847 * dired-aux.el (dired-do-copy): Fix arg prompt.
14848
14849 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14850
14851 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14852
14853 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14854 rather than "Distributor".
14855
14856 2005-06-23 Lute Kamstra <lute@gnu.org>
14857
14858 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14859 (debug-on-entry): Use it. New interactive declaration that uses
14860 function-called-at-point.
14861
14862 2005-06-23 Kim F. Storm <storm@cua.dk>
14863
14864 * subr.el (save-match-data): Add comment about using evaporate arg
14865 to set-match-data.
14866
14867 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14868
14869 * cus-edit.el (customize-face)
14870 (customize-face-other-window): Handle face aliases.
14871
14872 * faces.el (face-documentation, set-face-attribute)
14873 (face-spec-set): Handle face aliases.
14874
14875 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14876
14877 * help-mode.el (help-make-xrefs): If a symbol representing a face
14878 name is not followed by the word "face", it could still be a
14879 function or variable name, so don't bypass other checks.
14880
14881 2005-06-22 Juri Linkov <juri@jurta.org>
14882
14883 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14884 Replace aliased functions with calls where second arg `inherit' is t.
14885
14886 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14887
14888 * progmodes/gdb-ui.el (gdb-error): New variable.
14889 (gdb-error): New function.
14890 (gdb-annotation-rules): Act on error-begin and error annotations.
14891 (gdb-concat-output): Use font-lock-warning-face for errors.
14892
14893 2005-06-22 Miles Bader <miles@gnu.org>
14894
14895 * bindings.el (propertized-buffer-identification): Use renamed
14896 `Buffer-menu-buffer' face.
14897
14898 * faces.el (vertical-border): Rename from `vertical-divider'.
14899 (escape-glyph): Change dark-background color back to `cyan'.
14900
14901 2005-06-21 Juri Linkov <juri@jurta.org>
14902
14903 * faces.el (face-user-default-spec): Try getting `customized-face'
14904 prior to `saved-face'.
14905 (frame-background-mode): Refill docstring.
14906
14907 * emacs-lisp/lisp-mode.el (eval-defun-1):
14908 * emacs-lisp/edebug.el (edebug-eval-defun):
14909 Set `saved-face' temporarily to nil before calling form.
14910 Set `customized-face' to the new spec after that.
14911
14912 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14913
14914 * subr.el (1value, lambda, key-substitution-in-progress):
14915 Doc fixes.
14916
14917 * autoinsert.el (auto-insert-alist):
14918 * ses.el (ses-call-printer):
14919 * subr.el (noreturn):
14920 * emacs-lisp/lisp.el (check-parens):
14921 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14922 * net/browse-url.el (browse-url-mosaic):
14923 * progmodes/cc-defs.el (c-safe-scan-lists):
14924 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14925 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14926 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14927 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14928 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14929 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14930
14931 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14932
14933 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14934
14935 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14936
14937 * calendar/appt.el (appt-make-list): Activate the package, if
14938 not already active (for backwards compatibility).
14939
14940 2005-06-20 Kim F. Storm <storm@cua.dk>
14941
14942 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14943
14944 2005-06-20 Miles Bader <miles@gnu.org>
14945
14946 * faces.el (vertical-divider): New face.
14947
14948 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14949
14950 * simple.el (kill-whole-line): Doc fix.
14951 (next-error-buffer-p, next-error-find-buffer)
14952 (clone-indirect-buffer): Fix typos in docstrings.
14953 (comment-line-break-function): Doc fix: don't say variable
14954 is automatically buffer-local (it isn't).
14955
14956 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14957
14958 * net/tramp-ftp.el (top):
14959 * net/tramp-smb.el (top):
14960 * net/tramp-util.el (top):
14961 * net/tramp-uu.el (top):
14962 * net/tramp-vc.el (top):
14963 * net/tramp.el (top): Revert copyright years back to original
14964 ones. Tramp has a life outside GNU Emacs.
14965
14966 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14967
14968 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14969
14970 2005-06-18 Juri Linkov <juri@jurta.org>
14971
14972 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14973 end of first regexp to limit the match to the position between
14974 line number and source line with same separator character as used
14975 between file name and line number. In the second regexp limit
14976 mouse-face area to file name and line number by adding new group
14977 for them and referring it in HYPERLINK arg.
14978 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14979 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14980 previous line where grep markers may be already removed.
14981
14982 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14983
14984 * progmodes/ps-mode.el: Update version and maintainer's email address.
14985
14986 2005-06-18 Steve Youngs <steve@xemacs.org>
14987
14988 * net/browse-url.el (browse-url-browser-function)
14989 (browse-url-default-browser): Add firefox.
14990 (browse-url-firefox-program, browse-url-firefox-arguments)
14991 (browse-url-firefox-startup-arguments)
14992 (browse-url-firefox-new-window-is-tab): New defcustoms.
14993 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14994
14995 2005-06-17 Richard M. Stallman <rms@gnu.org>
14996
14997 * startup.el (command-line): Warn if specified user name has
14998 no home directory.
14999
15000 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15001 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15002
15003 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15004 Doc fixes.
15005
15006 * faces.el (underline): Try bold if terminal doesn't support underline.
15007
15008 * mail/sendmail.el (mail-setup-with-from): New variable.
15009 (mail-insert-from-field): New function.
15010 (sendmail-send-it): Call it.
15011 (mail-setup): Optionally call it here.
15012
15013 * term/linux.el: Call tty-no-underline.
15014
15015 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15016
15017 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15018
15019 2005-06-17 Miles Bader <miles@gnu.org>
15020
15021 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15022 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15023 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15024 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15025 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15026 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15027 Remove "-face" suffix from face names.
15028 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15029 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15030 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15031 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15032 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15033 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15034 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15035 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15036 New backward-compatibility aliases for renamed faces.
15037 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15038 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15039 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15040 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15041 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15042 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15043 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15044 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15045 Use renamed ediff faces.
15046
15047 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15048 Remove "-face" suffix from face names.
15049 (eshell-test-ok-face, eshell-test-failed-face):
15050 New backward-compatibility aliases for renamed faces.
15051 (eshell-run-test): Use renamed eshell-test faces.
15052
15053 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15054 face name.
15055 (eshell-prompt-face): New backward-compatibility alias for renamed
15056 face.
15057 (eshell-emit-prompt): Use renamed eshell-prompt face.
15058
15059 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15060 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15061 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15062 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15063 Remove "-face" suffix from face names.
15064 (eshell-ls-directory-face, eshell-ls-symlink-face)
15065 (eshell-ls-executable-face, eshell-ls-readonly-face)
15066 (eshell-ls-unreadable-face, eshell-ls-special-face)
15067 (eshell-ls-missing-face, eshell-ls-archive-face)
15068 (eshell-ls-backup-face, eshell-ls-product-face)
15069 (eshell-ls-clutter-face):
15070 New backward-compatibility aliases for renamed faces.
15071 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15072
15073 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15074 Remove "-face" suffix from face name.
15075 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15076 instead of literal face.
15077
15078 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15079
15080 * emacs-lisp/warnings.el (display-warning, lwarn)
15081 (warning-minimum-log-level): Doc fixes.
15082 (warning-minimum-level, warning-minimum-log-level):
15083 Add :debug to :type choices.
15084
15085 * progmodes/ada-mode.el (ada-format-paramlist)
15086 (ada-get-indent-case, ada-check-matching-start)
15087 (ada-check-defun-name, ada-goto-matching-decl-start)
15088 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15089 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15090 (ada-make-subprogram-body): Follow error conventions.
15091 (ada-case-exception-file, ada-indent-comment-as-code)
15092 (ada-indent-handle-comment-special, ada-indent-renames)
15093 (ada-indent-return, ada-search-directories-internal)
15094 (ada-tab-policy, ada-case-exception-substring)
15095 (ada-other-file-alist, ada-matching-start-re)
15096 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15097 (ada-imenu-generic-expression, ada-compile-goto-error)
15098 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15099 (ada-popup-menu, ada-add-extensions, ada-mode)
15100 (ada-region-selected, ada-create-case-exception)
15101 (ada-create-case-exception-substring, ada-after-keyword-p)
15102 (ada-activate-keys-for-case, ada-adjust-case-region)
15103 (ada-adjust-case-buffer, ada-format-paramlist)
15104 (ada-scan-paramlist, ada-insert-paramlist)
15105 (ada-indent-newline-indent)
15106 (ada-indent-newline-indent-conditional)
15107 (ada-justified-indent-current, ada-goto-previous-word)
15108 (ada-indent-current, ada-get-indent-open-paren)
15109 (ada-get-indent-paramlist, ada-get-indent-end)
15110 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15111 (ada-get-indent-block-start, ada-get-indent-subprog)
15112 (ada-get-indent-noindent, ada-get-indent-label)
15113 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15114 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15115 (ada-goto-stmt-end, ada-goto-next-word)
15116 (ada-check-matching-start, ada-check-defun-name)
15117 (ada-goto-matching-decl-start, ada-goto-matching-start)
15118 (ada-goto-matching-end, ada-search-ignore-string-comment)
15119 (ada-in-decl-p, ada-looking-at-semi-or)
15120 (ada-looking-at-semi-private, ada-in-paramlist-p)
15121 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15122 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15123 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15124 (ada-previous-package, ada-create-menu)
15125 (ada-fill-comment-paragraph-justify)
15126 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15127 (ada-other-file-name, ada-last-which-function-line)
15128 (ada-last-which-function-subprog, ada-which-function)
15129 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15130 (ada-gen-treat-proc, ada-check-emacs-version)
15131 (ada-continuation-indent, ada-align-region-separate):
15132 Fix typos in docstrings.
15133 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15134
15135 2005-06-16 Lute Kamstra <lute@gnu.org>
15136
15137 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15138 conditionally.
15139
15140 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15141
15142 * comint.el (comint-replace-by-expanded-filename)
15143 (comint-prompt-regexp, comint-delimiter-argument-list)
15144 (comint-preinput-scroll-to-bottom):
15145 * info.el (Info-hide-cookies-node):
15146 * ls-lisp.el (ls-lisp-classify):
15147 * find-file.el (ff-search-directories, ff-special-constructs)
15148 (ff-find-other-file):
15149 * font-lock.el (font-lock-keywords):
15150 * shell.el (shell-prompt-pattern)
15151 (shell-dynamic-complete-functions, shell-mode)
15152 (shell-delimiter-argument-list):
15153 * term.el (term-replace-by-expanded-filename)
15154 (term-prompt-regexp, term-delimiter-argument-list):
15155 * woman.el (woman-ignore, woman0-if):
15156 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15157 * emacs-lisp/elint.el (elint-init-env):
15158 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15159 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15160 * language/ethio-util.el (ethio-tilde-escape)
15161 (ethio-use-three-dot-question):
15162 * net/zone-mode.el (zone-mode-load-time-setup):
15163 * progmodes/cc-align.el (c-lineup-argcont):
15164 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15165 * progmodes/cperl-mode.el (cperl-set-style-back):
15166 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15167 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15168 Fix spellings in docstrings.
15169
15170 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15171 * progmodes/modula2.el (m2-for): Fix spellings.
15172
15173 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15174
15175 * simple.el (undo-more): Don't use `format' on `error' arguments.
15176 Improve argument/docstring consistency.
15177 (pending-undo-list): Doc fix.
15178
15179 * smerge-mode.el (smerge-ensure-match):
15180 * emulation/vip.el (vip-ex):
15181 * net/zone-mode.el (zone-mode-update-serial):
15182 * progmodes/idlwave.el (idlwave-complete):
15183 * progmodes/vhdl-mode.el (vhdl-visit-file)
15184 (vhdl-compose-wire-components):
15185 Don't use `format' on `error' arguments.
15186
15187 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15188 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15189 (tooltip-help-tips): Fix typos in docstrings.
15190
15191 2005-06-16 David Ponce <david@dponce.com>
15192
15193 * tree-widget.el (tree-widget-value-create): Simplify last change.
15194
15195 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15196
15197 * ido.el (ido-incomplete-regexp): New variable.
15198 (ido-set-matches-1): Handle invalid-regexp error and set
15199 ido-incomplete-regexp.
15200 (ido-incomplete-regexp): New face.
15201 (ido-completions): Use it.
15202 (ido-complete, ido-exit-minibuffer, ido-completions):
15203 Handle incomplete regexps.
15204 (ido-completions): Add check for complete match when entering a regexp.
15205
15206 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15207
15208 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15209
15210 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15211
15212 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15213 by field delimiters.
15214
15215 2005-06-15 David Ponce <david@dponce.com>
15216
15217 * tree-widget.el: eval-and-compile inlined functions so they will
15218 be available at run-time too.
15219 (tree-widget-super-format-handler)
15220 (tree-widget-format-handler): Remove.
15221 (tree-widget-value-create): Handle the :indent property.
15222
15223 2005-06-15 Miles Bader <miles@gnu.org>
15224
15225 * progmodes/which-func.el (which-func): Only inherit
15226 `font-lock-function-name-face' when that makes sense against the
15227 default mode-line face, otherwise set the face color explicitly.
15228
15229 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15230 faces instead of (non-existent) variables.
15231
15232 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15233
15234 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15235 (iswitchb-get-matched-buffers): Likewise. Simplify.
15236
15237 2005-06-14 Miles Bader <miles@gnu.org>
15238
15239 * progmodes/ld-script.el (ld-script-location-counter):
15240 Remove "-face" suffix from face name.
15241 (ld-script-location-counter-face):
15242 New backward-compatibility alias for renamed face.
15243 (ld-script-location-counter-face): Use renamed face.
15244
15245 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15246 (cperl-hash): Remove "-face" suffix from face names.
15247 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15248 New backward-compatibility aliases for renamed faces.
15249 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15250 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15251
15252 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15253 name.
15254 (which-func-face): New backward-compatibility alias for renamed face.
15255 (which-func-format): Use renamed which-func face.
15256
15257 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15258 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15259 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15260 names.
15261 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15262 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15263 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15264 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15265 (vhdl-speedbar-architecture-selected)
15266 (vhdl-speedbar-configuration-selected)
15267 (vhdl-speedbar-package-selected)
15268 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15269 names.
15270 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15271 Use renamed faces.
15272 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15273 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15274 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15275 Use renamed faces.
15276 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15277 names.
15278 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15279 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15280 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15281 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15282 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15283 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15284
15285 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15286 face name.
15287 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15288 (sh-heredoc-face): Use renamed sh-heredoc face.
15289
15290 * progmodes/idlw-help.el (idlwave-help-link):
15291 Remove "-face" suffix from face name.
15292 (idlwave-help-link-face):
15293 New backward-compatibility alias for renamed face.
15294 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15295
15296 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15297 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15298 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15299 New backward-compatibility aliases for renamed faces.
15300 (idlwave-shell-disabled-breakpoint-face)
15301 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15302
15303 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15304 Remove "-face" suffix from face names.
15305 (flymake-errline-face, flymake-warnline-face):
15306 New backward-compatibility aliases for renamed faces.
15307 (flymake-highlight-line): Use renamed flymake faces.
15308
15309 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15310 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15311 (ebrowse-member-class, ebrowse-progress):
15312 Remove "-face" suffix from face names.
15313 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15314 (ebrowse-file-name-face, ebrowse-default-face)
15315 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15316 (ebrowse-progress-face):
15317 New backward-compatibility aliases for renamed faces.
15318 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15319 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15320 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15321 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15322
15323 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15324 antlr-syntax)
15325 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15326 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15327 names.
15328 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15329 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15330 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15331 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15332 backward-compatibility aliases for renamed faces.
15333 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15334 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15335 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15336 remove "font-lock-". Use renamed antlr-mode faces.
15337 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15338 literal face-names with face variable references.
15339
15340 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15341 face name.
15342 (Buffer-menu-buffer-face): New backward-compatibility alias for
15343 renamed face.
15344 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15345
15346 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15347
15348 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15349 Eliminate "-face" suffix.
15350 (makefile-targets): Inherit from font-lock-function-name-face and
15351 eliminate "-face" suffix.
15352 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15353 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15354 actions, instead of prepending, to make it less visible.
15355 (makefile-previous-dependency, makefile-match-dependency):
15356 Don't match a target on a continuation line.
15357
15358 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15359
15360 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15361
15362 * progmodes/gdb-ui.el (menu): Re-order menu items.
15363 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15364
15365 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15366 Define in tooltip.el.
15367 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15368 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15369 gud-tooltip-echo-area.
15370
15371 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15372 backward compatibility and make obsolete.
15373 (tooltip-help-tips): Use tooltip-use-echo-area.
15374 (tooltip-show-help-function): Rename to...
15375 (tooltip-show-help): ...this, because it is a function.
15376 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15377
15378 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15379
15380 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15381 (edebug-print-length, edebug-print-level, edebug-print-circle)
15382 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15383 (edebug-eval-print-last-sexp): Doc fixes.
15384
15385 2005-06-14 Kim F. Storm <storm@cua.dk>
15386
15387 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15388 as the coverage buffer/file/both may change.
15389
15390 2005-06-14 Lute Kamstra <lute@gnu.org>
15391
15392 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15393 and run-mode-hooks. Simplify.
15394
15395 * mail/rmailedit.el (rmail-edit-mode):
15396 * progmodes/octave-inf.el (inferior-octave-mode):
15397 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15398
15399 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15400 and run-mode-hooks.
15401 (recentf-edit-list, recentf-open-files): Don't call
15402 kill-all-local-variables directly.
15403
15404 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15405
15406 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15407
15408 * emacs-lisp/byte-run.el (make-obsolete)
15409 (define-obsolete-function-alias): Rename arguments FUNCTION and
15410 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15411 (make-obsolete-variable, define-obsolete-variable-alias):
15412 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15413 respectively.
15414
15415 * isearchb.el (isearchb-activate):
15416 * pcvs.el (cvs-mode):
15417 * ses.el (ses-load):
15418 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15419 * net/tramp.el (tramp-find-file-exists-command)
15420 (tramp-find-shell):
15421 * progmodes/ada-mode.el (ada-create-case-exception)
15422 (ada-create-case-exception-substring, ada-make-subprogram-body):
15423 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15424 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15425 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15426 * textmodes/org.el (org-promote, org-evaluate-time-range)
15427 (org-agenda-next-date-line, org-agenda-previous-date-line)
15428 (org-agenda-error, org-open-at-point, org-table-move-row)
15429 (org-format-table-table-html-using-table-generate-source)
15430 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15431 * textmodes/reftex.el (reftex-access-scan-info):
15432 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15433 (reftex-toc-promote-prepare): Follow error conventions.
15434
15435 * diff-mode.el (diff-mode): Fix typo in docstring.
15436
15437 * forms.el (forms--intuit-from-file): Fix reference to
15438 `forms-number-of-fields' in error message.
15439 (forms-print): Fix quoting in error message.
15440
15441 * forms.el (forms-mode):
15442 * emulation/vi.el (vi-goto-insert-state):
15443 * progmodes/flymake.el (flymake-new-err-info)
15444 (flymake-start-syntax-check-for-current-buffer)
15445 (flymake-simple-cleanup):
15446 * eshell/esh-var.el (eshell/export):
15447 * progmodes/gud.el (xdb):
15448 * textmodes/flyspell.el (flyspell-incorrect-hook)
15449 (flyspell-maybe-correct-transposition)
15450 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15451
15452 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15453
15454 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15455 minibuffer prompt.
15456
15457 2005-06-13 Kim F. Storm <storm@cua.dk>
15458
15459 * subr.el (add-to-ordered-list): New defun.
15460
15461 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15462 add cua--keymap-alist to emulation-mode-map-alists.
15463
15464 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15465
15466 * subr.el (complete-in-turn): New macro.
15467 (dynamic-completion-table, lazy-completion-table): Add debug info.
15468
15469 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15470 in preference to face aliases.
15471
15472 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15473 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15474 Remove unused vars `start' and `firstline'.
15475 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15476 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15477
15478 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15479
15480 * cus-start.el (all): Don't complain about missing GTK-related
15481 variables, unless either `gtk' is boundp or this isn't a
15482 `windows-nt' build.
15483
15484 2005-06-13 Lute Kamstra <lute@gnu.org>
15485
15486 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15487 run-mode-hooks.
15488
15489 * ediff-mult.el (ediff-meta-mode):
15490 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15491
15492 * ledit.el (ledit-mode): Use delay-mode-hooks.
15493
15494 * woman.el (woman-mode-line-format): Delete constant.
15495 (woman-mode-map): Initialize it properly.
15496 (woman-mode): Set mode-class property to special.
15497 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15498 Set major-mode and mode-name. Don't set mode-line-format directly.
15499 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15500
15501 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15502 string argument obsolete.
15503
15504 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15505
15506 * textmodes/org.el (org-CUA-compatible): New option.
15507 (org-disputed-keys): New variable.
15508 (org-key): New function.
15509 (orgtbl-make-binding): Add docstring to the created function.
15510 (org-mode): Set paragraph start/separate regexps.
15511 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15512 (org-archive-location, org-archive-mark-done)
15513 (org-archive-stamp-time): New options.
15514 (org-archive-subtree): New command.
15515 (org-fill-paragraph): New function.
15516 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15517 (org-fake-empty-table-line): Function removed.
15518 (org-format-org-table-html): Do not create empty table lines at
15519 separator lines. Improved table header treatment.
15520 (org-link-format): New option.
15521 (org-make-link): New function.
15522 (org-insert-link, org-store-link): Use org-make-link.
15523 (org-open-file): Quote file name for shell command, to allow
15524 spaces in file names.
15525 (org-link-regexp): Fix bug with mailto link.
15526 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15527 New constants.
15528 (org-export-as-html): Deal with the optional angles around a link.
15529 Better treatment of file: links.
15530 (org-open-at-point): Replace @{ and @} with < and >.
15531 (org-run-mode-hooks): Function removed.
15532 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15533
15534 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15535
15536 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15537 MI command -data-list-register-values.
15538 (gdb-post-prompt): Indent properly.
15539
15540 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15541
15542 * hilit-chg.el (highlight-changes-colors): Rename from
15543 `highlight-changes-colours'.
15544 (highlight-changes-colours): Keep as obsolete alias.
15545 (highlight-changes-face-list): Doc fix.
15546 (hilit-chg-make-list): Use `highlight-changes-colors'.
15547
15548 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15549
15550 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15551 defun-prompt-regexp.
15552
15553 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15554
15555 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15556 and cygwin.
15557
15558 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15559 Don't use an old loaddefs.el, as in Makefile.in.
15560
15561 2005-06-12 Lute Kamstra <lute@gnu.org>
15562
15563 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15564
15565 * man.el (Man-mode-map): Initialize it properly.
15566 (Man-mode): Set mode-class property to special.
15567
15568 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15569
15570 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15571
15572 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15573 A newline is needed in the docstring there.
15574
15575 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15576 Doc fixes.
15577
15578 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15579
15580 * printing.el: Doc fix. The menubar is no more changed when printing
15581 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15582 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15583 (pr-version): New version number (6.8.4).
15584 (pr-menu-bind): New command.
15585 (pr-update-menus): Docstring and code fix.
15586 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15587 Docstring fix.
15588 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15589 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15590
15591 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15592
15593 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15594 "Returns" to "return", document useful return values, etc.
15595
15596 2005-06-11 Alan Mackenzie <acm@muc.de>
15597
15598 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15599 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15600 (adaptive-file-function): Minor amendment to doc-string.
15601
15602 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15603
15604 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15605 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15606 Fix :type--it is `integer', not `string'.
15607
15608 * faces.el (modeline-highlight): Rename from (the erroneous)
15609 `modeline-higilight'.
15610
15611 2005-06-11 Lute Kamstra <lute@gnu.org>
15612
15613 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15614 lisp-interaction-mode-map but make it the parent.
15615 (edebug-eval-mode): Use define-derived-mode.
15616
15617 2005-06-11 Andreas Schwab <schwab@suse.de>
15618
15619 * bindings.el: Add binding of `ESC functionkey' for every
15620 `M-functionkey'.
15621 * hexl.el (hexl-mode-map): Likewise.
15622
15623 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15624
15625 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15626 [msft]: update regexp for newer msft compilers.
15627
15628 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15629
15630 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15631 ATTLIST portions of included DTDs.
15632 (xml-parse-dtd): Eliminate use of inefficient match-data.
15633
15634 2005-06-10 Miles Bader <miles@gnu.org>
15635
15636 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15637 (mpuz-text): Remove "-face" suffix from face names.
15638 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15639 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15640 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15641
15642 * play/gomoku.el (gomoku-O, gomoku-X):
15643 Remove "-face" suffix from face names.
15644 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15645 New backward-compatibility aliases for renamed faces.
15646 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15647
15648 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15649
15650 * thumbs.el: Fixes for changes of 2005-06-09.
15651 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15652 as a directory.
15653 (thumbs-thumbname): Remove directory separator from format string;
15654 `thumbs-thumbsdir' now returns a valid directory name.
15655 (thumbs-temp-dir): New defsubst.
15656 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15657 Use it.
15658
15659 * cus-edit.el (minibuffer):
15660 * files.el (make-backup-file-name-function):
15661 * filesets.el (filesets-external-viewers):
15662 * hilit-chg.el (highlight-changes-colours)
15663 (highlight-changes-face-list, highlight-changes-rotate-faces):
15664 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15665 * kmacro.el (kmacro-call-macro):
15666 * log-edit.el (log-edit-changelog-full-paragraphs):
15667 * mouse.el (mouse-1-click-follows-link):
15668 * skeleton.el (skeleton-autowrap):
15669 * subr.el (insert-for-yank-1):
15670 * tempo.el (tempo-insert-region):
15671 * terminal.el (terminal-emulator):
15672 * time.el (display-time-mail-face):
15673 * vc.el (vc-annotate):
15674 * vcursor.el (vcursor-copy-line):
15675 * woman.el (woman-bold-headings, woman-ignore)
15676 (woman-default-faces, woman-monochrome-faces):
15677 * calendar/todo-mode.el (todo-insert-threshold):
15678 * emulation/pc-select.el (pc-select-selection-keys-only)
15679 (pc-selection-mode):
15680 * emulation/vip.el (vip-find-char-forward):
15681 * emulation/viper-cmd.el (viper-find-char-forward):
15682 * international/mule-cmds.el
15683 (select-safe-coding-system-accept-default-p)
15684 (input-method-exit-on-invalid-key):
15685 * international/mule-diag.el (describe-coding-system):
15686 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15687 * net/browse-url.el (browse-url-xterm-program):
15688 * obsolete/lazy-lock.el (lazy-lock-mode):
15689 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15690 (cperl-mode):
15691 * progmodes/cpp.el (cpp-face-light-name-list)
15692 (cpp-face-dark-name-list):
15693 * progmodes/delphi.el (delphi-newline-always-indents):
15694 Fix spellings in docstrings.
15695
15696 * ido.el (ido-mode, ido-file-extensions-order)
15697 (ido-default-file-method, ido-default-buffer-method)
15698 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15699 (ido-decorations, ido-read-file-name-as-directory-commands)
15700 (ido-read-file-name-non-ido, ido-work-directory-list)
15701 (ido-ignore-item-temp-list, ido-current-directory)
15702 (ido-magic-forward-char, ido-enter-find-file)
15703 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15704 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15705
15706 2005-06-10 Lute Kamstra <lute@gnu.org>
15707
15708 * play/dunnet.el (dun-mode): Use define-derived-mode.
15709 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15710 obsolete alias.
15711
15712 * play/doctor.el (doctor-mode-map): Remove defvar.
15713 (doctor-mode): Use define-derived-mode.
15714
15715 * mail/mspools.el (mspools-mode):
15716 * net/eudc-hotlist.el (eudc-hotlist-mode):
15717 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15718
15719 2005-06-10 Miles Bader <miles@gnu.org>
15720
15721 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15722 Remove "-face" suffix from face names.
15723 (flyspell-incorrect-face, flyspell-duplicate-face):
15724 New backward-compatibility aliases for renamed faces.
15725 (flyspell-mode-on, make-flyspell-overlay)
15726 (flyspell-highlight-incorrect-region)
15727 (flyspell-highlight-duplicate-region)
15728 (flyspell-display-next-corrections)
15729 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15730
15731 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15732 from face name.
15733 (texinfo-heading-face): New backward-compatibility alias for
15734 renamed face.
15735 (texinfo-heading-face): Use renamed texinfo-heading face.
15736
15737 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15738 suffix from face names.
15739 (tex-math-face, tex-verbatim-face):
15740 New backward-compatibility aliases for renamed faces.
15741 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15742 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15743 literal face name.
15744
15745 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15746 name.
15747 (table-cell-face): New backward-compatibility alias for renamed face.
15748 (table--put-cell-face-property, table--update-cell-face):
15749 Use renamed table-cell face.
15750
15751 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15752 from face name.
15753 (sgml-namespace-face): New backward-compatibility alias for
15754 renamed face.
15755 (sgml-namespace-face): Use renamed sgml-namespace face.
15756
15757 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15758 (org-level-4, org-level-5, org-level-6, org-level-7)
15759 (org-level-8, org-warning, org-headline-done)
15760 (org-deadline-announce, org-scheduled-today)
15761 (org-scheduled-previously, org-link, org-done, org-table)
15762 (org-time-grid): Remove "-face" suffix from face names.
15763 (org-level-1-face, org-level-2-face, org-level-3-face)
15764 (org-level-4-face, org-level-5-face, org-level-6-face)
15765 (org-level-7-face, org-level-8-face, org-warning-face)
15766 (org-headline-done-face, org-deadline-announce-face)
15767 (org-scheduled-today-face, org-scheduled-previously-face)
15768 (org-link-face, org-done-face, org-table-face)
15769 (org-time-grid-face):
15770 New backward-compatibility aliases for renamed faces.
15771 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15772 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15773 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15774 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15775
15776 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15777 (viper-minibuffer-emacs, viper-minibuffer-insert)
15778 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15779 (viper-search-face, viper-replace-overlay-face)
15780 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15781 (viper-minibuffer-vi-face):
15782 New backward-compatibility aliases for renamed faces.
15783 (viper-search-face, viper-replace-overlay-face)
15784 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15785 (viper-minibuffer-vi-face): Use renamed viper faces.
15786
15787 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15788 Remove "-face" suffix from face names.
15789 (testcover-nohits-face, testcover-1value-face):
15790 New backward-compatibility aliases for renamed faces.
15791 (testcover-mark): Use renamed testcover faces.
15792
15793 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15794 face name.
15795 (diary-button-face): New backward-compatibility alias for renamed face.
15796 (diary-entry): Use renamed diary-button face.
15797
15798 * calendar/calendar.el (diary, calendar-today, holiday)
15799 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15800 (diary-face, calendar-today-face, holiday-face):
15801 New backward-compatibility aliases for renamed faces.
15802 (eval-after-load "facemenu", diary-entry-marker)
15803 (calendar-today-marker, calendar-holiday-marker, diary-face):
15804 Use renamed calendar faces.
15805
15806 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15807 (compare-windows-face): New backward-compatibility alias for
15808 renamed face.
15809 (compare-windows-highlight): Use renamed compare-windows face.
15810
15811 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15812 (strokes-char-face): New backward-compatibility alias for renamed face.
15813 (strokes-encode-buffer): Use renamed strokes-char face.
15814
15815 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15816 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15817 Remove "-face" suffix from face names.
15818 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15819 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15820 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15821 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15822 Use renamed pcvs faces.
15823 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15824 * pcvs-defs.el (cvs-mode-map): Likewise.
15825 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15826
15827 * info.el (info-title-1, info-title-2, info-title-3)
15828 (info-title-4): Remove "-face" suffix from and downcase face names.
15829 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15830 (Info-title-4-face):
15831 New backward-compatibility aliases for renamed faces.
15832 (Info-fontify-node): Use renamed info faces.
15833
15834 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15835 Remove "-face" suffix from face names.
15836 (highlight-changes-face, highlight-changes-delete-face):
15837 New backward-compatibility aliases for renamed faces.
15838 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15839 (hilit-chg-make-list): Use renamed highlight-changes faces.
15840
15841 * generic-x.el (show-tabs-tab, show-tabs-space):
15842 Remove "-face" suffix from face names.
15843 (show-tabs-tab-face, show-tabs-space-face):
15844 New backward-compatibility aliases for renamed faces.
15845 (show-tabs-generic-mode-font-lock-defaults-1)
15846 (show-tabs-generic-mode-font-lock-defaults-2):
15847 Use renamed show-tabs faces.
15848
15849 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15850 (smerge-markers): Remove "-face" suffix from face names.
15851 (smerge-mine-face, smerge-other-face, smerge-base-face)
15852 (smerge-markers-face):
15853 New backward-compatibility aliases for renamed faces.
15854 (smerge-mine-face, smerge-other-face, smerge-base-face)
15855 (smerge-markers-face): Use renamed smerge faces.
15856
15857 * log-view.el (log-view-file, log-view-message): Remove "-face"
15858 suffix from face names.
15859 (log-view-file-face, log-view-message-face):
15860 New backward-compatibility aliases for renamed faces.
15861 (log-view-file-face, log-view-message-face): Use renamed log-view
15862 faces.
15863
15864 * paren.el (show-paren-match, show-paren-mismatch):
15865 Remove "-face" suffix from face names.
15866 (show-paren-match-face, show-paren-mismatch-face):
15867 New backward-compatibility aliases for renamed faces.
15868 (show-paren-function): Use renamed show-paren faces.
15869
15870 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15871 (ruler-mode-margins, ruler-mode-fringes)
15872 (ruler-mode-column-number, ruler-mode-fill-column)
15873 (ruler-mode-comment-column, ruler-mode-goal-column)
15874 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15875 suffix from face names.
15876 (ruler-mode-default-face, ruler-mode-pad-face)
15877 (ruler-mode-margins-face, ruler-mode-fringes-face)
15878 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15879 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15880 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15881 New backward-compatibility aliases for renamed faces.
15882 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15883 (ruler-mode-column-number, ruler-mode-fill-column)
15884 (ruler-mode-comment-column, ruler-mode-goal-column)
15885 (ruler-mode-tab-stop, ruler-mode-current-column)
15886 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15887 faces.
15888
15889 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15890 face name.
15891 (whitespace-highlight-the-space): Use renamed face.
15892 (whitespace-highlight-face): New backward-compatibility alias for
15893 renamed face.
15894
15895 * woman.el (woman-italic, woman-bold, woman-unknown)
15896 (woman-addition, woman-symbol-face):
15897 Remove "-face" suffix from face names.
15898 (woman-italic-face, woman-bold-face, woman-unknown-face)
15899 (woman-addition-face):
15900 New backward-compatibility aliases for renamed faces.
15901 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15902 (woman-decode-region, woman-replace-match)
15903 (woman-display-extended-fonts, woman-special-characters)
15904 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15905 Use renamed woman faces.
15906
15907 * longlines.el (longlines-visible-face): Face removed.
15908
15909 * diff-mode.el (diff-header, diff-file-header, diff-index)
15910 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15911 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15912 suffix from face names.
15913 (diff-header-face, diff-file-header-face, diff-index-face)
15914 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15915 (diff-changed-face, diff-function-face, diff-context-face)
15916 (diff-nonexistent-face): New backward-compatibility aliases for
15917 renamed faces.
15918 (diff-header-face, diff-file-header-face)
15919 (diff-index, diff-index-face, diff-hunk-header)
15920 (diff-hunk-header-face, diff-removed, diff-removed-face)
15921 (diff-added, diff-added-face, diff-changed-face, diff-function)
15922 (diff-function-face, diff-context-face, diff-nonexistent)
15923 (diff-nonexistent-face): Use renamed diff-mode faces.
15924
15925 * progmodes/compile.el (compilation-warning-face)
15926 (compilation-info-face): Remove "-face" suffix from face names.
15927 (compilation-warning-face, compilation-info-face):
15928 New backward-compatibility aliases for renamed faces.
15929 (compilation-warning-face, compilation-info-face):
15930 Use renamed compilation faces.
15931
15932 * add-log.el (change-log-date, change-log-name)
15933 (change-log-email, change-log-file, change-log-list)
15934 (change-log-conditionals, change-log-function)
15935 (change-log-acknowledgement): Remove "-face" suffix from face names.
15936 (change-log-date-face, change-log-name-face)
15937 (change-log-email-face, change-log-file-face)
15938 (change-log-list-face, change-log-conditionals-face)
15939 (change-log-function-face, change-log-acknowledgement-face):
15940 New backward-compatibility aliases for renamed faces.
15941 (change-log-font-lock-keywords): Use renamed change-log faces.
15942
15943 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15944 (custom-set, custom-changed, custom-saved, custom-button)
15945 (custom-button-pressed, custom-documentation, custom-state)
15946 (custom-comment, custom-comment-tag, custom-variable-tag)
15947 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15948 (custom-group-tag): Remove "-face" suffix from face names.
15949 (custom-magic-alist, custom-magic-value-create)
15950 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15951 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15952 (custom-set-face, custom-changed-face, custom-saved-face)
15953 (custom-button-face, custom-button-pressed-face)
15954 (custom-documentation-face, custom-state-face)
15955 (custom-comment-face, custom-comment-tag-face)
15956 (custom-variable-tag-face, custom-variable-button-face)
15957 (custom-face-tag-face, custom-group-tag-face-1)
15958 (custom-group-tag-face):
15959 New backward-compatibility aliases for renamed faces.
15960
15961 * wid-edit.el (widget-documentation, widget-button)
15962 (widget-field, widget-single-line-field, widget-inactive)
15963 (widget-button-pressed): "-face" suffix removed from face names.
15964 (widget-documentation-face, widget-button-face)
15965 (widget-field-face, widget-single-line-field-face)
15966 (widget-inactive-face, widget-button-pressed-face):
15967 New backward-compatibility aliases for renamed faces.
15968 (widget-documentation-face, widget-button-face)
15969 (widget-button-pressed-face, widget-specify-field)
15970 (widget-specify-inactive): Use renamed widget faces.
15971
15972 2005-06-10 Kenichi Handa <handa@m17n.org>
15973
15974 * term/x-win.el (x-clipboard-yank): Remove condition-case
15975 wrapping.
15976
15977 2005-06-11 Kenichi Handa <handa@m17n.org>
15978
15979 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15980 date lines stricter.
15981
15982 2005-06-10 Zhang Wei <id.brep@gmail.com>
15983
15984 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15985 of x-get-selection.
15986
15987 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15988
15989 * comint.el (comint-mode, comint-snapshot-last-prompt):
15990 * frame.el (frame-current-scroll-bars):
15991 * term.el (term-mode, term-check-proc, term-input-sender)
15992 (term-simple-send, term-extract-string, term-word)
15993 (term-match-partial-filename):
15994 * window.el (window-current-scroll-bars):
15995 * emulation/cua-base.el (cua-normal-cursor-color)
15996 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15997 (cua-global-mark-cursor-color):
15998 * mail/undigest.el (rmail-forward-separator-regex):
15999 Fix typos in docstrings.
16000
16001 * comint.el (comint-check-proc, make-comint-in-buffer)
16002 (comint-source-default): Doc fixes.
16003
16004 * term.el (term-send-string): Improve argument/docstring consistency.
16005
16006 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16007
16008 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16009 call to `delete-region'.
16010 (comint-mode-hook): Do not enable Font Lock by default.
16011
16012 2005-06-09 Lute Kamstra <lute@gnu.org>
16013
16014 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16015 could be void.
16016
16017 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16018
16019 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16020 (debug): Use it.
16021 (debugger-step-through, debugger-continue, debugger-jump)
16022 (debugger-return-value): Set it when needed.
16023 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16024 Use inhibit-read-only.
16025
16026 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16027
16028 * window.el (shrink-window-if-larger-than-buffer)
16029 (window-size-fixed): Fix typo in docstring.
16030
16031 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16032 thumbnails directory on loading.
16033 (thumbs-conversion-program): Use `eq' to check the system type,
16034 not `equal'.
16035 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16036 not "/tmp". Fix docstring.
16037 (thumbs-thumbsdir): New function to return the thumbnails
16038 directory, creating it if needed.
16039 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16040 (thumbs-temp-file): Delete variable and make it into a function.
16041 (thumbs-resize-image, thumbs-modify-image): Use it.
16042 (thumbs-kill-buffer): Simplify.
16043 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16044 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16045 docstrings.
16046
16047 2005-06-09 Kim F. Storm <storm@cua.dk>
16048
16049 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16050 set-match-data to free markers in match-data.
16051
16052 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16053 match-data to unchain markers in match-data.
16054
16055 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16056
16057 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16058 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16059 unnecessary now.
16060
16061 2005-06-08 Richard M. Stallman <rms@gnu.org>
16062
16063 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16064 give the variable a doc string that doesn't say don't set it directly.
16065
16066 * textmodes/ispell.el (ispell-check-version):
16067 Use match-string-no-properties.
16068 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16069 (ispell-buffer-local-words): Likewise.
16070
16071 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16072 except on terminals with enough colors to really display it.
16073 (makefile-dependency-regex): Delete spurious `bb'.
16074
16075 * faces.el (escape-glyph): Use blue once again in last case.
16076 (no-break-space): Redefine so that it isn't invisible on a tty.
16077
16078 2005-06-08 Kim F. Storm <storm@cua.dk>
16079
16080 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16081 also when reading directory name.
16082
16083 2005-06-08 Lute Kamstra <lute@gnu.org>
16084
16085 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16086 (flyspell-mode-line-string): Remove autoload cookie.
16087 (flyspell-mode): Remove defvar.
16088
16089 2005-06-07 Lute Kamstra <lute@gnu.org>
16090
16091 * textmodes/org.el (org-run-mode-hooks): New function.
16092 (org-agenda-mode): Use it.
16093
16094 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16095
16096 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16097
16098 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16099
16100 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16101
16102 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16103
16104 * font-lock.el (font-lock-add-keywords): Doc fix.
16105
16106 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16107
16108 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16109 (tex-compile-default): In the absence of any history, use the order in
16110 tex-compile-alist to choose the preferred command.
16111 (tex-compile-commands): Reorder a bit.
16112
16113 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16114 (flyspell-incorrect-face, flyspell-duplicate-face):
16115 Use (X)Emacs-agnostic code.
16116 (flyspell-mode-map): Don't overwrite at each load. Remove code
16117 redundant with the subsequent add-minor-mode. Merge Emacs and
16118 XEmacs code.
16119 (flyspell-word): Minor simplification.
16120 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16121 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16122 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16123 Merge the corresponding Emacs code.
16124 (flyspell-correct-word, flyspell-xemacs-popup):
16125 Use flyspell-do-correct.
16126
16127 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16128 a dedicated window.
16129
16130 * international/latexenc.el (latexenc-find-file-coding-system):
16131 Undo part of last patch, to turn off a compiler warning.
16132
16133 2005-06-06 Juri Linkov <juri@jurta.org>
16134
16135 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16136 Rename `tmm-inactive-face' to `tmm-inactive'.
16137
16138 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16139
16140 * iswitchb.el: Rename faces.
16141
16142 2005-06-06 Kim F. Storm <storm@cua.dk>
16143
16144 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16145 (cua-global-mark): Remove -face suffix from face names.
16146
16147 * emulation/cua-gmrk.el (cua--init-global-mark):
16148 Remove cua-global-mark face setup.
16149
16150 2005-06-06 Richard M. Stallman <rms@gnu.org>
16151
16152 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16153 just like other allowed characters.
16154 (makefile-match-dependency): Exclude leading and training whitespace
16155 from the range of regexp subexp 1.
16156 (makefile-macroassign-regex): Don't try to match the body,
16157 just the name of the macro being defined.
16158
16159 * info.el (Info-read-node-name-2): New function.
16160 (Info-read-node-name-1): Use that.
16161 Add a completion-base-size-function property.
16162
16163 * simple.el (completion-setup-function): Look for
16164 completion-base-size-function property of minibuffer-completion-table.
16165
16166 * files.el (locate-file-completion): Doc fix.
16167
16168 * printing.el: Don't call pr-update-menus; user must do that.
16169
16170 * emacs-lisp/debug.el (debugger-window): New variable.
16171 (debug): Use debugger-window if it is set and still alive.
16172 Record debugger-window for next entry.
16173
16174 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16175
16176 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16177
16178 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16179 (hack-one-local-variable, hack-local-variables)
16180 (hack-local-variables-prop-line): Pass that arg.
16181
16182 2005-06-06 Kim F. Storm <storm@cua.dk>
16183
16184 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16185 (ido-indicator): Remove -face suffix from face names.
16186
16187 2005-06-06 Juri Linkov <juri@jurta.org>
16188
16189 * font-lock.el (font-lock-regexp-backslash)
16190 (font-lock-regexp-backslash-construct): New faces.
16191 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16192 after `('. Add `while-no-input' to control structures.
16193
16194 * faces.el (no-break-space, shadow): New faces.
16195 (escape-glyph): Use less loud colors pink2 and red4.
16196
16197 * diff-mode.el (diff-context-face)
16198 * dired.el (dired-ignored)
16199 * rfn-eshadow.el (file-name-shadow)
16200 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16201
16202 * info.el (Info-title-1-face): Use green instead of yellow because
16203 bold yellow is not readable on light backgrounds.
16204
16205 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16206 before selecting the desired mode to not spend time fontifying
16207 old contents.
16208
16209 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16210
16211 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16212 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16213
16214 * ps-print.el (ps-default-fg, ps-default-bg):
16215 Fix typos in docstrings.
16216
16217 * isearchb.el (isearchb): Don't pass a spurious second argument to
16218 `iswitchb-completions'.
16219
16220 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16221
16222 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16223 to preserve point.
16224 (gdb-find-file-hook): Add doc string.
16225
16226 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16227 C dereferenced pointer expression.
16228 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16229
16230 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16231
16232 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16233 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16234 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16235 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16236 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16237 Make background transparent.
16238
16239 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16240
16241 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16242 (font-lock-remove-keywords): Doc fix.
16243 (font-lock-mode-major-mode): Compiler defvar.
16244 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16245
16246 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16247 (font-lock-mode): Update `font-lock-mode-major-mode'.
16248 (font-lock-set-defaults): Compiler defvar.
16249 (font-lock-default-function): Take `font-lock-mode-major-mode'
16250 into account.
16251
16252 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16253 keep track of which major mode it enabled the minor mode for.
16254 Use find-file-hook again. Update docstring.
16255
16256 * simple.el (eval-expression-print-level)
16257 (eval-expression-print-length, eval-expression-debug-on-error):
16258 Doc fixes.
16259
16260 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16261
16262 * iswitchb.el (iswitchb-single-match-face)
16263 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16264 (iswitchb-invalid-regexp-face): New faces.
16265 (iswitchb-completions): Use them.
16266 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16267 now marked as an obsolete alias.
16268 (iswitchb-read-buffer): Remove check for bound font variables.
16269 (iswitchb-invalid-regexp): New free variable.
16270 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16271 set iswitchb-invalid-regexp.
16272 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16273 invalid regexps.
16274 (iswitchb-completions): Add check for complete match when entering
16275 a regexp.
16276 (iswitchb-completions): Remove require-match argument.
16277 (iswitchb-exhibit): Fix caller.
16278 (iswitchb-common-match-inserted): New variable.
16279 (iswitchb-complete, iswitchb-completion-help): Use it.
16280
16281 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16282
16283 * url-http.el (url-http-chunked-encoding-after-change-function):
16284 Use `url-http-debug' instead of `message'.
16285
16286 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16287
16288 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16289 callback argument.
16290
16291 2005-06-04 Kim F. Storm <storm@cua.dk>
16292
16293 * simple.el (line-move): Only call sit-for when moving backwards.
16294
16295 * ido.el (ido-make-merged-file-list-1): New defun split from
16296 ido-make-merged-file-list.
16297 (ido-make-merged-file-list): Bind throw-on-input around call to
16298 ido-make-merged-file-list-1. Return input-pending-p if
16299 interrupted by more input available.
16300 (ido-read-internal): Handle input-pending-p return value from
16301 ido-make-merged-file-list.
16302
16303 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16304
16305 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16306 compatibility code.
16307
16308 * international/latexenc.el (latexenc-find-file-coding-system):
16309 Don't inherit the EOL part of the coding-system from the
16310 tex-main buffer. Fit within 80 columns.
16311
16312 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16313
16314 * tmm.el (tmm-inactive-face): New face.
16315 (tmm-remove-inactive-mouse-face): New function.
16316 (tmm-prompt, tmm-add-one-shortcut)
16317 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16318 but not selectable.
16319
16320 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16321
16322 * faces.el (face-equal): Improve argument/docstring consistency.
16323
16324 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16325
16326 * progmodes/make-mode.el (makefile-targets-face)
16327 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16328 (makefile-bsdmake-dependency-regex)
16329 (makefile-makepp-rule-action-regex)
16330 (makefile-bsdmake-rule-action-regex): New constants.
16331 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16332
16333 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16334 Allow (...) within `...' for makepp messages.
16335
16336 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16337
16338 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16339
16340 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16341 "." files are deleted from all file lists before comparison.
16342
16343 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16344 (viper-ESC-key): Made them customizable.
16345
16346 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16347
16348 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16349
16350 * autorevert.el (auto-revert-buffers): Use save-match-data.
16351
16352 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16353
16354 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16355 menu items with a nil command binding.
16356
16357 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16358
16359 * emacs-lisp/cl-macs.el (defsetf):
16360 Improve argument/docstring consistency.
16361
16362 * faces.el (list-faces-display): Improve the formatting by
16363 computing the maximum length required for any face-name (reworked
16364 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16365 (internal-find-face): Remove redundant info in docstring.
16366
16367 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16368
16369 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16370 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16371 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16372 (gdb-assembler-custom): Improve regexps.
16373 (def-gdb-auto-update-handler): Use window point to preserve point.
16374
16375 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16376
16377 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16378
16379 2005-05-31 Jay Belanger <belanger@truman.edu>
16380
16381 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16382 to calc-embedded.
16383 (calc-embedded-make-info): Have plain prefix argument select
16384 entire line.
16385
16386 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16387
16388 * faces.el (list-faces-display): Signal error if passed a regexp
16389 that matches no face name.
16390
16391 * simple.el (filter-buffer-substring): Fix typo in docstring.
16392
16393 2005-05-31 Richard M. Stallman <rms@gnu.org>
16394
16395 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16396 (vhdl-emacs-21): Doc fix.
16397 (vhdl-mode): Unconditionally set comment-padding.
16398 (vhdl-fixup-whitespace-region): Insert spaces only where
16399 there are none.
16400 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16401
16402 2005-05-30 John Wiegley <johnw@newartisans.com>
16403
16404 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16405 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16406 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16407 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16408 `string-to-number'.
16409
16410 2005-05-30 Jay Belanger <belanger@truman.edu>
16411
16412 * calc/calc.el (calc-bug-address): Fix docstring.
16413 (calc-window-hook, calc-trail-window-hook): New variables.
16414 (calc-trail-display): Restore use of calc-trail-window-hook.
16415 (calc): Restore use of calc-window-hook.
16416
16417 2005-05-31 Masatake YAMATO <jet@gyve.org>
16418
16419 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16420
16421 * help-fns.el (help-C-file-name): Add autoload mark for
16422 `find-function-noselect'.
16423
16424 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16425
16426 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16427 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16428
16429 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16430
16431 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16432 included diary buffer if it was not already being visited.
16433 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16434
16435 * calendar/icalendar.el (top-level): Do not require appt.
16436
16437 * mail/supercite.el (sc-select-attribution): Only use a list
16438 element from sc-attrib-selection-list if it returns a string.
16439 Reported by Davide G. M. Salvetti <salve@debian.org>.
16440
16441 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16442
16443 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16444 includes a hash value to improve its uniqueness, and has a ".jpg"
16445 extension. Also, it is now a valid filename on all systems.
16446 (thumbs-make-thumb): Use `let', not `let*'.
16447 (thumbs-show-thumbs-list): Check for JPEG availability.
16448
16449 2005-05-30 Richard M. Stallman <rms@gnu.org>
16450
16451 * filesets.el (filesets-menu-ensure-use-cached):
16452 Prevent warning when emacs-version>= is undefined.
16453
16454 * printing.el (pr-interactive-n-up): Use string-to-number.
16455
16456 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16457
16458 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16459 Warn only when name to be defined is quoted.
16460
16461 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16462
16463 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16464 Make regexp more robust.
16465 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16466 Force regeneration of disassembly.
16467
16468 2005-05-29 Jay Belanger <belanger@truman.edu>
16469
16470 * calc/calc.el (calc-user-invocation): Check if
16471 calc-invocation-macro is non-nil.
16472
16473 2005-05-29 Juri Linkov <juri@jurta.org>
16474
16475 * add-log.el (change-log-font-lock-keywords):
16476 Add `+' to e-mail regexp to accept mail address with keywords.
16477
16478 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16479
16480 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16481
16482 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16483
16484 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16485
16486 2005-05-29 Richard M. Stallman <rms@gnu.org>
16487
16488 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16489 Undo the change that moves to end of the current word.
16490
16491 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16492
16493 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16494 Throw error when count <= 0 to ensure input is a number.
16495 (gdb-read-memory-custom): Pick up address from buffer.
16496 (gdb-memory-mode): Allow user to increment and decrement
16497 memory address from header line.
16498
16499 2005-05-29 Richard M. Stallman <rms@gnu.org>
16500
16501 * flyspell.el (flyspell-version): Function deleted.
16502 (flyspell-auto-correct-previous-hook): Doc fix.
16503
16504 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16505 Do nothing if memory is full.
16506
16507 * font-lock.el (font-lock-fontify-syntactically-region):
16508 Pass t for GREEDY to looking-back.
16509
16510 * saveplace.el (save-place-alist-to-file): Write the file
16511 using write-region.
16512
16513 * subr.el (looking-back): New argument GREEDY.
16514
16515 * progmodes/compile.el (compilation-start): Set the mode
16516 before inserting the initial text.
16517
16518 * progmodes/which-func.el (which-func-update-1): Turn the mode
16519 off in case of error by setting which-func-mode.
16520
16521 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16522
16523 * flyspell.el (flyspell-auto-correct-previous-word):
16524 Narrow down to what's on the screen, and recenter overlays
16525 at the end of the next word.
16526
16527 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16528
16529 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16530 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16531 (flyspell-abbrev-p): Default to nil.
16532 (flyspell-use-global-abbrev-table-p): Doc fix.
16533 (flyspell-large-region): Allow nil as value.
16534 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16535
16536 (mail-mode-flyspell-verify): More robust handling
16537 of `mail-header-separator'. More efficient signature detection.
16538 Allow for regexp metacharacters in message-header-separator.
16539 Adding `To' not to be checked in mail-mode-flyspell-verify.
16540
16541 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16542 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16543 Bind flyspell-auto-correct-binding.
16544 Bind C-. and C-, .
16545 (flyspell-mode-map): Likewise.
16546 (flyspell-mode): Doc fix.
16547 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16548 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16549 (flyspell-word-cache-result): New var, always local.
16550 (flyspell-check-pre-word-p): Doc fix.
16551 (flyspell-check-changed-word-p): Handle spc like newline.
16552 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16553 (flyspell-word-search-backward, flyspell-word-search-forward):
16554 New functions.
16555 (flyspell-word): Return t if nothing to check.
16556 When parsing TeX code, check for after } or \.
16557 Use flyspell-word-search-backward to find previous word.
16558 Return nil if duplicated word.
16559 For word already checked, return same value as last time.
16560 Set flyspell-word-cache-result after checking.
16561 Don't clobber the return value.
16562 (flyspell-get-word): Major rewrite.
16563 (flyspell-external-point-words): New locals pword, pcount.
16564 Fix size used in progress message.
16565 Find the proper corresponding word in flyspell-large-region-buffer.
16566 (flyspell-region): Check for flyspell-large-region = nil.
16567 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16568 (flyspell-auto-correct-word): Check that WORD is a cons.
16569 (flyspell-correct-word): Likewise.
16570
16571 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16572
16573 * progmodes/make-mode.el (makefile-rule-action-regex)
16574 (makefile-macroassign-regex, makefile-makepp-mode)
16575 (makefile-bsdmake-mode): Continuation lines may be empty.
16576 Reported by Joshua Varner.
16577 (makefile-makepp-font-lock-keywords): Add $(stem).
16578
16579 2005-05-28 Karl Berry <karl@gnu.org>
16580
16581 * textmodes/tex-mode.el: Now that tex-send-command calls
16582 shell-quote-argument (2005-03-31 change), remove all calls to
16583 shell-quote-argument; they all end up invoking tex-send-command.
16584 The double quoting loses on filenames with non-safe characters,
16585 such as "@". Reported by Frederik Fouvry.
16586
16587 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16588
16589 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16590 about preserving point.
16591
16592 2005-05-27 Jay Belanger <belanger@truman.edu>
16593
16594 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16595 Info-goto-node.
16596
16597 * calc/calc-embed.el (calc-embed-arg): New variable.
16598 (calc-do-embedded-activate, calc-embedded-activate-formula)
16599 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16600 variable by new variable.
16601 (calc-embedded-make-info): Replace undeclared variable by new
16602 variable. When selecting region with positive prefix
16603 argument, use end of previous line instead of beginning of line.
16604
16605 * calc/calc-aent.el (calc-arg-values): Declare it.
16606
16607 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16608 Declare them.
16609
16610 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16611
16612 * calc/calc.el (calc-alg-map): Declare it.
16613
16614 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16615
16616 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16617
16618 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16619 (gdb-registers-buffer, toggle-gdb-all-registers):
16620 Toggle display of floating point registers.
16621 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16622
16623 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16624 (toggle-gud-tooltip-dereference):
16625 Rename from gud-toggle-tooltip-dereference.
16626
16627 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16628
16629 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16630
16631 2005-05-27 Jay Belanger <belanger@truman.edu>
16632
16633 * calc/calc-prog.el (calc-kbd-report): Remove.
16634 (calc-kbd-query): Rewrite.
16635
16636 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16637
16638 * image.el (image-library-alist): Move to image.c.
16639 (image-type-available-p): Doc fix.
16640
16641 2005-05-27 Lute Kamstra <lute@gnu.org>
16642
16643 * calc/calc.el (calc):
16644 * outline.el (outline-1, outline-2, outline-3, outline-4)
16645 (outline-5, outline-6, outline-7, outline-8):
16646 * textmodes/dns-mode.el (dns-mode):
16647 * textmodes/sgml-mode.el (sgml-namespace-face):
16648 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16649 (tex-verbatim-face, tex-use-reftex):
16650 * textmodes/texinfo.el (texinfo-heading-face):
16651 Specify customization group.
16652
16653 * longlines.el: Don't require easy-mmode.
16654 (longlines-visible-face): Specify customization group.
16655
16656 2005-05-27 Kenichi Handa <handa@m17n.org>
16657
16658 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16659 encoding table of windows-1251.
16660
16661 * international/ucs-tables.el (ucs-set-table-for-input):
16662 If translation-table-for-input of a coding system is a symbol, get
16663 its translation-table property.
16664
16665 * international/code-pages.el: Don't register a coding system into
16666 non-iso-charset-alist more than once.
16667 (cp-make-coding-system): Likewise.
16668
16669 2005-05-26 John Wiegley <johnw@newartisans.com>
16670
16671 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16672 `eshell-resume-eval' is wrapped in a list, it indicates that the
16673 command was run asynchronously. In that case, unwrap the value
16674 before checking the delimiter value.
16675
16676 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16677 character before a space at the end of a line is \, assume the space
16678 is part of the last argument rather than a final argument separator.
16679
16680 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16681 is in use, and the target is `t' or `nil' (which are the most common
16682 values), don't assume that the symbol target is a buffer.
16683
16684 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16685
16686 * calendar/calendar.el (calendar-mode-line-format):
16687 Use mode-line-highlight as mouse-face.
16688
16689 * time.el (display-time-string-forms, display-time-update):
16690 Use mode-line-highlight as mouse-face.
16691
16692 2005-05-26 Jay Belanger <belanger@truman.edu>
16693
16694 * calc/calc.el (calc-language-alist): Remove extra defvar.
16695
16696 2005-05-26 Lute Kamstra <lute@gnu.org>
16697
16698 * arc-mode.el (archive-mode):
16699 * bookmark.el (bookmark-read-annotation-mode)
16700 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16701 * bs.el (bs-mode):
16702 * calc/calc-yank.el (calc-edit-mode):
16703 * calc/calc.el (calc-mode, calc-trail-mode):
16704 * calculator.el (calculator-mode):
16705 * chistory.el (command-history-mode):
16706 * comint.el:
16707 * cus-edit.el (custom-mode):
16708 * descr-text.el (describe-text-mode):
16709 * ebuff-menu.el (Electric-buffer-menu-mode):
16710 * ediff-util.el (ediff-mode):
16711 * emacs-lisp/re-builder.el (reb-mode):
16712 * emulation/vi.el (vi-mode-setup):
16713 * emulation/ws-mode.el (wordstar-mode):
16714 * eshell/esh-mode.el (eshell-mode):
16715 * forms.el (forms-mode):
16716 * help-mode.el (help-mode):
16717 * hexl.el (hexl-mode):
16718 * ibuffer.el (ibuffer-mode):
16719 * ielm.el (inferior-emacs-lisp-mode):
16720 * info.el (Info-mode, Info-edit-mode):
16721 * international/swedish.el:
16722 * ledit.el (ledit-from-lisp-mode):
16723 * locate.el (locate-mode):
16724 * mail/rmail.el (rmail-mode):
16725 * mail/rmailedit.el (rmail-edit-mode):
16726 * mail/rmailsum.el (rmail-summary-mode):
16727 * mail/supercite.el (sc-electric-mode):
16728 * net/eudc.el (eudc-mode):
16729 * net/quickurl.el (quickurl-list-mode):
16730 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16731 * obsolete/ooutline.el (outline-mode):
16732 * obsolete/options.el (Edit-options-mode):
16733 * obsolete/rnews.el (news-mode):
16734 * obsolete/rnewspost.el (news-reply-mode):
16735 * play/5x5.el (5x5-mode):
16736 * play/decipher.el (decipher-mode, decipher-stats-mode):
16737 * play/gomoku.el (gomoku-mode):
16738 * play/snake.el (snake-mode):
16739 * play/solitaire.el (solitaire-mode):
16740 * play/tetris.el (tetris-mode):
16741 * progmodes/ada-mode.el (ada-mode):
16742 * progmodes/antlr-mode.el (antlr-mode):
16743 * progmodes/autoconf.el (autoconf-mode):
16744 * progmodes/dcl-mode.el (dcl-mode):
16745 * progmodes/delphi.el (delphi-mode):
16746 * progmodes/ebrowse.el (ebrowse-tree-mode)
16747 (ebrowse-electric-list-mode, ebrowse-member-mode)
16748 (ebrowse-electric-position-mode):
16749 * progmodes/f90.el (f90-mode):
16750 * progmodes/fortran.el (fortran-mode):
16751 * progmodes/icon.el (icon-mode):
16752 * progmodes/idlw-help.el (idlwave-help-mode):
16753 * progmodes/idlw-shell.el (idlwave-shell-mode):
16754 * progmodes/idlwave.el (idlwave-mode):
16755 * progmodes/inf-lisp.el (inferior-lisp-mode):
16756 * progmodes/m4-mode.el (m4-mode):
16757 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16758 * progmodes/modula2.el (modula-2-mode):
16759 * progmodes/octave-inf.el (inferior-octave-mode):
16760 * progmodes/octave-mod.el (octave-mode):
16761 * progmodes/pascal.el (pascal-mode):
16762 * progmodes/sh-script.el (sh-mode):
16763 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16764 * progmodes/vhdl-mode.el (vhdl-mode):
16765 * progmodes/xscheme.el (scheme-interaction-mode):
16766 * replace.el (occur-mode):
16767 * ses.el (ses-mode):
16768 * simple.el (completion-list-mode):
16769 * skeleton.el:
16770 * speedbar.el (speedbar-mode):
16771 * term.el (term-mode):
16772 * terminal.el (terminal-edit-mode):
16773 * textmodes/reftex-index.el (reftex-index-mode)
16774 (reftex-index-phrases-mode):
16775 * textmodes/reftex-sel.el (reftex-select-label-mode)
16776 (reftex-select-bib-mode):
16777 * textmodes/reftex-toc.el (reftex-toc-mode):
16778 * wdired.el (wdired-change-to-wdired-mode):
16779 * wid-browse.el (widget-browse-mode):
16780 Use run-mode-hooks.
16781
16782 * array.el (array-mode):
16783 * calendar/todo-mode.el (todo-mode):
16784 * man.el (Man-mode):
16785 * play/landmark.el (lm-mode):
16786 * play/mpuz.el (mpuz-mode):
16787 Use kill-all-local-variables and run-mode-hooks.
16788
16789 * subr.el (delay-mode-hooks): Specify indentation.
16790
16791 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16792
16793 * xml.el (xml-substitute-special): Don't die for undefined xml
16794 entities.
16795
16796 2005-05-26 Jay Belanger <belanger@truman.edu>
16797
16798 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16799 of nil.
16800
16801 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16802
16803 * progmodes/gdb-ui.el (gdb-frame-address):
16804 Rename from gdb-current-address.
16805 (gdb-previous-frame-address): Rename from gdb-previous-address.
16806 (gdb-selected-frame): Rename from gdb-current-frame.
16807 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16808 (gdb-frame-number): Rename from gdb-current-stack-level.
16809 (gdb-ann3): Match new mode-name for disassembly buffer.
16810 Extend initialization of variables.
16811 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16812 (gdb-memory-mode): Use mouse-face in header line.
16813 (gdb-assembler-buffer-name): Call it disassembly and give frame
16814 in mode line.
16815 (gdb-source-spec-regexp, gdb-assembler-custom)
16816 (gdb-invalidate-assembler, gdb-frame-handler):
16817 Make robust to leading zeroes in address format.
16818
16819 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16820
16821 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16822 define `org-mode'.
16823 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16824
16825 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16826
16827 * log-edit.el (log-edit-changelog-entries): Distinguish between
16828 filenames like xfns.c and fns.c.
16829
16830 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16831
16832 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16833 point after reverting.
16834 (Buffer-menu-make-sort-button): Handle the case where
16835 `Buffer-menu-use-header-line' is nil.
16836
16837 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16838
16839 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16840 New funcs. In minibuffer-local-completion-map bind `]', `/'
16841 and `:' to them.
16842
16843 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16844
16845 * startup.el (normal-top-level): Allow modification of load-path while
16846 we're iterating over it.
16847
16848 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16849
16850 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16851 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16852 (thumbs-resize-interactive, thumbs-insert-image)
16853 (thumbs-insert-thumb, thumbs-dired-show-marked)
16854 (thumbs-find-image-at-point, thumbs-delete-images)
16855 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16856 (thumbs-increment-image-size, thumbs-decrement-image-size):
16857 Fix typos in docstrings.
16858
16859 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16860
16861 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16862 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16863 (cperl-mode): Use them.
16864
16865 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16866
16867 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16868 Doc fixes.
16869
16870 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16871
16872 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16873 Bind C-d to gdb-inferior-io-eof.
16874
16875 * dired.el (dired-dnd-popup-notice): Use message-box.
16876
16877 2005-05-23 Masatake YAMATO <jet@gyve.org>
16878
16879 * bindings.el (mode-line-major-mode-keymap):
16880 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16881
16882 * faces.el (mode-line-highlight): New face.
16883
16884 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16885 as mouse-face.
16886
16887 * bindings.el (top-level, help-echo, mode-line-modified)
16888 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16889 as mouse-face.
16890
16891 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16892
16893 * progmodes/cc-engine.el (c-guess-basic-syntax):
16894 Remove spurious call to `zerop'.
16895
16896 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16897
16898 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16899
16900 CC Mode update to 5.30.10:
16901
16902 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16903 could go past the limit in decoration level 2, thereby causing
16904 errors during interactive fontification.
16905
16906 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16907 the file is evaluated interactively.
16908
16909 * cc-engine.el (c-guess-basic-syntax): Handle operator
16910 declarations somewhat better in C++.
16911
16912 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16913 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16914 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16915 (awk-mode): Use it.
16916 (make-local-hook): Suppress warning about obsoleteness.
16917
16918 * cc-engine.el, cc-align.el, cc-cmds.el
16919 (c-append-backslashes-forward, c-delete-backslashes-forward)
16920 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16921 Compensate for return value from `forward-line' when it has moved
16922 but not to a different line due to eob.
16923
16924 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16925 `objc-method-intro' and `objc-method-args-cont'.
16926
16927 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16928
16929 CC Mode update to 5.30.10:
16930
16931 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16932 in the copyright statement. Incidentally, change "along with GNU
16933 Emacs" to "along with this program" where it occurs.
16934
16935 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16936 so that it is interactive, hence can be found by M-x awk-mode
16937 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16938 <gmorris+emacs@ast.cam.ac.uk>.
16939
16940 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16941 Mode's regexps.
16942
16943 2005-05-23 Kevin Ryde <user42@zip.com.au>
16944
16945 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16946 c-parse-state, to avoid a lisp error (on bad code).
16947
16948 2005-05-23 Lute Kamstra <lute@gnu.org>
16949
16950 * subr.el (font-lock-defaults): Remove defvar as it's already
16951 defined in font-core.el.
16952
16953 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16954
16955 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16956
16957 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16958 more general and work when GDB variable "print pretty" is on,
16959 as with Emacs, for example.
16960
16961 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16962
16963 * font-core.el: Update comment.
16964
16965 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16966 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16967
16968 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16969
16970 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16971
16972 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16973 and `yank-handler' in the doc strings.
16974
16975 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16976
16977 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16978
16979 2005-05-22 Richard M. Stallman <rms@gnu.org>
16980
16981 * help.el (describe-key): Move print-help-return-message call
16982 out of conditional.
16983
16984 * progmodes/etags.el (list-tags): Use with-no-warnings.
16985
16986 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16987 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16988 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16989
16990 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16991
16992 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16993 Add defvar.
16994
16995 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16996 Use defvar, not defconst.
16997
16998 * hexl.el (hexl-follow-line): Use with-no-warnings.
16999
17000 * emulation/tpu-extras.el: Use write-file-functions instead of
17001 write-file-hooks.
17002
17003 * dired.el (dired-font-lock-keywords): Fontify files with junk
17004 extensions even if marked by -F.
17005
17006 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17007
17008 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17009 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17010 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17011 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17012 (concatenate, list-length, get*, getf, cl-remprop):
17013 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17014 (etypecase, progv, lexical-let, lexical-let*)
17015 (multiple-value-bind, multiple-value-setq, shiftf):
17016 Improve argument/docstring consistency.
17017
17018 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17019
17020 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17021
17022 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17023 doesn't exist.
17024
17025 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17026 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17027
17028 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17029
17030 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17031 already deleted variables: auto-fill-hook, blink-paren-hook,
17032 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17033 suspend-hooks, comment-indent-hook, meta-flag,
17034 before-change-function, after-change-function,
17035 font-lock-doc-string-face.
17036
17037 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17038
17039 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17040
17041 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17042
17043 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17044 rmail-dont-reply-to.
17045
17046 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17047
17048 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17049 literal blank when splitting new-header-values.
17050
17051 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17052
17053 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17054 string so that tmm doesn't create a completion entry for it.
17055
17056 * textmodes/table.el (table-disable-menu): Ditto.
17057
17058 2005-05-21 Richard M. Stallman <rms@gnu.org>
17059
17060 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17061
17062 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17063
17064 * net/rcompile.el (remote-compile): Use compilation-start.
17065
17066 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17067
17068 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17069
17070 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17071 Default to makefile-bsdmake-mode on BSD systems.
17072
17073 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17074 REGEXP may also be a search function now. The part of doc-string
17075 for describing the structure was 95% identical to that of
17076 `imenu--generic-function'. Unify it there.
17077
17078 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17079 Use function to find dependencies, because regexp alone is so complex,
17080 it easily goes into an endless loop.
17081 (makefile-makepp-mode): Also add submenu for Perl functions
17082 defined in the makefile.
17083 (makefile-bsdmake-mode): Special imenu-generic-expression no
17084 longer needed, due to function call.
17085 (makefile-match-dependency): Take BOUND into account when checking
17086 if we're through.
17087
17088 2005-05-20 Jay Belanger <belanger@truman.edu>
17089
17090 * calc/calc-units.el (calc-invalidate-units-table):
17091 Use inhibit-read-only.
17092 (math-build-units-table-buffer): Use view-mode.
17093
17094 2005-05-20 David Kastrup <dak@gnu.org>
17095
17096 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17097 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17098
17099 2005-05-20 Lute Kamstra <lute@gnu.org>
17100
17101 * diff-mode.el (diff-header-face, diff-file-header-face)
17102 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17103 (diff-added-face, diff-changed-face, diff-function-face)
17104 (diff-context-face, diff-nonexistent-face): Put them in the
17105 diff-mode customization group.
17106
17107 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17108
17109 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17110
17111 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17112
17113 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17114 Minor regexp-optimization.
17115
17116 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17117
17118 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17119 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17120 (org-agenda-add-time-grid-maybe): New function.
17121 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17122 (org-table-create): `dotimes' instead of `mapcar'.
17123 (org-xor): Simplify implementation.
17124 (org-agenda): `inhibit-redisplay' turned on.
17125 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17126 a consistent line after a state change.
17127 (org-agenda-remove-times-when-in-prefix): New option.
17128 (org-prefix-has-time): New variable.
17129 (org-parse-time-string): Optional argument NODEFAULT.
17130 (org-format-agenda-item): Parse items for time-of-day
17131 specifications and move these into the prefix if possible.
17132 (org-agenda-priority): Get current heading, not previous heading
17133 during agenda remote editing.
17134
17135 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17136
17137 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17138 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17139 (remove-duplicates, delete-duplicates, substitute)
17140 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17141 (nsubstitute-if-not, find, find-if, find-if-not, position)
17142 (position-if, position-if-not, count, count-if, count-if-not)
17143 (mismatch, search, sort*, stable-sort, merge, member*)
17144 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17145 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17146 (intersection, nintersection, set-difference, nset-difference)
17147 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17148 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17149 (nsublis, tree-equal): Improve argument/docstring consistency.
17150
17151 * subr.el (send-string, send-region): Remove obsolescence declaration.
17152 (window-dot, set-window-dot, read-input, show-buffer)
17153 (eval-current-buffer, string-to-int):
17154 Add release number to obsolescence declarations.
17155
17156 2005-05-19 Kim F. Storm <storm@cua.dk>
17157
17158 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17159 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17160
17161 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17162
17163 * faces.el (list-faces-display): Make back button respect optional
17164 regexp arg.
17165
17166 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17167
17168 * calculator.el (calculator-radix-grouping-mode)
17169 (calculator-radix-grouping-digits, calculator-displayer)
17170 (calculator-radix-grouping-separator, calculator-copy-displayer):
17171 * dabbrev.el (dabbrev-search-these-buffers-only):
17172 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17173 (diff-advance-after-apply-hunk, diff-mode-hook)
17174 (diff-minor-mode-prefix):
17175 * imenu.el (imenu-use-popup-menu):
17176 * jit-lock.el (jit-lock-context-time):
17177 * newcomment.el (comment-fill-column, comment-column)
17178 (comment-style, comment-padding, comment-multi-line)
17179 (comment-empty-lines, comment-auto-fill-only-comments):
17180 * reveal.el (reveal-around-mark):
17181 * uniquify.el (uniquify-buffer-name-style)
17182 (uniquify-after-kill-buffer-p)
17183 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17184 (uniquify-min-dir-content, uniquify-separator)
17185 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17186 * w32-vars.el (w32-fixed-font-alist):
17187 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17188 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17189 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17190 * progmodes/perl-mode.el (perl-indent-level)
17191 (perl-continued-statement-offset, perl-continued-brace-offset)
17192 (perl-brace-offset, perl-brace-imaginary-offset)
17193 (perl-label-offset, perl-indent-continued-arguments)
17194 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17195 * progmodes/tcl.el (tcl-indent-level)
17196 (tcl-continued-indent-level, tcl-auto-newline)
17197 (tcl-tab-always-indent, tcl-electric-hash-style)
17198 (tcl-help-directory-list, tcl-use-smart-word-finder)
17199 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17200 (inferior-tcl-source-command):
17201 * textmodes/fill.el (enable-kinsoku):
17202 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17203 * textmodes/table.el (table-yank-handler):
17204 Specify missing group (and type, if simple) in defcustom.
17205
17206 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17207
17208 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17209
17210 2005-05-19 Richard M. Stallman <rms@gnu.org>
17211
17212 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17213
17214 * subr.el (event-basic-type): Don't get an error.
17215 (left-fringe-p): Function deleted.
17216
17217 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17218 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17219
17220 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17221 in recursive copy.
17222
17223 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17224
17225 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17226
17227 * emacs-lisp/bytecomp.el
17228 (byte-compile-file-form-custom-declare-variable):
17229 Call byte-compile-nogroup-warn if appropriate.
17230
17231 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17232 (compilation-set-window): Don't call left-fringe-p; do it directly.
17233
17234 2005-05-19 Jay Belanger <belanger@truman.edu>
17235
17236 * calc/calc-graph.el (calc-graph-format-data): Make sure
17237 var-PlotRejects is bound before trying to check its value.
17238
17239 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17240
17241 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17242 definition of this variable from reftex-global.el to reftex.el,
17243 because it is needed in the menu.
17244
17245 2005-05-19 Lute Kamstra <lute@gnu.org>
17246
17247 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17248 years are fixed. Don't insert a space after a dash.
17249
17250 2005-05-19 Kim F. Storm <storm@cua.dk>
17251
17252 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17253
17254 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17255
17256 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17257 strings, because (eq ... ?\\) is fairly frequent.
17258
17259 * progmodes/make-mode.el (makefile-add-this-line-targets):
17260 Simplify and integrate into `makefile-pickup-targets'.
17261 (makefile-add-this-line-macro): Simplify and integrate into
17262 `makefile-pickup-macros.
17263 (makefile-pickup-filenames-as-targets): Simplify.
17264 (makefile-previous-dependency, makefile-match-dependency):
17265 Don't stumble over `::'.
17266
17267 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17268
17269 * subr.el (post-command-idle-hook, post-command-idle-delay):
17270 Remove obsoletion of post-command-idle-hook and
17271 post-command-idle-delay.
17272
17273 * faces.el (list-faces-display): Provide button when describe-face
17274 is called to take user back to the list of faces.
17275
17276 * help-fns.el (describe-variable): Remove hyperlinks in a
17277 variable's value as these are quite frequently inappropriate.
17278
17279 * follow.el (follow-submit-feedback, follow-mode):
17280 Remove references to post-command-idle-hook.
17281
17282 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17283
17284 * progmodes/make-mode.el (makefile-previous-dependency)
17285 (makefile-match-dependency): Check for := (and in bsd mode also
17286 !=) to give a better result, even when font-lock is not on.
17287
17288 2005-05-18 Jay Belanger <belanger@truman.edu>
17289
17290 * calc/calc-help.el (calc-s-prefix-help):
17291 Add `calc-copy-special-constant' to help string.
17292
17293 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17294
17295 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17296
17297 2005-05-18 Jay Belanger <belanger@truman.edu>
17298
17299 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17300 in linear factors are in proper order.
17301
17302 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17303
17304 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17305 Support for jurabib.
17306
17307 * textmodes/reftex.el (featurep): Define aliases for overlay
17308 commands, for XEmacs compatibility, and use these aliases in
17309 overlay initializations.
17310 (reftex-highlight): Use `reftex-move-overlay'.
17311 (reftex-unhighlight): Use `reftex-delete-overlay'.
17312 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17313 (reftex-access-search-path): Use `reftex-uniquify' instead of
17314 `reftex-uniq'
17315
17316 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17317 `before-string' property modification enables for Emacs as well.
17318 (reftex-select-item): Use `reftex-delete-overlay'.
17319 (reftex-select-mark): Use `reftex-make-overlay' and
17320 `reftex-overlay-put'.
17321 (reftex-select-unmark): Use `reftex-delete-overlay' and
17322 `reftex-overlay-put'.
17323
17324 2005-05-18 Lute Kamstra <lute@gnu.org>
17325
17326 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17327
17328 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17329
17330 * add-log.el (add-change-log-entry):
17331 * array.el (array-make-template, array-reconfigure-rows)
17332 (array-init-max-row, array-init-max-column)
17333 (array-init-columns-per-line, array-init-field-width):
17334 * replace.el (replace-match-maybe-edit, perform-replace):
17335 * textmodes/spell.el (spell-region):
17336 Replace `read-input' by `read-string'.
17337
17338 * forms.el (forms-mode):
17339 * finder.el (finder-compile-keywords):
17340 * shadowfile.el (shadow-read-files):
17341 Replace `eval-current-buffer' by `eval-buffer'.
17342
17343 * terminal.el (te-pass-through):
17344 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17345 (ange-ftp-raw-send-cmd):
17346 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17347 (send-process-next-char, telnet-initial-filter, telnet):
17348 Replace `send-string' by `process-send-string'.
17349
17350 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17351 (prolog-consult-region): Replace `send-string' by
17352 `process-send-string'; replace `send-region' by `process-send-region'.
17353
17354 * progmodes/delphi.el (delphi-log-msg):
17355 Replace `set-window-dot' by `set-window-point'.
17356
17357 * subr.el (window-dot, set-window-dot, read-input, send-string)
17358 (send-region, show-buffer, eval-current-buffer):
17359 Make really obsolete, as the comment says.
17360
17361 2005-05-17 Kim F. Storm <storm@cua.dk>
17362
17363 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17364 (cua--init-keymaps): Bind C-return instead of S-return to set
17365 rectangle mark.
17366
17367 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17368 instead of S-return to toggle/clear rectangle mark.
17369
17370 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17371
17372 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17373 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17374 Also fontify plain strings assigned to variables, mostly so that a
17375 colon has a face and is thus not taken as a dependency separator.
17376 (makefile-previous-dependency): Inline the new matcher, because it
17377 is too complex to work in both directions.
17378 (makefile-match-dependency): Eliminate `backward' arg (see above).
17379 Completely reimplemented so as to not sometimes go into an endless
17380 loop. It should also be more efficient, because first it only
17381 searches for `:', instead of applying the very complex regexp.
17382 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17383 to be fontified in one piece can be too long for JIT.
17384 Makefiles are never *that* big.
17385
17386 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17387
17388 * dired.el (dired-mode): Simplify.
17389
17390 2005-05-17 Lute Kamstra <lute@gnu.org>
17391
17392 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17393 defcustom for the mode hook variable.
17394
17395 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17396 Emacs Lisp Reference Manual.
17397
17398 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17399
17400 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17401 (evenp, list*):
17402 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17403 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17404
17405 * net/tramp-smb.el (tramp-smb-open-connection):
17406 Pass `tramp-chunksize' as fifth (required) argument.
17407
17408 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17409
17410 * font-lock.el (lisp-font-lock-keywords-1):
17411 Set `font-lock-negation-char-face' for [^...] char group.
17412 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17413
17414 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17415 a var, and refine it to mask one more level of nested vars.
17416 (makefile-rule-action-regex): Turn it into a var, and refine it so
17417 it recognizes backslashed continuation lines as belonging to the
17418 same command.
17419 (makefile-macroassign-regex): Refine it so it recognizes
17420 backslashed continuation lines as belonging to the same command.
17421 (makefile-var-use-regex): Don't look at the next char, because it
17422 might be the same one to be skipped by the initial [^$], leading
17423 to an overlooked variable use.
17424 (makefile-make-font-lock-keywords): Remove two parameters, which
17425 are now variables that some of the modes set locally.
17426 Handle dependency and rule action matching through functions, because
17427 regexps alone match too often. Dependency matching now comes
17428 last, so it can check, whether a colon already matched something else.
17429 (makefile-mode): Inform that font-lock improves makefile parsing
17430 capabilities.
17431 (makefile-match-dependency, makefile-match-action): New functions.
17432
17433 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17434
17435 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17436
17437 * align.el (align-regexp):
17438 * ansi-color.el (ansi-color-get-face):
17439 * array.el (array-reconfigure-rows, array-init-max-row)
17440 (array-init-max-column, array-init-columns-per-line)
17441 (array-init-field-width):
17442 * dired-aux.el (dired-trample-file-versions):
17443 * dired-x.el (dired-mark-sexp):
17444 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17445 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17446 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17447 * faces.el (face-read-integer):
17448 * files.el (backup-extract-version, insert-directory):
17449 * hexl.el (hexl-insert-decimal-char):
17450 * server.el (server-process-filter):
17451 * shell.el (shell-extract-num):
17452 * startup.el (command-line-1):
17453 * term.el (term-command-hook):
17454 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17455 (time-stamp-do-number):
17456 * time.el (display-time-update):
17457 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17458 (timezone-fix-time):
17459 * vms-patch.el (vms-suspend-resume-hook):
17460 * calendar/appt.el (appt-convert-time):
17461 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17462 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17463 * calendar/cal-islam.el (mark-islamic-diary-entries):
17464 * calendar/calendar.el (calendar-cursor-to-date)
17465 (calendar-star-date):
17466 * calendar/diary-lib.el (diary-attrtype-convert)
17467 (mark-diary-entries, diary-entry-time):
17468 * calendar/solar.el (solar-get-number):
17469 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17470 * emacs-lisp/re-builder.el (reb-display-subexp):
17471 * emulation/edt.el (edt-set-scroll-margins):
17472 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17473 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17474 (vip-get-ex-count):
17475 * emulation/viper-ex.el (viper-get-ex-token)
17476 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17477 * international/fontset.el (fontset-plain-name):
17478 * mail/feedmail.el (feedmail-look-at-queue-directory):
17479 * mail/mailalias.el (mail-get-names):
17480 * mail/rmail.el (rmail-convert-to-babyl-format):
17481 * mail/rmailsum.el (rmail-make-basic-summary-line)
17482 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17483 (rmail-summary-goto-msg):
17484 * mail/smtpmail.el (smtpmail-read-response):
17485 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17486 (ange-ftp-vms-add-file-entry):
17487 * play/gametree.el (gametree-looking-at-ply)
17488 (gametree-current-branch-score):
17489 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17490 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17491 * progmodes/cperl-mode.el (condition-case):
17492 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17493 (ebrowse-set-member-buffer-column-width)
17494 (ebrowse-select-1st-to-9nth):
17495 * progmodes/etags.el (etags-snarf-tag):
17496 * progmodes/flymake.el (flymake-parse-line):
17497 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17498 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17499 (idlwave-shell-menu-def):
17500 * progmodes/ps-mode.el (ps-run-goto-error):
17501 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17502 (vhdl-speedbar-contract-level):
17503 * term/mac-win.el (x-handle-numeric-switch):
17504 * term/sun-mouse.el (sun-get-frame-data):
17505 * term/w32-win.el (x-handle-numeric-switch):
17506 * term/x-win.el (x-handle-numeric-switch):
17507 * textmodes/ispell.el (ispell-parse-output):
17508 * textmodes/nroff-mode.el (nroff-outline-level):
17509 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17510 (reftex-bib-sort-year-reverse, reftex-format-citation):
17511 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17512 (reftex-section-number):
17513 * textmodes/texinfmt.el (texinfo-paragraphindent):
17514 Replace `string-to-int' by `string-to-number'.
17515
17516 * international/latexenc.el: Add page marker to force the "Local
17517 Variables:" string out of the last page.
17518
17519 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17520
17521 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17522 tooltip-change-major-mode.
17523 (gud-tooltip-print-command): Remove case where gud-minor-mode
17524 is gdb ("--fullname").
17525 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17526 explain to user.
17527
17528 2005-05-16 Jay Belanger <belanger@truman.edu>
17529
17530 * calc/calc-store.el (calc-copy-special-constant): New function.
17531
17532 * calc/calc-ext.el (calc-init-extensions): Add binding for
17533 `calc-copy-special-constant'.
17534
17535 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17536 for the `calc-copy-special-constant' command.
17537
17538 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17539
17540 * subr.el (left-fringe-p): New function.
17541
17542 * progmodes/compile.el (compilation-setup): Set local value of
17543 overlay-arrow-string to "" always.
17544 (compilation-set-window): Left fringe then don't scroll.
17545 No left fringe then no arrow and scroll message to top.
17546 (compilation-context-lines): Adjust doc string accordingly.
17547
17548 2005-05-16 Kim F. Storm <storm@cua.dk>
17549
17550 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17551 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17552 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17553 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17554 (ido-read-file-name): Handle commands with ido property value
17555 equal to find-file as reading a file name, to allow C-d to enter dired.
17556 (ibuffer-find-file): Add ido property with value find-file.
17557
17558 2005-05-15 Kim F. Storm <storm@cua.dk>
17559
17560 * subr.el (open-network-stream-nowait): Remove.
17561 (open-network-stream-server): Remove.
17562
17563 2005-05-15 Richard M. Stallman <rms@gnu.org>
17564
17565 * faces.el (describe-face): Output a definition link button.
17566
17567 * help-mode.el (help-face-def): New button type.
17568
17569 * emacs-lisp/copyright.el (copyright-fix-years):
17570 Match properly if the first year is 2-digit.
17571 Don't mess up the whitespace after the years by filling.
17572
17573 * dired-aux.el (dired-mark-confirm):
17574 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17575
17576 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17577 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17578 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17579
17580 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17581 Set font-lock-comment-start-skip.
17582
17583 * font-lock.el (font-lock-comment-start-skip): New variable.
17584 (font-lock-comment-end-skip): New variable.
17585 (font-lock-fontify-syntactically-region): Use them if non-nil.
17586
17587 2005-05-15 Jay Belanger <belanger@truman.edu>
17588
17589 * calc/calc-store.el (calc-store-value): Return a string rather
17590 than display it as a message.
17591 Use calc-var-name for variable name.
17592 (calc-store-into): Add the result of calc-store-value to message.
17593 (calc-copy-variable): Add a message.
17594 (calc-store-exchange): Improve error messages.
17595 (calc-store-binary, calc-store-map): Don't reset the values of
17596 special constants.
17597
17598 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17599
17600 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17601 manual to docstring.
17602
17603 * files.el (hack-local-variables-confirm): Add STRING argument.
17604 Make the function handle non file visiting buffers correctly.
17605 (hack-local-variables-prop-line, hack-local-variables)
17606 (hack-one-local-variable): Use STRING arg of
17607 `hack-local-variables-confirm'.
17608
17609 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17610
17611 Sync with Tramp 2.0.49.
17612
17613 * net/tramp.el (tramp-handle-dired-call-process)
17614 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17615 because the contents of the Tramp buffer is changed before
17616 insertion (`expand-file' and alike).
17617 (tramp-handle-insert-directory): If `localname' has an empty
17618 nondirectory name, it must not be quoted.
17619 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17620 variable `tramp-chunksize'. Change callees.
17621 (tramp-open-connection-setup-interactive-shell): Check remote host
17622 for buggy `send-process-string' implementation.
17623 Set `tramp-chunksize' if found. Reported by Michael Kifer
17624 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17625 (tramp-handle-shell-command): `insert-buffer' cannot be used
17626 because the contents of the Tramp buffer is changed before
17627 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17628 <frederic.bothamy@free.fr>.
17629 (tramp-set-auto-save): Actions should be done for Tramp file name
17630 handler only. Ange-FTP has its own auto-save mechanism.
17631 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17632 (tramp-set-auto-save-file-modes): Set file modes of
17633 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17634 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17635 (tramp-bug): Remove obsolete variable.
17636 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17637 for presence of `mml-mode'. Make it running for older Emacsen as well.
17638
17639 2005-05-14 John Paul Wallington <jpw@pobox.com>
17640
17641 * ibuf-ext.el (define-ibuffer-filter filename):
17642 If `dired-directory' is a list, use its car.
17643
17644 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17645
17646 * ibuffer.el (define-ibuffer-column filename):
17647 If `dired-directory' is a list, use its car.
17648
17649 2005-05-14 Richard M. Stallman <rms@gnu.org>
17650
17651 * subr.el (symbol-file): Doc fix.
17652
17653 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17654 (byte-compile-form): Call byte-compile-nogroup-warn.
17655 (byte-compile-warning-types): Doc fix.
17656
17657 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17658
17659 * progmodes/cc-engine.el (c-literal-faces):
17660 Add font-lock-comment-delimiter-face.
17661
17662 * net/net-utils.el (dig): Use with-no-warnings.
17663
17664 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17665 (sc-recite-frame-alist, sc-default-cite-frame)
17666 (sc-default-uncite-frame, sc-default-recite-frame)
17667 (sc-attrib-selection-list, sc-rewrite-header-list):
17668 Mark as risky-local-variable.
17669
17670 * international/ogonek.el (ogonek-jak, ogonek-how):
17671 Don't use beginning-of-buffer.
17672
17673 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17674
17675 * calendar/solar.el (solar-data-list): Move definition up.
17676
17677 * dnd.el (dnd-protocol-alist): Add autoload.
17678
17679 * progmodes/sh-script.el: Many doc usage fixes.
17680 (sh-indent-after-do): Change default to match common styles.
17681
17682 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17683
17684 * files.el (interpreter-mode-alist)
17685 (auto-mode-interpreter-regexp): Doc fixes.
17686
17687 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17688
17689 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17690
17691 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17692
17693 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17694
17695 * dired.el (dired-mode): make-variable-buffer-local =>
17696 make-local-variable.
17697
17698 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17699
17700 * term/mac-win.el (mac-select-convert-to-string): Try coding
17701 systems in mac-script-code-coding-systems if specified one cannot
17702 encode string for `com.apple.traditional-mac-plain-text'.
17703
17704 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17705
17706 * progmodes/make-mode.el (makefile-targets-face)
17707 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17708 (makefile-dependency-regex): Fix it to not make the colon in
17709 $(var:a=b) special.
17710 (makefile-rule-action-regex): New regexp for highlighting embedded
17711 Shell strings.
17712 (makefile-macroassign-regex): Handle != for highlighting as
17713 embedded Shell strings.
17714 (makefile-var-use-regex): New const.
17715 (makefile-statements, makefile-automake-statements)
17716 (makefile-gmake-statements, makefile-makepp-statements)
17717 (makefile-bsdmake-statements): New consts.
17718 (makefile-make-font-lock-keywords): New function.
17719 (makefile-automake-font-lock-keywords)
17720 (makefile-gmake-font-lock-keywords)
17721 (makefile-makepp-font-lock-keywords)
17722 (makefile-bsdmake-font-lock-keywords): New consts.
17723 (makefile-mode-map): Add switchers between the various submodes.
17724 (makefile-mode): Document the availability of the variants.
17725 (makefile-automake-mode, makefile-gmake-mode)
17726 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17727
17728 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17729 new variants of makefile-mode.
17730
17731 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17732
17733 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17734 the inheritance.
17735
17736 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17737
17738 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17739 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17740
17741 * files.el (normal-mode): Extend the scope of the
17742 `enable-local-variables' binding to include the `set-auto-mode' call.
17743 (magic-mode-alist): Doc fix.
17744
17745 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17746
17747 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17748 font-lock-comment-face rather than copying its setting.
17749
17750 2005-05-12 Andreas Schwab <schwab@suse.de>
17751
17752 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17753
17754 2005-05-12 Lute Kamstra <lute@gnu.org>
17755
17756 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17757 defcustom for the mode hook variable. Delete the last argument.
17758 * generic-x.el: Fix callers of define-generic-mode.
17759 (generic-x-modes): Delete group.
17760 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17761 generic-x customization group.
17762
17763 2005-05-12 Kim F. Storm <storm@cua.dk>
17764
17765 * font-lock.el (font-lock-negation-char-face): Default to "off".
17766
17767 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17768 font-lock-negation-char-face to ! in !=.
17769
17770 2005-05-12 Masatake YAMATO <jet@gyve.org>
17771
17772 * add-log.el (find-change-log): Fix typos in the docstring
17773 of function.
17774
17775 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17776
17777 * international/latexenc.el (latexenc-find-file-coding-system):
17778 Avoid `re-search-forward' when looking for input encoding because
17779 of speed and safety. Better regular expressions for recognizing
17780 input encoding. Limit a search for TeX-master/tex-main-file to
17781 the local variable section.
17782
17783 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17784
17785 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17786 syntax of $ to "'" (quote).
17787
17788 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17789
17790 * dnd.el (dnd-protocol-alist): Improve custom type.
17791
17792 * dired.el (dired-dnd-protocol-alist): New variable.
17793 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17794 `dired-mode-hook' to the end.
17795
17796 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17797
17798 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17799 comment-end if comment-start-skip is not set.
17800 Obey the font-lock-comment-delimiter-face variables.
17801
17802 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17803
17804 * files.el (executable-find): Move from executable.el. Use
17805 locate-file.
17806 * progmodes/executable.el (executable-find): Move to files.el.
17807
17808 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17809 when trying to ensure forward progress.
17810
17811 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17812
17813 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17814 (mouse-select, mouse-select-internal, mouse-extend-internal):
17815 Use it to implement mouse-1-click-follows-link functionality.
17816
17817 2005-05-11 Richard M. Stallman <rms@gnu.org>
17818
17819 * font-lock.el (font-lock-fontify-syntactically-region):
17820 Use font-lock-comment-delimiter-face for comment delimiters.
17821
17822 2005-05-10 Jay Belanger <belanger@truman.edu>
17823
17824 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17825 preserving embedded modes.
17826
17827 2005-05-10 Richard M. Stallman <rms@gnu.org>
17828
17829 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17830
17831 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17832 Move from ada-stmt.el.
17833 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17834
17835 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17836 Move to ada-mode.el.
17837 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17838
17839 * cus-edit.el (custom-file): Call file-chase-links.
17840
17841 * files.el (read-directory-name): Fix previous change.
17842 (hack-local-variables-confirm): New function.
17843 (hack-local-variables-prop-line, hack-local-variables)
17844 (hack-one-local-variable): Use it.
17845
17846 2005-05-10 Lute Kamstra <lute@gnu.org>
17847
17848 * font-lock.el (font-lock-keywords-alist)
17849 (font-lock-removed-keywords-alist): Clarify docstrings.
17850
17851 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17852
17853 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17854 (gdb-source-info): Check for preprocessor info.
17855 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17856 a macro for a function.
17857 (gdb-info-breakpoints-custom): Try to find file again if not already
17858 found (user might have used GDB dir command).
17859 (gdb-get-location): Update gdb-location-alist correctly for change
17860 to gdb-info-breakpoints-custom.
17861
17862 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17863 (gud-tooltip-print-command): Add gdbmi case.
17864 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17865 preprocessor info.
17866
17867 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17868
17869 * startup.el (fancy-splash-insert): Fix typo in doc string.
17870
17871 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17872
17873 * obsolete/float.el (string-to-float):
17874 * obsolete/hilit19.el (hilit-add-pattern):
17875 * obsolete/rnews.el (news-parse-range, news-select-message)
17876 (news-get-pruned-list-of-files): Replace `string-to-int' by
17877 `string-to-number'.
17878
17879 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17880 `find-file-not-found-hooks'; use `add-hook'.
17881 (uncompress-while-visiting): Set `write-file-functions', not
17882 `write-file-hooks'; use `add-hook'.
17883
17884 2005-05-09 Kim F. Storm <storm@cua.dk>
17885
17886 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17887 (cua-paste): Handle clipboard action.
17888 (cua--init-keymaps): Remap clipboard-kill-region and
17889 clipboard-kill-ring-save.
17890
17891 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17892
17893 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17894 Improve commentary.
17895
17896 * simple.el (next-error-overlay-arrow-position): Revert the change
17897 made on 2005-04-30.
17898
17899 2005-05-07 Jay Belanger <belanger@truman.edu>
17900
17901 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17902 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17903 `calc-sel-reselect'.
17904
17905 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17906 Calc is in embedded mode.
17907
17908 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17909
17910 * progmodes/compile.el (compilation-setup):
17911 Set overlay-arrow-string to an empty string on text terminals.
17912
17913 * textmodes/ispell.el (ispell-program-name): Try looking for
17914 "aspell" along exec-path, and if found, use it as the default
17915 speller program.
17916
17917 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17918
17919 * international/mule.el (sgml-xml-auto-coding-function):
17920 Recognize encoding='FOO' in single quotes as well as in double quotes.
17921
17922 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17923
17924 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17925 as well as `interactive', so that defmacro* would recognize
17926 `declare' forms.
17927
17928 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17929
17930 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17931 Explain more about the LIGHTER arg's usage in the doc string.
17932 Add commentary to clarify what the code does. Fix the regexp that
17933 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17934 since it could have characters special to regular expressions.
17935
17936 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17937
17938 * replace.el (occur-1): Bind inhibit-read-only so that
17939 erase-buffer doesn't barf on read-only text properties (likewise
17940 for add-text-properties in occur-engine). Mark buffer as unmodified.
17941 (occur-engine): Don't set buffer-read-only here.
17942
17943 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17944
17945 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17946 list-buffers-directory. This caused the *cvs-commit* buffer to be
17947 sometimes mistakenly reused as a *cvs* buffer.
17948
17949 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17950
17951 * tooltip.el: Move code for GUD tooltips into gud.el.
17952 (require): CL no longer needed to compile case.
17953 (tooltip-mode): Do not toggle functions for GUD tooltips.
17954 (tooltip-gud-tips-p): Remove. Replace with minor mode
17955 gud-tooltip-mode in gud.el.
17956 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17957 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17958 tooltip-gud prefix with gud-tooltip and obsolete.
17959 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17960 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17961 (tooltip-mouse-motion): Mouse movement functions/variable.
17962 Rename in gud.el by adding gud prefix.
17963 (tooltip-gud-original-filter, tooltip-gud-dereference)
17964 (tooltip-gud-event, tooltip-toggle-gud-tips)
17965 (tooltip-gud-process-output, tooltip-gud-print-command)
17966 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17967 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17968 (gdb-tooltip-print): Move to gdb-ui.el.
17969
17970 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17971 (require): CL needed to compile case.
17972 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17973 tooltip-gud-tips-p. Make it a minor-mode.
17974 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17975 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17976 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17977 (gud-tooltip-change-major-mode)
17978 (gud-tooltip-activate-mouse-motions-if-enabled)
17979 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17980 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17981 (gud-tooltip-original-filter, gud-tooltip-dereference)
17982 (gud-tooltip-event, tooltip-toggle-gud-tips)
17983 (gud-tooltip-process-output, gud-tooltip-print-command)
17984 (gud-tooltip-tips): Move from tooltip.el.
17985
17986 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17987 (gdb-cpp-define-alist-flags): Doc fix.
17988 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17989 gud-tooltip-mode is t.
17990
17991 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17992
17993 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17994 evaporate if their text is deleted.
17995 (goto-address-at-point): Make it work as a mouse binding as well.
17996 (goto-address-at-mouse): Obsolete it. Update users.
17997
17998 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17999
18000 * calendar/appt.el (top-level): No longer activate on load.
18001
18002 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18003
18004 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18005 * net/webjump.el (webjump):
18006 * progmodes/idlw-help.el (idlwave-do-context-help1)
18007 (idlwave-highlight-linked-completions):
18008 * textmodes/po.el (po-find-file-coding-system-guts):
18009 Replace `assoc-ignore-case' by `assoc-string'.
18010
18011 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18012
18013 * files.el (locate-file): Doc fix.
18014
18015 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18016 Remove the redundant test for ms-dos.
18017
18018 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18019 look for the preprocessor with exec-suffixes. If not found in
18020 standard places, look in exec-path. Remove most of the tests that
18021 used system-type.
18022
18023 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18024
18025 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18026
18027 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18028 file-name clash with jka-compr.el on 8+3 filesystems.
18029
18030 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18031
18032 * term/mac-win.el: Don't define or bind scroll bar functions if
18033 x-toolkit-scroll-bars is t.
18034 (x-select-text, x-get-selection-value): Clear
18035 x-last-selected-text-clipboard if x-select-enable-clipboard is
18036 nil.
18037 (PRIMARY): Put mac-scrap-name property.
18038 (mac-select-convert-to-file-url): New function.
18039 (public.file-url): New selection target type. Add to
18040 selection-converter-alist.
18041 (x-get-selection, x-selection-value): Handle it.
18042 (x-cut-buffer-or-selection-value): New alias.
18043
18044 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18045
18046 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18047 entry to avoid calling bibtex-find-entry with arg global
18048 being t. Remove arg key.
18049 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18050 (bibtex-copy-summary-as-kill): Change accordingly.
18051
18052 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18053
18054 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18055 (org-agenda-date-later): Use with-current-buffer.
18056
18057 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18058
18059 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18060 (define-obsolete-variable-alias): Doc Fixes.
18061
18062 2005-05-06 Kim F. Storm <storm@cua.dk>
18063
18064 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18065 vertical-motion when selective-display is active.
18066
18067 * ido.el (ido-setup-hook): New hook.
18068 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18069 (ido-input-stack): New var.
18070 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18071 ido-next-work-file binding to M-O.
18072 Bind M-f to ido-wide-find-file-or-pop-dir.
18073 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18074 (ido-read-internal): Run ido-setup-hook.
18075 Catch quit in read-file-name and read-string to cancel edit.
18076 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18077 Automatically pop-all when completing a directory name (RET).
18078 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18079 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18080 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18081 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18082 New functions for M-b/M-f to move among the directory components.
18083 (ido-make-merged-file-list): Catch quit to cancel merge.
18084 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18085 (ido-completion-help): No warnings for ido-completion-buffer-full.
18086
18087 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18088
18089 * font-lock.el (font-lock-negation-char-face): New face and variable.
18090 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18091 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18092 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18093 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18094
18095 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18096
18097 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18098 Fix typo in docstring.
18099
18100 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18101 (ebrowse-print-statistics-line)
18102 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18103
18104 * term/w32-win.el (image-library-alist): Add additional name for
18105 Xpm library.
18106
18107 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18108
18109 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18110 use gcc instead of cpp.
18111
18112 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18113 (gdb-create-define-alist): Use it.
18114 (gdb-cpp-define-alist-program): Update for MS-DOS.
18115
18116 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18117
18118 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18119
18120 2005-05-04 Richard M. Stallman <rms@gnu.org>
18121
18122 * help.el (describe-key): No error when UNTRANSLATED is nil.
18123
18124 * simple.el (line-move-1): Fix previous change to signal errors
18125 appropriately.
18126
18127 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18128
18129 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18130 (icalendar-duration-correction): Remove.
18131 (icalendar--get-event-properties): Split result at commas.
18132 (icalendar--decode-isoduration): New optional argument
18133 DURATION-CORRECTION.
18134 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18135 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18136 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18137 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18138 (icalendar--convert-anniversary-to-ical): New functions, extracted
18139 from icalendar-export-region, with bug fixes.
18140 (icalendar-export-region): Use the above functions.
18141 (icalendar-import-buffer): Check before saving diary file.
18142 (icalendar--convert-recurring-to-diary)
18143 (icalendar--convert-non-recurring-all-day-to-diary)
18144 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18145 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18146 (icalendar--convert-ical-to-diary): Use the above functions.
18147
18148 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18149
18150 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18151 Remove these recent additions.
18152 (c-mode): Restore to before 2005-04-28.
18153
18154 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18155 recent addition.
18156
18157 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18158 (gdb-define-alist): New variables.
18159 (gdb-create-define-alist): New function.
18160 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18161 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18162 with string-to-number.
18163 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18164
18165 * progmodes/gud.el: Replace string-to-int with string-to-number.
18166 (gud-find-file): Handle gdb-define-alist.
18167
18168 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18169
18170 2005-05-02 Jay Belanger <belanger@truman.edu>
18171
18172 * calc/calc-aent.el (math-read-token):
18173 * calc/calc-bin.el (calc-word-size):
18174 * calc/calc-ext.el (calc-read-number-fancy):
18175 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18176 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18177 * calc/calc-frac.el (calc-over-notation):
18178 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18179 (calc-graph-num-points, calc-graph-init):
18180 * calc/calc-prog.el (calc-read-parse-table-part)
18181 (calc-edit-macro-repeats):
18182 * calc/calc-yank.el (calc-do-grab-rectangle):
18183 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18184 Replace `string-to-int' by `string-to-number'.
18185
18186 2005-05-02 Kim F. Storm <storm@cua.dk>
18187
18188 * kmacro.el: Use executing-kbd-macro-index variable.
18189
18190 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18191
18192 * net/rlogin.el (rlogin-parse-words): Delete func.
18193 (rlogin): Use split-string, not rlogin-parse-words.
18194 Also, if there are option-like elements in the parsed args,
18195 take the host to be the first arg immediately following them.
18196 Suggested by Michael Mauger.
18197
18198 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18199
18200 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18201
18202 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18203
18204 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18205 (cc-mode-cpp-program): Rename to cc-define-list-program and
18206 move to cc-vars.el.
18207
18208 * progmodes/cc-vars.el (cc-define-list-program):
18209 Change to "gcc -E -dM -". Make customizable.
18210
18211 2005-05-02 Kim F. Storm <storm@cua.dk>
18212
18213 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18214
18215 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18216
18217 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18218
18219 * international/mule-util.el (truncate-string): Remove alias and
18220 obsolete declaration.
18221
18222 * international/mule-cmds.el (update-iso-coding-systems):
18223 Remove alias and obsolete declaration.
18224
18225 * international/mule.el (coding-system-parent): Remove alias and
18226 obsolete declaration.
18227
18228 * subr.el (define-function, sref): Remove aliases and obsolete
18229 declarations.
18230 (chars-in-region): Remove obsolete declaration.
18231
18232 2005-05-01 Richard M. Stallman <rms@gnu.org>
18233
18234 * info.el (Info-mode): Set widen-automatically to nil, locally.
18235
18236 * simple.el (widen-automatically): New variable.
18237 (pop-global-mark): Obey widen-automatically.
18238
18239 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18240
18241 * term/xterm.el (function-key-map): Call substitute-key-definition
18242 before the keymap size is increased by a lot of define-key calls.
18243
18244 2005-05-01 Richard M. Stallman <rms@gnu.org>
18245
18246 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18247 Rename ARG to ELEMENT. Doc fix.
18248
18249 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18250
18251 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18252 Remove references to allout-exposure/change to allout-new-exposure.
18253
18254 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18255 bytecode symbols.
18256
18257 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18258 (compiled-function-p, focus-frame, unfocus-frame):
18259 Remove aliases and obsolete declarations.
18260 Back out inadvertent changes from previous commit.
18261
18262 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18263
18264 * files.el (require-final-newline): Make Custom tags consistent
18265 with mode-require-final-newline.
18266 (mode-require-final-newline): Doc fix.
18267
18268 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18269
18270 * international/latexenc.el (latexenc-find-file-coding-system):
18271 Fix regular expressions.
18272
18273 2005-05-01 David Kastrup <dak@gnu.org>
18274
18275 * international/latexenc.el (latexenc-find-file-coding-system):
18276 Fix regular expressions.
18277
18278 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18279
18280 * subr.el (string-to-int): Make obsolete.
18281
18282 2005-04-30 Richard M. Stallman <rms@gnu.org>
18283
18284 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18285
18286 * loadup.el: load jka-comp-hook.
18287
18288 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18289 (jka-compr-handler): Add autoload. `put' calls moved
18290 to jka-comp-hook.el.
18291 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18292 (jka-compr-inhibit): Autoload.
18293
18294 * jka-comp-hook.el: New file.
18295 Enable the mode by default.
18296
18297 * files.el (backup-buffer-copy): Use copy-file instead
18298 of write-region, and put back the 'excl.
18299
18300 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18301
18302 * progmodes/flymake.el (flymake-split-string)
18303 (flymake-split-string, flymake-log, flymake-pid-to-names)
18304 (flymake-reg-names, flymake-get-source-buffer-name)
18305 (flymake-unreg-names, flymake-add-line-err-info)
18306 (flymake-add-err-info): Clarify docstrings.
18307 (flymake-popup-menu, flymake-make-emacs-menu)
18308 (flymake-make-xemacs-menu): Add docstrings.
18309 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18310 Set variables directly throughout.
18311
18312 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18313
18314 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18315 exists. Initialize cc-define-alist.
18316 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18317 If there is no file (Macroexpansion) don't create an alist.
18318
18319 2005-04-29 Sam Steingold <sds@gnu.org>
18320
18321 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18322 (cc-create-define-alist): Use it instead of the hard-coded string.
18323
18324 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18325
18326 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18327 for latexenc.
18328
18329 2005-04-29 Lute Kamstra <lute@gnu.org>
18330
18331 * emacs-lisp/generic.el: Improve commentary section.
18332 (define-generic-mode): Improve docstring.
18333
18334 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18335
18336 * textmodes/org.el (many places): Change to quiet the byte compiler.
18337 (org-prefix-format-compiled): New variable.
18338 (org-compile-prefix-format): New function.
18339 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18340 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18341 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18342 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18343 consistency with entries from `org-mode' files.
18344 (org-get-time-of-day): Fix bug with partial matches early in a line.
18345 (org-non-link-chars): New constant.
18346 (org-link-regexp): Respect `org-non-link-chars'.
18347 (org-agenda-day-view): Remove command.
18348 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18349 (org-follow-bbdb-link, org-store-link): Search also company field.
18350 (org-highlight-overlay): New variable.
18351 (org-highlight, org-unhighlight): New functions.
18352 (org-agenda-mode): Add pre-command-hook to remove highlight.
18353 (org-evaluate-time-range): Behavior depends upon whether time stamp
18354 contains a time or not.
18355 (org-show-subtree, org-show-entry): New functions.
18356 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18357
18358 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18359
18360 * comint.el (comint-output-filter-functions): Add autoload cookie.
18361
18362 2005-04-28 Kim F. Storm <storm@cua.dk>
18363
18364 * ido.el (ido-everywhere): Fix last change.
18365
18366 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18367
18368 * international/latexenc.el: New file.
18369 * international/mule-conf.el (file-coding-system-alist): For .tex,
18370 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18371
18372 2005-04-28 Lute Kamstra <lute@gnu.org>
18373
18374 * font-lock.el (font-lock-add-keywords)
18375 (font-lock-remove-keywords): Clarify docstring.
18376 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18377 Don't start docstrings with a `*'.
18378 (font-lock-update-removed-keyword-alist): Give it a docstring.
18379
18380 * generic-x.el: Update commentary section.
18381 Only require font-lock when compiling.
18382 Define all modes conditionally.
18383 Place all generic modes in the generic-x-modes customization group.
18384 (generic-x-modes): New customization group.
18385 (generic-default-modes, generic-mswindows-modes)
18386 (generic-unix-modes, generic-other-modes): New constants.
18387 (generic-define-mswindows-modes, generic-define-unix-modes):
18388 Update docstrings. Make them obsolete.
18389 (generic-extras-enable-list): New default value. Update docstring.
18390 Improve :type. Change :set function.
18391 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18392 Fix docstring.
18393
18394 * emacs-lisp/generic.el (generic-mode-internal):
18395 Simplify font-lock-defaults.
18396 (define-generic-mode): Fix docstring.
18397
18398 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18399
18400 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18401 font-lock-face property to highlight matches.
18402
18403 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18404
18405 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18406 (cc-define-alist): New variable.
18407 (c-mode): Make it local and initialize it.
18408
18409 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18410 (gdb-exited): New function.
18411 (gdb-annotation-rules): Use it.
18412 (gdb-starting): Set gdb-active-process to t.
18413 (gdb-stopping): Amend doc string.
18414 (gdb-reset): Set gdb-active-process to nil.
18415
18416 * tooltip.el (tooltip-gud-tips): Show the associated #define
18417 directives when a C program under GDB is not executing.
18418
18419 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18420
18421 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18422 font-lock-fontify-syntactic-keywords.
18423
18424 * font-lock.el (font-lock-default-fontify-region): Don't force
18425 parse-sexp-lookup-properties to nil.
18426
18427 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18428
18429 * man.el (man-mode-syntax-table): Set up `:' to have
18430 word-constituent syntax.
18431
18432 2005-04-27 Lute Kamstra <lute@gnu.org>
18433
18434 * novice.el (disable-command): Don't add spurious newlines to the
18435 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18436
18437 2005-04-26 Jay Belanger <belanger@truman.edu>
18438
18439 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18440 than one window before deleting window.
18441
18442 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18443
18444 * shell.el (shell-prompt-pattern): Doc fix.
18445 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18446
18447 * comint.el (comint-prompt-regexp, comint-get-old-input)
18448 (comint-use-prompt-regexp)
18449 (comint-use-prompt-regexp-instead-of-fields)
18450 (comint-replace-by-expanded-history, comint-send-input)
18451 (comint-output-filter, comint-get-old-input-default)
18452 (comint-line-beginning-position, comint-bol, comint-show-output)
18453 (comint-backward-matching-input, comint-forward-matching-input)
18454 (comint-next-prompt, comint-previous-prompt):
18455 Rename `comint-use-prompt-regexp-instead-of-fields' to
18456 `comint-use-prompt-regexp'. Keep old name as alias and declare
18457 obsolete.
18458 (comint-use-prompt-regexp): Shorten first line of doc string.
18459
18460 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18461 Set paragraph-separate buffer locally to "\\'".
18462
18463 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18464 Adapt to above name change.
18465
18466 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18467 (smbclient-prompt-regexp): Ditto.
18468
18469 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18470
18471 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18472
18473 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18474 gdb-location-list.
18475 Break lines that are over 80 characters wide.
18476
18477 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18478
18479 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18480 New fun and var, to preserve compatibility.
18481
18482 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18483
18484 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18485
18486 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18487 name to file-newer-than-file-p.
18488
18489 2005-04-26 Richard M. Stallman <rms@gnu.org>
18490
18491 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18492
18493 * progmodes/python.el (python-mode):
18494 Use new name eldoc-documentation-function.
18495
18496 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18497
18498 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18499 (eldoc-documentation-function):
18500 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18501
18502 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18503
18504 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18505
18506 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18507
18508 * term/xterm.el (function-key-map): Fix strings for
18509 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18510 {C,S,A,C-S}-{f1-f12}.
18511
18512 2005-04-26 Kenichi Handa <handa@m17n.org>
18513
18514 * international/mule-cmds.el (select-safe-coding-system):
18515 Fix previous change.
18516
18517 2005-04-26 Lute Kamstra <lute@gnu.org>
18518
18519 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18520
18521 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18522 (font-lock-comment-delimiter-face): Ditto.
18523
18524 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18525
18526 2005-04-25 Jay Belanger <belanger@truman.edu>
18527
18528 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18529 to t while inserting information; use help-mode.
18530
18531 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18532
18533 * term.el (ansi-term-color-vector): Use the xterm colors.
18534 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18535
18536 2005-04-25 Lute Kamstra <lute@gnu.org>
18537
18538 * font-core.el (font-lock-defaults): Fix docstring.
18539
18540 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18541
18542 2005-04-25 Kenichi Handa <handa@m17n.org>
18543
18544 * international/mule-cmds.el (select-safe-coding-system):
18545 Don't check consistency with coding: spec, etc if raw-text or
18546 no-conversion was found to be safe.
18547
18548 2005-04-24 Richard M. Stallman <rms@gnu.org>
18549
18550 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18551 citation markers at start of each line.
18552
18553 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18554 citation markers at start of each line.
18555
18556 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18557
18558 * files.el (mode-require-final-newline): Fix previous change.
18559 (require-final-newline): Fix type label.
18560
18561 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18562
18563 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18564 statement in buffer (broken by 2004-11-24 change).
18565
18566 2005-04-24 Kim F. Storm <storm@cua.dk>
18567
18568 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18569 and read-file-name-function values. Don't overwrite existing
18570 non-nil values if ido-mode is enabled without ido-everywhere.
18571
18572 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18573
18574 * files.el (mode-require-final-newline): Minor doc fix.
18575
18576 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18577
18578 * subr.el (syntax-after): Doc fix.
18579 (syntax-class): If argument is nil, return nil. Mask off upper 16
18580 bits, not 8 bits.
18581
18582 * files.el (mode-require-final-newline): Doc fix.
18583 (backup-buffer-copy): Fix last change.
18584
18585 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18586
18587 * term/mac-win.el: Require select. Set selection-coding-system to
18588 mac-system-coding-system. Call menu-bar-enable-clipboard.
18589 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18590 (x-select-enable-clipboard): New variables.
18591 (x-select-text, x-get-selection, x-selection-value)
18592 (x-get-selection-value, mac-select-convert-to-string)
18593 (mac-services-open-file, mac-services-open-selection)
18594 (mac-services-insert-text): New functions.
18595 (CLIPBOARD, FIND): Put mac-scrap-name property.
18596 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18597 (public.tiff): Put mac-ostype property.
18598 (selection-converter-alist): Add entries for them.
18599 (mac-application-menu-map): New keymap.
18600 (interprogram-cut-function, interprogram-paste-function): Set to
18601 x-select-text and x-get-selection-value, respectively.
18602 (split-window-keep-point): Set to t.
18603
18604 2005-04-23 Richard M. Stallman <rms@gnu.org>
18605
18606 * files.el (read-directory-name): Always pass non-nil
18607 DEFAULT-FILENAME arg to read-file-name.
18608 (backup-buffer-copy, basic-save-buffer-2): Take care against
18609 writing thru an unexpected existing symlink.
18610 (revert-buffer): In indirect buffer, revert the base buffer.
18611 (magic-mode-alist): Doc fix.
18612 (buffer-stale-function): Doc fix.
18613 (minibuffer-with-setup-hook): Avoid warning.
18614 (mode-require-final-newline): Doc and custom fix.
18615
18616 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18617
18618 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18619 use the default appearance.
18620 (font-lock-comment-delimiter-face): New face, new variable.
18621
18622 * imenu.el (imenu--generic-function): The official position of a
18623 definition is the start of the line that BEG is in.
18624
18625 * midnight.el (midnight-timer): Move defvar up.
18626
18627 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18628
18629 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18630
18631 * startup.el (command-line): Use with-no-warnings.
18632
18633 * window.el (window-size-fixed): New defvar.
18634
18635 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18636
18637 * mail/rmail.el (rmail-font-lock-keywords):
18638 Use font-lock-comment-delimiter-face.
18639
18640 * mail/sendmail.el (mail-font-lock-keywords):
18641 Use font-lock-comment-delimiter-face.
18642
18643 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18644
18645 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18646
18647 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18648 Specify t for LAXMATCH when matching directories.
18649 Save match data around compilation-compat-error-properties form.
18650
18651 2005-04-23 David Kastrup <dak@gnu.org>
18652
18653 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18654 Mention that the autoloaded aliases should be kept for AUCTeX.
18655
18656 2005-04-23 Andreas Schwab <schwab@suse.de>
18657
18658 * isearch.el (isearch-forward): Doc fix.
18659
18660 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18661
18662 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18663 (jit-lock-stealth-nice): Change default value to 0.5.
18664
18665 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18666
18667 * abbrev.el (write-abbrev-file): Write table entries in
18668 alphabetical order by table name.
18669
18670 2005-04-22 Kim F. Storm <storm@cua.dk>
18671
18672 * ido.el (ido-read-internal): Fix `list' completion.
18673
18674 2005-04-22 Kenichi Handa <handa@m17n.org>
18675
18676 * recentf.el (recentf-save-file-coding-system): New variable.
18677 (recentf-save-list): Encode the file by
18678 recentf-save-file-coding-system and add coding: tag.
18679
18680 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18681
18682 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18683
18684 2005-04-21 Lute Kamstra <lute@gnu.org>
18685
18686 * loadhist.el (unload-feature): Don't remove a function from hooks
18687 if it is about to be restored to an autoload . Remove functions
18688 that will become unbound from auto-mode-alist. Simplify the code.
18689
18690 * subr.el (assq-delete-all): New implementation that is linear,
18691 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18692 (rassq-delete-all): New function.
18693
18694 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18695 Add size-indication-mode.
18696
18697 2005-04-21 Kenichi Handa <handa@m17n.org>
18698
18699 * international/mule-cmds.el: Add autoload for widget-value in
18700 eval-when-compile.
18701
18702 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18703
18704 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18705 Add tooltip-mode.
18706
18707 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18708
18709 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18710
18711 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18712 (inferior-lisp-filter-regexp, inferior-lisp-program)
18713 (inferior-lisp-load-command, inferior-lisp-prompt)
18714 (inferior-lisp-mode-hook, lisp-source-modes)
18715 (inferior-lisp-load-hook): defvar->defcustom.
18716 (inferior-lisp-program, inferior-lisp-prompt)
18717 (inferior-lisp-load-hook): Doc fixes.
18718 (inferior-lisp-install-letter-bindings): Small change in
18719 introductory comment.
18720
18721 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18722
18723 * vc.el (vc-annotate-color-map): Change some colors so that text
18724 using them as foreground is readable on both white and black
18725 backgrounds.
18726
18727 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18728
18729 * international/mule-conf.el (translation-table-for-input):
18730 Remove redundant declaration.
18731
18732 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18733
18734 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18735
18736 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18737 (tooltip-toggle-gud-tips): New function.
18738
18739 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18740
18741 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18742 right angle brackets.
18743
18744 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18745
18746 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18747
18748 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18749
18750 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18751 Remove. Update callers to use expand-file-name instead.
18752
18753 * subr.el (syntax-class): New function.
18754
18755 * simple.el (blink-matching-open): Use it.
18756
18757 * paren.el (show-paren-function): Use it to recognize parens that are
18758 also used in 2-char comment markers.
18759
18760 2005-04-19 Lute Kamstra <lute@gnu.org>
18761
18762 * loadhist.el (unload-feature): Update for new format of
18763 load-history. Simplify the code.
18764
18765 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18766
18767 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18768 (mac-add-charset-info): New function. Initialize variable
18769 mac-charset-info-alist using it.
18770 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18771 for translation.
18772 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18773 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18774 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18775 New CCL programs.
18776
18777 2005-04-19 Kim F. Storm <storm@cua.dk>
18778
18779 * simple.el (next-buffer, prev-buffer, next-error)
18780 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18781 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18782
18783 * bindings.el (next-buffer, prev-buffer, next-error)
18784 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18785 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18786 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18787 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18788
18789 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18790
18791 * isearch.el (isearch-edit-string): Make the search-ring available for
18792 minibuffer history commands.
18793 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18794 the default history commands now work just as well.
18795 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18796
18797 2005-04-18 Kim F. Storm <storm@cua.dk>
18798
18799 * emulation/cua-base.el (cua--pre-command-handler): Add more
18800 elaborate check for shift modifier on non-window systems.
18801
18802 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18803
18804 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18805
18806 2005-04-18 Kim F. Storm <storm@cua.dk>
18807
18808 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18809 and make it optional. Don't test tooltip-gud-echo-area here.
18810 (tooltip-gud-process-output, gdb-tooltip-print):
18811 Pass tooltip-gud-echo-area to tooltip-show.
18812 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18813
18814 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18815
18816 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18817 `display-graphic-p' may not be bound yet.
18818
18819 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18820
18821 * startup.el (command-line): No longer enable Xterm Mouse mode by
18822 default in terminals compatible with xterm.
18823
18824 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18825
18826 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18827
18828 * tooltip.el (tooltip-gud-echo-area): Rename from
18829 tooltip-use-echo-area.
18830 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18831 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18832 area independently of where help tooltips are displayed.
18833
18834 2005-04-17 David Kastrup <dak@gnu.org>
18835
18836 * cus-theme.el (custom-theme-write-variables): Quote variables
18837 where necessary.
18838
18839 2005-04-17 Richard M. Stallman <rms@gnu.org>
18840
18841 * simple.el (yank-excluded-properties): Add follow-link to value.
18842
18843 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18844
18845 * startup.el (fancy-splash-max-time): Just 30 seconds.
18846 (fancy-splash-delay): Just 7.
18847 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18848
18849 * loadhist.el (unload-feature): Update for new format of load-history.
18850 Simplify the code.
18851
18852 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18853 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18854
18855 * mail/sendmail.el (mail-font-lock-keywords):
18856 Don't fontify subject text.
18857 Don't fontify the text of a citation.
18858
18859 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18860
18861 * comint.el (comint-output-filter): Run comint-output-filter-functions
18862 with point where the user had it.
18863
18864 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18865
18866 * international/ucs-tables.el (ucs-set-table-for-input):
18867 Disable when using unify-on-decoding.
18868
18869 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18870
18871 * emulation/cua-base.el (cua-global-mark-face): Add special case
18872 for displays supporting a high number of colors.
18873
18874 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18875
18876 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18877
18878 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18879
18880 * filesets.el (filesets-add-buffer): If user supplies a name of a
18881 non-existing fileset, create a new fileset.
18882
18883 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18884
18885 * textmodes/org.el (org-up-heading-all): Fix bug with
18886 `outline-up-heading-all'.
18887
18888 2005-04-16 Andreas Schwab <schwab@suse.de>
18889
18890 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18891 /etc/permissions.d/* and /etc/aliases.d/*.
18892
18893 2005-04-16 Kenichi Handa <handa@m17n.org>
18894
18895 * international/code-pages.el (cp-make-coding-system):
18896 Set `translation-table-for-input' property value to the symbol
18897 ucs-mule-to-mule-unicode, not to that value.
18898 (pt154): Escape guillemet by `\'.
18899
18900 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18901
18902 * loadup.el: Load tooltip if x-show-tip is fboundp.
18903
18904 * startup.el (command-line): Add comment.
18905
18906 * tooltip.el (tooltip-mode): Specify correct standard value for
18907 Custom in init-value.
18908
18909 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18910
18911 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18912 possible.
18913
18914 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18915
18916 * textmodes/org.el (org-agenda-date-prompt): Rename from
18917 `org-agenda-date-today'.
18918 (org-evaluate-time-range): Insert at point instead of directly
18919 after time range.
18920 (org-first-headline-recenter, org-subtree-end-visible-p)
18921 (org-optimize-window-after-visibility-change): New functions
18922 (org-agenda-post-command-hook): Don't allow point at end of line,
18923 to make sure it always hits the text properties.
18924 (org-agenda-next-date-line, org-agenda-previous-date-line):
18925 New commands.
18926 (org-set-regexps-and-options): Category may contain white space.
18927 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18928 Improve marker positions.
18929 (org-agenda-new-marker): Argument POS made optional.
18930 (org-agenda-get-timestamps): Deadlines which are done are listed
18931 in org-done-face now.
18932 (org-agenda-get-todos, org-agenda-get-timestamps)
18933 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18934 Set `undone-face' and `done-face' properties.
18935 (org-last-todo-state-is-todo): New variable.
18936 (org-todo): Set `org-last-todo-state-is-todo'.
18937 (org-agenda-todo): Change face according to
18938 `org-last-todo-state-is-todo'. And change other lines referring to
18939 the same entry.
18940 (org-calendar-goto-agenda): New command.
18941 (org-calendar-to-agenda-key): New option.
18942 (org-startup-folded): New allowed value `content'.
18943 (org-set-regexps-and-options): Accept new value `content' for
18944 `org-startup-folded'.
18945 (org-get-current-options): Handle new value `content' for
18946 `org-startup-folded'.
18947 (org-insert-todo-heading): New command.
18948 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18949 interactively in empty file and option
18950 `org-insert-mode-line-in-empty-file' has been set.
18951 (org-agenda-todo, org-agenda-priority): Modify to use
18952 `org-agenda-change-all-lines'.
18953 (org-warning-face): Change color on dark background
18954
18955 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18956
18957 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18958 use preferences AppleLocale and AppleLanguages, and variable
18959 mac-system-locale for default locale. On Mac OS Classic, use
18960 mac-system-coding-system for default coding systems.
18961
18962 * term/mac-win.el: Don't set file-name-coding-system.
18963 Decode variables system-name, emacs-build-system, user-login-name, and
18964 user-full-name by mac-system-coding-system on Mac OS Classic.
18965 (mac-system-coding-system): New variable.
18966
18967 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18968
18969 * startup.el (command-line): Handle `xterm-mouse-mode' before
18970 reading init file.
18971
18972 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18973
18974 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18975
18976 * progmodes/sh-script.el (sh-here-document-word): Make it a
18977 defcustom. Doc fix.
18978 (sh-add): Bash uses $(( )) for arithmetic.
18979 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18980 (sh-maybe-here-document): Remove quotes and leading whitespace
18981 from heredoc word when closing. Indent heredoc with tabs if word
18982 starts with "-".
18983
18984 2005-04-13 Richard M. Stallman <rms@gnu.org>
18985
18986 * simple.el (undo): Fix previous change.
18987
18988 * custom.el (defface): Doc fix.
18989
18990 2005-04-13 Lute Kamstra <lute@gnu.org>
18991
18992 * Makefile.in (DONTCOMPILE): Remove list.
18993 (compile, compile-always): Don't use DONTCOMPILE.
18994 (update-authors): Load the library in which batch-update-authors
18995 is defined.
18996 * makefile.w32-in (DONTCOMPILE): Remove list.
18997 (compile, compile-always): Fix comments.
18998 (update-authors): Load the library in which batch-update-authors
18999 is defined.
19000
19001 * generic-x.el (generic-mode-ini-file-find-file-hook):
19002 Rename to ini-generic-mode-find-file-hook.
19003 Keep generic-mode-ini-file-find-file-hook as an alias.
19004 (ini-generic-mode-find-file-hook): Rename from
19005 generic-mode-ini-file-find-file-hook. Fix docstring.
19006 (ini-generic-mode): Docstring change.
19007 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19008
19009 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19010 called from lisp.
19011
19012 * generic.el: Move to the emacs-lisp subdir.
19013
19014 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19015
19016 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19017 and C-S- function and cursor motion keys.
19018
19019 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19020
19021 * startup.el (command-line): Enable Xterm Mouse mode by default.
19022 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19023 for Custom. No longer show "Mouse" in mode line when enabled.
19024 Doc fix.
19025
19026 2005-04-12 Kim F. Storm <storm@cua.dk>
19027
19028 * emulation/cua-base.el (cua-rectangle-face)
19029 (cua-rectangle-noselect-face): Define face attributes here.
19030
19031 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19032
19033 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19034
19035 * startup.el (command-line): Turn off blinking cursor if
19036 cursorBlink in resources is off or false.
19037
19038 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19039
19040 * term/mac-win.el (dnd): Require dnd.
19041 (mac-drag-n-drop): Call dnd-handle-one-url.
19042 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19043 (kTextEncodingISOLatin2): Remove constants.
19044 (mac-script-code-coding-systems): New constant.
19045 (mac-handle-language-change): New function.
19046 (special-event-map): Bind it to `language-change' event.
19047 (mac-centraleurroman, mac-cyrillic): New coding systems.
19048 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19049 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19050 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19051 encode-mac-cyrillic, respectively.
19052
19053 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19054
19055 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19056 Don't set overlay-arrow-string to "=>" as this is done
19057 globally in C now.
19058
19059 2005-04-12 Lute Kamstra <lute@gnu.org>
19060
19061 * generic-x.el (rc-generic-mode, rul-generic-mode):
19062 Fix auto-mode-alist entries.
19063 (etc-fstab-generic-mode): Tweak fontification.
19064
19065 * generic.el (generic-make-keywords-list): Fix docstring.
19066 (generic-mode-internal): Simplify generic-font-lock-keywords.
19067
19068 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19069
19070 * whitespace.el (whitespace-buffer-leading)
19071 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19072 However, fix the highlight area for the leading and
19073 trailing whitespaces to show space.
19074
19075 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19076
19077 * whitespace.el (whitespace-version): Bump to 3.5
19078
19079 (whitespace-buffer-leading, whitespace-buffer-trailing):
19080 Invert sense of the test to highlight the whitespace.
19081
19082 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19083
19084 * progmodes/gud.el (gud-display-line): GUD uses its own
19085 overlay arrow now so don't set overlay-arrow-string.
19086 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19087
19088 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19089
19090 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19091 (term-ansi-current-reverse, term-ansi-current-invisible)
19092 (term-ansi-face-already-done): Change to boolean.
19093 (term-reset-terminal, term-handle-colors-array): Handle the above
19094 vars accordingly.
19095 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19096 (term-emulate-terminal): Use the new name.
19097
19098 * faces.el (secondary-selection): Use yellow1, not yellow.
19099 (trailing-whitespace): Use red1, not red.
19100
19101 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19102
19103 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19104 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19105 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19106
19107 * cus-edit.el (dnd): New group.
19108
19109 * term/w32-win.el (dnd): Require dnd
19110 (w32-drag-n-drop): Call dnd-handle-one-url.
19111
19112 * x-dnd.el: Require dnd.
19113 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19114 Call dnd-handle-one-url.
19115 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19116 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19117 to dnd-insert-text.
19118 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19119 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19120 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19121 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19122
19123 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19124
19125 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19126
19127 * wdired.el: Doc fixes.
19128 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19129 (wdired-use-dired-vertical-movement): Rename from
19130 wdired-always-move-to-filename-beginning.
19131 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19132 (wdired-change-to-wdired-mode): Change mode name.
19133 (wdired-newline): Delete.
19134
19135 2005-04-11 Richard M. Stallman <rms@gnu.org>
19136
19137 * whitespace.el (whitespace-highlight-the-space):
19138 Don't call whitespace-unhighlight-the-space here.
19139
19140 * simple.el (undo): Record t in undo-equiv-table
19141 for the redo record made by an undo-in-region.
19142
19143 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19144
19145 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19146 (gdb-frame-inferior-io-buffer): New Functions to control
19147 display of separate IO buffer.
19148 (menu): Add them to menu-bar.
19149 (gdb-display-buffer): Check for buffer another frame.
19150 Protect GUD buffer.
19151 (gdb-setup-windows): Create IO buffer if not already there.
19152 (gdb-memory-mode): Remove purecopy noops.
19153
19154 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19155
19156 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19157 and pass to self-insert-command.
19158
19159 2005-04-11 Lute Kamstra <lute@gnu.org>
19160
19161 * generic.el: Commentary section cleanup.
19162 (generic): Delete.
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 to generic-x.el.
19167 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19168 (generic-use-find-file-hook, generic-lines-to-scan)
19169 (generic-find-file-regexp, generic-ignore-files-regexp)
19170 (default-generic-mode, generic-mode-find-file-hook)
19171 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19172
19173 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19174
19175 * bookmark.el (bookmark-write-file): Catch errors writing file.
19176 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19177
19178 2005-04-10 Richard M. Stallman <rms@gnu.org>
19179
19180 * startup.el (fancy-splash-tail): Update copyright year.
19181 (command-line): Split part of -Q into -D.
19182 (emacs-basic-display): New defvar.
19183 (fancy-splash-text): Correct name of menu item.
19184
19185 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19186
19187 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19188 lines in one node.
19189
19190 * comint.el (comint-send-input): New arg ARTIFICIAL.
19191 Callers in this file changed.
19192
19193 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19194
19195 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19196
19197 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19198
19199 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19200 `ldap-search-internal'.
19201
19202 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19203
19204 * files.el (set-auto-mode-1): Use line-end-position.
19205
19206 * international/latin-1.el:
19207 * international/latin-2.el:
19208 * international/latin-3.el:
19209 * international/latin-4.el:
19210 * international/latin-5.el:
19211 * international/latin-8.el:
19212 * international/latin-9.el: Give punctuation syntax to NBSP.
19213
19214 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19215 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19216 Use char-classes to accept non-ascii letters, accepted in some recent
19217 bibtex implementations.
19218
19219 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19220
19221 * custom.el (custom-set-minor-mode): Any non-nil value for the
19222 variable should enable the mode when set through Custom.
19223
19224 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19225
19226 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19227 TAB binding so tab-always-indent is obeyed.
19228 (vhdl-minibuffer-local-map): Move initialization into declaration.
19229 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19230 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19231 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19232 (vhdl-current-line): Use line-beginning-position.
19233 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19234 with-output-to-temp-buffer, so the current position can be recorded.
19235
19236 2005-04-10 Masatake YAMATO <jet@gyve.org>
19237
19238 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19239 Add regexp for gcov.
19240
19241 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19242
19243 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19244 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19245 syntax which Emacs 20 doesn't support.
19246
19247 2005-04-09 Richard M. Stallman <rms@gnu.org>
19248
19249 * help.el (describe-key-briefly, describe-key):
19250 Replace strings as event types with "(any string)".
19251
19252 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19253
19254 * arc-mode.el (archive-mode-map): Move initialization into
19255 the declaration. Override *all* bindings of `undo'.
19256 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19257
19258 2005-04-09 Jay Belanger <belanger@truman.edu>
19259
19260 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19261
19262 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19263
19264 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19265 (xterm-register-default-colors): Update color values computation
19266 to match xterm-200.
19267
19268 2005-04-09 Kenichi Handa <handa@m17n.org>
19269
19270 * international/code-pages.el (iso-latin-7): Fix the map.
19271
19272 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19273
19274 * emacs-lisp/lisp.el (defun-prompt-regexp)
19275 (parens-require-spaces, buffer-end, end-of-defun)
19276 (insert-parentheses): Doc fixes.
19277
19278 2005-04-08 Kim F. Storm <storm@cua.dk>
19279
19280 * comint.el (comint-highlight-prompt): Fix face spec.
19281 * hi-lock.el (hi-green): Likewise.
19282
19283 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19284
19285 * cus-edit.el (custom-modified-face):
19286 * comint.el (comint-highlight-input): Fix previous changes.
19287 * term.el (term-handle-ansi-escape): Add a comment.
19288
19289 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19290
19291 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19292 in the buffer and in whitespace-highlighted-space.
19293 (whitespace-unhighlight-the-space): Simplify.
19294 (whitespace-buffer): Simplify.
19295
19296 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19297
19298 * textmodes/table.el (table-cell-face): Add special case for
19299 displays supporting a high number of colors.
19300 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19301 (vhdl-font-lock-reserved-words-face)
19302 (vhdl-speedbar-architecture-face)
19303 (vhdl-speedbar-instantiation-face)
19304 (vhdl-speedbar-architecture-selected-face)
19305 (vhdl-speedbar-instantiation-selected-face): Likewise.
19306 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19307 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19308 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19309 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19310 (ebrowse-progress-face): Likewise.
19311 * progmodes/compile.el (compilation-info-face): Likewise.
19312 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19313 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19314 * calendar/calendar.el (diary-face): Likewise.
19315 * woman.el (woman-italic-face, woman-bold-face)
19316 (woman-unknown-face): Likewise.
19317 * wid-edit.el (widget-button-pressed-face): Likewise.
19318 * whitespace.el (whitespace-highlight-face): Likewise.
19319 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19320 * pcvs-info.el (cvs-marked-face): Likewise.
19321 * info.el (info-xref): Likewise.
19322 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19323 * hilit-chg.el (highlight-changes-face)
19324 (highlight-changes-delete-face): Likewise.
19325 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19326 (hi-red-b): Likewise.
19327 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19328 * font-lock.el (font-lock-keyword-face)
19329 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19330 * cus-edit.el (custom-invalid-face, custom-modified-face)
19331 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19332 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19333 * comint.el (comint-highlight-prompt): Likewise.
19334
19335 2005-04-08 Lute Kamstra <lute@gnu.org>
19336
19337 * font-lock.el (font-lock-keywords): Docstring fixes.
19338
19339 2005-04-08 Kenichi Handa <handa@m17n.org>
19340
19341 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19342 chars are more than a limit, print " and more..." at the tail.
19343
19344 2005-04-08 Kim F. Storm <storm@cua.dk>
19345
19346 * emacs-lisp/authors.el (authors-aliases): Update list.
19347 (authors-ignored-files): New list.
19348 (authors-fixed-entries): Fix typo.
19349 (authors-renamed-files-alist): Update list.
19350 (authors-add): Check authors-ignored-files.
19351
19352 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19353
19354 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19355 optional, to ensure backward compatibility.
19356
19357 2005-04-08 Stephen Eglen <stephen@gnu.org>
19358
19359 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19360
19361 2005-04-08 Kim F. Storm <storm@cua.dk>
19362
19363 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19364
19365 * mouse.el (mouse-on-link-p): Doc fix.
19366
19367 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19368
19369 * ielm.el (ielm-prompt-read-only): Doc fix.
19370
19371 * comint.el (comint-prompt-read-only): Doc fix.
19372
19373 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19374
19375 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19376 ensure dired always handles wildcards passed to ffap.
19377 (find-file-at-point): Use it.
19378 (ffap-dired-wildcards): Doc fix.
19379
19380 2005-04-07 Juri Linkov <juri@jurta.org>
19381
19382 * simple.el (next-error-overlay-arrow-position): New defvar.
19383 Put "=>" on its property `overlay-arrow-string'. Add it to
19384 `overlay-arrow-variable-list'.
19385
19386 * progmodes/compile.el (compilation-setup):
19387 Set `next-error-overlay-arrow-position' to nil. Also set it to
19388 nil in the local hook `kill-buffer-hook'. Make local variable
19389 `overlay-arrow-string' and set it to "=>".
19390 (compilation-goto-locus): Set BOL position to
19391 `next-error-overlay-arrow-position' instead of
19392 `overlay-arrow-position'.
19393
19394 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19395 locally instead of adding it to the global hook.
19396 (Info-kill-buffer): Move up.
19397
19398 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19399
19400 * term/xterm.el (xterm-standard-colors): Update color values from
19401 xterm-200.
19402
19403 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19404
19405 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19406
19407 * fast-lock.el:
19408 * lazy-lock.el: Move them to the obsolete subdir.
19409
19410 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19411
19412 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19413 (wdired-add-replace-advice): Remove.
19414 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19415
19416 2005-04-06 Kim F. Storm <storm@cua.dk>
19417
19418 * startup.el (command-line): Add --bare-bones alias for -Q.
19419
19420 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19421
19422 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19423 create the startup fontset if a font specification ends with
19424 `mac-roman'.
19425
19426 2005-04-06 Lute Kamstra <lute@gnu.org>
19427
19428 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19429 change.
19430
19431 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19432 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19433
19434 2005-04-05 Lute Kamstra <lute@gnu.org>
19435
19436 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19437 (define-generic-mode): Ditto. Fix debug declaration.
19438
19439 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19440 Put them in the generic-x group.
19441
19442 * calendar/timeclock.el (timeclock): Doc fix.
19443
19444 * generic.el (define-generic-mode): Don't use custom-current-group.
19445 Document default :group value.
19446 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19447 (define-global-minor-mode): Don't use custom-current-group.
19448
19449 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19450
19451 * startup.el (command-line-1): Display startup-echo-area-message
19452 when fancy splash screen is in use.
19453
19454 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19455 (sh-escaped-newline): New face.
19456 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19457 newline, and use sh-escaped-newline face.
19458
19459 * progmodes/tcl.el (tcl-escaped-newline): New face.
19460 (tcl-builtin-list): New variable.
19461 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19462 newlines. Fix keywords subexpression number.
19463
19464 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19465
19466 * textmodes/org.el (org-diary-default-entry): Fix call to
19467 `add-to-diary-entry'.
19468
19469 2005-04-05 Kim F. Storm <storm@cua.dk>
19470
19471 * ediff-init.el: Use (featurep 'xemacs).
19472
19473 2005-04-05 David Ponce <david@dponce.com>
19474
19475 * cus-edit.el (face): Derive from symbol widget. Display sample
19476 of the current face on the fly.
19477 (widget-face-sample-face-get, widget-face-notify): New functions.
19478 (widget-face-value-create): Remove.
19479
19480 * wid-edit.el (widget-field-end): Temporarily remove field
19481 narrowing before to call `get-char-property'.
19482
19483 2005-04-04 Jay Belanger <belanger@truman.edu>
19484
19485 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19486 (math-read-subscripts): New variable.
19487 (math-read-preprocess-string): Process subscripts.
19488
19489 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19490
19491 * comint.el (comint-prompt-read-only): Doc fix.
19492
19493 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19494 `-1'. Doc fix.
19495
19496 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19497
19498 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19499 Change default value to nil.
19500
19501 2005-04-04 Lute Kamstra <lute@gnu.org>
19502
19503 * autorevert.el (auto-revert-mode): Specify :group.
19504 * battery.el (display-battery-mode): Specify :group.
19505 * diff-mode.el (diff-minor-mode): Specify :group.
19506 * font-core.el (font-lock-mode): Specify :group.
19507 * hl-line.el (hl-line-mode): Specify :group.
19508 * iimage.el (iimage): New customization group.
19509 (iimage-mode): Specify :group.
19510 * longlines.el (longlines-mode): Specify :group.
19511 * master.el: Don't require easy-mmode.
19512 (master): New customization group.
19513 (master-mode): Specify :group.
19514 * msb.el (msb-mode): Specify :group.
19515 * reveal.el (reveal-mode): Specify :group.
19516 * simple.el (next-error-follow-minor-mode): Specify :group.
19517 * smerge-mode.el (smerge-mode): Specify :group.
19518 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19519 * emulation/cua-base.el (cua-mode): Specify :group.
19520 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19521 * language/thai-util.el (thai-auto-composition-mode)
19522 (thai-word-mode): Specify :group.
19523 * mail/supercite.el (sc-minor-mode): Specify :group.
19524 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19525 * progmodes/flymake.el (flymake-mode): Specify :group.
19526 * progmodes/glasses.el (glasses-mode): Specify :group.
19527 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19528 * textmodes/enriched.el (enriched-mode): Specify :group.
19529 * textmodes/refill.el (refill-mode): Specify :group.
19530
19531 * add-log.el (change-log-font-lock-keywords): Names in
19532 parenthesized lists can contain spaces.
19533
19534 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19535
19536 * startup.el (fancy-splash-text): Shorten default text of
19537 "Emacs Tutorial" line. Also, if the current language env
19538 indicates an available tutorial file other than TUTORIAL,
19539 extract its title and append it to the line in parentheses.
19540 (fancy-splash-insert): If arg is a thunk, funcall it.
19541
19542 2005-04-04 Jay Belanger <belanger@truman.edu>
19543
19544 * calc.el (calc-language-alist): Add tags to customization type.
19545
19546 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19547
19548 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19549 Doc fix.
19550
19551 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19552
19553 * add-log.el (change-log-font-lock-keywords): The manual
19554 describing a Change Log entry, says: (...) "Aside from these
19555 header lines, every line in the change log starts with a space or
19556 a tab.". The font-lock was not highlighting lines started with
19557 spaces, added support for it.
19558
19559 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19560
19561 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19562 (bibtex-generate-url-list): Update docstring accordingly. Put the
19563 complex example in the docstring.
19564 (bibtex-font-lock-url): Use pop.
19565
19566 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19567
19568 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19569
19570 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19571
19572 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19573
19574 * filesets.el (filesets-set-default): Doc fix.
19575
19576 2005-04-03 Lute Kamstra <lute@gnu.org>
19577
19578 * generic.el (define-generic-mode): Add argument to specify
19579 keywords for defcustom.
19580 (default-generic-mode): Specify :group.
19581
19582 * generic-x.el: Specify :group for all generic modes.
19583
19584 * desktop.el (desktop-no-desktop-file-hook)
19585 (desktop-after-read-hook): Doc fix.
19586
19587 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19588
19589 * simple.el (visible-mode): Use explicit :group keyword.
19590 This changes the group of `visible-mode-hook' from paren-blinking
19591 to editing-basics.
19592
19593 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19594
19595 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19596 mailbox specifications as well as URLs.
19597 (rmail-insert-inbox-text): Remove unused conditional branches.
19598
19599 2005-04-01 Jay Belanger <belanger@truman.edu>
19600
19601 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19602 (calc-gnuplot-print-command): Move definitions to calc.el.
19603
19604 * calc/calc-embed.el (calc-embedded-announce-formula)
19605 (calc-embedded-open-formula, calc-embedded-close-formula)
19606 (calc-embedded-open-word, calc-embedded-close-word)
19607 (calc-embedded-open-plain, calc-embedded-close-plain)
19608 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19609 (calc-embedded-open-mode, calc-embedded-close-mode):
19610 Move definitions to calc.el.
19611
19612 * calc/calc.el (calc-settings-file, calc-language-alist):
19613 Make customizable.
19614 (calc-embedded-announce-formula, calc-embedded-open-formula)
19615 (calc-embedded-close-formula, calc-embedded-open-word)
19616 (calc-embedded-close-word, calc-embedded-open-plain)
19617 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19618 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19619 (calc-embedded-close-mode, calc-gnuplot-name)
19620 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19621 from other files and make customizable.
19622
19623 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19624
19625 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19626 Use buffer-live-p.
19627 (cvs-mode-run): Don't call cvs-update-header here.
19628 (cvs-run-process): Call cvs-update-header.
19629 Use process properties for cvs-postprocess and cvs-buffer so that
19630 the sentinel can behave better if the temp buffer is killed.
19631 Use a pipe rather than a tty, to better handle unexpected prompts.
19632 (cvs-sentinel): Rewrite. Call cvs-update-header.
19633
19634 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19635
19636 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19637 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19638
19639 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19640
19641 * generic.el (define-generic-mode): Add indentation rule.
19642
19643 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19644
19645 * files.el (mode-require-final-newline): Make Custom correctly
19646 report a nil value and allow to set it to nil via Custom.
19647 Doc fix.
19648
19649 2005-04-01 Kenichi Handa <handa@m17n.org>
19650
19651 * international/characters.el: Enable the correct case setting for
19652 dotless-i and dotted-I.
19653
19654 2005-04-01 Kim F. Storm <storm@cua.dk>
19655
19656 * ido.el (ido-file-internal): Fall back to non-ido command if
19657 initial directory is on slow ftp (or tramp) host.
19658
19659 2005-03-31 Richard M. Stallman <rms@gnu.org>
19660
19661 * emacs-lisp/autoload.el (make-autoload):
19662 Handle define-global-minor-mode.
19663
19664 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19665 Rename from easy-mmode-define-global-mode.
19666 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19667
19668 * progmodes/scheme.el (scheme-mode-syntax-table):
19669 Update syntax of | and # for two-character comment syntax.
19670
19671 2005-03-31 Lute Kamstra <lute@gnu.org>
19672
19673 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19674 (define-minor-mode): Call custom-current-group at load-time.
19675
19676 * generic.el (define-generic-mode): Add debug declaration.
19677 Add defcustom for the mode hook.
19678 (generic-mode-internal): Use run-mode-hooks.
19679
19680 2005-03-31 Kim F. Storm <storm@cua.dk>
19681
19682 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19683 (mouse-fixup-help-message): New defun called by show_help_echo
19684 to fixup mouse-2 prefix in help messages when applicable.
19685
19686 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19687
19688 2005-03-31 Kenichi Handa <handa@m17n.org>
19689
19690 * language/thai-word.el (thai-find-word-ends): Pay attention to
19691 the case that we reach the end of buffer.
19692
19693 * textmodes/fill.el (fill-text-properties-at): New function.
19694 (fill-newline): Use fill-text-properties-at instead of
19695 text-properties-at.
19696
19697 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19698
19699 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19700 not comint-quote-filename.
19701
19702 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19703
19704 * help-fns.el (help-with-tutorial): Revert last change.
19705
19706 2005-03-31 Kim F. Storm <storm@cua.dk>
19707
19708 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19709
19710 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19711
19712 * calendar/cal-china.el: Update reference to "Calendrical
19713 Calculations" book; there's a new edition.
19714 * calendar/cal-coptic.el: Likewise.
19715 * calendar/cal-french.el: Likewise.
19716 * calendar/cal-hebrew.el: Likewise.
19717 * calendar/cal-islam.el: Likewise.
19718 * calendar/cal-iso.el: Likewise.
19719 * calendar/cal-julian.el: Likewise.
19720 * calendar/cal-mayan.el: Likewise.
19721 * calendar/cal-persia.el: Likewise.
19722 * calendar/calendar.el: Likewise.
19723 * calendar/holidays.el: Likewise.
19724 * calendar/lunar.el: Likewise.
19725 * calendar/solar.el: Likewise.
19726
19727 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19728 white space from doc string.
19729
19730 2005-03-30 Jay Belanger <belanger@truman.edu>
19731
19732 * calc/calc-help.el (calc-full-help): Remove email address.
19733
19734 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19735
19736 * help-fns.el (help-with-tutorial): Delete title line.
19737
19738 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19739
19740 * calendar/cal-x.el (calendar-one-frame-setup)
19741 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19742 rather than `symbol' for set-window-dedicated-p.
19743
19744 * calendar/appt.el (appt-buffer-name): Make it a constant.
19745 (appt-add): Doc fix.
19746
19747 * filesets.el (filesets-menu-path, filesets-menu-before)
19748 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19749 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19750 (filesets-add-submenu): Delete and use add-submenu instead.
19751
19752 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19753
19754 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19755 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19756 (org-diary-default-entry): New function.
19757 (org-get-entries-from-diary): Better parsing of diary entries.
19758 (org-agenda-check-no-diary): New function.
19759 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19760 linking to diary entries.
19761 (org-agenda-execute-calendar-command): New function.
19762 (org-agenda): Improve visible section in window.
19763 Use `org-fit-agenda-window'.
19764 (org-fit-agenda-window): New option.
19765 (org-move-subtree-down): Better handling of empty lines
19766 at end of subtree.
19767 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19768 levels up.
19769 (org-fontify-done-headline): New option.
19770 (org-headline-done-face): New face.
19771 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19772 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19773 When current field is non-empty, it is copied to next row.
19774 (org-table-copy-from-above): Fix bug which made it
19775 impossible to copy fields containing only a single non-white character.
19776
19777 2005-03-30 Kim F. Storm <storm@cua.dk>
19778
19779 * kmacro.el (kmacro-end-macro): Isearch may store this command
19780 into the macro -- so ignore it when executing keyboard macro.
19781
19782 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19783
19784 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19785
19786 2005-03-29 Kenichi Handa <handa@m17n.org>
19787
19788 * language/thai.el ("Thai"): Set setup-function and exit-function
19789 for Thai language environment.
19790
19791 * language/thai-util.el: Require thai-word.
19792 (thai-word-mode-map): New variable.
19793 (thai-word-mode): New minor mode.
19794 (setup-thai-language-environment-internal): New function.
19795 (exit-thai-language-environment-internal): New function.
19796
19797 * language/thai-word.el (thai-word-table): Declare it by defvar,
19798 use dolist to initialize it.
19799 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19800 (thai-fill-find-break-point): New functions.
19801
19802 2005-03-29 Richard M. Stallman <rms@gnu.org>
19803
19804 * simple.el (idle-update-delay): Move definition up.
19805 (set-mark): Doc fix.
19806
19807 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19808
19809 * longlines.el: New file.
19810
19811 * simple.el (buffer-substring-filters): New variable.
19812 (filter-buffer-substring): New function.
19813 (kill-region, copy-region-as-kill): Use it.
19814
19815 * register.el (copy-to-register, append-to-register)
19816 (prepend-to-register): Use filter-buffer-substring.
19817
19818 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19819
19820 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19821 (gud-filter-pending-text): Move in front of gdb.
19822 (gud-overlay-arrow-position): New variable.
19823 (gud-sentinel, gud-display-line): Use it in place of
19824 overlay-arrow-position.
19825
19826 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19827
19828 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19829 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19830 (fortran-font-lock-keywords-4): New variable.
19831 (fortran-blocks-re, fortran-end-block-re)
19832 (fortran-start-block-re): New constants, for hideshow.
19833 (hs-special-modes-alist): Add a Fortran entry.
19834 (fortran-mode-map): Bind fortran-end-of-block,
19835 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19836 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19837 (fortran-looking-at-if-then, fortran-end-of-block)
19838 (fortran-beginning-of-block): New functions, for hideshow.
19839
19840 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19841 Doc fix. Tweak regexp.
19842 (f90-beginning-of-block): Push mark first.
19843
19844 2005-03-29 Jay Belanger <belanger@truman.edu>
19845
19846 * calc/calc.el: Update copyright date.
19847 (calc-version): Increase to 2.1.
19848 (calc-version-date): Remove.
19849
19850 * calc/calc-help.el: Update copyright date.
19851 (calc-full-help): Remove reference to calc-version-date.
19852 Update copyright date.
19853
19854 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19855
19856 * vc.el (vc-do-command): Use a pipe for async processes, so password
19857 prompts don't show up at places where the user can't reply.
19858
19859 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19860
19861 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19862 on the file name we pass to the inferior shell.
19863
19864 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19865
19866 * progmodes/which-func.el (which-function): Be robust in the face of an
19867 imenu--make-index-alist failure.
19868
19869 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19870
19871 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19872
19873 * progmodes/python.el (python-preoutput-filter): Fix last change.
19874
19875 2005-03-29 Lute Kamstra <lute@gnu.org>
19876
19877 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19878 functions and compiled macros.
19879 (debug-convert-byte-code): Handle macros too.
19880 (debug-on-entry-1): Don't signal an error when trying to clear a
19881 function that is not set to debug on entry.
19882
19883 2005-03-29 Jay Belanger <belanger@truman.edu>
19884
19885 * calc/calc-lang.el: Add functions to math-function-table
19886 properties of tex and math.
19887
19888 2005-03-29 Kenichi Handa <handa@m17n.org>
19889
19890 * ps-mule.el (ps-mule-plot-string): Translate characters by
19891 ps-print-translation-table.
19892 (ps-mule-begin-job): Call find-charset-region/string with
19893 ps-print-translation-table.
19894 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19895
19896 * ps-print.el (ps-print-translation-table): New variable.
19897 (ps-plot-region): Translate characters by ps-print-translation-table.
19898
19899 2005-03-29 Juri Linkov <juri@jurta.org>
19900
19901 * simple.el (next-error-highlight-timer): New variable.
19902
19903 * progmodes/compile.el (compilation-goto-locus):
19904 Use `next-error-highlight-timer' instead of `sit-for'.
19905
19906 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19907
19908 * mail/supercite.el (sc-mail-field): Use assoc-string.
19909 (sc-get-address): Simplify regexps.
19910
19911 * files.el (minibuffer-with-setup-hook): New macro.
19912 (find-file-read-args): Use it to avoid let-binding
19913 minibuffer-with-setup-hook (which breaks turning on/off
19914 file-name-shadow-mode while in the prompt).
19915
19916 * complete.el (PC-read-include-file-name-internal):
19917 Use test-completion.
19918
19919 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19920
19921 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19922
19923 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19924
19925 * window.el (window-buffer-height): Use count-screen-lines.
19926
19927 * progmodes/python.el (python-preoutput-leftover): New var.
19928 (python-preoutput-filter): Use it.
19929 (python-send-receive): Loop until all the result has been received.
19930
19931 2005-03-28 Juri Linkov <juri@jurta.org>
19932
19933 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19934
19935 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19936 "Recover Crashed Session".
19937 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19938 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19939 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19940 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19941 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19942 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19943 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19944 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19945
19946 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19947 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19948 Ediff Sessions", "Toggle use of separate control buffer frame",
19949 "Use separate frame for Ediff control buffer".
19950
19951 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19952 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19953 "Rename Bookmark", "Delete Bookmark".
19954
19955 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19956 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19957 Add `:active Info-index-alternatives' to "Next Matching Item".
19958
19959 * wdired.el (wdired-change-to-wdired-mode):
19960 Mention `wdired-abort-changes' key in the initial message.
19961
19962 * international/mule.el (auto-coding-alist): Associate non-ascii
19963 image filename extensions with `no-conversion'.
19964
19965 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19966
19967 * international/iso-acc.el:
19968 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19969
19970 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19971
19972 * textmodes/sgml-mode.el (html-mode): Doc update.
19973
19974 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19975
19976 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19977
19978 * term.el (term-move-columns): Fix face after extending a line.
19979 (term-insert-spaces): Likewise.
19980 (term-reset-terminal): Fix off by one error.
19981
19982 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19983
19984 * international/mule.el (auto-coding-alist): Add .xpi files.
19985
19986 * files.el (auto-mode-alist): Add .xpi files.
19987
19988 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19989
19990 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19991
19992 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19993
19994 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19995
19996 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19997
19998 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19999 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20000
20001 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20002 cursor to Jan 1 when needed.
20003 (calendar-end-of-year): Fix -/+ typo.
20004 Reported by Chong Yidong <cyd@stupidchicken.com>.
20005
20006 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20007
20008 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20009
20010 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20011 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20012
20013 2005-03-25 Richard M. Stallman <rms@gnu.org>
20014
20015 * filesets.el (filesets-init): Add autoload.
20016
20017 * mail/mailalias.el (mail-directory): Doc fix.
20018
20019 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20020
20021 * mail/mailalias.el (mail-directory-process): Do nothing if
20022 mail-directory-process is an atom.
20023 (mail-get-names): Ignore mail-directory-names if it is an atom.
20024 (mail-directory-process defvar): Doc fix.
20025 (mail-names): Doc fix.
20026
20027 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20028
20029 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20030
20031 2005-03-26 Kenichi Handa <handa@m17n.org>
20032
20033 * international/mule-util.el (detect-coding-with-priority):
20034 Call update-coding-systems-internal before detect-coding-region.
20035
20036 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20037
20038 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20039 (gdb-frames-mode-map): Add follow-link property.
20040
20041 2005-03-25 Jay Belanger <belanger@truman.edu>
20042
20043 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20044 for variables.
20045
20046 2005-03-25 Juri Linkov <juri@jurta.org>
20047
20048 * image-mode.el: Optimize image filename extension regexps in
20049 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20050 in `auto-mode-alist'.
20051 (image-mode): Add `image-toggle-display-text' to local hook
20052 `change-major-mode-hook'. Display the image as an image by
20053 default. Set `cursor-type' and `truncate-lines' if the image
20054 is already displayed. Take into account the current mode (image
20055 or text) in message.
20056 (image-minor-mode): New minor mode.
20057 (image-mode-maybe, image-toggle-display-text): New functions.
20058 (image-toggle-display): Use called-interactively-p.
20059 Let-bind `inhibit-read-only' to t.
20060
20061 * image-mode.el (image-minor-mode): Set `cursor-type' and
20062 `truncate-lines' if the image is already displayed. Add turning
20063 image-minor-mode off to `change-major-mode-hook'. Add message.
20064 Call `image-toggle-display-text' after turning image-minor-mode off.
20065
20066 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20067
20068 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20069 Terminal.app, use utf-8.
20070 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20071 (set-locale-environment): Use it.
20072
20073 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20074
20075 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20076
20077 * progmodes/python.el (python-close-block-statement-p)
20078 (python-outdent-p, python-current-defun): Use symbol-end.
20079
20080 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20081
20082 * files.el (save-some-buffers): Doc fix.
20083
20084 2005-03-25 Werner Lemberg <wl@gnu.org>
20085
20086 * complete.el, thumbs.el: Replace `legal' with `valid'.
20087 * calendar/calendar.el: Replace `legal' with `valid'.
20088 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20089 * mail/supercite.el: Replace `legal' with `valid'.
20090 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20091 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20092 Replace `legal' with `valid'.
20093 * textmodes/reftex-vars.el, textmodes/reftex.el:
20094 Replace `legal' with `valid'.
20095
20096 2005-03-25 Werner Lemberg <wl@gnu.org>
20097
20098 * calc/calc-forms.el, calc/calc-sel.el
20099 * midnight.el, vc-cvs.el
20100 * emacs-lisp/cl-macs.el
20101 * emulation/vip.el
20102 * eshell/esh-io.el, eshell/esh-var.el
20103 * mail/supercite.el
20104 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20105 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20106 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20107 * progmodes/sh-script.el, progmodes/xscheme.el
20108 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20109 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20110 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20111 * textmodes/reftex.el, textmodes/org.el:
20112 Replace `illegal' with `invalid'.
20113
20114 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20115
20116 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20117 (flymake-find-buildfile, flymake-find-possible-master-files)
20118 (flymake-check-include, flymake-parse-line): Replace loops over the
20119 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20120
20121 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20122 Substitute file-name-as-directory in the rest of the file.
20123 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20124 (flymake-replace-region): Remove unused arg `buffer'.
20125 (flymake-check-patch-master-file-buffer): Update calls to it.
20126 (flymake-add-err-info): Remove unused var `count'.
20127 (flymake-mode): Use define-minor-mode.
20128
20129 * progmodes/flymake.el: Use with-current-buffer.
20130 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20131 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20132 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20133 Avoid testing for `xemacs'.
20134 (flymake-nop): Move.
20135 (flymake-region-has-flymake-overlays): Return the computed value.
20136 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20137 Remove unused var `endline'.
20138 (flymake-get-line-count): Remove unused function.
20139 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20140
20141 * emulation/vi.el:
20142 * generic.el:
20143 * hilit-chg.el (global-highlight-changes):
20144 * hi-lock.el (hi-lock-mode):
20145 * follow.el: find-file-hooks -> find-file-hook.
20146
20147 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20148
20149 2005-03-24 Juri Linkov <juri@jurta.org>
20150
20151 * dired.el (dired-mode-map): Add menu item "Compare directories"
20152 for dired-compare-directories.
20153
20154 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20155 Doc fix. Replace `read-file-name' with `read-directory-name'.
20156
20157 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20158
20159 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20160
20161 2005-03-24 Jay Belanger <belanger@truman.edu>
20162
20163 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20164 relevant mode settings in calc-embedded-original-modes when modes
20165 are permanently changed.
20166
20167 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20168
20169 * autoinsert.el: find-file-hooks -> find-file-hook.
20170
20171 2005-03-24 Lute Kamstra <lute@gnu.org>
20172
20173 * generic.el (generic-font-lock-defaults): Make it obsolete.
20174 (generic-font-lock-keywords): New variable to replace
20175 generic-font-lock-defaults.
20176 (generic-mode-set-font-lock): Delete it.
20177 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20178 (generic-bracket-support): Add docstring.
20179
20180 * generic-x.el: Rename generic-font-lock-defaults to
20181 generic-font-lock-keywords throughout.
20182 (mailagent-rules-setup-function): Delete it.
20183 (mailagent-rules-generic-mode): Use anonymous function instead.
20184 (show-tabs-generic-mode-font-lock-defaults-1)
20185 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20186 Quote faces.
20187 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20188 not foreground.
20189
20190 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20191 Recognize define-generic-mode.
20192
20193 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20194
20195 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20196 if there's no completion table.
20197
20198 2005-03-23 Miles Bader <miles@gnu.org>
20199
20200 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20201 Remove tty-specific variants, as they're no longer needed.
20202
20203 2005-03-23 Lute Kamstra <lute@gnu.org>
20204
20205 * generic-x.el: Code cleanup: make args constant whenever possible.
20206 (installshield-statement-keyword-list)
20207 (installshield-system-functions-list)
20208 (installshield-system-variables-list, installshield-types-list)
20209 (installshield-funarg-constants-list): Make them constants.
20210
20211 * generic.el (generic-make-keywords-list): Add autoload cookie.
20212
20213 * calendar/time-date.el: Add comment on time value formats.
20214 Don't require parse-time.
20215 (with-decoded-time-value): New macro.
20216 (encode-time-value): New function.
20217 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20218 (days-to-time): Return a valid time value when arg is huge.
20219 (time-since): Use time-subtract.
20220 (time-to-number-of-days): Use time-to-seconds.
20221
20222 2005-03-23 David Ponce <david@dponce.com>
20223
20224 * recentf.el (recentf-keep): New option.
20225 (recentf-menu-action): Default to `find-file'.
20226 (recentf-keep-non-readable-files-flag)
20227 (recentf-keep-non-readable-files-p)
20228 (recentf-file-readable-p, recentf-find-file)
20229 (recentf-cleanup-remote): Remove.
20230 (recentf-include-p): More robust.
20231 (recentf-keep-p): New function.
20232 (recentf-remove-if-non-kept): Rename from
20233 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20234 All callers updated.
20235 (recentf-menu-items-for-commands): Fix help string.
20236 (recentf-track-closed-file): Update. Doc fix.
20237 (recentf-cleanup): Update. Count removed files. Doc fix.
20238
20239 2005-03-23 Kim F. Storm <storm@cua.dk>
20240
20241 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20242 Don't inherit from fringe face (now happens automatically).
20243
20244 2005-03-22 Kim F. Storm <storm@cua.dk>
20245
20246 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20247 position values.
20248
20249 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20250
20251 * menu-bar.el (showhide-date-time): Remove.
20252 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20253 (menu-bar-make-mm-toggle): Simplify.
20254
20255 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20256
20257 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20258 Accept qualified variable and function names.
20259
20260 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20261
20262 * bindings.el (completion-ignored-extensions):
20263 Remove ".lis" for `vax-vms'.
20264
20265 2005-03-22 Andreas Schwab <schwab@suse.de>
20266
20267 * generic-x.el: Revert last change.
20268 * ldefs-boot.el: Update.
20269
20270 2005-03-22 Jay Belanger <belanger@truman.edu>
20271
20272 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20273 (calc-embedded-save-original-modes)
20274 (calc-embedded-restore-original-modes): New functions.
20275 (calc-do-embedded): Save original modes when entering embedded mode
20276 and restore when leaving embedded mode.
20277 (calc-embedded-modes-change): Change the value of
20278 calc-embedded-original-modes to reflect permanent changes.
20279
20280 2005-03-22 Lute Kamstra <lute@gnu.org>
20281
20282 * generic-x.el: Require generic again.
20283
20284 2005-03-22 Miles Bader <miles@gnu.org>
20285
20286 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20287 Tweak details to look good on both ttys and bitmap displays, light
20288 or dark background, etc.
20289
20290 2005-03-21 Kim F. Storm <storm@cua.dk>
20291
20292 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20293 mouse position.
20294
20295 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20296
20297 * icomplete.el: Don't forcibly turn on the mode upon load.
20298 (icomplete-mode): Use define-minor-mode.
20299 (icomplete-eoinput): Default to nil.
20300 (icomplete-minibuffer-setup): Remove autoload.
20301 (icomplete-tidy): Simplify.
20302 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20303 in the initial state or if the user has modified the field.
20304 Fix handling of icomplete-max-delay-chars.
20305 Remove code that handles the oddball case where
20306 minibuffer-completion-table is an integer.
20307 Wrap icomplete-completions in while-no-input in case building
20308 completions takes more time than expected.
20309 (icomplete-completions): Simplify.
20310
20311 2005-03-21 Richard M. Stallman <rms@gnu.org>
20312
20313 * jka-compr.el (jka-compr-really-do-compress):
20314 Make variable buffer-local.
20315
20316 * image-mode.el: Handle .xpm files too.
20317 (image-toggle-display): Preserve modification flag.
20318
20319 * help.el (where-is): Don't mention aliases with no key bindings.
20320
20321 2005-03-21 Lute Kamstra <lute@gnu.org>
20322
20323 * generic.el: Fix commentary section. Don't require cl for
20324 compilation.
20325 (generic-mode-list): Add autoload cookie.
20326 (generic-use-find-file-hook, generic-lines-to-scan)
20327 (generic-find-file-regexp, generic-ignore-files-regexp)
20328 (generic-mode, generic-mode-find-file-hook)
20329 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20330 (define-generic-mode): Make it a defmacro. Fix docstring.
20331 (generic-mode-internal): Code cleanup. Add autoload cookie.
20332 (generic-mode-set-comments): Code cleanup.
20333 * generic-x.el: Don't prevent compilation. Don't require generic.
20334 Follow coding conventions. Minor code cleanup.
20335 (etc-fstab-generic-mode): Add some keywords.
20336 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20337 define-generic-mode like a function declaration.
20338
20339 2005-03-21 Jay Belanger <belanger@truman.edu>
20340
20341 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20342 changing modes.
20343
20344 2005-03-21 Sam Steingold <sds@gnu.org>
20345
20346 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20347
20348 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20349
20350 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20351 Add underscore to "f$ lexicals" regexp.
20352
20353 2005-03-20 Juri Linkov <juri@jurta.org>
20354
20355 * subr.el (progress-reporter-do-update): When `min-value' is equal
20356 to `max-value', set `percentage' to 0 and prevent division by zero.
20357
20358 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20359
20360 Sync with Tramp 2.0.48.
20361
20362 * net/tramp.el (all): Change all addresses to .gnu.org.
20363 (tramp-append-tramp-buffers): New defun.
20364 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20365 Catch `dont-send' signal.
20366 (tramp-set-auto-save-file-modes): Set always permissions, because
20367 there might be an old auto-saved file belonging to another
20368 original file. This could be a security threat. Reported by
20369 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20370 Check for Emacs 21.3.50 removed.
20371
20372 * net/tramp-smb.el (all): Remove debug construct for
20373 `with-parsed-tramp-file-name'.
20374 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20375 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20376 No error message if DIRECTORY or FILENAME doesn't exist.
20377 (tramp-smb-open-connection): Check existence of
20378 `tramp-smb-program'.
20379
20380 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20381
20382 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20383 Properly handle the case where the `m' or `s' command's argument is not
20384 yet terminated.
20385 (perl-indent-new-calculate): New function.
20386 (perl-indent-line): Use it.
20387
20388 2005-03-20 Miles Bader <miles@gnu.org>
20389
20390 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20391 in text-mode too. Change to new face names.
20392 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20393 Add `:weight bold' attribute.
20394 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20395
20396 2005-03-19 Juri Linkov <juri@jurta.org>
20397
20398 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20399
20400 * international/mule.el (auto-coding-alist): Sync with
20401 `auto-mode-alist' by adding upper case archive file extensions
20402 and adding ear/war to jar extension.
20403
20404 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20405
20406 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20407 running, restart it.
20408
20409 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20410
20411 * finder.el (finder-current-item): Throw an error on an empty line.
20412
20413 * man.el (Man-follow-manual-reference): If current-word returns
20414 nil, use "".
20415
20416 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20417
20418 * simple.el (goto-line): Doc fix.
20419
20420 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20421
20422 * files.el (save-buffer): Doc fix.
20423
20424 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20425
20426 * recentf.el (recentf-cleanup-remote): New variable.
20427 (recentf-cleanup): Use it to conditionally check availability of
20428 remote files.
20429
20430 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20431
20432 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20433 function names.
20434
20435 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20436
20437 * language/thai-word.el: New file.
20438
20439 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20440
20441 * files.el (backup-buffer): If the file's directory is not
20442 writable, use copy instead of move to backup the file.
20443
20444 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20445
20446 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20447
20448 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20449
20450 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20451 Use functionp instead of symbolp and fboundp. Reported by Drkm
20452 <darkman_spam@yahoo.fr>.
20453 (ps-print-version): New version 6.6.6.
20454
20455 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20456
20457 * textmodes/table.el (table--line-column-position): New idiom.
20458 (table--row-column-insertion-point-p): New function to test
20459 validity of row and column insertion operation at a location.
20460 (table-global-menu, table-cell-menu): Use above functions for
20461 deterministic test operation.
20462 (table--editable-cell-p): Behave in deterministic fashion.
20463
20464 2005-03-18 Juri Linkov <juri@jurta.org>
20465
20466 * isearch.el (isearch-lazy-highlight-new-loop):
20467 Make arguments beg and end optional.
20468 (isearch-update): Remove optional arguments nil from
20469 isearch-lazy-highlight-new-loop.
20470 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20471 isearch-lazy-highlight-case-fold-search instead of
20472 isearch-case-fold-search, and let-bind isearch-regexp to
20473 isearch-lazy-highlight-regexp.
20474 Use isearch-lazy-highlight-last-string instead of isearch-string.
20475
20476 * replace.el (perform-replace): Remove bindings of global
20477 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20478 Add three new arguments to `replace-highlight'.
20479 (replace-highlight): Add arguments string, regexp, case-fold.
20480 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20481 to allow isearch-lazy-highlight-new-loop to use these values
20482 to set corresponding isearch-lazy-highlight-* internal
20483 variables whose values lazy highlighting will use regardless of
20484 changes to global variables isearch-string, isearch-regexp,
20485 isearch-case-fold-search during lazy highlighting loop.
20486 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20487 to `lazy-highlight-cleanup'.
20488
20489 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20490 (ispell-highlight-face): Set default face to `isearch' when
20491 lazy highlighting is enabled.
20492 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20493 priority to 1. Add lazy highlighting.
20494 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20495 from `isearch-dehighlight'.
20496
20497 2005-03-18 David Ponce <david@dponce.com>
20498
20499 * files.el (hack-local-variables): Do a case-insensitive search
20500 for End.
20501
20502 2005-03-18 Juri Linkov <juri@jurta.org>
20503
20504 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20505 `isearch-lazy-highlight-cleanup', add alias to old name and
20506 declare obsolete. Add release numbers to other obsolete vars.
20507 (isearch-done, isearch-lazy-highlight-new-loop):
20508 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20509 (lazy-highlight-cleanup) <variable>: Doc fix.
20510 (isearch-lazy-highlight-update): Rename obsolete
20511 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20512
20513 2005-03-18 Kenichi Handa <handa@m17n.org>
20514
20515 * language/thai-util.el: Fix categorization of Thai characters in
20516 thai-category-table.
20517 (thai-composition-pattern): Adjust it for the above change.
20518 (thai-self-insert-command, thai-compose-syllable): New functions.
20519 (thai-compose-region): Use thai-compose-syllable.
20520 (thai-compose-string): Likewise.
20521 (thai-composition-function): Likewise.
20522 (thai-auto-composition): New function.
20523 (thai-auto-composition-mode): New minor mode.
20524
20525 * language/thai.el: Fix patterns to be registered in
20526 composition-function-table.
20527
20528 * international/quail.el (quail-input-method): Locally bind
20529 inhibit-modification-hooks to t.
20530
20531 2005-03-17 Richard M. Stallman <rms@gnu.org>
20532
20533 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20534 (perl-mode): Use run-mode-hooks.
20535
20536 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20537 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20538 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20539
20540 * mail/sendmail.el (sendmail-send-it): Reenable the code
20541 to compute resend-to-address and use it.
20542
20543 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20544
20545 * image-mode.el: New file.
20546
20547 * image.el (insert-sliced-image): Add autoload cookie.
20548
20549 * font-lock.el (font-lock-lines-before): New user option.
20550 (font-lock-after-change-function): Obey it.
20551
20552 * bindings.el (esc-map): Make M-g a prefix.
20553 Bind M-g g and M-g M-g to goto-line.
20554
20555 * faces.el (face-id): Doc fix.
20556
20557 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20558
20559 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20560 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20561 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20562
20563 * mail/sendmail.el (mail-yank-ignored-headers)
20564 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20565 Add Mail-Followup-To and Mail-Reply-To headers.
20566 (mail-citation-hook): Add autoload cookie.
20567 (mail-mode): Doc fix.
20568 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20569 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20570 (mail-mode-fill-paragraph): Handle those headers.
20571 (mail-mailing-lists): New variable.
20572 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20573
20574 2005-03-17 Juri Linkov <juri@jurta.org>
20575
20576 * isearch.el (isearch-fallback): Check for `(car previous)'
20577 before calling `isearch-other-end-state'.
20578
20579 2005-03-17 Kim F. Storm <storm@cua.dk>
20580
20581 * simple.el (move-beginning-of-line): Move to beginning of buffer
20582 line, as well as beginning of screen line.
20583
20584 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20585
20586 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20587 argument REDRAW rather than calendar-redrawing variable.
20588 * calendar/calendar.el (calendar-redrawing): Delete.
20589 (redraw-calendar): Do not bind calendar-redrawing.
20590
20591 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20592
20593 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20594 diary-file buffer.
20595
20596 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20597
20598 * help.el (describe-mode): Allow a :minor-mode-function property to
20599 specify a different minor mode toggle function than the variable.
20600 * simple.el (auto-fill-function):
20601 * subr.el (add-minor-mode): Use it.
20602
20603 2005-03-16 Kenichi Handa <handa@m17n.org>
20604
20605 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20606 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20607 (ethio-fidel-to-sera-buffer): Likewise.
20608
20609 2005-03-16 Juri Linkov <juri@jurta.org>
20610
20611 * emacs-lisp/find-func.el (find-function-regexp):
20612 Add defun-emitting macro `menu-bar-make-toggle'.
20613
20614 * isearch.el: Put `isearch-scroll' property to
20615 `split-window-horizontally'.
20616
20617 * info.el: Update error messages for `debug-ignored-errors'.
20618 (Info-isearch-search): Doc fix.
20619 (Info-find-node): Move up code to go into info buffer before
20620 recording the node to the history.
20621 (Info-fontify-node): Fontify titles only if the next line
20622 has two or more `*', `=', `-', `.'.
20623 Display "go to this node" for empty (match-string 3).
20624
20625 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20626
20627 * term/mac-win.el: Add mouse pointer shape constants.
20628
20629 2005-03-15 Kim F. Storm <storm@cua.dk>
20630
20631 * simple.el (move-beginning-of-line): Use vertical-motion.
20632
20633 2005-03-15 Juri Linkov <juri@jurta.org>
20634
20635 * isearch.el (isearch-error): New variable.
20636 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20637 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20638 (isearch-within-brackets-state): Remove.
20639 (isearch-case-fold-search-state, isearch-pop-fun-state):
20640 Decrease frame index.
20641 (isearch-mode, isearch-top-state, isearch-push-state)
20642 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20643 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20644 (isearch-search, isearch-lazy-highlight-new-loop):
20645 Replace `isearch-invalid-regexp' with `isearch-error'.
20646 Remove `isearch-within-brackets'.
20647 (isearch-search): Add `search-failed' handler to `condition-case'.
20648 (isearch-lazy-highlight-search): Add `condition-case' to catch
20649 errors and allow `isearch-lazy-highlight-update' to try
20650 highlighting from the beginning of the window.
20651 (isearch-repeat): Move up code to set isearch-wrapped to t
20652 before calling isearch-wrap-function.
20653
20654 * info.el (Info-isearch-initial-node): New internal variable.
20655 (Info-search): Signal an error in isearch mode when search leaves
20656 the initial node. Signal an error when `bound' is non-nil and
20657 nothing was found in the current subfile.
20658 (Info-isearch-search): Remove `condition-case'.
20659 (Info-isearch-wrap): Don't wrap when search failed during leaving
20660 the initial node. If `Info-isearch-search' is nil, wrap around
20661 the current node.
20662 (Info-isearch-start): New fun.
20663 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20664 `isearch-mode-hook'.
20665
20666 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20667
20668 * simple.el (normal-erase-is-backspace): Set default to t if
20669 running on Mac.
20670
20671 * term/mac-win.el (function-key-map): Sync with x-win.el.
20672
20673 2005-03-15 Kenichi Handa <handa@m17n.org>
20674
20675 * international/mule-cmds.el (locale-language-names): Modify the
20676 format of elements and add more entries.
20677 (locale-preferred-coding-systems): Add more entries.
20678 (set-locale-environment): Adjust for the change of
20679 locale-language-names.
20680
20681 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20682
20683 * pcvs.el (smerge-ediff): Remove bogus autoload.
20684
20685 2005-03-14 Lute Kamstra <lute@gnu.org>
20686
20687 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20688 Ignore a `*' at the beginning of a line.
20689
20690 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20691 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20692 subr.el.
20693 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20694 to specify indentation.
20695
20696 * generic.el (define-generic-mode): Let generic-mode-list be a
20697 list of strings; test membership with equal.
20698
20699 2005-03-14 Kim F. Storm <storm@cua.dk>
20700
20701 * simple.el (next-line, previous-line): Add optional try-vscroll
20702 arg to recognize interactive use. Pass it on to line-move.
20703 (line-move): Don't perform auto-window-vscroll when defining or
20704 executing keyboard macro to ensure consistent behavior.
20705
20706 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20707
20708 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20709
20710 2005-03-13 Lute Kamstra <lute@gnu.org>
20711
20712 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20713 debugger-setup-buffer so that backtrace marks the frames set to
20714 debug-on-exit and we don't have to do it manually. Set an extra
20715 debug-on-exit for macro's.
20716 (debugger-setup-buffer): Don't mark the top frame manually.
20717
20718 2005-03-12 Lute Kamstra <lute@gnu.org>
20719
20720 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20721 lisp-indent-function throughout.
20722 (with-no-warnings): Set lisp-indent-function property.
20723
20724 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20725
20726 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20727 Add entry for backslash.
20728
20729 2005-03-12 Juri Linkov <juri@jurta.org>
20730
20731 * info.el (Info-search): Four fixes for backward search.
20732
20733 2005-03-11 Jay Belanger <belanger@truman.edu>
20734
20735 * calc/calc.el (calc-language-alist): New variable.
20736 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20737 (calc-embedded-find-modes): Use calc-language-alist instead of
20738 calc-embedded-language-alist.
20739
20740 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20741
20742 * calendar/calendar.el (calendar-redrawing): New internal
20743 variable.
20744 (redraw-calendar): Remove bogus save-excursion from previous
20745 change. Bind calendar-redrawing to t for mark-diary-entries.
20746 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20747 calendar if that is why we were called.
20748
20749 2005-03-11 Kenichi Handa <handa@m17n.org>
20750
20751 * international/mule.el (make-coding-system): Set property
20752 coding-system-define-form to nil.
20753 (define-coding-system-alias): Likewise.
20754
20755 2005-03-11 Kenichi Handa <handa@m17n.org>
20756
20757 These changes are suggested by Dave Love <fx@gnu.org>.
20758
20759 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20760 coding: tag.
20761 (adaptive-fill-regexp): Add more bullets.
20762 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20763 regexps.
20764
20765 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20766
20767 * help.el (describe-mode): Properly handle non-trivial lighters.
20768 Don't ignore minor modes that are not listed in minor-mode-list.
20769
20770 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20771 feature ON when the user requests to turn it OFF.
20772
20773 2005-03-10 Lute Kamstra <lute@gnu.org>
20774
20775 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20776 (implement-debug-on-entry): New function to replace debug-entry-code.
20777 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20778 second argument as the 2005-03-07 change makes it obsolete.
20779 (debug-on-entry, cancel-debug-on-entry): Update call to
20780 debug-on-entry-1.
20781 (debug, debugger-setup-buffer): Comment update.
20782 (debugger-frame-number): Update to work with implement-debug-on-entry.
20783
20784 2005-03-10 Jay Belanger <belanger@truman.edu>
20785
20786 * calc/calc-embed.el (math-ms-args): Declare it.
20787 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20788 math-ms-args.
20789 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20790 variables.
20791
20792 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20793
20794 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20795 Use message-box.
20796
20797 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20798 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20799 (tooltip-gud-tips): Simplify.
20800 (tooltip-gud-tips-p): Remove superfluous :set.
20801 (tooltip-gud-modes): Add fortran-mode.
20802 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20803
20804 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20805
20806 2005-03-09 Kim F. Storm <storm@cua.dk>
20807
20808 * play/animate.el (animate-place-char): Use forward-line instead
20809 of next-line to improve performance.
20810
20811 2005-03-09 Simon Josefsson <jas@extundo.com>
20812
20813 * net/browse-url.el (browse-url-default-browser): Doc fix.
20814
20815 2005-03-09 Miles Bader <miles@gnu.org>
20816
20817 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20818 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20819
20820 2005-03-09 Kenichi Handa <handa@m17n.org>
20821
20822 * international/latin-1.el: Set case and syntax for 255 only if
20823 set-case-syntax-set-multibyte is nil.
20824
20825 * textmodes/ispell.el (ispell-insert-word): New function.
20826 (ispell-word): Use ispell-insert-word to insert a new word.
20827 (ispell-process-line): Likewise.
20828 (ispell-complete-word): Likewise.
20829
20830 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20831
20832 * calendar/calendar.el (redraw-calendar): Preserve point.
20833 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20834 (calendar-week-start-day): Move after definition of
20835 redraw-calendar. Delete buffer test, since redraw-calendar has
20836 that now.
20837
20838 * calendar/diary-lib.el (mark-diary-entries): Only call
20839 redraw-calendar in the first of any recursive calls.
20840 Reported by Alan Shutko <ats@acm.org>.
20841
20842 2005-03-08 Juri Linkov <juri@jurta.org>
20843
20844 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20845 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20846 (html-radio-buttons): Add a space before the trailing `/>' where
20847 sgml-xml-mode is non-nil.
20848 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20849 the subsequent tag of the empty XML tag.
20850 (html-href-anchor): Don't set initial input to "http:".
20851 (html-image): Ask for the image URL and set point inside alt="".
20852 (html-name-anchor): Duplicate the name in the `id' attribute when
20853 sgml-xml-mode is non-nil.
20854 (html-paragraph): Remove \n before <p>.
20855 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20856 instead of `checked' when sgml-xml-mode is non-nil.
20857
20858 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20859 Remove 1 space before #RRGGBB to not truncate it on terminal
20860 windows w/o fringes. Remove 1 space between bg and fg examples
20861 to get more space.
20862 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20863 avoid byte-compile warnings.
20864
20865 * image-file.el (image-file-handler): Put `safe-magic' property to
20866 `image-file-handler'.
20867
20868 * info.el (Info-isearch-search): Emulate word search in
20869 isearching through multiple Info nodes with Info-search.
20870 (Info-isearch-wrap): Allow isearch-word.
20871
20872 2005-03-08 Lute Kamstra <lute@gnu.org>
20873
20874 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20875 stepping into the debugger's code is not possible.
20876 (debugger-jumping-flag): Docstring update.
20877
20878 2005-03-08 Jay Belanger <belanger@truman.edu>
20879
20880 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20881 embedded mode begins.
20882 (calc-embedded-language-alist): New variable.
20883 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20884 set default language mode.
20885
20886 2005-03-08 Kenichi Handa <handa@m17n.org>
20887
20888 * international/ccl.el (define-ccl-program): Fix docstring about
20889 extra 256 bytes assured for the output buffer.
20890
20891 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20892 Fix BUFFER_MAGNIFICATION to 2.
20893 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20894
20895 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20896
20897 * align.el (align-rules-list): Added an alignment rule for CSS
20898 declarations (applies to css-mode and html-mode buffers).
20899
20900 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20901
20902 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20903
20904 2005-03-07 Kim F. Storm <storm@cua.dk>
20905
20906 * simple.el (move-beginning-of-line): New command.
20907
20908 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20909
20910 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20911
20912 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20913 and move-beginning-of-line.
20914
20915 * apropos.el (apropos-print): Omit command from M-x ... RET.
20916
20917 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20918
20919 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20920 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20921
20922 2005-03-06 Richard M. Stallman <rms@gnu.org>
20923
20924 * bindings.el (esc-map): Bind M-g to goto-line.
20925
20926 * facemenu.el (global-map): Bind M-o, not M-g.
20927
20928 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20929
20930 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20931 "Open Directory" as for "Open File".
20932
20933 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20934
20935 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20936 (push-mark-command): Run activate-mark-hook.
20937
20938 2005-03-06 Richard M. Stallman <rms@gnu.org>
20939
20940 * help-mode.el (help-mode-finish): Don't alter the element
20941 in view-return-to-alist if there already is one.
20942
20943 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20944 make sure the current buffer is the expected one.
20945
20946 * novice.el (disabled-command-function): Output in *Disabled Command*.
20947 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20948
20949 * textmodes/flyspell.el (flyspell-large-region):
20950 Pass args differently for aspell.
20951
20952 * files.el (mode-require-final-newline): Doc fix.
20953
20954 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20955
20956 * progmodes/which-func.el (which-function):
20957 Specify NOERROR when calling imenu--make-index-alist.
20958
20959 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20960
20961 * simple.el (normal-erase-is-backspace): Define default value.
20962
20963 * custom.el (custom-theme-set-variables): Remove unused var
20964 `immediate'.
20965 (custom-reevaluate-setting): Simple function to handle variables
20966 that are defined before their default value can really be
20967 computed.
20968
20969 * startup.el (command-line): Use it for temporary-file-directory,
20970 small-emporary-file-directory, auto-save-file-name-transforms,
20971 blink-cursor-mode, and normal-erase-is-backspace.
20972
20973 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20974 progress, even with buggy anchored keywords.
20975
20976 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20977
20978 * simple.el (goto-line): Remove unbalanced final parenthesis.
20979
20980 2005-03-05 Richard M. Stallman <rms@gnu.org>
20981
20982 * simple.el (goto-line): Use a number at point as the default.
20983 With C-u as arg, switch buffers.
20984
20985 2005-03-05 Juri Linkov <juri@jurta.org>
20986
20987 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20988 with `no-blinking-cursor'.
20989
20990 * startup.el (no-blinking-cursor): New defvar.
20991 (command-line): Add `--no-blinking-cursor' to longopts.
20992 Set `no-blinking-cursor' to t for command line arguments
20993 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20994 with `no-blinking-cursor' in the condition for calling
20995 `blink-cursor-mode'.
20996
20997 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20998
20999 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21000 (menu-bar-options-save): Add blink-cursor-mode.
21001 (menu-bar-options-menu): Add blink-cursor-mode.
21002
21003 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21004
21005 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21006 (icalendar-export-file, icalendar-export-region)
21007 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21008 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21009
21010 2005-03-04 Lute Kamstra <lute@gnu.org>
21011
21012 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21013 (debug-function-list): Ditto.
21014
21015 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21016
21017 * textmodes/texinfmt.el (texinfo-append-refill):
21018 Redefine the types of line to which @refill
21019 is not appended by replacing a search for `@refill\\|@bye' with
21020 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21021 itemize@refill' bug and the unfilled long lines bug.
21022 (texinfmt-version): Update number and date.
21023
21024 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21025
21026 * international/code-pages.el (windows-1250, windows-125[2-8])
21027 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21028
21029 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21030
21031 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21032 bound yet.
21033
21034 2005-03-02 Romain Francoise <romain@orebokech.com>
21035
21036 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21037 buffer after removing limits.
21038 (ibuffer-pop-filter): Ditto.
21039 Update copyright.
21040
21041 2005-03-02 Miles Bader <miles@gnu.org>
21042
21043 * button.el (make-text-button): If the user doesn't specify a
21044 type, use the default. Rewrite to use `add-text-properties' and
21045 plist functions.
21046
21047 2005-03-01 Lute Kamstra <lute@gnu.org>
21048
21049 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21050 (debugger-jumping-flag): New var.
21051 (debug-entry-code): Use it.
21052 (debugger-jump): Use debugger-jumping-flag and add
21053 debugger-reenable to post-command-hook.
21054 (debugger-reenable): Use debugger-jumping-flag and remove itself
21055 from post-command-hook.
21056 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21057 debugger-reenable.
21058
21059 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21060
21061 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21062 inclusion of "itemize\\|", which may be unnecessary, is certainly
21063 inelegant, and stops refilling in itemize lists when formatting
21064 Japanese Texinfo files to Info.
21065 Update copyright to 2005.
21066
21067 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21068
21069 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21070 of an error if GDB can't find the source file.
21071
21072 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21073
21074 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21075 not just the calendar.
21076
21077 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21078 first.
21079 (diary-redraw-calendar): New function.
21080 (make-diary-entry): Add diary-redraw-calendar to local
21081 write-contents-functions. Turn off selective display before
21082 inserting in diary.
21083
21084 2005-03-01 Kim F. Storm <storm@cua.dk>
21085
21086 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21087
21088 2005-03-01 Lute Kamstra <lute@gnu.org>
21089
21090 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21091 that debug-entry-code can be safely removed from a function while
21092 this code is being evaluated. Revert the 2005-02-27 change as the
21093 new implementation no longer requires it. Make sure that a
21094 function body containing just a string is not mistaken for a docstring.
21095 (debug): Skip one more frame in case of debug on entry.
21096 (debugger-setup-buffer): Delete one more frame line in case of
21097 debug on entry.
21098 (debugger-frame-number): Update to use the new text introduced by
21099 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21100
21101 2005-02-28 Kim F. Storm <storm@cua.dk>
21102
21103 * double.el (double-translate-key): Call force-window-update after
21104 read-event to avoid crash in redisplay.
21105
21106 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21107
21108 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21109 (debug): Use it. Move the inhibit-trace earlier.
21110 (debug-entry-code): New const.
21111 (debug-on-entry-1): Use it.
21112
21113 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21114
21115 * international/utf-16.el (ccl-encode-mule-utf-16le):
21116 Fix BUFFER_MAGNIFICATION to 2.
21117 (ccl-encode-mule-utf-16be): Likewise.
21118
21119 2005-02-28 Kenichi Handa <handa@m17n.org>
21120
21121 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21122 Fix BUFFER_MAGNIFICATION to 4.
21123 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21124
21125 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21126
21127 * speedbar.el (speedbar-update-flag): Doc fix.
21128 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21129 argument.
21130
21131 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21132
21133 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21134 have a non-nil `invisible' property but are actually visible.
21135
21136 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21137 for perldoc sections.
21138 (perl-outline-regexp, perl-outline-level): New var and function.
21139 (perl-mode): Use them.
21140
21141 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21142
21143 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21144 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21145
21146 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21147
21148 * cus-edit.el: Comment change.
21149 (custom-buffer-create-internal): Slightly reword text at top of
21150 Custom buffers. Mention there that saving an option edits the
21151 init file. Add link to Emacs manual node on `custom-file'.
21152 (custom-magic-alist): Rewrite individual State messages to use
21153 capitalized keywords. Doc fix.
21154
21155 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21156
21157 * calendar/calendar.el (calendar-buffer): Move above
21158 calendar-week-start-day.
21159 (calendar-week-start-day): Doc fix. Add :set function.
21160 (calendar-minimum-window-height): New variable.
21161 (generate-calendar-window): Only resize window if selected-window
21162 is displaying the calendar buffer. Use new variable
21163 calendar-minimum-window-height.
21164 (generate-calendar): Reword error message.
21165 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21166
21167 2005-02-27 Andreas Schwab <schwab@suse.de>
21168
21169 * vc.el (vc-do-command): Don't run command asynchronously when
21170 operating in a remote directory.
21171
21172 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21173 change from sync with Tramp 2.0.47.
21174
21175 2005-02-27 Richard M. Stallman <rms@gnu.org>
21176
21177 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21178
21179 * textmodes/flyspell.el (flyspell-mode-on):
21180 Call ispell-change-dictionary only if necessary.
21181
21182 * emacs-lisp/re-builder.el (regexp-builder): New function.
21183
21184 * register.el (describe-register-1): Explicitly handle
21185 yank-excluded-properties = t.
21186
21187 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21188 (custom-magic-alist): Change the status descriptions again.
21189 (face widget-type): Total rewrite based on `restricted-sexp'
21190 to eliminate the confusing double hiding levels.
21191
21192 * emacs-lisp/debug.el (debug-on-entry-1):
21193 If function body is empty, add nil as body form.
21194
21195 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21196
21197 * emacs-lisp/trace.el (inhibit-trace): New var.
21198 (trace-make-advice): Use it.
21199
21200 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21201
21202 2005-02-26 Kim F. Storm <storm@cua.dk>
21203
21204 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21205 (mouse-on-link-p, mouse-drag-region-1): Use it.
21206
21207 2005-02-25 Lute Kamstra <lute@gnu.org>
21208
21209 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21210
21211 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21212
21213 * frame.el (blink-cursor-mode): Add :group keyword.
21214
21215 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21216
21217 * calendar/icalendar.el (icalendar--decode-isodatetime):
21218 New optional argument DAY-SHIFT.
21219 (icalendar-export-region): Fix coding-system-for-write.
21220 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21221 events by one.
21222
21223 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21224
21225 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21226
21227 2005-02-24 Kim F. Storm <storm@cua.dk>
21228
21229 * international/iso-acc.el (iso-accents-compose): Fix crash
21230 during redisplay. Call force-window-update after read-event
21231 and delete-region to signal that window is not accurate.
21232
21233 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21234
21235 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21236 Remove unused and inexistent var `inhibit-trace'.
21237 (debugger-mode): Use run-mode-hooks.
21238 (debugger-list-functions): Add buttons; setup xref stack.
21239
21240 2005-02-23 Richard M. Stallman <rms@gnu.org>
21241
21242 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21243 appointment says it was explicitly made.
21244 (appt-add): Set the 3rd element.
21245 (appt-make-list): Preserve explicit appointments.
21246
21247 * subr.el (find-tag-default): Catch errors in forward-sexp.
21248
21249 2005-02-23 Juri Linkov <juri@jurta.org>
21250
21251 * info.el (Info-isearch-search): New defcustom.
21252 (Info-isearch-search): Call the default isearch function
21253 when Info-isearch-search is nil.
21254 (Info-isearch-wrap): Use variable Info-isearch-search.
21255
21256 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21257
21258 * cus-edit.el: Comment change.
21259
21260 2005-02-22 Kim F. Storm <storm@cua.dk>
21261
21262 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21263 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21264
21265 2005-02-22 Simon Josefsson <jas@extundo.com>
21266
21267 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21268 New variable.
21269 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21270 Oskarsson" <myrkraverk@users.sourceforget.net>.
21271
21272 2005-02-22 Kim F. Storm <storm@cua.dk>
21273
21274 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21275 check that window of that event is the selected window.
21276 (mouse-drag-region-1): Compare mouse event window to selected
21277 window before setting point.
21278
21279 * tooltip.el (tooltip-show-help-function): Pass event to
21280 mouse-on-link-p so it can check selected window.
21281
21282 2005-02-22 Kenichi Handa <handa@m17n.org>
21283
21284 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21285 (ps-mule-show-warning): New function.
21286 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21287 characters are found.
21288
21289 * ps-print.el (ps-header-footer-string): Return a list of header
21290 and footer strings.
21291
21292 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21293
21294 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21295
21296 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21297
21298 * frame.el (blink-cursor-mode): Use define-minor-mode.
21299
21300 * term/mac-win.el (function-key-map): Use char-names more consistently.
21301 (file-name-coding-system): Only set it for MacOS-9. The other case is
21302 already handled in mule-cmds.el (where it also works when mac-win.el
21303 is not used).
21304
21305 2005-02-21 Kenichi Handa <handa@m17n.org>
21306
21307 * international/mule.el (ctext-pre-write-conversion): Always use
21308 " *code-converting-work*" buffer for work.
21309
21310 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21311
21312 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21313
21314 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21315
21316 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21317
21318 * ses.el (undo-more): Restore defadvice, but only the part that
21319 allows changes outside the restricted area of the buffer.
21320
21321 2005-02-20 Kim F. Storm <storm@cua.dk>
21322
21323 * simple.el (line-move): Add fourth optional arg try-vscroll which
21324 must be set to perform auto-window-vscroll.
21325 When moving backwards and doing auto-window-vscroll, automatically
21326 vscroll to the last part of lines which are taller than the window.
21327 (next-line, previous-line): Set try-vscroll arg on line-move.
21328
21329 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21330
21331 * replace.el (query-replace, query-replace-regexp)
21332 (replace-string, replace-regexp): When operating on region, make
21333 the minibuffer prompt say so.
21334
21335 * isearch.el (isearch-forward): Document isearch-query-replace and
21336 isearch-query-replace-regexp keybindings.
21337
21338 2005-02-19 Jay Belanger <belanger@truman.edu>
21339
21340 * calc/calc-aent.el (math-read-token): Add local variable.
21341
21342 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21343 (calc-edit-top): Move declaration to earlier in file.
21344 (calc-edit-macro-repeats): Add local variables.
21345
21346 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21347 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21348 calcFunc-tanh.
21349 Adjust integration rule for calcFunc-tan.
21350
21351 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21352
21353 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21354 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21355 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21356 (viper-skip-separators): Bug fix.
21357 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21358 particular major mode.
21359 (viper-del-backward-char-in-replace): Don't put deleted char on the
21360 kill ring.
21361
21362 * viper-ex.el (viper-color-display-p): New function.
21363 (viper-has-face-support-p): Use viper-color-display-p.
21364
21365 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21366
21367 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21368
21369 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21370 (viper-file-remote-p): Make equivalent to file-remote-p.
21371
21372 * viper.el (viper-major-mode-modifier-list):
21373 Use viper-gnus-modifier-map.
21374
21375 2005-02-19 David Kastrup <dak@gnu.org>
21376
21377 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21378 quoting.
21379
21380 2005-02-19 Jay Belanger <belanger@truman.edu>
21381
21382 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21383 Remove extra definitions.
21384 (calc-coth): New function.
21385 (calcFunc-cot): Fix `let'.
21386
21387 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21388
21389 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21390 the reasons we use "type pc" in these faces.
21391
21392 * button.el (button): Ditto.
21393
21394 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21395
21396 * replace.el (query-replace-read-from): Set the value of
21397 query-replace-from-history-variable to handle the case of an empty
21398 string entered to accept the suggested default.
21399
21400 * net/tramp.el (tramp-file-name-for-operation):
21401 Use dired-call-process instead of dired-call-process-command.
21402
21403 2005-02-19 Jay Belanger <belanger@truman.edu>
21404
21405 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21406 (math-div-non-trig): New variables.
21407 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21408 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21409 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21410 trig expressions.
21411
21412 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21413
21414 * progmodes/gdb-ui.el (gdb-var-update-handler)
21415 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21416 for watch expressions,
21417 (gdb-var-create-handler): Don't set speedbar-update-flag.
21418 (gdb-post-prompt): Simplify test for speedbar.
21419
21420 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21421
21422 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21423 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21424 we use the syntax table of the correct buffer.
21425 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21426 Felix Gatzemeier.
21427
21428 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21429 (ediff-file-remote-p): Make synonymous with file-remote-p.
21430 In all deffaces ediff-*-face-*, use min-colors.
21431
21432 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21433 ediff-recurse-to-subdirectories.
21434 (ediff-mark-if-equal): Check that the arguments are strings, use
21435 ediff-same-contents (after to Felix Gatzemeier).
21436
21437 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21438 nil.
21439
21440 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21441
21442 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21443
21444 2005-02-18 David Kastrup <dak@gnu.org>
21445
21446 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21447 use `mark-active' when defined.
21448
21449 2005-02-18 Kenichi Handa <handa@m17n.org>
21450
21451 * ps-print.el (ps-font-info-database): New entry
21452 ZapfChancery-MediumItalic with correct font name. Fix font name
21453 of the entry Zapf-Chancery-MediumItalic.
21454
21455 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21456
21457 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21458
21459 2005-02-16 Kim F. Storm <storm@cua.dk>
21460
21461 * ido.el (ido-fallback-command): Pass user input to fallback command.
21462
21463 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21464
21465 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21466 (gdb-find-file-hook): Add server prefix.
21467
21468 2005-02-16 Richard M. Stallman <rms@gnu.org>
21469
21470 * replace.el (perform-replace): Pass new args to replace-highlight.
21471 (replace-highlight): Take region args,
21472 and pass them to isearch-lazy-highlight-new-loop.
21473
21474 * novice.el (disabled-command-hook): Autoload the defalias
21475 and the make-obsolete-variable call.
21476
21477 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21478
21479 * isearch.el (isearch-lazy-highlight-start-limit)
21480 (isearch-lazy-highlight-end-limit): New variables limit
21481 the region for highlighting.
21482 (isearch-lazy-highlight-new-loop): New args BEG and END.
21483 (isearch-lazy-highlight-search): Use the new vars.
21484 (isearch-lazy-highlight-update): Likewise.
21485
21486 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21487
21488 * cus-start.el (all): Use default-boundp.
21489
21490 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21491
21492 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21493
21494 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21495
21496 * autorevert.el (auto-revert-stop-on-user-input)
21497 (auto-revert-verbose): Doc fixes.
21498
21499 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21500
21501 * international/mule-cmds.el (set-locale-environment): Remove call
21502 to set-selection-coding-system on Windows.
21503
21504 2005-02-15 Jay Belanger <belanger@truman.edu>
21505
21506 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21507 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21508 calcFunc-coth.
21509 (math-simplify-sqrt): Add simplifications.
21510
21511 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21512 to list.
21513
21514 * calc/calc-ext.el: Add functions to autoloads.
21515
21516 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21517 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21518 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21519 (math-csc-raw, math-cot-raw): New functions.
21520
21521 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21522
21523 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21524 the variable name in a message.
21525
21526 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21527 calcFunc-csc, calcFunc-cot.
21528
21529 * calc/calcalg2.el: Add derivative and integration rules for
21530 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21531 calcFunc-csch, calcFunc-coth.
21532 (math-do-integral-methods): Add to checks for when to use
21533 substitutions.
21534
21535 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21536
21537 2005-02-15 Lute Kamstra <lute@gnu.org>
21538
21539 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21540 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21541 <monnier@iro.umontreal.ca>
21542 (lisp-outline-level): Improve efficiency. Suggested by David
21543 Kastrup <dak@gnu.org>.
21544
21545 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21546
21547 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21548 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21549 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21550 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21551 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21552
21553 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21554
21555 * cus-start.el (all): Comment change.
21556
21557 2005-02-14 Lute Kamstra <lute@gnu.org>
21558
21559 * cus-start.el (all): Check if symbol is void.
21560
21561 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21562
21563 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21564 optional argument to \cite.
21565
21566 2005-02-14 Richard M. Stallman <rms@gnu.org>
21567
21568 * cus-edit.el (custom-buffer-create-internal): Update help message.
21569 (custom-magic-alist): Update help messages.
21570
21571 * cus-start.el (all): Allow a var to specify a standard value.
21572
21573 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21574
21575 * custom.el (custom-theme-set-variables): Handle variable aliases.
21576
21577 * frame.el (blink-cursor-timer): Doc fix.
21578 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21579 declare obsolete.
21580 (blink-cursor-mode): Define with defcustom and use correct
21581 standard expression in that defcustom.
21582 * startup.el (command-line): Adapt to above changes in frame.el.
21583
21584 2005-02-11 Lute Kamstra <lute@gnu.org>
21585
21586 * apropos.el (apropos-score-doc): Prevent division by zero.
21587
21588 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21589
21590 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21591 (icalendar--get-event-property-attributes)
21592 (icalendar--get-event-properties)
21593 (icalendar--datetime-to-diary-date): New functions.
21594 (icalendar--split-value): Doc fix.
21595 (icalendar--datetime-to-noneuropean-date)
21596 (icalendar--datetime-to-european-date): New optional argument
21597 SEPARATOR. Return result as a string instead of a list.
21598 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21599 (icalendar--convert-string-for-export): Rename arg S to STRING.
21600 (icalendar-export-region): Doc fix. Change name of error buffer.
21601 Save output buffer.
21602 (icalendar-import-file): Add blank at end of prompt.
21603 (icalendar-import-buffer): Doc fix. Do not switch to error
21604 buffer. Indicate status in return value.
21605 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21606 buffer. Save output buffer. Handle exception from recurrence
21607 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21608 events. Fix problems with weekly all-day events.
21609
21610 2005-02-10 Richard M. Stallman <rms@gnu.org>
21611
21612 * simple.el (eval-expression-print-format):
21613 Avoid warning about edebug-active.
21614
21615 * help.el (help-for-help-internal): Rename from help-for-help.
21616 (help-for-help): Define with defalias.
21617
21618 * font-core.el (font-lock-default-function): Use with-no-warnings.
21619
21620 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21621
21622 * custom.el (defface): Doc fix.
21623
21624 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21625
21626 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21627 width 0" to prevent word wrapping problems.
21628
21629 2005-02-09 Kim F. Storm <storm@cua.dk>
21630
21631 * ido.el (ido-file-extensions-order): New defcustom.
21632 (ido-file-extension-lessp, ido-file-extension-aux)
21633 (ido-file-extension-order): New advanced file ordering.
21634 (ido-file-lessp): New simple file ordering.
21635 (ido-sort-list): Remove.
21636 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21637 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21638
21639 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21640
21641 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21642 that some versions of grep produce.
21643 (grep-mode-font-lock-keywords): Likewise.
21644
21645 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21646
21647 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21648 (gdb-cdir): Delete.
21649 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21650 (gdb-source-info): Treat case when source file is in another
21651 directory properly.
21652 (gdb-get-location): New function.
21653
21654 2005-02-07 Jay Belanger <belanger@truman.edu>
21655
21656 * calc/calc-prog.el (calc-write-parse-table-part)
21657 (calc-fix-token-name): Fix a check for language type.
21658
21659 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21660
21661 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21662
21663 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21664 as directory not writable.
21665
21666 2005-02-07 Kim F. Storm <storm@cua.dk>
21667
21668 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21669 (cua--standard-movement-commands): Remove list.
21670 Instead, set CUA property value to move for movement commands.
21671 (cua-movement-commands): Remove. Users must set CUA prop instead.
21672 (cua--pre-command-handler): Check CUA property.
21673 (cua--init-keymaps): Don't remap undo commands.
21674 (cua-mode): Don't call cua--rectangle-on-off.
21675
21676 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21677 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21678 (cua--rect-undo-set-point): New var.
21679 (cua--rectangle-undo-boundary): Setup undo apply entry.
21680 (cua--rect-undo-handler): New function for rectangle undo.
21681 (cua--rect-start-position, cua--rect-end-position): Add.
21682 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21683 for restored rectangle. Set point if cua--rect-undo-set-point.
21684
21685 2005-02-06 Jay Belanger <belanger@truman.edu>
21686
21687 * calc/calc-lang.el (calc-tex-language): Display more information
21688 in messages.
21689
21690 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21691 in TeX mode.
21692
21693 2005-02-06 Richard M. Stallman <rms@gnu.org>
21694
21695 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21696
21697 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21698
21699 * net/ldap.el (ldap-search-internal): Support attributes with
21700 optional descriptions separated by a semi-colon, as in
21701 "userCertificate;binary".
21702
21703 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21704
21705 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21706 isn't a cons (i.e. the version is 0).
21707
21708 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21709
21710 * help.el (help-for-help): Doc fix.
21711
21712 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21713
21714 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21715 GDB-Windows on the menu-bar as this works better.
21716
21717 2005-02-04 Jay Belanger <belanger@truman.edu>
21718
21719 * calc/calc-embed.el (calc-embedded-update): Don't put in
21720 unnecessary newlines. Adjust the end of formula marker.
21721
21722 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21723 (math-latex-parse-two-args): New function.
21724
21725 2005-02-03 Lute Kamstra <lute@gnu.org>
21726
21727 * help-fns.el (help-with-tutorial): Make sure that users cannot
21728 remove the entire text of the tutorial by means of `undo'.
21729
21730 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21731
21732 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21733 in recent changes, where the ispell process was repeatedly
21734 killed & restarted.
21735
21736 * international/mule-cmds.el (set-locale-environment): Set file-name
21737 coding system to utf-8 on Darwin systems.
21738 (set-default-coding-systems): Don't set default-file-name-coding-system
21739 on Darwin systems.
21740
21741 2005-02-03 Richard M. Stallman <rms@gnu.org>
21742
21743 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21744
21745 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21746
21747 * faces.el (list-faces-display): Add optional argument.
21748
21749 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21750
21751 * font-core.el (font-lock-default-function): Handle the rare case where
21752 only font-lock-keywords is set.
21753
21754 2005-02-02 Kenichi Handa <handa@m17n.org>
21755
21756 * international/characters.el: Cancel previous change for
21757 I-WITH-DOT-ABOVE and DOTLESS-i.
21758
21759 * international/latin-5.el: Cancel previous change.
21760
21761 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21762
21763 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21764
21765 2005-02-02 Kenichi Handa <handa@m17n.org>
21766
21767 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21768 DOTLESS-i.
21769
21770 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21771 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21772
21773 * case-table.el (get-upcase-table): New function.
21774 (copy-case-table): Copy upcaes table too if non-nil.
21775 (set-case-syntax-delims): Maintain upcase table too.
21776 (set-case-syntax-pair): Likewise.
21777 (set-upcase-syntax, set-downcase-syntax): New functions.
21778 (set-case-syntax): Maintain upcase table too.
21779
21780 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21781
21782 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21783
21784 * progmodes/gud.el (gud-goto-info): New function.
21785 (gud-tool-bar-map): Use correct icon.
21786
21787 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21788
21789 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21790 When delegating, order args in the funcall correctly.
21791
21792 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21793
21794 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21795
21796 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21797
21798 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21799 buffer not visiting a file.
21800
21801 2005-01-31 Jay Belanger <belanger@truman.edu>
21802
21803 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21804 bound on the line with the formula.
21805
21806 2005-01-31 Kim F. Storm <storm@cua.dk>
21807
21808 * ses.el (ses-create-cell-variable-range)
21809 (ses-destroy-cell-variable-range, ses-reset-header-string)
21810 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21811 (ses-insert-row): Fix format of apply undo entries.
21812
21813 2005-01-31 Jay Belanger <belanger@truman.edu>
21814
21815 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21816 parts.
21817
21818 * calc/calc-embed.el (calc-embedded-open-formula)
21819 (calc-embedded-close-formula): Ignore matrix environments.
21820
21821 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21822 TeX mode.
21823
21824 * calc/calc-lang.el (math-function-table, math-oper-table)
21825 (math-variable-table): Adjust the LaTeX portions.
21826
21827 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21828 (math-latex-ignore-words): New constant.
21829
21830 2005-01-31 Richard M. Stallman <rms@gnu.org>
21831
21832 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21833 (ispell-local-dictionary): Doc fix.
21834 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21835 Don't reinitialize at run time. Don't defcustom.
21836 All uses changed to append ispell-local-dictionary-alist,
21837 or check it first.
21838 (ispell-current-dictionary): New variable for dictionary in use.
21839 (ispell-dictionary): Now used only for global default.
21840 (ispell-start-process): Set ispell-current-dictionary,
21841 not ispell-dictionary.
21842 (ispell-change-dictionary): Use this only for setting
21843 user preferences.
21844 (ispell-internal-change-dictionary): New function
21845 to change the current dictionary in use.
21846 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21847 Use ispell-current-dictionary.
21848 Handle ispell-local-dictionary-overridden.
21849 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21850
21851 2005-01-31 Jay Belanger <belanger@truman.edu>
21852
21853 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21854
21855 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21856 (calc-mode-map): Add calc-latex-language.
21857
21858 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21859 (math-latex-print-frac): New functions.
21860 (math-oper-table, math-function-table, math-variable-table)
21861 (math-complex-format, math-input-filter): Add latex properties.
21862 (calc-set-language): Set math-expr-special-function-mapping.
21863
21864 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21865 (calc-write-parse-table-part): Add LaTeX support.
21866
21867 * calc/calc.el (calc-language): Adjust docstring.
21868 (calc-set-mode-line): Add LaTeX support.
21869 (math-expr-special-function-mapping): New variable.
21870 (math-tex-ignore-words): Add to list.
21871
21872 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21873 Add LaTeX support.
21874 (math-compose-expr): Add support for special functions.
21875
21876 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21877
21878 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21879
21880 * progmodes/gdb-ui.el (gdb-memory-address)
21881 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21882 (gdb-memory-mode-map, gdb-memory-format-keymap)
21883 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21884 (gdb-memory-unit-menu): New variables for a buffer
21885 that lets the user examine program memory.
21886 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21887 (gdb-memory-format-binary, gdb-memory-format-octal)
21888 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21889 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21890 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21891 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21892 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21893 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21894 (gdb-memory-mode, gdb-memory-buffer-name)
21895 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21896 New functions for above buffer.
21897
21898 2005-01-30 Richard M. Stallman <rms@gnu.org>
21899
21900 * cus-edit.el (custom-bury-buffer): Function deleted.
21901 (custom-buffer-done-function): Option deleted.
21902 (custom-buffer-done-kill): New replacement option.
21903 (Custom-buffer-done): Call quit-window.
21904 (custom-buffer-create-internal): Update for above changes.
21905
21906 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21907
21908 * simple.el (undo-ask-before-discard): New var.
21909 (undo-outer-limit-truncate): Implement it.
21910 (undo-extra-outer-limit): Doc update.
21911
21912 2005-01-29 Richard M. Stallman <rms@gnu.org>
21913
21914 * ses.el (undo-more): Delete defadvice.
21915 (ses-begin-change): Doc fix.
21916
21917 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21918 instead of rebinding C-x u and C-_.
21919
21920 * files.el (normal-backup-enable-predicate): Return nil for files
21921 in /tmp, regardless of temporary-file-directory.
21922
21923 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21924
21925 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21926 (open-rectangle, delete-whitespace-rectangle-line)
21927 (clear-rectangle-line): If FILL, pass t instead of FILL
21928 for move-to-column's 2nd arg.
21929
21930 * simple.el (undo): Fix the test for continuing a series of undos.
21931 (undo-more): Set pending-undo-list to t when we reach end.
21932 (pending-undo-list): Move up defvar.
21933
21934 * wid-edit.el (widget-button-click):
21935 Shorten the range of the track-mouse binding.
21936
21937 * comint.el (comint-insert-input): Undo previous changes;
21938 use last-input-event in interactive spec.
21939
21940 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21941
21942 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21943 to nil before invoking call-process. Reset buffer's modified flag
21944 after fontifying it in the no-async branch.
21945
21946 * wid-edit.el (widget-specify-button): If mouse pointer shape
21947 cannot be changed, use mouse face instead.
21948
21949 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21950
21951 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21952 (gdb-goto-breakpoint): Make breakpoint handling work on template
21953 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21954 (gdb-assembler-custom): Update to recognize breakpoint information
21955 added on 2005-01-19.
21956
21957 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21958
21959 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21960 (dsssl-mode): Use define-derived-mode.
21961 (scheme-mode-initialize): Remove.
21962 (scheme-mode): Use run-mode-hooks.
21963
21964 * cus-edit.el (customize-group-other-window)
21965 (custom-buffer-create-other-window): Don't override special-display-*.
21966 (custom-mode-map): Make it dense.
21967
21968 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21969 sets the default value.
21970
21971 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21972
21973 * descr-text.el: Add more keywords.
21974
21975 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21976
21977 * speedbar.el: Avoid unnecessary use of locate-library.
21978
21979 * international/mule-cmds.el (standard-display-european-internal):
21980 Don't fiddle with latin-1 non-break space any more since it's now
21981 special cased in the C code.
21982 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21983
21984 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21985
21986 * cus-start.el (all): Add `undo-outer-limit'.
21987
21988 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21989
21990 * textmodes/bibtex.el (bibtex-format-entry):
21991 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21992 field lines.
21993 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21994 not on part of a buffer.
21995
21996 2005-01-25 Lute Kamstra <lute@gnu.org>
21997
21998 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21999 nonempty field text strings like "{letters\\macro{}more letters}".
22000 Clarify docstring.
22001 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22002 (bibtex-entry-offset, bibtex-parse-association)
22003 (bibtex-parse-field-name): Fix typos in docstrings.
22004 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22005
22006 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22007
22008 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22009 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22010 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22011 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22012
22013 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22014 isearch minor mode.
22015
22016 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22017
22018 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22019
22020 2005-01-24 Lute Kamstra <lute@gnu.org>
22021
22022 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22023 CASECHARS and NOT-CASECHARS regular expressions of the
22024 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22025 striding over charsets" error.
22026
22027 2005-01-24 Jay Belanger <belanger@truman.edu>
22028
22029 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22030 display variable name.
22031
22032 2005-01-24 Kenichi Handa <handa@m17n.org>
22033
22034 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22035 Fix setting of the element of encoded-kbd-iso2022-invocations.
22036
22037 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22038
22039 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22040 (gdb-threads-select): Change to also accept mouse events.
22041 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22042 (gdb-threads-mouse-select): Delete.
22043
22044 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22045
22046 * files.el (insert-directory): Take care of empty directory,
22047 listed without -a switch.
22048
22049 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22050
22051 * textmodes/refill.el (refill-post-command-function):
22052 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22053 to the list of functions that we should be careful not to undo.
22054 (refill-late-fill-paragraph-function): Remove.
22055 (refill-saved-state): New var.
22056 (refill-mode): Use it to save fill-paragraph-function.
22057 Save also the value of auto-fill-function.
22058
22059 * term/w32-win.el: Simplify code.
22060
22061 2005-01-23 Kim F. Storm <storm@cua.dk>
22062
22063 * simple.el (line-move): Adapt to new return value from
22064 pos-visible-in-window-p.
22065
22066 * simple.el (line-move): Fix last change. Check partial
22067 visibility at point rather than at window-start.
22068
22069 2005-01-22 Jason Rumney <jasonr@gnu.org>
22070
22071 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22072
22073 2005-01-22 David Kastrup <dak@gnu.org>
22074
22075 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22076
22077 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22078
22079 * type-break.el (type-break-mode): Add a test for
22080 type-break-file-name being non-nil.
22081
22082 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22083
22084 * net/eudc.el (top level): Call (message "") via progn, so that
22085 eudc-options-file is loaded.
22086
22087 2005-01-22 Kim F. Storm <storm@cua.dk>
22088
22089 * simple.el (line-move-1): Rename from line-move.
22090 (line-move): New function that adjusts vscroll for partially
22091 visible rows, and calls line-move-1 otherwise.
22092
22093 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22094
22095 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22096 since it's not a complete read-event implementation
22097
22098 2005-01-20 Jay Belanger <belanger@truman.edu>
22099
22100 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22101 for called function.
22102
22103 2005-01-20 Steven Tamm <steventamm@mac.com>
22104
22105 * term/mac-win.el (process-connection-type): Remove.
22106 Controlled now by s/darwin.h:PTY_ITERATION.
22107
22108 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22109
22110 * window.el (handle-select-window): Don't switch window when we're
22111 in the minibuffer.
22112
22113 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22114
22115 * subr.el (dotimes-with-progress-reporter): New macro.
22116
22117 * ses.el (ses-dotimes-msg): Remove macro.
22118 Use `dotimes-with-progress-reporter' instead.
22119
22120 2005-01-19 Steven Tamm <steventamm@mac.com>
22121
22122 * term/mac-win.el (process-connection-type): Use new
22123 operating-system-release variable to use ptys on Darwin 7 (OS X
22124 10.3) when using carbon build.
22125
22126 2005-01-19 Jay Belanger <belanger@truman.edu>
22127
22128 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22129 flags if the last command was a tab or M-tab.
22130
22131 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22132 in formula editing buffer.
22133
22134 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22135
22136 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22137 breakpoint image symbol in margin.
22138
22139 2005-01-19 Jay Belanger <belanger@truman.edu>
22140
22141 * calc/calc-prog.el (calc-execute-kbd-macro):
22142 Ignore calc-keep-arg-flag.
22143
22144 2005-01-19 Kenichi Handa <handa@m17n.org>
22145
22146 * textmodes/ispell.el (ispell-looking-at): New function.
22147 (ispell-process-line): Use ispell-looking-at to compare the ispell
22148 output and the buffer contents.
22149
22150 2005-01-18 Jay Belanger <belanger@truman.edu>
22151
22152 * calc/calc.el (calc-display-raw): Fix docstring.
22153
22154 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22155
22156 * simple.el (blink-matching-open): Strip extra info from syntax.
22157
22158 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22159 funny chars in the end-of-here-doc marker.
22160
22161 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22162
22163 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22164 that enable/disabled state of breakpoints is shown correctly in
22165 fringe and on ttys.
22166 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22167 Add breakpoint information as text properties.
22168 (gdb-mouse-toggle-breakpoint):
22169 Rename to gdb-mouse-set-clear-breakpoint.
22170 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22171 breakpoints in the margin.
22172 (gdb-remove-strings): Simplify.
22173
22174 2005-01-17 Jay Belanger <belanger@truman.edu>
22175
22176 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22177 erasing buffer.
22178
22179 2005-01-17 Richard M. Stallman <rms@gnu.org>
22180
22181 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22182 for calling grep-compute-defaults.
22183
22184 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22185 if buffer is empty.
22186
22187 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22188
22189 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22190
22191 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22192
22193 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22194 non-preloaded variables.
22195
22196 2005-01-17 Steven Tamm <steventamm@mac.com>
22197
22198 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22199 tex-shell cause to force interactivity when using pipes.
22200
22201 2005-01-17 Kim F. Storm <storm@cua.dk>
22202
22203 * simple.el (just-one-space): Make arg optional.
22204
22205 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22206
22207 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22208 posn-at-x-y to t to access left-margin.
22209
22210 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22211
22212 Sync with Tramp 2.0.47.
22213
22214 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22215 catching keep-date problems in cp/scp operations.
22216 (tramp-handle-copy-file): Don't call `set-file-modes'
22217 unconditionally. Specialized functions should know better what is
22218 necessary. This improves performance a little bit, and the
22219 functions could catch errors with `cp -p' and `scp -p'.
22220 (tramp-do-copy-or-rename-file-via-buffer)
22221 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22222 when appropriate.
22223 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22224 Call `set-file-modes' when appropriate.
22225 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22226 Johnsson <isak@hypergene.com>
22227 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22228 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22229 <joakim@verona.se>
22230 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22231 Emacs only.
22232
22233 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22234 `find-file-hooks' and `dired-mode-hook'.
22235 (tramp-minor-mode-map): Respective map. Add remapping for
22236 `compile' and `recompile'.
22237 (tramp-remap-command, tramp-recompile): New defuns.
22238 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22239 in buffer "*Compilation*". Call the commands asynchronously.
22240
22241 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22242 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22243 `shell-command', because it isn't magic in XEmacs. Reported by
22244 Adrian Aichner <adrian@xemacs.org>.
22245
22246 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22247 `substitute-in-file-name.
22248 (tramp-smb-handle-substitute-in-file-name): New defun.
22249 (tramp-smb-advice-PC-do-completion): Delete advice.
22250
22251 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22252
22253 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22254 Fix error in deleting region.
22255
22256 2005-01-15 Richard M. Stallman <rms@gnu.org>
22257
22258 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22259 In non-temp buffer, switch syntax table temporarily.
22260
22261 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22262
22263 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22264
22265 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22266
22267 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22268 (imenu--generic-function): Use START, not BEG, as pos of definition.
22269
22270 * simple.el (just-one-space): Argument specifies number of spaces.
22271
22272 * simple.el (eval-expression-print-format): Avoid warning
22273 about edebug-active.
22274
22275 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22276
22277 * progmodes/sh-script.el: Code copied from make-mode.el
22278 with small changes,
22279 (sh-mode-map): Bind C-c C-\.
22280 (sh-backslash-column, sh-backslash-align): New variables.
22281 (sh-backslash-region, sh-append-backslash): New functions.
22282
22283 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22284
22285 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22286 (rmail-pop-password, rmail-pop-password-required): Move to
22287 rmail-obsolete group.
22288 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22289 All callers updated.
22290 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22291 Take an argument specifying whether it is POP or IMAP mailbox we
22292 are using. All callers updated.
22293 (rmail-pop-password-error): Rename to
22294 rmail-remote-password-error. Added mailutils-specific error message.
22295 (rmail-movemail-search-path)
22296 (rmail-movemail-variant-in-use): New variables.
22297 (rmail-remote-password, rmail-remote-password-required):
22298 New customization variables.
22299 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22300 (rmail-parse-url): New function.
22301 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22302 with GNU mailutils movemail.
22303
22304 2005-01-15 Kevin Ryde <user42@zip.com.au>
22305
22306 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22307 suffix to space, $ or '$, to correctly position point when going
22308 to @table style constants like DBL_MAX.
22309
22310 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22311
22312 * type-break.el (type-break-mode, type-break-file-time)
22313 (type-break-file-keystroke-count, type-break-choose-file):
22314 Don't store data in or load data from the file if type-break-file-name
22315 is nil.
22316 (type-break-file-name): Doc update as per the above.
22317
22318 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22319
22320 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22321 lookup-key might return nil; handle that.
22322
22323 2005-01-15 Alan Mackenzie <acm@muc.de>
22324
22325 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22326 rather than the element found, thus enabling the tree to be setcar'd.
22327
22328 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22329
22330 * textmodes/org.el (org-show-following-heading): New option.
22331 (org-show-hierarchy-above): Use `org-show-following-heading'.
22332 (org-cycle): Documentation fix.
22333
22334 * textmodes/org.el (orgtbl-optimized): New option
22335 (orgtbl-mode): New command, a minor mode.
22336 (orgtbl-mode-map): New variable.
22337 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22338 (orgtbl-error, orgtbl-self-insert-command)
22339 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22340
22341 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22342 a local variable in each org-mode buffer.
22343
22344 * textmodes/org.el (org-set-regexps-and-options): Rename from
22345 `org-set-regexps'. Added checking for STARTUP keyword.
22346 (org-get-current-options): Add STARTUP options.
22347 (org-table-insert-row): Make mode intelligent about when
22348 realignment is needed.
22349 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22350 New commands.
22351 (org-enable-table-editor): New default value `optimized'.
22352 (org-table-blank-field): Support blanking regions if active.
22353
22354 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22355
22356 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22357 if the year is not given.
22358
22359 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22360 Add new escapes %m and %M, fixed bug with %F by adding
22361 save-match-data.
22362 (reftex-reference): Remove ?. from list of spaces.
22363 (reftex-label-info): Add automatic label prefix recognition.
22364
22365 * textmodes/reftex-index.el (reftex-index-next-phrase):
22366 Add slave parameter to call of `reftex-index-this-phrase'.
22367 (reftex-index-this-phrase): New optional argument.
22368 (reftex-index-region-phrases): Add slave parameter to call of
22369 `reftex-index-this-phrase'.
22370 (reftex-display-index): New argument redo.
22371 (reftex-index-rescan): Add `redo' to arguments of
22372 `reftex-display-index'.
22373 (reftex-index-Rescan, reftex-index-revert)
22374 (reftex-index-switch-index-tag): Add `redo' to arguments of
22375 `reftex-display-index'.
22376 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22377 indexing. Fix bug with matching is there is a quote before or
22378 after the word.
22379
22380 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22381 Fix bug when collecting citation keys in lines with comments.
22382 (reftex-citation): Prefix argument no longer rescans the document,
22383 but forces prompting for optional arguments of cite macros.
22384 (reftex-do-citation): Prompting for optional arguments implemented.
22385
22386 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22387 Add optional arguments to most cite commands.
22388 (reftex-cite-cleanup-optional-args): New option
22389 (reftex-cite-prompt-optional-args): New option.
22390 (reftex-trust-label-prefix): New option.
22391
22392 * textmodes/reftex-toc.el (reftex-toc-find-section):
22393 Add push-mark before changing the position in the buffer.
22394
22395 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22396 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22397
22398 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22399
22400 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22401 more carefully.
22402
22403 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22404
22405 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22406 (sgml-mode): Use it.
22407 (sgml-get-context): Better keep track of implicitly closed tags.
22408
22409 2005-01-13 Kenichi Handa <handa@m17n.org>
22410
22411 * textmodes/ispell.el: These changes are to fix misalignment error
22412 caused by equivalent characters of different Emacs charsets.
22413 (ispell-unified-chars-table): New variable.
22414 (ispell-get-decoded-string): New function.
22415 (ispell-get-casechars, ispell-get-not-casechars)
22416 (ispell-get-otherchars): Call ispell-get-decoded-string.
22417
22418 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22419
22420 * custom.el (custom-declare-variable): Just put symbol instead
22421 of (defvar . symbol) in `current-load-list'.
22422
22423 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22424
22425 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22426
22427 2005-01-12 Jay Belanger <belanger@truman.edu>
22428
22429 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22430 to create a Calc summary.
22431
22432 2005-01-12 Kim F. Storm <storm@cua.dk>
22433
22434 * mouse.el (mouse-on-link-p): Change functionality and doc
22435 string to comply with latest description in lisp ref.
22436
22437 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22438
22439 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22440 Enable mouse clicks on mode-line, header-line and margin.
22441 (event-type): Give mouse event symbols an `event-kind' property
22442 with value `mouse-click'.
22443
22444 2005-01-12 Juri Linkov <juri@jurta.org>
22445
22446 * facemenu.el (list-colors-display): Add new arg buffer-name.
22447 Use it. Fix docstring. Replace code for identifying duplicate
22448 colors by the name with call to `list-colors-duplicates' which
22449 identifies duplicate colors by the value unless the color
22450 is one of special Windows colors. Set truncate-lines to t.
22451 Print sorted duplicate color names on each line. Indent to 22
22452 \(the longest color name in rgb.txt) instead of 20. Optimize.
22453 (list-colors-duplicates): New function.
22454 (facemenu-color-name-equal): Delete function.
22455
22456 * facemenu.el (list-colors-print): New function created from code
22457 in list-colors-display. Print #RRGGBB at the window right edge.
22458 (list-colors-display): When temp-buffer-show-function is not
22459 defined, call list-colors-print from temp-buffer-show-hook
22460 to get the right value of window-width in list-colors-print
22461 after the buffer is displayed.
22462
22463 * simple.el (pop-mark): Move deactivate-mark out of conditional
22464 part to deactivate the active mark regardless of the state of the
22465 mark ring.
22466
22467 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22468 variables line in desktop files.
22469
22470 2005-01-12 Juri Linkov <juri@jurta.org>
22471
22472 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22473 Bring together isearch highlight related options.
22474 (lazy-highlight): Replace group `replace' by `matching'.
22475 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22476 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22477 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22478 and declare them obsolete.
22479 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22480 (isearch-faces): Remove defgroup.
22481 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22482 Move isearch highlighting code closer to lazy highlighting code.
22483
22484 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22485 (query-replace-highlight, query-replace-lazy-highlight)
22486 (query-replace): Move definitions to the beginning of the file.
22487
22488 2005-01-11 Juri Linkov <juri@jurta.org>
22489
22490 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22491 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22492 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22493
22494 * info.el (Info-history-forward): New variable.
22495 (Info-select-node): Reset Info-history-forward to nil.
22496 (Info-last): Turn into defalias.
22497 (Info-history-back): Rename from Info-last.
22498 Add current node to Info-history-forward.
22499 (Info-history-forward): New fun.
22500 (Info-mode-map): Replace Info-last by Info-history-back.
22501 Bind Info-history-forward to "r".
22502 (Info-mode-menu): Replace Info-last by Info-history-back.
22503 Fix menu item text. Add menu item for Info-history-forward.
22504 (info-tool-bar-map): Replace Info-last by Info-history-back.
22505 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22506 for Info-history-forward.
22507 (Info-mode): Replace Info-last by Info-history-back in docstring.
22508 Add local variable Info-history-forward.
22509 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22510
22511 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22512
22513 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22514 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22515 Ignore select-window events rather than fiddle with
22516 mouse-autoselect-window.
22517
22518 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22519
22520 * type-break.el (type-break-mode): Fix previous change.
22521
22522 2005-01-10 Jay Belanger <belanger@truman.edu>
22523
22524 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22525 calculator; only reset when point is inside a calculator.
22526 Don't adjust the window height if the window takes up the whole height
22527 of the frame.
22528
22529 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22530
22531 * ebuff-menu.el (Electric-buffer-menu-mode):
22532 Preserve value of buffer-local var header-line-format.
22533
22534 2005-01-09 Jay Belanger <belanger@truman.edu>
22535
22536 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22537 Make sure settings file exists before accessing it.
22538
22539 * calc/calc-embed.el (calc-embedded-subst):
22540 Replace math-multi-subst-rec, which is only supposed to be called
22541 by math-multi-subst, by math-multi-subst.
22542
22543 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22544
22545 * vc.el (vc-allow-async-revert): New user option.
22546 (vc-disable-async-diff): New internal variable.
22547 (vc-revert-buffer): Use them to disable asynchronous diff.
22548
22549 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22550 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22551 asynchronously if vc-disable-async-diff is t.
22552
22553 2005-01-09 Jay Belanger <belanger@truman.edu>
22554
22555 * calc/calc.el (defcalcmodevar): New macro.
22556 (calc-mode-var-list-restore-default-values)
22557 (calc-mode-var-list-restore-saved-values): New functions.
22558 (calc-mode-var-list): Use defcalcmodevar to define it.
22559 (calc-always-load-extensions, calc-line-numbering)
22560 (calc-line-breaking, calc-display-just, calc-display-origin)
22561 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22562 (calc-group-char, calc-point-char, calc-frac-format)
22563 (calc-prefer-frac, calc-hms-format, calc-date-format)
22564 (calc-float-format, calc-full-float-format, calc-complex-format)
22565 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22566 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22567 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22568 (calc-matrix-brackets, calc-language, calc-language-option)
22569 (calc-left-label, calc-right-label, calc-word-size)
22570 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22571 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22572 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22573 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22574 (calc-window-height, calc-display-trail, calc-show-selections)
22575 (calc-use-selections, calc-assoc-selections)
22576 (calc-display-working-message, calc-auto-why, calc-timing)
22577 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22578 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22579 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22580 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22581 (calc-gnuplot-geometry, calc-graph-default-resolution)
22582 (calc-graph-default-resolution-3d, calc-invocation-macro)
22583 (calc-show-banner): Use defcalcmodevar to declare them and set
22584 their default values.
22585
22586 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22587 instead of default values (but restore default values if there is
22588 an argument of 0).
22589
22590 2005-01-09 David Kastrup <dak@gnu.org>
22591
22592 * desktop.el (desktop-restore-eager): Fix typo in type.
22593
22594 2005-01-08 Richard M. Stallman <rms@gnu.org>
22595
22596 * cus-edit.el (customize): Delete :link.
22597
22598 2005-01-08 Jay Belanger <belanger@truman.edu>
22599
22600 * calc/calc.el (calc-mode): Remove the extension from the
22601 `calc-settings-file' file name when loading it.
22602
22603 2005-01-08 Kim F. Storm <storm@cua.dk>
22604
22605 * info.el (Info-mode-map, Info-next-link-keymap)
22606 (Info-prev-link-keymap, Info-up-link-keymap):
22607 Map follow-link to mouse-face.
22608 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22609
22610 2005-01-08 Jay Belanger <belanger@truman.edu>
22611
22612 * calc/calc.el (calc-settings-file): Change default value.
22613 Suggested by cgw in a comment in calc-mode.el.
22614
22615 * calc/calc-mode.el (calc-settings-file-name):
22616 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22617 Replace ~/.emacs in a prompt by calc-settings-file.
22618
22619 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22620
22621 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22622 (desktop-lazy-idle-delay): New customizable variables.
22623 (desktop-buffer-args-list): New variable.
22624 (desktop-append-buffer-args): New function.
22625 (desktop-save): Call desktop-append-buffer-args for some buffers.
22626 (desktop-lazy-create-buffer): New function.
22627 (desktop-idle-create-buffers): New function.
22628 (desktop-read): Add message about buffers to restore lazily.
22629 (desktop-lazy-abort): New command.
22630 (desktop-clear): Call desktop-lazy-abort.
22631 (desktop-lazy-complete): New command.
22632
22633 2005-01-06 Richard M. Stallman <rms@gnu.org>
22634
22635 * emacs-lisp/find-func.el (find-face-definition):
22636 Rename from find-face.
22637
22638 2005-01-06 Kim F. Storm <storm@cua.dk>
22639
22640 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22641
22642 * man.el (Man-xref-man-page, Man-xref-header-file)
22643 (Man-xref-normal-file): Add follow-link property.
22644
22645 2005-01-06 Jay Belanger <belanger@truman.edu>
22646
22647 * calc/calc-units.el: Make sure the proper macro definitions are
22648 available when compiling.
22649
22650 2005-01-06 Juri Linkov <juri@jurta.org>
22651
22652 * isearch.el (isearch-lazy-highlight-update):
22653 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22654
22655 2005-01-06 Miles Bader <miles@gnu.org>
22656
22657 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22658 (isearch-lazy-highlight-face): Use new name.
22659
22660 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22661
22662 * uniquify.el (uniquify-rationalize-file-buffer-names):
22663 Re-add an interactive spec.
22664 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22665 to the same name.
22666
22667 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22668 (isearch-update, isearch-done): Adjust calls accordingly.
22669
22670 2005-01-05 Richard M. Stallman <rms@gnu.org>
22671
22672 * custom.el (custom-set-variables, custom-theme-set-variables):
22673 Clarify documentation.
22674
22675 * emacs-lisp/find-func.el (find-variable)
22676 (find-variable-other-window, find-variable-other-frame):
22677 Fix the TYPE args to find-function-read and find-function-do-it.
22678 (find-function): Doc fix.
22679 (find-function-at-point): Replace function-at-point alias.
22680
22681 2005-01-04 Richard M. Stallman <rms@gnu.org>
22682
22683 * cus-face.el (custom-declare-face):
22684 Record defface in current-load-list.
22685
22686 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22687
22688 * emacs-lisp/find-func.el: Doc fixes.
22689 (find-face-regexp): New variable.
22690 (find-function-regexp-alist): New variable.
22691 (find-function-C-source): Third arg is now TYPE.
22692 (find-function-search-for-symbol): Handle general TYPE.
22693 (find-function-read, find-function-do-it): Handle general TYPE.
22694 (find-definition-noselect, find-face): New functions.
22695 (function-at-point): Alias deleted.
22696
22697 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22698
22699 * battery.el (display-battery-mode): Rename from display-battery.
22700 Handle the case where it gets turned off.
22701
22702 2005-01-04 Richard M. Stallman <rms@gnu.org>
22703
22704 * cus-edit.el (customize): Make :link point to user doc.
22705
22706 * man.el (Man-fontify-manpage): Turn off undo generation.
22707
22708 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22709
22710 2005-01-04 Andreas Schwab <schwab@suse.de>
22711
22712 * files.el (insert-directory): Only look for error lines in
22713 inserted text. Don't move too far after processing --dired markers.
22714
22715 2005-01-04 Richard M. Stallman <rms@gnu.org>
22716
22717 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22718 Don't expand if the character is @, period, dash, etc.
22719 (define-mail-abbrev): Quote names that contain problem characters.
22720
22721 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22722
22723 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22724
22725 2005-01-03 Richard M. Stallman <rms@gnu.org>
22726
22727 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22728 (query-replace-highlight, query-replace-lazy-highlight)
22729 (query-replace): Definitions moved up. Doc fix.
22730
22731 2005-01-03 Richard M. Stallman <rms@gnu.org>
22732
22733 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22734 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22735 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22736 (lazy-highlight-face): Rename from isearch-lazy-...
22737 Change all references to them.
22738
22739 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22740
22741 * cus-edit.el (custom-file): Doc fix for defcustom.
22742 (custom-file): The function no longer sets the variable
22743 `custom-file' to its return value.
22744
22745 * startup.el (command-line): No longer load `custom-file'.
22746
22747 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22748
22749 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22750
22751 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22752 Don't confuse module-prefixed identifiers for labels.
22753 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22754
22755 2005-01-02 Richard M. Stallman <rms@gnu.org>
22756
22757 * files.el (basic-save-buffer-1): Fix previous change.
22758
22759 * loadhist.el (file-loadhist-lookup): New function.
22760 (file-provides, file-requires): Use it.
22761
22762 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22763 instead of calculating the right size.
22764
22765 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22766
22767 * vc-svn.el (vc-svn-diff): Stay local if possible.
22768
22769 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22770
22771 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22772
22773 * files.el (hack-local-variables): Fix last change.
22774
22775 2005-01-02 Jay Belanger <belanger@truman.edu>
22776
22777 * calc/calc-yank.el (calc-edit-top): New variable.
22778 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22779 object. Change header properties.
22780 (calc-edit-finish, calc-edit-finish-stack-object)
22781 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22782 edited object.
22783 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22784 for the beginning of the edited object.
22785 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22786 for the beginning of the edited object.
22787 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22788 (calc-finish-formula-edit, calc-macro-repeats)
22789 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22790 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22791 beginning of the edited object.
22792 (calc-user-define-edit): Change the header for editing macros.
22793 Remove unnecessary variable.
22794
22795 2005-01-01 Jay Belanger <belanger@truman.edu>
22796
22797 * calc/calc-yank.el (calc-edit-mode): Change default header.
22798 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22799 * calc/calc-store.el (calc-edit-variable): Change title to match new
22800 header.
22801 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22802 mode to match new header.
22803 (calc-user-define-edit): Change titles to include names of commands.
22804 (calc-finish-formula-edit): Adjust to handle new header.
22805 (calc-finish-macro-edit): Remove.
22806 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22807 (calc-edit-macro-command, calc-edit-macro-command-type)
22808 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22809 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22810 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22811 (calc-edit-macro-finish-edit): New functions.
22812 (calc-user-define-edit): Use new functions to edit named calc macros.
22813
22814 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22815
22816 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22817
22818 * ses.el (copy-region-as-kill): Deactivate mark.
22819
22820 2005-01-01 Richard M. Stallman <rms@gnu.org>
22821
22822 * replace.el (occur-1): If the output buffer is also an input,
22823 don't kill it, rename it.
22824
22825 * faces.el (set-face-background, set-face-foreground): Doc fix.
22826
22827 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22828 for :foreground and :background.
22829
22830 * dired.el (dired-view-command-alist): Variable deleted.
22831 (dired-view-file, dired-mouse-find-file-other-window):
22832 Delete the code to use it.
22833
22834 2005-01-01 Kim F. Storm <storm@cua.dk>
22835
22836 * image.el (insert-sliced-image): Use t for line-height property.
22837
22838 See ChangeLog.11 for earlier changes.
22839
22840 ;; Local Variables:
22841 ;; coding: iso-2022-7bit
22842 ;; End:
22843
22844 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22845 Copying and distribution of this file, with or without modification,
22846 are permitted provided the copyright notice and this notice are preserved.
22847
22848 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1