]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-04-18 Richard Stallman <rms@gnu.org>
2
3 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4
5 * imenu.el (imenu-create-index-function, imenu--index-alist)
6 (imenu--last-menubar-index-alist, imenu--make-index-alist)
7 (imenu-default-create-index-function, imenu--generic-function):
8 Doc fixes.
9
10 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
11
12 * help-mode.el (help-mode): Set view-exit-action to delete window.
13
14 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
15 now works by passing nil as arg.
16
17 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
18
19 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
20 (read-abbrev-file): Provide default when reading filename.
21
22 * files.el (enable-local-variables): Allow :all as value.
23 (hack-local-variables): Implement that value.
24 (safe-local-variable-values, safe-local-eval-forms)
25 (enable-local-variables): Mark as risky.
26 (find-file-visit-truename, kept-old-versions): Mark safe.
27
28 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
29 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
30 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
31
32 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
35 Use forward-line so as to get to BOL even in the presence of fields.
36 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
37 in return.
38 (inferior-tcl): Tell tclsh to work in interactive mode.
39
40 * complete.el (partial-completion-mode):
41 Use 'choose-completion-string-functions to make sure that
42 choose-completion fills the minibuffer properly.
43
44 * complete.el (PC-old-read-file-name-internal): Remove.
45 (PC-read-include-file-name-internal): Remove. Turn it into an advice
46 of read-file-name-internal.
47 (partial-completion-mode): Enable/disable this advice.
48
49 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
50
51 * net/tramp.el (tramp-completion-file-name-handler): Revert change
52 of 2006-04-17.
53
54 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
55
56 * textmodes/org.el (org-insert-heading): Insert heading before
57 current if at beginning of line.
58 (org-todo, org-date): New faces.
59 (org-table-align): Make sure tooltip window contains full text.
60 (org-no-properties): New defsubst.
61 (org-set-font-lock-defaults): Use new faces.
62
63 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
64
65 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
66 for root variables.
67
68 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
69 (gdb-frame-address): Re-use to identify frame for watch expression.
70 (gdb-var-list, gdb-var-create-handler): Add frame address for root
71 variables.
72 (gdb-init-1, gdb-source, gdb-post-prompt, )
73 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
74 (gdb-frame-handler): Get gdb-frame-address.
75
76 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
77
78 Sync with Tramp 2.0.53.
79
80 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
81 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
82 (tramp-completion-file-name-handler): Add autoload cookie for
83 adding to `file-name-handler-alist'.
84
85 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
86 the prompt. If it returns earlier (when detecting an error
87 message), the rest of the output will merge accidently with the
88 output of the next command. Reported by M Jared Finder
89 <jared@hpalace.com>.
90
91 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
92 for `process-file', in order to let it work for older Emacsen too.
93
94 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
95
96 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
97 (tex-font-lock-keywords-3): Use it.
98
99 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * newcomment.el (comment-add): New function.
102 (comment-region-default, comment-dwim): Use it.
103
104 2006-04-15 Michael Olson <mwolson@gnu.org>
105
106 * emacs-lisp/tq.el: Improve comments.
107 (tq-queue-head-question): New accessor function.
108 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
109 Update for modified queue structure.
110 (tq-queue-add): Accept `question' argument.
111 (tq-queue-pop): If a question is pending, send it.
112 (tq-enqueue): Accept new optional argument `delay-question'.
113 If this is non-nil, and at least one other question is pending a
114 response, queue the question rather than sending it immediately.
115
116 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
117
118 * calendar/appt.el (appt-add): Check whether an appointment is
119 already present in appt-time-msg-list. Simplify code.
120
121 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * progmodes/cc-langs.el (c-mode-menu):
124 Don't presume c-subword-mode is bound.
125
126 2006-04-13 Bill Wohler <wohler@newt.com>
127
128 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
129 (customize-package-emacs-version): Use cdr instead of cadr now
130 that alists use dotted pairs.
131
132 * custom.el (defcustom): Fix docstring for :package-version.
133
134 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
135
136 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
137 (tramp-handle-shell-command): Display output buffer only when
138 `tramp-display-shell-command-buffer' is true.
139 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
140
141 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
142
143 * textmodes/org.el (org-set-autofill-regexps): Set only the local
144 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
145
146 2006-04-13 Romain Francoise <romain@orebokech.com>
147
148 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
149 leaving temporary .cvsignore buffers behind.
150
151 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
152
153 * textmodes/org.el: (org-set-regexps-and-options)
154 (org-get-current-options): Better names for the startup folding
155 options.
156
157 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
158
159 * vc.el (vc-annotate): Arrange for point to end up at the same
160 line number as in the original, but only when using a new buffer.
161
162 2006-04-12 Davis Herring <herring@lanl.gov> (tiny change)
163
164 * files.el (hack-one-local-variable-eval-safep):
165 Recognize `edebug-form-spec' for `put', but only if it passes
166 `edebug-basic-spec'. Generalize `put' handling.
167
168 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
169 vetting file-local form specs.
170
171 * allout.el (allout-layout): Autoload its `safe-local-variable'
172 property.
173
174 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
175
176 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
177 (org-agenda-mouse-1-follows-link)
178 (org-mouse-1-follows-link): New options.
179 (org-format-agenda-item): Fix bug if TAGS is nil.
180 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
181
182 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
183
184 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
185 GDB 6.1+ gives full filename for "info sources" so use
186 file-name-nondirectory.
187
188 2006-04-12 Romain Francoise <romain@orebokech.com>
189
190 * subr.el (read-passwd): Bind `message-log-max' to nil.
191
192 >>>>>>> 1.9411
193 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * progmodes/perl-mode.el (perl-indent-new-calculate):
196 Recompute parse-start after jumping backward by a whole sexp.
197
198 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
201 window configuration.
202 (vc-annotate-display-select): Select the buffer so that current-buffer
203 (and selected-window) is the output buffer at the end of vc-annotate.
204
205 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
206
207 * vc.el (vc-annotate-color-map): Add custom TTY color map for
208 8-color terminals, to use all of the colors in a sensible order.
209 256-color terminals work well with the standard map.
210 (vc-annotate-lines): Only strip the first color character if it
211 is "#", to allow for terminal-style named colors.
212 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
213 the correct buffer is scrolled.
214
215 2006-04-11 Richard Stallman <rms@gnu.org>
216
217 * emacs-lisp/bytecomp.el (byte-compile-file):
218 Bind enable-local-variables to :safe, and make normal-mode obey it.
219
220 * files.el (enable-local-variables): Allow value :safe.
221 (normal-mode): Doc fix.
222 (hack-local-variables): Implement enable-local-variables = :safe.
223 (hack-local-variables-confirm): Don't prevent quitting.
224
225 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * loadhist.el (unload-feature): A bit of sanity check of
228 load-history entries. Cancel timer-vars before unbinding them.
229
230 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
231 quote special chars, and make the trick work on the hex part of the
232 buffer as well.
233 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
234 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
235
236 * startup.el (normal-splash-screen): Fix last change so we don't wait
237 2 minutes if we don't show the splash screen.
238
239 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
240
241 * textmodes/org.el (org-export-plain-list-max-depth)
242 (org-table-spaces-around-separators)
243 (org-radio-targets, org-activate-camels)
244 (org-table-spaces-around-invisible-separators): Options removed.
245 (org-time-stamp-rounding-minutes, org-remember-templates)
246 (org-ellipsis, org-activate-links, org-descriptive-links):
247 New options.
248 (org-remember-apply-template, org-current-time)
249 (org-finish-edit-table-field)
250 (org-link-unescape, org-link-escape)
251 (org-string-width, org-table-clean-line, org-html-do-expand)
252 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
253 (org-read-agenda-file-list): New functions.
254 (org-table-edit-field)
255 (org-table-create-or-convert-from-region): New commands
256 (org-table-toggle-vline-visibility): Command removed.
257 (org-table-convert-region): Made a command.
258 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
259 Replace with the normal org- functions.
260 (org-self-insert-command): Don't trigger realign unnecessarily
261 when blanking a field that is not full.
262 (org-mode): `Set buffer-invisibility-spec' for links.
263 (org-activate-links2): Hide link part and only show descriptive
264 part of the link.
265 (org-insert-link): Modify for new linking system.
266 (org-store-link): Store description separately, for use by
267 `org-insert-link'.
268 (org-table-align): Use `org-string-width'.
269 (defgroup): Completely new group structure for custom variables.
270 (org-agenda-files): Option: Single file name allowed. Function:
271 Optional argument unrestrited means ignore any restricitons.
272 (org-install-agenda-files-menu): Find a buffer in Org-mode before
273 trying to modify the menu. Use generalized access to
274 `org-agenda-files.'
275 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
276 (org-agenda-file-to-front, org-remove-file, org-diary)
277 (org-tags-view, org-export-icalendar-all-agenda-files)
278 (org-export-icalendar-combine-agenda-files): Use generalized
279 access to `org-agenda-files'.
280 (org-remember-handler): Correctly preserve heading if present.
281 (org-table-insert-row, org-table-insert-hline): Deal with
282 invisible characters.
283
284 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
285
286 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
287 (vc-annotate-color-map): New 18 element constant
288 value/saturation, rotating hue colormap, from red->blue.
289 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
290 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
291 (vc-annotate): To avoid killing the required local variables,
292 set them before the end of `with-output-to-temp-buffer', and
293 after first switching to annotate-mode.
294 (vc-annotate-warp-version): Add buffer argument in goto-line to
295 ensure annotation, not source, is scrolled.
296
297 2006-04-10 Bill Wohler <wohler@newt.com>
298
299 * custom.el (defcustom, custom-handle-keyword):
300 Add :package-version keyword.
301 (custom-add-package-version): New function. Sets value of new
302 property 'custom-package-version from :package-version keyword.
303 (defcustom): Create Common Keywords section in docstring.
304 (defface, defgroup): Replace definitions of a select few keywords
305 with a reference to the Common Keywords in defcustom.
306 (defcustom, defface, defgroup): Replace reference to Customization
307 chapter in manual with hyperlink.
308
309 * cus-edit.el (customize-package-emacs-version-alist):
310 New variable.
311 (customize-changed-options): Add check for custom-package-version.
312 (customize-package-emacs-version): New function to look up Emacs
313 version corresponding to the given package version.
314
315 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
316 defun name, in similar fashion to find-variable-regexp.
317
318 2006-04-10 Eli Zaretskii <eliz@gnu.org>
319
320 * international/mule-cmds.el (set-locale-environment): Fix last
321 change for when the locale's preferences don't specify any encoding.
322
323 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
326 so the defined var/fun doesn't need to be quoted.
327
328 2006-04-10 Richard Stallman <rms@gnu.org>
329
330 * finder.el (finder-mode-map): Add n and p bindings.
331
332 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
333
334 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
335 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
336 (gdb-setup-windows): Put something in source window if we can't find
337 the source file.
338 (gdb-frame-handler): Make it work again with just assembly.
339 (gdb-data-list-register-values-handler): Make it work when there is
340 no stack.
341
342 2006-04-09 Richard Stallman <rms@gnu.org>
343
344 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
345 specs while looking for charset.
346
347 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
348
349 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
350 Make them faces.
351 (lm-font-lock-keywords): Update appropriately.
352
353 2006-04-10 Kim F. Storm <storm@cua.dk>
354
355 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
356 it can also replace buffer-substring-no-properties.
357
358 * emulation/cua-base.el (cua-delete-region, cua-paste)
359 (cua-repeat-replace-region): Use filter-buffer-substring.
360
361 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
362 (cua-cut-region-to-global-mark): Likewise.
363
364 * emulation/cua-rect.el (cua--extract-rectangle)
365 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
366
367 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
368
369 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
370 entry-type. Add field delimiters to numerical fields if they are
371 not present.
372
373 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
374
375 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
376 string-const to return value.
377 (bibtex-remove-delimiters): Use it.
378
379 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
382 cl-byte-compile-compiler-macro unless it exists.
383
384 2006-04-08 Eli Zaretskii <eliz@gnu.org>
385
386 * files.el (hack-local-variables-confirm) <offer-save>:
387 Clarify message text. Suggested by Ralf Angeli.
388
389 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
390
391 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
392 (delete-extract-rectangle-line): Use `filter-buffer-substring'
393 instead of `buffer-substring' and `delete-region'. (Most of the
394 code actually copied from `kill-region'.)
395
396 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
397
398 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
399 (rcirc-default-port): Rename from rcirc-port.
400 (rcirc-default-nick): Rename from rcirc-nick.
401 (rcirc-default-user-name): Rename from rcirc-user-name.
402 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
403 (rcirc-low-priority-flag): New variable.
404 (rcirc-decode-coding-system): New defcustom.
405 (rcirc-encode-coding-system): New defcustom.
406 (rcirc-coding-system-alist): New defcustom.
407 (rcirc-multiline-major-mode): New defcustom.
408 (rcirc-nick): New internal variable.
409 (rcirc-process): Remove variable.
410 (rcirc-server-buffer): New variable.
411 (rcirc): Update to use rcirc-default-* variables above.
412 (rcirc-connect): Do not add window-configuration-hook-here.
413 (rcirc-server): New internal variable.
414 (rcirc-connect): Do not send keepalive pings if
415 rcirc-keepalive-seconds is nil.
416 (with-rcirc-server-buffer): New macro.
417 (rcirc-send-string): Encode with rcirc-encode-coding-system.
418 (rcirc-server-name): Rename from rcirc-server.
419 (rcirc-buffer-process): New function.
420 (rcirc-buffer-nick): New function.
421 (rcirc-buffer-target): Remove function.
422 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
423 New commands.
424 (rcirc-mode-map): Change binding of C-c C-l to
425 rcirc-toggle-low-priority.
426 (rcirc-mode): Initialize coding system based on
427 rcirc-coding-system-alist. New change-major-mode-hook to part the
428 channel on a mode change. Make kill-buffer-hook buffer-local.
429 (rcirc-change-major-mode-hook): New function.
430 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
431 (rcirc-last-post-time): New variable.
432 (rcirc-process-message): Store the last time user posted a message
433 to this target.
434 (rcirc-multiline-minor-mode): New mode.
435 (rcirc-multiline-minor-mode-map): New mode map.
436 (rcirc-edit-multiline): Put multiline-edit buffer in
437 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
438 (rcirc-print): Ignore any line starting with an ignored nick.
439 (rcirc-print): Decode using rcirc-decode-coding-system.
440 (rcirc-track-minor-mode): Update global-mode-string when disabling
441 this mode.
442 (minor-mode-alist): Add LowPri indicator.
443 (rcirc-toggle-low-priority): New function.
444 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
445 next lowpriority buffer with activity.
446 (rcirc-record-activity): Sort buffers in rcirc-activity by the
447 last time the user posted a message in to the target.
448 (rcirc-update-activity-string): New formatting for low priority
449 buffers.
450 (rcirc-split-activity): New function.
451 (rcirc-handler-PART, rcirc-handler-KICK)
452 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
453 (rcirc-nick-away-alist): New variable.
454 (rcirc-handler-301): New handler. Away messages are printed once
455 per change.
456
457 2006-04-08 Eli Zaretskii <eliz@gnu.org>
458
459 * info.el (Info-follow-nearest-node): Doc fix.
460
461 * international/mule-cmds.el (set-locale-environment): Make sure
462 the coding-system preferred by the locale's language has the same
463 EOL conversion type as the original buffer-file-coding-system.
464 (locale-language-names): Add a few MS Windows language codes.
465
466 2006-04-07 Richard Stallman <rms@gnu.org>
467
468 * simple.el (eval-expression): Doc fix.
469
470 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
471 (eval-defun): Doc fixes.
472
473 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
474
475 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
476
477 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
478
479 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
480 GDB list command without argument for greater generality.
481
482 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
483
484 * subr.el (string-or-null-p): New function.
485
486 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
487
488 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
489
490 * files.el: Update comment about safe-local-variable declarations.
491
492 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
493
494 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
495 See idlwave.org.
496
497 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
498 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
499
500 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
501 See idlwave.org.
502
503 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
504 version 6.0 (minimal changes). See idlwave.org.
505
506 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
507 6.0 (minimal changes). See idlwave.org.
508
509 * progmodes/idlw-rinfo.el: File obsoleted and removed.
510
511 2006-04-06 Romain Francoise <romain@orebokech.com>
512
513 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
514 symmetric encryption features and a new asynchronous interface to
515 GnuPG. This new version is version 1.4, plus whitespace changes.
516
517 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
518
519 * files.el: Move some `safe-local-variable' declarations to the
520 respective files.
521
522 * textmodes/ispell.el (ispell-check-comments)
523 (ispell-local-dictionary): Mark as safe.
524
525 * abbrev.el (abbrev-mode): Mark as safe.
526
527 * add-log.el (change-log-default-name): Mark as safe.
528
529 * textmodes/reftex-vars.el (reftex-vref-is-default)
530 (reftex-fref-is-default, reftex-level-indent)
531 (reftex-guess-label-type): Mark as safe.
532
533 * textmodes/fill.el (colon-double-space): Mark as safe.
534
535 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
536 (sentence-end-double-space, sentence-end-without-period)
537 (sentence-end-without-space, sentence-end, sentence-end-base)
538 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
539
540 2006-04-06 Kim F. Storm <storm@cua.dk>
541
542 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
543 the :set-after list.
544 (ido-downcase-unc-hosts): New user option. Default on.
545 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
546 when it is set, as regexps are now applied on the fly.
547 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
548 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
549 on the fly, but only when ido-process-ignore-lists is set.
550 Do case insensitive filtering if ido-downcase-unc-hosts is set.
551 Only downcase names if ido-downcase-unc-hosts is set.
552
553 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
554
555 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
556
557 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
558
559 2006-04-05 Kim F. Storm <storm@cua.dk>
560
561 * ido.el (ido-mode): Set after ido-unc-hosts and
562 ido-ignore-unc-host-regexps.
563 (ido-save-history): Save ido-unc-hosts-cache.
564 (ido-load-history): Load ido-unc-hosts-cache.
565 (ido-reread-directory): Refresh unc hosts cache in // dir.
566
567 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
568 to nil while displaying slash screen.
569
570 2006-04-05 Daiki Ueno <ueno@unixuser.org>
571
572 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
573 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
574
575 2006-04-05 Kenichi Handa <handa@m17n.org>
576
577 * international/characters.el: Setup cases of Latin, Greek, and
578 Cyrillic characters in CJK charsets.
579
580 2006-03-29 Daiki Ueno <ueno@unixuser.org>
581
582 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
583 default-enable-multibyte-characters. This reverts the change from
584 revision 6.17 which is no longer necessary because the passphrase
585 is sent separately now. GnuPG messages are unreadable under
586 multibyte locales with default-enable-multibyte-characters set to nil.
587
588 2006-04-04 Andreas Schwab <schwab@suse.de>
589
590 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
591 and `byte-compile-warnings' as `safe-local-variable'.
592
593 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
594
595 * man.el (Man-mode-map): Restore the \r binding.
596 (Man-abstract-xref-man-page): If Man-target-string is a function,
597 call it.
598 (Man-highlight-references): Use Man-default-man-entry to get the
599 target. Deal with xrefs too.
600 (Man-highlight-references0): Don't call the target function.
601
602 * woman.el (WoMan-xref-man-page): Strip the section number, woman
603 cannot deal with it.
604
605 2006-04-04 Daiki Ueno <ueno@unixuser.org>
606
607 * pgg-gpg.el: Clean up process buffers every time gpg processes
608 complete.
609
610 2006-04-04 Kenichi Handa <handa@m17n.org>
611
612 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
613 here.
614 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
615 Temporarily bind inhibit-field-text-motion to t.
616
617 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
618
619 * startup.el (normal-splash-screen): Only set mode-line-format in the
620 splash buffer, so as not to interfere when debugging the code.
621 Ignore errors when switching buffer.
622
623 2006-04-03 Romain Francoise <romain@orebokech.com>
624
625 * dired.el (dired-dnd-protocol-alist): Fix typo.
626
627 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
628
629 * savehist.el (savehist): Add :version.
630 (savehist-ignored-variables): New variable.
631 (savehist-minibuffer-hook): Don't save variables listed in
632 `savehist-ignored-variables'.
633
634 * dired.el (dired-dnd-protocol-alist): Mention that change does
635 only apply to new buffers in doc string.
636
637 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
638
639 * recentf.el (recentf-open-files-item): Include newline in button
640 field, so opening a file will work, when the point is at the end
641 of the file name. Allow, for example, to [i]search a file by
642 extension and just push RET to open it.
643
644 2006-04-03 Daiki Ueno <ueno@unixuser.org>
645
646 * pgg-gpg.el (pgg-gpg-process-filter)
647 (pgg-gpg-wait-for-completion): Check if buffer is alive.
648
649 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
650 lines, temporary fix.
651
652 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
653
654 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
655
656 2006-04-02 Richard Stallman <rms@gnu.org>
657
658 * progmodes/compile.el (compilation-message-face): Make it defcustom.
659
660 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
661
662 * ibuf-macs.el (define-ibuffer-column): Add a new key:
663 header-mouse-map.
664
665 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
666 (ibuffer-mode-header-map): New keymaps.
667 (ibuffer-update-title-and-summary): Enable mouse face highlighting
668 and keybindings for column headers.
669 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
670 property.
671
672 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
673
674 * speedbar.el (speedbar-after-create-hook): Doc fix.
675
676 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
677
678 * shell.el (shell-directory-tracker)
679 (shell-dynamic-complete-command): Doc fixes.
680
681 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
682
683 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
684 terminals.
685
686 2006-04-01 Kim F. Storm <storm@cua.dk>
687
688 * ido.el (ido-unc-hosts-cache): New defvar.
689 (ido-unc-hosts): If value of defcustom is a function, call it to
690 get list of UNC hosts. Add function-item choices to specify
691 ido-unc-hosts-net-view or user function.
692 (ido-ignore-unc-host-regexps): New defcustom.
693 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
694 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
695 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
696
697 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
700 wwidth.
701
702 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
703
704 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
705 (ido-max-work-file-list, ido-switch-buffer)
706 (ido-read-file-name-as-directory-commands):
707 Fix typos in docstrings.
708
709 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
710
711 * term/mac-win.el (mac-system-coding-system): Define and use after
712 Mac-specific coding systems are ready.
713
714 2006-03-27 Romain Francoise <romain@orebokech.com>
715
716 * net/rcirc.el (rcirc-connect): Add autoload cookie.
717
718 * ldefs-boot.el: Update.
719
720 2006-03-27 Daiki Ueno <ueno@unixuser.org>
721
722 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
723 passphrases when it is not needed.
724 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
725 passphrase stuff from gpg, should only be necessary when you use
726 gpg with a smartcard.
727
728 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
729
730 * comint.el (comint-dynamic-list-completions): Allow user to
731 select *Completions* buffer.
732
733 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
734
735 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
736
737 2006-03-26 Andreas Schwab <schwab@suse.de>
738
739 * progmodes/gud.el (gdb): Only complain about multiple debugging
740 when the gdb process is still running.
741
742 2006-03-25 Eli Zaretskii <eliz@gnu.org>
743
744 * mail/rmail.el (tool-bar-map): Defvar it.
745 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
746 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
747
748 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
749
750 * help.el (print-help-return-message): Suggest to use
751 display-buffer instead of switch-to-buffer-other-window to restore
752 the previous window without selecting it.
753
754 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
755
756 * frame.el (select-frame-by-name): Call x-focus-frame also when
757 window-system is mac.
758
759 * term/mac-win.el: Adjust Courier font specifications in
760 x-fixed-font-alist.
761 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
762 when directly encoding to UTF-16 in native byte order, no BOM.
763
764 2006-03-25 Kim F. Storm <storm@cua.dk>
765
766 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
767 (cua--init-keymaps): Use it instead of fixed C-return.
768 (cua-mode): Set after it.
769
770 * emulation/cua-rect.el (cua--init-rectangles):
771 Use cua-rectangle-mark-key instead of fixed C-return.
772
773 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
774
775 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
776 "run" in .gdbinit.
777 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
778
779 2006-03-24 Romain Francoise <romain@orebokech.com>
780
781 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
782 `display-buffer-other-frame'.
783
784 2006-03-24 Kim F. Storm <storm@cua.dk>
785
786 * apropos.el (apropos-synonyms): Add selection => region.
787
788 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
789
790 * progmodes/gdb-ui.el (gdb-var-create-regexp)
791 (gdb-var-list-children-regexp, gdb-var-update-regexp)
792 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
793 (gdb-data-list-register-values-regexp)
794 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
795 Future proof against new fields being added to MI output.
796 (gdb-send): Don't treat backslashes for program input as
797 continuations.
798 (gdb-assembler-handler): Don't use window-start for this handler.
799 (gdb-frame-handler): Don't change to hollow arrow if overlay
800 arrow doesn't move to new frame.
801
802 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
803
804 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
805 prevent compiler warnings.
806 (gdb-stopped): Check for gud-last-last-frame (case: signal).
807 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
808 (gdb-assembler-custom): Use hollow-right-triangle for assembler
809 buffer too.
810
811 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
812
813 * pgg-gpg.el (pgg-gpg-update-agent): Check for
814 make-network-process, so we can use the same code in Gnus v5-10
815 too and have this file fully synchronized with that release.
816
817 2006-03-23 Romain Francoise <romain@orebokech.com>
818
819 * ibuf-ext.el (ibuffer-read-filter-group-name):
820 Use `ibuffer-generate-filter-groups' to make completion list match
821 the filter groups that are really displayed in the Ibuffer buffer.
822 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
823
824 2006-03-23 Kenichi Handa <handa@m17n.org>
825
826 * international/mule-cmds.el (sort-coding-systems): Describe that
827 the argument is modified in docstring.
828
829 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
830
831 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
832 (pgg-gpg-update-agent): New function.
833 (pgg-gpg-use-agent-p): New function.
834 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
835 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
836 (pgg-gpg-sign-region): Use it.
837
838 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
839
840 * cus-edit.el (custom-face-set): Call custom-push-theme before
841 face-spec set so that `changed' theme is correctly saved.
842 (custom-face-reset-standard): Reset to recalculated face rather
843 than defface spec.
844
845 * custom.el (custom-push-theme): Only save `changed' theme if the
846 current face does not match the defface specs.
847
848 2006-03-21 Simon Josefsson <jas@extundo.com>
849
850 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
851 <wilde@sha-bang.de>.
852 (pgg-gpg-use-agent): New variable.
853 (pgg-gpg-process-region): Use it.
854 (pgg-gpg-encrypt-region): Likewise.
855 (pgg-gpg-encrypt-symmetric-region): Likewise.
856 (pgg-gpg-decrypt-region): Likewise.
857 (pgg-gpg-sign-region): Likewise.
858 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
859
860 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
861
862 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
863 bracket links.
864
865 2006-03-21 Kim F. Storm <storm@cua.dk>
866
867 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
868 fringe-indicator-alist instead of modifying global value.
869 (gdb-frame-handler): Likewise.
870
871 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
872
873 * diff-mode.el (diff-function): Make it inherit from diff-header
874 instead of diff-context.
875
876 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
877 bitmap.
878 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
879 change names in macro above for consistency.
880 (gdb-frame-handler): Use hollow-right-triangle for all selected
881 frames which except the innermost (where execution has stopped).
882 (gdb-reset): Reset buffer-local values of overlay-arrow.
883
884 2006-03-20 Richard Stallman <rms@gnu.org>
885
886 * simple.el (set-mark-command): Doc fix.
887
888 * files.el (display-buffer-other-frame): New command.
889 (ctl-x-4-map): Bind C-x 5 C-o to it.
890
891 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
894 rather than just defer-time, in case defer-time has been changed but
895 the timer isn't running yet.
896 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
897
898 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
899
900 * help-mode.el (help-follow-symbol): New function.
901 Essentially identical to the old `help-follow', but do not let
902 `push-button' do the work when on an xref.
903 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
904
905 2006-03-19 Richard Stallman <rms@gnu.org>
906
907 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
908 preceded by the word `program'.
909 (help-follow-mouse, help-follow): Throw error if not on xref.
910 Delete no longer used args.
911
912 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
913
914 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
915 annotation ensure gud-overlay-arrow-position is redisplayed.
916
917 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
918
919 * textmodes/bibtex.el (bibtex-include-OPTkey)
920 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
921 (bibtex-autokey-name-case-convert)
922 (bibtex-autokey-titleword-case-convert): Make these the aliases
923 for the following two variables.
924 (bibtex-autokey-name-case-convert-function)
925 (bibtex-autokey-titleword-case-convert-function): Make these the
926 real names.
927 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
928 bibtex-font-lock-crossref sublists.
929 (bibtex-mode): Revert 2005-12-30 change (which made
930 completion-ignore-case buffer-local).
931 (bibtex-url): Simplify.
932
933 2006-03-19 Kim F. Storm <storm@cua.dk>
934
935 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
936 cursor property value to 2 (to align with C level change).
937
938 2006-03-19 Bill Wohler <wohler@newt.com>
939
940 * image.el (image-load-path-for-library): Shorten first line in
941 docstring.
942
943 2006-03-18 Richard Stallman <rms@gnu.org>
944
945 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
946
947 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
948
949 * isearch.el (isearch-other-meta-char): Handle user bindings for
950 shifted control characters.
951
952 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
953
954 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
955 part that matches email addresses, file names, etc.
956
957 2006-03-18 Eli Zaretskii <eliz@gnu.org>
958
959 * term/w32-win.el (mouse-set-font):
960 Mention w32-list-proportional-fonts in the doc string.
961
962 2006-03-18 Kim F. Storm <storm@cua.dk>
963
964 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
965 (ido-unc-hosts): New user option to explicitly define list of know
966 UNC-style hosts for completion.
967 (ido-cache-unc-host-shares-time): New user option.
968 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
969 New helper functions for UNC file-name support.
970 (ido-may-cache-directory): Check for UNC host. Simplify.
971 (ido-wash-history): Clean out old UNC hosts.
972 (ido-nonreadable-directory-p): UNC hosts are always readable.
973 (ido-directory-too-big-p): UNC hosts are never too big.
974 (ido-set-current-directory): Handle UNC root path.
975 (ido-file-name-all-completions): Complete UNC host names from
976 ido-unc-hosts list. Cache UNC host shares.
977 (ido-make-file-list-1): Don't filter UNC root.
978 (ido-exhibit): Check for // in root directory, and switch to UNC
979 mode by setting ido-current-directory to //.
980
981 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
982
983 * cus-edit.el (customize-changed-options): Mention explicit
984 version number as default in prompt.
985
986 2006-03-17 Bill Wohler <wohler@newt.com>
987
988 * image.el (image-load-path-for-library): Minor docstring fix.
989
990 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
991
992 * textmodes/org.el (org-read-date): Include subgroup 5 into
993 replacement text.
994 (org-popup-calendar-for-date-prompt): Fix customization type.
995
996 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
997
998 * progmodes/gdb-ui.el (gud-watch): Provide completion.
999 (gdb-continuation): New variable.
1000 (gdb-send): Deal with continuation lines.
1001
1002 * progmodes/gud.el (gud-gdb-complete-command)
1003 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1004 expressions.
1005 (gud-tooltip-mode): Use buffer-local value.
1006
1007 2006-03-16 Kim F. Storm <storm@cua.dk>
1008
1009 * ido.el (ido-edit-input): Use selected match, if any.
1010
1011 2006-03-16 Bill Wohler <wohler@newt.com>
1012
1013 * image.el (image-load-path-for-library): Prefer user's images in
1014 image-load-path.
1015
1016 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1017
1018 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1019 when checking for attempt to drag leftmost or rightmost scrollbar.
1020
1021 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1022
1023 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1024 (gdb-force-mode-line-update): New function.
1025 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1026 (gdb-exited): Use them.
1027 (gdb-signal): New function.
1028 (gdb-annotation-rules): Provide a rule for it.
1029
1030 2006-03-16 Kenichi Handa <handa@m17n.org>
1031
1032 * international/mule.el (auto-coding-regexp-alist): Add entries
1033 for Unicode BOM.
1034
1035 * sort.el (sort-build-lists): Temporarily bind
1036 inhibit-field-text-motion to t.
1037
1038 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1039
1040 * locate.el (locate-command, locate-make-command-line)
1041 (locate-fcodes-file, locate-update-command)
1042 (locate-prompt-for-command, locate, locate-with-filter)
1043 (locate-get-file-positions): Doc fixes.
1044 (locate-buffer-name, locate-header-face): Remove leading `*' in
1045 defcustom.
1046 (locate-filter-output): Use `keep-lines' instead of its alias
1047 `delete-non-matching-lines'.
1048 (locate-get-filename, locate-get-dirname): Add introductory comment.
1049 (locate-find-directory-other-window): Give appropriate error
1050 message if used outside main listing.
1051
1052 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1055 the new extend-region feature.
1056 (font-lock-after-change-function): Update correspondingly.
1057 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1058 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1059
1060 2006-03-15 Bill Wohler <wohler@newt.com>
1061
1062 * image.el (image-load-path-for-library): Fix example by not
1063 recommending that one binds image-load-path. Just defvar it to
1064 placate compiler and only use it if previously defined.
1065
1066 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1067
1068 * textmodes/org.el (org-insert-centered): Use `string-width' to
1069 make underlining work for wide characters.
1070 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1071 TAB to `org-cycle', to make sure that no binding in
1072 `outline-mode-map' can supercede it.
1073
1074 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1075
1076 * allout.el: Increment version to 2.2.1 in file commentary.
1077
1078 (allout-version): Increment to 2.2.1.
1079
1080 (allout-default-layout): New customization variable, used when the
1081 file lacks a specific allout-layout. Uses allout-layout-type for
1082 recursively nested definition.
1083
1084 (allout-layout-type): Widget defining allout layouts, necessary for
1085 self-recursive definition.
1086
1087 (allout-mode): Incorporate allout-default-layout as fallback for
1088 allout-layout.
1089
1090 (allout-layout): Mark as 'safe-local-variable', and refer mention
1091 fallback to `allout-default-layout' in absence of a specified value.
1092 (allout-passphrase-verifier-string)
1093 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1094
1095 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1096
1097 (allout-get-encryption-passphrase-verifier): Use correct name of
1098 passphrase verifier in docstring.
1099
1100 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1101
1102 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1103 elements.
1104 (gdb-find-watch-expression): Make it work for arrays too.
1105 Follow change to gdb-var-list.
1106 (gud-watch): Allow the user to enter variable name with a prexix
1107 arg. Create keybindings.
1108 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1109 (gdb-var-list-children-handler, gdb-var-update-handler)
1110 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1111 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1112 Follow change to gdb-var-list.
1113 (gdb-starting): Don't show the overlay arrows when program is running.
1114
1115 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1116 gdb-var-list.
1117
1118 2006-03-14 Bill Wohler <wohler@newt.com>
1119
1120 * image.el (image-load-path-for-library): Pass value of path
1121 rather than symbol. Always return list of directories.
1122 Guarantee that image directory comes first.
1123
1124 2006-03-14 Alan Mackenzie <acm@muc.de>
1125
1126 * font-core.el (font-lock-extend-region\(-function\)?.):
1127 New function/variable.
1128
1129 * font-lock.el (font-lock-after-change-function):
1130 Call font-lock-extend-region. Obey font-lock-lines-before.
1131 (font-lock-default-fontify-region): Remove reference to
1132 font-lock-lines-before.
1133
1134 * jit-lock.el (jit-lock-after-change):
1135 Call font-lock-extend-region. Obey font-lock-lines-before.
1136
1137 2006-03-14 David Ponce <david@dponce.com>
1138
1139 * tree-widget.el (tree-widget-themes-load-path)
1140 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1141
1142 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1143
1144 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1145 (rcirc-print): Mark the start of text at the end of the prompt.
1146 (rcirc-track-minor-mode): Add autoload cookie.
1147 (rcirc-update-activity-string): Add space to front of mode-line
1148 indicator.
1149
1150 2006-03-13 Miles Bader <miles@gnu.org>
1151
1152 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1153 (rcirc-abbrev-nick): Remove function.
1154 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1155
1156 2006-03-13 David Ponce <david@dponce.com>
1157
1158 * tree-widget.el: Handle themes across all occurrences of the main
1159 themes sub-directory found in tree-widget-themes-load-path.
1160 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1161 (tree-widget--locate-sub-directory): Return all occurrences.
1162 (tree-widget-themes-path): New function.
1163 Replace tree-widget-themes-directory, and return a list of directories.
1164 (tree-widget-set-parent-theme)
1165 (tree-widget-lookup-image): Use it.
1166
1167 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1168
1169 * textmodes/org.el (org-link-search): Avoid self-matching of
1170 links, allow target text to be distributed over several lines.
1171 (org-search-not-link): New function.
1172 (org-set-regexps-and-options, org-get-current-options):
1173 New startup options.
1174 (org-export-as-html): Take odd-level setting from local variable.
1175 (org-fontify-emphasized-text): New option.
1176 (org-set-font-lock-defaults): Include emphasized text.
1177 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1178 (org-font-lock): Customize group renamed from `org-faces'.
1179
1180 2006-03-13 John Paul Wallington <jpw@pobox.com>
1181
1182 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1183 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1184
1185 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1186
1187 * cus-start.el (all): Delete :version keyword for members of the
1188 fringe group, since the entire group is new in 22.1.
1189
1190 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1191
1192 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1193 map if value is hexadecimal (an address).
1194 (gud-watch): Only search roots for existing watch expressions.
1195 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1196 prevent caching problems with speedbar-update-directory-contents.
1197
1198 2006-03-12 Juri Linkov <juri@jurta.org>
1199
1200 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1201 before comparing with `low' and `warn'.
1202
1203 * info.el (Info-dir-remove-duplicates): Move point to the
1204 beginning of the current line after deleting the entries from
1205 redundant heading. Use marker for `limit' and compare it with
1206 point before calling `re-search-forward'.
1207
1208 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1209
1210 * simple.el (yank): Fix typo in docstring.
1211
1212 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1213
1214 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1215 messages, where "D" is the 6th character.
1216
1217 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1218
1219 * simple.el (yank): Fix last change.
1220
1221 2006-03-11 David Ponce <david@dponce.com>
1222
1223 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1224 merging elements from the standard ispell-dictionary-alist.
1225 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1226 alist, and return the new alist.
1227
1228 2006-03-11 Richard Stallman <rms@gnu.org>
1229
1230 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1231
1232 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1233 the way it is implemented is too unclean.
1234
1235 * simple.el (kill-region, yank): Doc fix.
1236
1237 * battery.el (battery-echo-area-format): Doc fix.
1238 (battery-mode-line-format): Likewise.
1239 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1240 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1241
1242 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1243
1244 * progmodes/octave-mod.el (octave-indent-for-comment):
1245 Behave according to do string.
1246
1247 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1248
1249 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1250 Be visible only if major mode is Mail Mode.
1251
1252 * textmodes/flyspell.el (flyspell-external-point-words)
1253 (flyspell-process-localwords): Fix last changes.
1254
1255 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1256
1257 * calendar/holidays.el (list-holidays): Doc fix.
1258
1259 * international/mule.el (auto-coding-alist): Add .odt
1260 (OpenOffice's open document) files.
1261
1262 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1263 document) files. Mention in the doc string the need to sync with
1264 auto-coding-alist.
1265
1266 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1267
1268 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1269 enable-local-variables is set to always query, or there is no
1270 savable variable.
1271
1272 2006-03-10 Bill Wohler <wohler@newt.com>
1273
1274 * image.el (image-load-path-for-library): Merge at least three
1275 functions from Gnus and MH-E into this one function that can now
1276 be shared.
1277
1278 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1279
1280 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1281 gdb-remove-mouse-face and remove help-echo too.
1282 (gdb-enqueue-input): Correct conditional clause.
1283
1284 2006-03-10 Glenn Morris <rgm@gnu.org>
1285
1286 * calendar/calendar.el (calendar-holidays): Doc fix.
1287 * calendar/holidays.el (list-holidays): Doc fix.
1288
1289 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1290
1291 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1292 it gets called in gdb-prompt anyway.
1293 (gdb-use-separate-io-buffer): Only restore window arrangement for
1294 gdb-many-windows.
1295 (gdb-enqueue-input): Make it harder to send GDB input when program
1296 is running.
1297 (gdb-buffer-list): New variable.
1298 (gdb-remove-mouse-face): New function.
1299 (gdb-starting): Use it when GDB input won't get sent.
1300
1301 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1302
1303 * help.el (view-lossage): Remove trailing whitespace before
1304 inserting "\n".
1305
1306 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1307
1308 * files.el (hack-local-variables-confirm):
1309 Set coding-system-for-read to nil before writing to .emacs.
1310
1311 * arc-mode.el (archive-extract): Check if an existing buffer name
1312 comes from a different archive.
1313
1314 * help.el (describe-key-briefly): If KEY is a down event, read and
1315 discard the up event.
1316
1317 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1318
1319 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1320 be edited and use font-lock-warning-face for any changes.
1321
1322 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1323 (gdb-edit-value): Use it to report any errors.
1324
1325 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1326
1327 * help.el (describe-key): Remove leftover test code.
1328
1329 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1330
1331 * textmodes/org.el: Move defvars out of eval-when-compile.
1332 Use buffer-file-name variable.
1333 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1334 arg `file'.
1335 (org-level-faces): Remove startup dependency.
1336 (org-cycle, org-map-tree, org-scan-tags)
1337 (org-remember-handler): Don't call `outline-level' directly.
1338 (org-mhe-search-all-folders): New option.
1339 (org-mhe-get-message-folder-from-index)
1340 (org-mhe-get-message-folder): Fix indexing search.
1341 (org-format-agenda-item): Handle nil TAGS argument.
1342 (org-cleaned-string-for-export, org-activate-target-links)
1343 (org-make-target-link-regexp): Deal with empty radio target list.
1344 (org-tag): New face.
1345 (org-get-level-face): New function.
1346 (org-set-font-lock-defaults): Simplify setup for headlines.
1347 (org-complete): Pass common substring to `display-completion-list'.
1348
1349 2006-03-06 David Ponce <david@dponce.com>
1350
1351 * tree-widget.el: Update Commentary header.
1352 (tree-widget-theme-name): Ignore parent themes.
1353 (tree-widget-set-parent-theme): New function.
1354 (tree-widget-set-theme): Use it.
1355 (tree-widget-set-image-properties): Move definition. Does nothing
1356 if image properties have already been set.
1357 (tree-widget-image-properties): Move definition. Receive an image
1358 name. Set the :pointer property.
1359 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1360 Don't set the :pointer image property.
1361 (tree-widget-convert-widget): New function. Handle :dynargs
1362 compatibility here.
1363 (tree-widget): Use it to :convert-widget. Add the :expander-p
1364 predicate to control when the :expander function is entered.
1365 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1366 (tree-widget-value-create): Handle :expander-p. widget-apply
1367 :expander.
1368 (tree-widget-expander-p): New function. Default value of the
1369 :expander-p property.
1370
1371 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1372
1373 * help.el (describe-key): Properly handle the return value of
1374 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1375 remaps. Handle string and vector `follow-link' values.
1376
1377 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * complete.el (PC-expand-many-files): Try be more careful when parsing
1380 the shell's output.
1381
1382 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1383
1384 * outline.el (hide-sublevels): Provide better interactive default.
1385
1386 2006-03-06 Kenichi Handa <handa@m17n.org>
1387
1388 * international/fontset.el (create-fontset-from-fontset-spec):
1389 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1390
1391 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1392
1393 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1394 backslashes instead of one in regexp.
1395 (gud-tooltip-dereference): Add missing optional argument.
1396
1397 2006-03-04 John Paul Wallington <jpw@pobox.com>
1398
1399 * wdired.el (toplevel): Require `cl' at compile-time.
1400
1401 2006-03-04 Andreas Schwab <schwab@suse.de>
1402
1403 * server.el (server-process-filter): Handle errors during
1404 evaluation of the argument.
1405
1406 2006-03-03 John Paul Wallington <jpw@pobox.com>
1407
1408 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1409 escape parentheses at beginning of line.
1410 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1411 (t-mouse-mode): Remove period from end of error message.
1412
1413 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1414
1415 * textmodes/flyspell.el (flyspell-process-localwords):
1416 Be case-sensitive.
1417
1418 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1419
1420 * cus-edit.el (custom-quote): Remove function, since it has been
1421 moved to custom.el.
1422
1423 * font-lock.el (lisp-font-lock-keywords-2)
1424 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1425 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1426 they have no special meaning.
1427
1428 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1429 indirect buffer gets killed before indirect buffer. Use dolist.
1430
1431 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1432
1433 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1434 value instead of a literal constant (1) on more pauses.
1435
1436 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1437
1438 * textmodes/flyspell.el (flyspell-external-point-words):
1439 Be case-sensitive.
1440
1441 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1442
1443 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1444 with "www".
1445
1446 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1447
1448 * allout.el: Restablish intermediate missing comment header to
1449 preserve outline structure.
1450 (allout-beginning-of-current-entry): Skip invisible text.
1451 (allout-open-topic): Fix opening a topic at end-of-buffer.
1452 (allout-minor-mode): Move nearer to allout-mode function.
1453
1454 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1455
1456 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1457
1458 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1459
1460 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1461 is nil.
1462
1463 * progmodes/gud.el (gud-speedbar-menu-items):
1464 Use buffer-local-value and add missing :visible keyword.
1465
1466 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1467
1468 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1469
1470 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1471 must be `follow-link'.
1472
1473 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1474
1475 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1476 formatting: No nested anchors.
1477 (org-all-targets): Fix bug with XEmacs compatibility.
1478 (org-read-date): Add (require 'parse-time).
1479 (org-set-tags): Fix bug with extra inserted space.
1480 (org-export-html-style): Define a style class for targets.
1481 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1482 (org-hide-leading-stars): New option.
1483 (org-hide): New face.
1484 (org-set-font-lock-defaults): Allow to hide leading stars.
1485 (org-get-legal-level, org-tr-level): New functions.
1486 (org-odd-levels-only): New option.
1487 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1488 (org-demote, org-promote): Deal with double-star levels.
1489 (org-convert-to-odd-levels): New command.
1490
1491 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1492
1493 * speedbar.el (speedbar-update-localized-contents): Try to
1494 preserve window-start.
1495 (speedbar-update-directory-contents): Try to preserve window-start
1496 and window-point.
1497 (speedbar-update-special-contents): Don't move back to start of window.
1498
1499 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1500 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1501 speedbar-timer-fn.
1502 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1503 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1504 instead of gdb-speedbar-timer-fn.
1505
1506 2006-02-28 Jay Belanger <belanger@truman.edu>
1507
1508 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1509 (math-compose-expr): Use latex option when calling
1510 `math-compose-tex-matrix' for latex mode.
1511
1512 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1513
1514 * speedbar.el: Re-instate comments about developing for speedbar
1515 [this is what info and gdb-ui use even if better methods exist now].
1516
1517 * t-mouse.el: New file.
1518 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1519 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1520 (t-mouse-make-event-element): Use posn-at-x-y instead.
1521 (t-mouse-make-event): Deal with Fedora Core 3.
1522 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1523 (t-mouse-mouse-position-function): New function. Use it instead
1524 of advising mouse-position.
1525 (t-mouse-mode): New minor mode.
1526 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1527
1528 2006-02-27 Glenn Morris <rgm@gnu.org>
1529
1530 * calendar/calendar.el (calendar-holidays): Doc fix.
1531
1532 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1533
1534 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1535 Re-introduce the concept of a source window.
1536 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1537 consistency with get-buffer-create.
1538 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1539 (gdb-data-list-register-values-handler)
1540 (gdb-stack-list-locals-handler): Try to preserve window-start as
1541 well as window-point.
1542 (gdb-display-source-buffer): New function (old concept).
1543 (gdb-goto-breakpoint): Use it.
1544
1545 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1546 for gdb-ui/gdb-mi (old concept).
1547
1548 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1549
1550 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1551 binding.
1552
1553 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1554
1555 * textmodes/reftex-sel.el (reftex-select-label-map)
1556 (reftex-select-bib-map): Add `follow-mouse' binding.
1557
1558 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1559
1560 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1561 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1562 Give :set functions to provide automatic updating.
1563 Update docstring. Give compiler defvars early in the file
1564 and move the defcustoms to a later spot where all called functions
1565 are defined.
1566 (jka-compr-file-name-handler-entry): Doc fix.
1567 (jka-compr-compression-info-list--internal)
1568 (jka-compr-mode-alist-additions--internal)
1569 (jka-compr-load-suffixes--internal): New variables.
1570 (jka-compr-install): Set the three above variables.
1571 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1572 (jka-compr-update, jka-compr-set): New functions.
1573 (auto-compression-mode): Doc fix.
1574
1575 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1576 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1577 Use jka-compr-compression-info-list--internal,
1578 jka-compr-mode-alist-additions--internal and
1579 jka-compr-load-suffixes--internal.
1580
1581 * files.el (load-library):
1582 * loadhist.el (file-loadhist-lookup):
1583 * startup.el (command-line):
1584 * subr.el (locate-library):
1585 * emacs-lisp/autoload.el (update-directory-autoloads):
1586 * emacs-lisp/find-func.el (find-library-suffixes):
1587 Use `get-load-suffixes' instead of `load-suffixes'.
1588
1589 * subr.el (locate-library):
1590 * emacs-lisp/find-func.el (find-library-name):
1591 Use `load-file-rep-suffixes' instead of '("").
1592
1593 2006-02-26 Kim F. Storm <storm@cua.dk>
1594
1595 * ido.el (ido-save-history, ido-load-history): Simplify.
1596 Don't use find-file-noselect to avoid interference from other modes.
1597
1598 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1599
1600 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1601 to use the default shell if filename is not available.
1602 Reported by Giorgos Keramidas.
1603
1604 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1605
1606 * progmodes/etags.el (tags-completion-table): Do completion from
1607 all the tables in the current list, as documented in the manual.
1608
1609 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1610
1611 * CC Mode Update to 5.31.3.
1612
1613 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1614
1615 * progmodes/cc-mode.el (c-postprocess-file-styles):
1616 Bind inhibit-read-only to t, around the call to
1617 c-remove-any-local-eval-or-mode-variables, so that it works on a
1618 RO file.
1619
1620 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1621
1622 * progmodes/cc-awk.el: Correct a typo.
1623
1624 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1625
1626 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1627 c-hungry-delete-backwards, at the request of RMS. Leave the old
1628 name as an alias.
1629
1630 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1631
1632 * progmodes/cc-mode.el: Correct a typo.
1633
1634 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1635
1636 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1637
1638 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1639
1640 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1641 brace-else-brace (error due to mbeg, mend being undefined).
1642
1643 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1644
1645 * progmodes/cc-mode.el: File Local variables: Solve the problem
1646 where both `mode' and c-file-offsets are specified: `mode' will
1647 overwrite c-f-o's settings:
1648 (c-remove-any-local-eval-or-mode-variables): New function.
1649 (c-postprocess-file-styles): Call the above new function, within
1650 c-tentative-buffer-change, to splat `mode' and `eval' before the
1651 second hack-local-variables.
1652
1653 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1654
1655 * progmodes/cc-mode.el:
1656 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1657 (c-after-change): Protect the match data with save-match-data.
1658 It was getting corrupted by c-after-change-check-<>-operators.
1659
1660 * cc-defs.el: [Supersedes patch V1.38]:
1661 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1662 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1663
1664 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1665 with save-match-data. It was being corrupted when Font Lock was
1666 not enabled.
1667
1668 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1669
1670 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1671 Mode and Subword Mode.
1672
1673 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1674 real labels ("case 1:" or "foo:") from non-labels ("public:").
1675 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1676 coding; c-f-t-2 doesn't move over a token at EOB.
1677
1678 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1679
1680 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1681 (c-update-modeline): Concatenate the minor mode indicators
1682 directly onto mode-name, removing c-submode-indicators.
1683 Sometimes, c-s-i got separated from the mode name on the mode line.
1684
1685 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1686 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1687
1688 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1689
1690 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1691 error message when there's an evaluation error to show whether
1692 it's loaded from source or not.
1693 (c-filter-ops): Make it available at runtime too to work when
1694 `c-make-init-lang-vars-fun' needs to evaluate from source.
1695
1696 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1697
1698 * help.el (help): Revert last part of 2006-02-23 change (deletion
1699 of the `provide' call).
1700
1701 2006-02-23 Juri Linkov <juri@jurta.org>
1702
1703 * compare-w.el (compare-windows-highlight): Add new value
1704 `persistent' and change :type from `boolean' to `choice'.
1705 (compare-windows-overlays1, compare-windows-overlays2):
1706 New internal variables.
1707 (compare-windows-highlight): If compare-windows-highlight is
1708 `persistent', add current overlays to compare-windows-overlays[12]
1709 instead of adding compare-windows-dehighlight to pre-command-hook.
1710 (compare-windows-dehighlight): Delete all overlays from
1711 compare-windows-overlays[12].
1712
1713 * info.el (Info-search): Don't bind search-spaces-regexp to
1714 Info-search-whitespace-regexp in non-regexp isearch mode.
1715
1716 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1719
1720 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1721
1722 * textmodes/org.el (org-xemacs-p)
1723 (org-export-html-show-new-buffer, org-table-may-need-update)
1724 (org-insert-item, org-mhe-get-message-real-folder)
1725 (org-mhe-get-message-folder-from-index)
1726 (org-mhe-get-message-folder, org-mhe-get-message-num)
1727 (org-mhe-get-header, org-make-org-heading-search-string)
1728 (org-make-org-heading-camel, org-table-sort-lines)
1729 (org-format-org-table-html, org-format-table-table-html):
1730 Fix typos in docstrings.
1731
1732 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1733
1734 * textmodes/org.el (org-cleaned-string-for-export)
1735 (org-solidify-link-text): New function.
1736 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1737 XEmacs, just to silence the compiler.
1738 (org-export-as-ascii, org-export-as-html-and-open):
1739 Use `org-cleaned-string-for-export' and create internal links.
1740 (org-follow-mhe-link): Require mh-e, use folder.
1741
1742 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1743
1744 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1745
1746 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1747 gdb-debug-log-length.
1748 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1749 it a real ring but...
1750 (gud-gdba-marker-filter): ...make it work like mark-ring.
1751 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1752 (gdb-mouse-jump): New function. Add bindings.
1753
1754 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1755
1756 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1757 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1758 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1759 (gdb-debug-log-length): Customize it's length.
1760 (gud-watch, gdb-var-create-handler): Display function::var format
1761 but don't use to create variable object.
1762 (gdb-var-create-handler): Use message-box in place of message.
1763 (gdb-stopped): Call gdb-exited if signalled.
1764
1765 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1766
1767 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1768
1769 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1770
1771 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1772 if `reftex-try-all-extensions' is set.
1773
1774 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1775 fail silently when there is no valid argument at point.
1776 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1777 `fail-silently' argument. From a patch by David Reiter.
1778
1779 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1780 New commands.
1781 (org-mark-ring): New variable.
1782 (org-mark-ring-length): New option.
1783 (org-open-at-point, org-goto, org-open-file): Push old position
1784 onto the mark ring.
1785 (org-add-hook): New function.
1786 (org-export-table-remove-special-lines): New option.
1787 (org-skip-comments, org-format-org-table-html): Respect new
1788 option `org-export-table-remove-special-lines'.
1789 (org-open-file): Allow special command configuration for
1790 directory link.
1791 (org-file-apps): Fix bugs in customize type, added setting
1792 for directories.
1793 (org-activate-tags, org-format-agenda-item, org-complete)
1794 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1795 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1796 (org-link-search, org-make-org-heading-search-string)
1797 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1798 (org-radio-targets, org-file-link-context-use-camel-case)
1799 (org-activate-camels): New options.
1800 (org-update-radio-target-regexp, org-all-targets)
1801 (org-make-target-link-regexp, org-activate-target-links):
1802 New functions.
1803 (org-make-org-heading-search-string): New function.
1804 (org-store-link, org-insert-link): Use new option
1805 `org-file-link-context-use-camel-case'.
1806 (org-activate-camels): Use new option `org-activate-camels'.
1807 (org-link-regexp): Add mhe prefix.
1808 (org-open-at-point, org-store-link): Support for mhe links.
1809 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1810 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1811 (org-mhe-get-header, org-follow-mhe-link): New functions.
1812 (org-remove-angle-brackets, org-add-angle-brackets):
1813 New functions.
1814 (org-bracket-link-regexp): New constant.
1815 (org-read-date): Fix bug that was rejecting all typed dates.
1816 (org-link-search): Make hierarchy above visible after a match.
1817 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1818 (org-store-link): Fix bug with link creation when cursor is in
1819 an empty line.
1820 (org-open-at-point): Fix bug with matching a link.
1821 Fixed buggy argument sequence in call to `org-view-tags'.
1822 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1823 (org-prefix-has-tag): New variable.
1824 (org-format-agenda-item): Remove tags from headline
1825 if appropriate.
1826 (org-agenda-remove-tags-when-in-prefix): New option.
1827
1828 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1829
1830 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1831 Fix the regular expressions.
1832
1833 2006-02-21 Richard M. Stallman <rms@gnu.org>
1834
1835 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1836 if there's no other specific basis.
1837
1838 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1839 as variables at all.
1840 (unsafep-variable): Rename arg; doc fix.
1841
1842 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1843
1844 * calendar/appt.el (diary-selective-display): Add defvar.
1845
1846 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1847
1848 * isearch.el (search-whitespace-regexp): Fix custom type.
1849
1850 * help.el (describe-key-briefly): Compute interactive args
1851 in same was as before previous change.
1852
1853 * files.el (enable-local-variables): Doc fix.
1854
1855 2006-02-21 Kim F. Storm <storm@cua.dk>
1856
1857 * fringe.el: Cleanup as file is now pre-loaded.
1858 (fringe-bitmaps): Initialize unconditionally.
1859 (fringe-mode, set-fringe-style): Remove autoload cookies.
1860
1861 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1862
1863 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1864 `horizontal-bar'.
1865 (fringe-cursor-alist): Use `horizontal-bar'.
1866
1867 2006-02-20 Kim F. Storm <storm@cua.dk>
1868
1869 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1870 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1871
1872 * loadup.el: Load "fringe" on window systems.
1873
1874 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1875
1876 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1877 out of scope components.
1878
1879 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1880 default.
1881
1882 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1883
1884 * custom.el (customize-mark-to-save, customize-mark-as-set):
1885 Load the symbol first.
1886
1887 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1888
1889 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1890 strech spec so it doesn't display as "^J" on the header line
1891 when `Buffer-menu-use-header-line' is t.
1892
1893 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1894
1895 * speedbar.el (speedbar-make-button): Keep text properties
1896 of string arguments if desired.
1897
1898 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1899 expessions.
1900
1901 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1902 of speedbar.
1903
1904 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1905
1906 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1907 to value of `read-file-name-completion-ignore-case'.
1908
1909 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1910
1911 * custom.el (customize-mark-as-set): Push to `user' theme.
1912
1913 * cus-edit.el (custom-save-variables): Allow unthemed values.
1914 (customize-set-variable): Push setting to `user' theme.
1915
1916 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1917
1918 * progmodes/gud.el: Don't require font-lock as it's now
1919 automatically loaded.
1920 (gud-speedbar-buttons): Replace gdb-var-changed with
1921 gdb-force-update.
1922
1923 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1924 gdb-var-changed.
1925 (gdb-post-prompt): Use it.
1926 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1927 (gdb-var-update-handler, gdb-var-delete)
1928 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1929 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1930 gdb-force-update in gdb-post-prompt.
1931 (gdb-reset): Clear watch expressions from speedbar when quitting.
1932
1933 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1934
1935 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1936 (viper-change-state-to-vi, viper-change-state-to-emacs):
1937 Make aware of cursor coloring in the Emacs state.
1938 (viper-special-read-and-insert-char): Use read-char-exclusive.
1939 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1940
1941 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1942
1943 * viper-util.el (viper-save-cursor-color)
1944 (viper-get-saved-cursor-color-in-replace-mode)
1945 (viper-get-saved-cursor-color-in-insert-mode)
1946 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1947 state.
1948 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1949
1950 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1951 (ediff-ignore-case-option3, ediff-actual-diff-options)
1952 (ediff-actual-diff3-options): New variables to control case sensitivity.
1953 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1954 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1955 (ediff-toggle-ignore-case): New function.
1956 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1957
1958 * ediff-help.el (ediff-long-help-message-narrow2)
1959 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1960 (ediff-long-help-message-word-mode): Add ignore-case command.
1961 (ediff-help-for-quick-help): Add ignore-case command.
1962
1963 * ediff-merg.el: Move provide to the end.
1964
1965 * ediff-ptch.el: Move provide to the end.
1966
1967 * ediff-wind.el: Move provide to the end.
1968
1969 * ediff-mult.el: Move provide to the end.
1970 (ediff-set-meta-overlay): Enable follow-link.
1971
1972 * ediff.el: Move provide to the end.
1973 Break recursive load cycle in eval-when-compile.
1974 (ediff-patch-buffer): Better heuristics.
1975
1976 * ediff-util.el: Move provide to the end.
1977 Break recursive load cycle in eval-when-compile.
1978 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
1979 defuns.
1980 (ediff-submit-report): Pass the values of ediff-diff3-program,
1981 ediff-diff3-options.
1982
1983 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
1984
1985 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1986 the opening bracket of the following bracketing pairs: {}, [], (), <>,
1987 `' (for example, in the docstring of `windmove-default-keybindings').
1988
1989 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1990
1991 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1992 shadow face. Don't provide binding to edit variable when it is
1993 out of scope.
1994
1995 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1996 (gdb-var-update-handler): Detect out of scope variables with pre
1997 GDB 6.4 too.
1998 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1999 Reset status of variable objects to nil in update handlers.
2000 (gdb-var-update-handler-1): Detect when a variable object comes
2001 in scope. setcar on var changes gdb-var-list directly.
2002
2003 2006-02-17 Juri Linkov <juri@jurta.org>
2004
2005 * ffap.el (ffap) <defface>: Add explicit face declaration.
2006 (ffap-highlight): Use face `ffap' directly instead of checking
2007 for its existence.
2008
2009 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2010 `visible-ok' of `other-buffer' to find the right original buffer.
2011
2012 * info.el (Info-search): Skip `Local Variables' node.
2013
2014 2006-02-17 Juri Linkov <juri@jurta.org>
2015
2016 * info.el (Info-find-file): Check for symbols `apropos', `history',
2017 `toc' in the input filename, and return these symbols as is.
2018 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2019 `history', `toc' instead of strings.
2020 (Info-set-mode-line): For non-string Info-current-file use the
2021 symbol's name inside **.
2022 (Info-isearch-push-state): Add quote before Info-current-file and
2023 Info-current-node.
2024 (Info-isearch-pop-state): Use `equal' instead of `string='.
2025 (Info-extract-pointer, Info-following-node-name): Use
2026 `match-string-no-properties' instead of `match-string'.
2027 (Info-up): Check `old-file' for `stringp'.
2028 (Info-history): Use `equal' instead of `string-equal'.
2029 Check `file' for `stringp'.
2030 (Info-history): Use symbol `history' instead of string as first arg
2031 of `Info-find-node'.
2032 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2033 `toc' instead of string.
2034 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2035 instead of `buffer-substring', and `match-string-no-properties'
2036 instead of `match-string'.
2037 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2038 instead of strings.
2039 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2040 Use symbol `apropos' instead of string.
2041 (Info-copy-current-node-name): Check `Info-current-file' for
2042 `stringp' and construct a command with `Info-find-node' from it.
2043 (Info-fontify-node): Use `match-string-no-properties' instead of
2044 `match-string' and check file names for `stringp'.
2045 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2046 `history', `toc' instead of strings.
2047
2048 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2049
2050 * files.el: Rearrange functions and variables in the file local
2051 variables section.
2052
2053 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2054
2055 * files.el: Add truncate-lines, ispell-check-comments and
2056 ispell-local-dictionary as safe local variables.
2057
2058 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2059
2060 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2061 out of scope variables.
2062 (gud-speedbar-buttons): Use unless.
2063
2064 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2065 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2066 (gdb-show-changed-values): Also use for out of scope variables.
2067 (gdb-var-update-handler-1): Note if variable goes out of scope.
2068
2069 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2070
2071 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2072 default to global variable values for unsupplied args.
2073 (rcirc-get-buffer-create): Fix bug with setting the target.
2074 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2075 test for rcirc-always-use-server-buffer-flag here.
2076 (rcirc-response-formats): Add %N, which is a facified nick. %n
2077 uses the default face. Change the ACTION format string. If the
2078 "nick" is the server, don't print anything for that field.
2079 Comment fixes.
2080 (rcirc-target-buffer): Don't test
2081 rcirc-always-use-server-buffer-flag here.
2082 (rcirc-print): Squeeze extra spaces out of the text before message.
2083 (rcirc-put-nick-channel): Strip potential "@" char from nick
2084 before adding them to nick table.
2085 (rcirc-url-regexp): Improve to match address like "foo.com".
2086
2087 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2088
2089 * allout.el (allout-hidden-p): Move this defsubst before
2090 allout-overlay-interior-modification-handler, where it is first
2091 used.
2092
2093 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2094
2095 * allout.el: Use allout invisible-text overlays instead of
2096 selective display for concealed text. Also, lots of general
2097 cleanup, and improved compatibility code.
2098
2099 (allout-version) Incremented, corrected, revised, and refined
2100 module commentary.
2101
2102 (provide 'allout): Moved to the bottom, added a require of overlay.
2103
2104 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2105 `except-current'.
2106 (allout-write-file-hook-handler): Minimize delay.
2107 (count-trailing-whitespace-region): New function so
2108 auto-encryption of current topic can resituate cursor exactly.
2109 PGP/GPG encryption trims trailing whitespace from lines, which
2110 must be accounted for across encryption then decryption.
2111
2112 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2113 just plain "\C-c", to avoid intruding on user's keybinding space.
2114
2115 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2116 parameter, so user request to provide a new password is done.
2117
2118 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2119 Refined mechanism for auto-filling behavior while in allout mode.
2120
2121 (allout-mode): Explicitly specify the mode map in the docstring.
2122 Clarify provision for various write-file hook var names.
2123 Adjusted for invisible-text overlays instead of selective-display.
2124
2125 (allout-depth): Really return 0 if not within any topic. This
2126 rectifies `allout-beginning-of-level' and sequence numbering
2127 errors that occur when cutting and pasting numbered topics.
2128 Changed from a in-line subst to a regular function, as well.
2129
2130 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2131
2132 (allout-end-of-subtree, allout-end-of-subtree)
2133 (allout-end-of-entry, allout-end-of-current-heading)
2134 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2135 (allout-show-children, allout-show-to-offshoot)
2136 (allout-hide-current-entry, allout-show-current-entry): Rectified
2137 handling of trailing blank lines between items.
2138
2139 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2140 (allout-current-depth, allout-unprotected, allout-hidden-p)
2141 (allout-on-current-heading-p, allout-listify-exposed)
2142 (allout-chart-subtree, allout-goto-prefix)
2143 (allout-back-to-current-heading, allout-get-body-text)
2144 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2145 (allout-hide-region-body, allout-toggle-subtree-encryption)
2146 (allout-encrypt-string, allout-encrypted-key-info)
2147 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2148 (allout-file-vars-section-data): Adjusted for use with
2149 invisible-text overlays instead of selective-display.
2150
2151 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2152 Reworked for use with invisible text overlays.
2153
2154 (allout-current-topic-collapsed-p): New function.
2155
2156 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2157 to know when to close the containing topic.
2158
2159 (allout-pre-command-business, allout-post-command-business):
2160 Simplify undo-batching and dynamic isearch exposure.
2161
2162 (allout-set-overlay-category): New for invisible-text overlays.
2163 Sets properties of allout-overlay-category, used by
2164 allout-flag-region to set invisible-text overlay properties.
2165 (allout-get-invisibility-overlay): Get the first qualifying
2166 invisibility overlay, so we can find the extent of it.
2167 (allout-back-to-visible-text): Get to just before the beginnining
2168 of the current invisibility overlay, if any.
2169
2170 (allout-overlay-insert-in-front-handler)
2171 (allout-overlay-interior-modification-handler)
2172 (allout-before-change-handler, allout-isearch-end-handler): New
2173 functions to handle extraordinary actions affecting concealed
2174 text.
2175
2176 (allout-flag-region): Use overlays instead of selective-display
2177 for invisible text - by inheritence from the properties of
2178 allout-overlay-category in mainline Emacs, and applied
2179 property-by-property in XEmacs, some recent versions of which
2180 don't inherit the properties from the category. Provisions to
2181 respond to concealed-text edits simplified drastically.
2182
2183 (allout-isearch-rectification, allout-isearch-was-font-lock)
2184 (allout-isearch-expose, allout-enwrap-isearch)
2185 (allout-isearch-abort, allout-pre-was-isearching)
2186 (allout-isearch-prior-pos, allout-isearch-did-quit)
2187 (allout-isearch-dynamic-expose)
2188 (allout-hide-current-entry-completely): Functions deleted.
2189
2190 (allout-undo-aggregation): Explicit undo aggregation no longer
2191 necessary due to transition away from selective-display.
2192
2193 (set-allout-regexp, allout-up-current-level)
2194 (allout-next-visible-heading, allout-forward-current-level)
2195 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2196 (allout-kill-line, allout-yank-processing, allout-show-children)
2197 (allout-expose-topic, allout-old-expose-topic)
2198 (allout-listify-exposed, allout-insert-latex-header)
2199 (allout-toggle-subtree-encryption, allout-encrypt-string)
2200 (remove-from-invisibility-spec, allout-hide-current-subtree):
2201 Ditched unused variables.
2202
2203 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2204
2205 * textmodes/ispell.el (ispell-change-dictionary): Call
2206 ispell-buffer-local-dict instead of
2207 ispell-accept-buffer-local-defs.
2208 (ispell-local-dictionary-alist): Accept as valid any coding-system
2209 supported by Emacs.
2210 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2211 changed to iso-8859-3.
2212
2213 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2214
2215 * speedbar.el (speedbar-frame-width): Make an inline function
2216 instead of a macro. Use frame-width.
2217 (speedbar-try-completion, speedbar-update-contents)
2218 (speedbar-timer-fn): Use consp.
2219 (speedbar-update-localized-contents): Try to preserve point.
2220
2221 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2222 (menu): Re-order menu items.
2223 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2224 field.
2225 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2226 (gdb-post-prompt): Speed things by not forcing update.
2227
2228 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2231 press and perform default action if we get a mouse movement event.
2232
2233 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2234
2235 * calendar/icalendar.el (icalendar--get-event-property)
2236 (icalendar--get-event-property-attributes): Fix typos in
2237 docstrings.
2238
2239 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2240 docstring.
2241
2242 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * bs.el (bs-mode): Use `buffer-disable-undo'.
2245 (bs--get-file-name): Simplify.
2246 (bs-show-in-buffer): Mark the buffer as not modified.
2247
2248 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2251 widget-button-click.
2252
2253 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2254 (custom-mode): Update docstring.
2255
2256 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2257 binding.
2258
2259 * files.el (hack-local-variables-confirm): Allow scrolling if the
2260 file variable list is too long. Kill temp buffer after use.
2261
2262 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2263
2264 * progmodes/gud.el (gdb): Improve doc string.
2265 (gdb-script-font-lock-keywords): Expand allowed character set.
2266
2267 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2268 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2269 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2270 (gdb-separate-io-stop, gdb-separate-io-eof):
2271 Rename from gdb-inferior-* to gdb-separate-*.
2272 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2273
2274 2006-02-14 Jay Belanger <belanger@truman.edu>
2275
2276 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2277 expression is a symbol before checking that it is bound.
2278
2279 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2280 test to see if equation can be solved.
2281
2282 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * wid-edit.el (widget-button-click): Use :pressed-face property
2285 for overlay face, if it exists.
2286
2287 * cus-edit.el (custom-manual, custom-add-see-also)
2288 (custom-add-parent-links, custom-group-link): Add :pressed-face
2289 property to links.
2290
2291 * files.el (hack-local-variables): Remove ignored variables before
2292 checking if any variables need setting.
2293
2294 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2295
2296 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2297
2298 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2299
2300 * help.el (where-is): Fix message for remapped commands.
2301
2302 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2303 Fix typos in docstrings.
2304
2305 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2306
2307 * files.el (safe-local-variable-values): New option.
2308 (hack-local-variables-prop-line): Return a list of variable-value
2309 pairs if MODE-ONLY is non-nil.
2310 (hack-local-variables): Construct list of variable-value pairs,
2311 and apply or reject them in one go. Ask for confirmation if
2312 variables are not known safe.
2313 (hack-local-variables-confirm): Complete rewrite. Support
2314 `safe-local-variable-values'.
2315 (enable-local-variables): Update docstring to reflect new
2316 behavior.
2317 (ignored-local-variables): Ignore ignored-local-variables and
2318 safe-local-variable-values.
2319 (safe-local-variable-p): New function.
2320 (risky-local-variable-p): `safe-local-variable' property check
2321 moved to safe-local-variable-p.
2322 (hack-one-local-variable): Checks moved to hack-local-variables.
2323
2324 (byte-compile-dynamic, c-basic-offset, c-file-style)
2325 (c-indent-level, comment-column, fill-column, fill-prefix)
2326 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2327 (no-update-autoloads, outline-regexp, page-delimiter)
2328 (paragraph-start, paragraph-separate, sentence-end)
2329 (sentence-end-double-space tab-width, version-control):
2330 Add `safe-local-variable' property.
2331
2332 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2333
2334 * icomplete.el, play/landmark.el: Change nonexistent
2335 `outline-layout' file variable to `allout-layout'.
2336
2337 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2338
2339 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2340 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2341 to gud-comint-buffer.
2342 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2343 gdb-ui.el for gdb-mi.el.
2344 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2345 registers buffer to gdb-get-changed-registers.
2346 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2347 deletion of catchpoints (throw and catch).
2348 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2349 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2350 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2351 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2352 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2353
2354 2006-02-13 Jay Belanger <belanger@truman.edu>
2355
2356 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2357 expression is a symbol before checking that it is bound.
2358
2359 2006-02-13 Richard M. Stallman <rms@gnu.org>
2360
2361 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2362 for the minibuffer too, but not if resize-mini-windows will interfere.
2363
2364 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2365 inside `interactive' spec.
2366 (describe-key-briefly-internal, describe-key-internal):
2367 Functions merged back into their callers.
2368
2369 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2370
2371 * info.el (info-xref-visited): Inherit from info-xref too.
2372 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2373 when propertizing Info-current-file and Info-current-node.
2374
2375 2006-02-13 Juri Linkov <juri@jurta.org>
2376
2377 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2378 (tumme-thumb-name): Fix per-directory format.
2379
2380 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2381
2382 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2383
2384 2006-02-12 Miles Bader <miles@gnu.org>
2385
2386 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2387
2388 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2389
2390 * tumme.el: Remove history section. If someone needs the it, it
2391 can always be found in CVS.
2392
2393 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2394
2395 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2396 about the Thumbnail Managing Standard option.
2397
2398 2006-02-12 Richard M. Stallman <rms@gnu.org>
2399
2400 * subr.el (substitute-key-definition): Doc fix.
2401
2402 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2403
2404 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2405
2406 * info.el (Info-mode): Doc fix.
2407
2408 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2409
2410 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2411
2412 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2413 because on Solaris a POSIX compatible "id" is needed. Reported by
2414 Magnus Henoch <mange@freemail.hu>.
2415
2416 2006-02-12 Juri Linkov <juri@jurta.org>
2417
2418 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2419 (tumme) <defgroup>: Change :group to `multimedia'.
2420 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2421 Managing Standard.
2422 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2423 Fix dostring.
2424 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2425 and %y. Fix docstring.
2426 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2427 (tumme-cmd-create-standard-thumbnail-command): New user options.
2428 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2429 is `standard'. Fix docstring.
2430 (tumme-thumb-width, tumme-thumb-height): New user options.
2431 (tumme-external-viewer): Try to find various viewers.
2432 (tumme-get-thumbnail-image): Use `create-image' instead of
2433 constructing the `image' structure.
2434 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2435 `standard'.
2436 (tumme-thumb-name): Add file name generation for standard storage.
2437 Simplify code for other storages.
2438 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2439 Add modification time %m and thumbnail-nq8 %q.
2440 Use `tumme-cmd-create-standard-thumbnail-command' if
2441 tumme-thumbnail-storage is `standard'.
2442 (tumme-dired-insert-marked-thumbs): New autoload command.
2443 (tumme-dired-after-readin-hook): New function.
2444 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2445 `tumme-thumb-size'.
2446 (tumme-display-image): Replace size-x %x and size-y %y with
2447 width %w and height %h.
2448
2449 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2450 `tumme-dired-insert-marked-thumbs'.
2451
2452 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2453
2454 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2455 include path).
2456 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2457 matching tag.
2458
2459 2006-02-12 Miles Bader <miles@gnu.org>
2460
2461 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2462 New variables.
2463 (rcirc-abbrev-nick): New function.
2464 (rcirc-format-response-string): Rewrite to use the formats in
2465 `rcirc-response-formats' and expand escape sequences therein.
2466 A text-property `rcirc-text' is added over the actual response
2467 text to make easy to find inside the returned string.
2468 (rcirc-print): When filling, just look for the `rcirc-text'
2469 text-property to find the appropriate fill prefix, instead of
2470 using hardwired patterns.
2471
2472 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2473
2474 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2475 Managing Standard.
2476
2477 2006-02-11 Kim F. Storm <storm@cua.dk>
2478
2479 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2480 Don't use insert-buffer; do insert-buffer-substring directly.
2481 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2482
2483 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2484
2485 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2486 with inhibit-read-only. Suggested by Stefan Monnier.
2487 (revert-buffer): Let insert-file-contents discard
2488 buffer-undo-list. Simplify code.
2489 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2490
2491 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2492
2493 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2494
2495 * help.el (describe-key-briefly): Now a wrapper for
2496 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2497 to t. Populate yank-menu if empty.
2498 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2499 (describe-key): Now a wrapper for describe-key-internal. Bind
2500 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2501 (describe-key-internal): Renamed from describe-key.
2502
2503 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2504
2505 * progmodes/glasses.el (glasses-separator): Doc fix.
2506 (glasses-original-separator): New defcustom.
2507 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2508
2509 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2510
2511 * mwheel.el (mouse-wheel-up-event): Doc fix.
2512
2513 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2514
2515 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2516 (tumme-dir): New function. Copied from thumbs.el.
2517
2518 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2519
2520 * desktop.el (desktop-outvar): Fix typo.
2521 (desktop-save-buffer-p): Doc fix.
2522
2523 * subr.el (substitute-key-definition): Fix typo.
2524
2525 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2526
2527 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2528 when window-system is mac.
2529
2530 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2531
2532 2006-02-10 Kim F. Storm <storm@cua.dk>
2533
2534 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2535 indirect-function instead of using condition-case.
2536
2537 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2538
2539 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2540 less `colloquial'...
2541
2542 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2543
2544 * tumme.el: Add a couple of todo items.
2545
2546 2006-02-09 Lars Hansen <larsh@soem.dk>
2547
2548 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2549 (highlight-changes-mode): Don't change desktop-locals-to-save.
2550
2551 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2552
2553 * image-mode.el (image-toggle-display): Clear image cache if using
2554 filename.
2555
2556 2006-02-09 Masatake YAMATO <jet@gyve.org>
2557
2558 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2559 a `dired-man' target.
2560
2561 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2562 boundary of symbols.
2563
2564 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2565
2566 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2567
2568 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2569
2570 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2571 `mapcar'; return nil.
2572
2573 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2576 some other event.
2577
2578 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2579
2580 * net/rcirc.el (rcirc-startup-channels-alist):
2581 Add irc.freenode.net and #emacs as defaults.
2582 (rcirc-ignore-all-activity-flag): Remove variable.
2583 (rcirc-authinfo): New variable.
2584 (rcirc-authinfo-filename): Remove variable.
2585 (rcirc-always-use-server-buffer-flag): New flag.
2586 (rcirc): M-x rcirc will automatically connect without prompting.
2587 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2588 connection in lisp.
2589 (rcirc-process-server-response-1): Remove everything but the nick
2590 portion of the sender so it doesn't need to be done everywhere
2591 else. Update related code.
2592 (global-map): Remove global keybindings.
2593 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2594 (rcirc-send-input): Split into several functions.
2595 (rcirc-process-input-line, rcirc-process-message)
2596 (rcirc-process-command): New functions.
2597 (rcirc-target-buffer): New function to determine where to route
2598 messages.
2599 (rcirc-user-nick): Save match data.
2600 (rcirc-toggle-ignore-buffer-activity)
2601 (rcirc-update-activity-string): Remove global ignore functionality,
2602 which can be done now by toggling rcirc-track-minor-mode.
2603 (rcirc-track-minor-mode-map): New keymap.
2604 (rcirc-track-minor-mode): New minor-mode.
2605 (ignore): Make the ignore output nicer. Always print it when
2606 adding or removing nicks.
2607 (rcirc-url-regexp): Improve.
2608 (rcirc-mangle-text): Remove properties before using text in the
2609 modeline.
2610 (rcirc-authenticate): Authentication data comes from
2611 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2612 (rcirc-server-prefix): Inherit from rcirc-server.
2613
2614 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2615
2616 * Makefile.in (compile): Append "|| true" to the end of the `find'
2617 command, like compile-always does.
2618
2619 2006-02-08 Sam Steingold <sds@gnu.org>
2620
2621 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2622 output from a dead connection.
2623
2624 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2625
2626 * dired.el (dired-mode-map): Add more bindings for tumme.
2627
2628 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * wdired.el (wdired-mode-map): Use remap.
2631 (wdired-get-filename): Massage.
2632 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2633 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2634 `keymap' property rather than `local-map'.
2635
2636 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2637
2638 * tumme.el (tumme-get-thumbnail-image): New utility function.
2639 Suggested by from Chong Yidong.
2640 (tumme-dired-with-window-configuration): Rename from
2641 `tumme-dired'. Add code to save window configuration.
2642 (tumme-restore-window-configuration): New command to restore the
2643 window configuration that `tumme-dired-with-window-configuration'
2644 saves before it changes the window configuration.
2645 (tumme-show-all-from-dir): New command to display thumbnails for
2646 all files in a directory entered by the user, like M-x thumbs.
2647 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2648 have been created.
2649 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2650 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2651 Remove obsolete test function.
2652
2653 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2654
2655 * vc.el (small-temporary-file-directory): Remove defvar; there's
2656 a defcustom for it in files.el.
2657
2658 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2659 Fix typo in message.
2660 (tumme-gallery-generate): Fix typo in `error' message.
2661 (tumme-display-window-height-correction)
2662 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2663 (tumme-line-up-interactive): Dox fixes.
2664 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2665 (tumme-restore-window-configuration, tumme-format-properties-string)
2666 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2667 Fix typos in docstrings.
2668
2669 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2670
2671 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2672
2673 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2674
2675 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2676 User should use hook if desired.
2677
2678 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2679 buffer if necessary.
2680 (gdb-delete-frame-or-window): New function.
2681 (gdb-breakpoints-mode-map): Bind "q" to it.
2682
2683 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 * textmodes/nroff-mode.el: Clean up name space.
2686 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2687 (nroff-mode): Obey the global setting of nroff-electric-mode.
2688 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2689
2690 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2691
2692 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2693
2694 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2695
2696 2006-02-06 Lars Hansen <larsh@soem.dk>
2697
2698 * generic-x.el (etc-fstab-generic-mode): Add file system types
2699 cifs and usbdevfs. Allow special chars in file names.
2700
2701 2006-02-05 Jay Belanger <belanger@truman.edu>
2702
2703 Update copyright notices of the files in lisp/calc.
2704
2705 2006-02-05 Romain Francoise <romain@orebokech.com>
2706
2707 Update copyright notices of all files in the lisp/play directory.
2708
2709 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2710
2711 * ldefs-boot.el: Regenerate.
2712
2713 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2714
2715 2006-02-05 Kim F. Storm <storm@cua.dk>
2716
2717 * files.el (magic-mode-regexp-match-limit): New defvar.
2718 (set-auto-mode): Use it to limit magic-mode-alist matching.
2719
2720 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2721
2722 * simple.el (display-message-or-buffer): Compare the number of
2723 characters to the frame width when determining whether a 1-line
2724 message string will fit in the echo area. Count screen lines
2725 instead of buffer lines when determining whether a multi-line
2726 message will fit in the echo area/minibuffer window.
2727
2728 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2729
2730 * info.el (Info-index, Info-mode): Improve the description of the
2731 `i' command.
2732
2733 * ldefs-boot.el: Regenerate.
2734
2735 2006-02-03 Werner Lemberg <wl@gnu.org>
2736
2737 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2738 greedy to find the closing bracket in \*[...] and similar
2739 expressions. This is a first rough fix -- many additional
2740 refinements are necessary to make nroff mode really usable with groff.
2741
2742 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2743
2744 * international/mule-cmds.el (set-locale-environment):
2745 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2746 libX11.
2747
2748 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2749
2750 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2751 archive are created in archive-tmpdir.
2752
2753 2006-02-02 John Paul Wallington <jpw@pobox.com>
2754
2755 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2756 (ibuffer-fontification-alist): Use it.
2757 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2758 to "* z" and the Ibuffer Mark menu.
2759
2760 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2761
2762 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2763
2764 * textmodes/table.el (*table--cell-describe-mode)
2765 (*table--cell-describe-bindings): Undo last change since
2766 print-help-return-message is not obsoleted by anything at all.
2767
2768 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2769
2770 * emulation/cua-base.el (cua-mode): Doc fix.
2771
2772 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2773
2774 * dframe.el (dframe-handle-make-frame-visible)
2775 (dframe-handle-iconify-frame, dframe-get-focus)
2776 (dframe-select-attached-frame, dframe-power-click)
2777 (dframe-frame-mode): Fix typos in docstrings.
2778
2779 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2780 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2781 Fix typos in docstrings.
2782
2783 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2784 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2785 (hi-lock-archaic-interface-message-used)
2786 (hi-lock-file-patterns-range): Fix typos in docstrings.
2787
2788 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2789 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2790
2791 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2792 Fix typo in docstring.
2793
2794 * net/newsticker.el (newsticker--decode-iso8601-date)
2795 (newsticker--set-customvar, newsticker--buffer-insert-item)
2796 (newsticker--do-run-auto-mark-filter)
2797 (newsticker--parse-generic-feed): Doc fixes.
2798 (newsticker--retrieval-timer-list, newsticker-url-list)
2799 (newsticker-hide-immortal-items-in-echo-area)
2800 (newsticker-hide-obsolete-items-in-echo-area)
2801 (newsticker-new-item-face, newsticker--enclosure)
2802 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2803 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2804 (newsticker--parse-generic-feed, newsticker--cache-contains)
2805 (newsticker--stat-num-items, newsticker-download-enclosures):
2806 Fix typos in docstrings.
2807
2808 * net/rcirc.el (rcirc-debug): Doc fix.
2809 (rcirc-fill-column, rcirc-receive-message-hooks)
2810 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2811 (rcirc-mode, rcirc-generate-new-buffer-name)
2812 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2813 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2814 Fix typos in docstrings.
2815 (rcirc-print): "?\ " -> "?\s".
2816 (rcirc-cmd-join): Improve argument/docstring consistency.
2817
2818 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2819
2820 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2821 before narrow-to-region.
2822
2823 2006-02-01 Richard M. Stallman <rms@gnu.org>
2824
2825 * simple.el (move-beginning-of-line): Scan properly for invis change.
2826
2827 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2828
2829 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2830
2831 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2832 change bit only when id-format is 'integer. Reported by Matt
2833 Hodges <M.P.Hodges@rl.ac.uk>.
2834
2835 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2836
2837 * hilit-chg.el (highlight-changes-initial-state)
2838 (highlight-changes-global-initial-state): Doc fixes.
2839 (highlight-changes-global-modes, global-highlight-changes):
2840 Fix typos in docstrings.
2841
2842 2006-02-01 Kim F. Storm <storm@cua.dk>
2843
2844 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2845 transient-mark-mode in doc string.
2846
2847 2006-01-31 Richard M. Stallman <rms@gnu.org>
2848
2849 * replace.el (multi-occur): Doc fix.
2850 (multi-occur-in-matching-buffers): Rename from
2851 multi-occur-by-filename-regexp. Prefix arg says match
2852 buffer names instead of file names.
2853
2854 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2855
2856 * bs.el: Allow non-default values of `bs-header-lines-length'.
2857 (bs--running-in-xemacs): Remove (not needed anymore).
2858 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2859 instead of `shrink-window', thus avoiding having to compute the
2860 height of the window.
2861 (bs--up): Wrap around even when there's no header.
2862 (bs--down): Use `forward-line' instead of `next-line'.
2863
2864 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2865
2866 * image-mode.el (image-toggle-display): Use file name if possible,
2867 instead of unnecessarily allocating a (possibly huge) lisp string.
2868
2869 2006-01-30 John Paul Wallington <jpw@pobox.com>
2870
2871 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2872 because the `assert' macro signals it at runtime.
2873
2874 * emacs-lisp/cl.el (toplevel): Remove definition of
2875 `cl-assertion-failed' condition.
2876
2877 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2878
2879 * thumbs.el (thumbs-marked-list): Make buffer-local and
2880 permanent-local.
2881 (thumbs-insert-thumb): Make help-echo non-sticky.
2882 (thumbs-file-alist): Use eolp as check for (non)-image.
2883
2884 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2885
2886 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2887 (ediff-before-session-group-setup-hooks)
2888 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2889 Fix typos in docstrings.
2890
2891 * window.el (bw-dir, bw-eqdir, balance-windows)
2892 (split-window-keep-point): Fix typos in docstrings.
2893
2894 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2895 (org-quote-string, org-calendar-to-agenda-key)
2896 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2897 (org-show-following-heading, org-tags-column)
2898 (org-use-tag-inheritance, org, org-allow-space-in-links)
2899 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2900 (org-enable-table-editor, org-calc-default-modes)
2901 (org-table-allow-automatic-line-recalculation)
2902 (org-export-html-style, org-export-with-fixed-width)
2903 (org-export-with-sub-superscripts, org-special-keyword)
2904 (org-formula, org-time-grid, org-table-may-need-update)
2905 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2906 (org-goto-quit, org-get-indentation, org-end-of-item)
2907 (org-move-item-down, org-move-item-up)
2908 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2909 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2910 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2911 (org-agenda-log-mode, org-agenda-toggle-diary)
2912 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2913 (org-agenda-file-to-end, org-agenda-no-heading-message)
2914 (org-agenda-get-closed, org-format-agenda-item)
2915 (org-cmp-priority, org-cmp-category, org-cmp-time)
2916 (org-agenda-change-all-lines, org-agenda-diary-entry)
2917 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2918 (org-link-search, org-camel-to-words, org-open-file)
2919 (org-remember-handler, org-table-convert-region)
2920 (org-table-move-row-down, org-table-move-row-up)
2921 (org-table-copy-region, org-table-wrap-region)
2922 (org-table-toggle-vline-visibility)
2923 (org-table-get-vertical-vector, org-table-modify-formulas)
2924 (org-table-get-specials, org-recalc-commands)
2925 (org-table-rotate-recalc-marks, org-table-eval-formula)
2926 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2927 (org-level-color-stars-only, org-insert-heading):
2928 Fix typos in docstrings.
2929 (last-arg): Add defvar.
2930
2931 * makefile.w32-in (WINS): Add erc.
2932 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2933
2934 2006-01-29 Bill Wohler <wohler@newt.com>
2935
2936 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2937 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2938 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2939 (mh-autoloads): Don't use comments on otherwise empty lines.
2940
2941 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2942
2943 * emulation/viper.el (viper-major-mode-modifier-list): Add
2944 insert-state and vi-state entries for erc-mode.
2945 (viper-go-away, viper-set-hooks): Add and remove
2946 viper-comint-mode-hook from erc-mode-hook as appropriate.
2947
2948 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2949
2950 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * bs.el (bs--format-aux): Implement `middle' alignment as
2953 described in the docstring for `bs-attributes-list'.
2954 (bs--get-name): Simplify. Don't pad the buffer name.
2955
2956 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2957
2958 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2959 English aspell dictionary is installed, use the first entry of
2960 ispell-dictionary-alist-1.
2961
2962 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2963
2964 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2965 Doc fix.
2966
2967 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
2968
2969 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2970 for `process-file', in order to let it work for older Emacsen too.
2971
2972 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2973
2974 * international/latexenc.el: Add a suitable `coding:' tag.
2975 (latexenc-find-file-coding-system): Undo last change.
2976
2977 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2978
2979 * international/latexenc.el (latexenc-find-file-coding-system):
2980 Make sure latexenc-main-file is a regular file and is readable.
2981
2982 2006-01-27 Andre Spiegel <spiegel@gnu.org>
2983
2984 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2985 Pass FILE to vc-user-login-name.
2986
2987 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2988
2989 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
2990
2991 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2992 there are no more images to display.
2993 (thumbs-mark, thumbs-unmark): Revert change so that they move to
2994 the next image.
2995
2996 2006-01-26 Richard M. Stallman <rms@gnu.org>
2997
2998 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2999
3000 * wid-edit.el (advertised-widget-backward): New alias.
3001 (widget-keymap): Use advertised-widget-backward for S-TAB.
3002
3003 * tumme.el: Correct the keywords.
3004 (tumme-dir-max-size): Use defvar.
3005 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3006
3007 * simple.el (move-beginning-of-line): Take account of fields.
3008 (clone-indirect-buffer-other-window): Take args like
3009 clone-indirect-buffer, and work like it.
3010
3011 * help-fns.el (describe-function): Don't pass `nil' as default.
3012
3013 * files.el (risky-local-variable-p): Follow var aliases.
3014
3015 * subr.el (lazy-completion-table): Doc fix.
3016
3017 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3018 global binding of `line'.
3019
3020 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3021
3022 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3023 Tramp.
3024
3025 * vc.el (vc-default-dired-state-info): Pass FILE to
3026 vc-user-login-name.
3027 (vc-default-update-changelog): Don't use vc-user-login-name, we
3028 don't need it here.
3029
3030 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3031 no longer necessary.
3032
3033 2006-01-25 Kenichi Handa <handa@m17n.org>
3034
3035 * international/mule.el (decode-char): Avoid the overhead of
3036 calling utf-lookup-subst-table-for-decode if
3037 utf-translate-cjk-mode is nil.
3038 (encode-char): Avoid the overhead of calling
3039 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3040 nil.
3041
3042 2006-01-22 Kenichi Handa <handa@m17n.org>
3043
3044 * international/mule.el (make-subsidiary-coding-system): Reset
3045 `coding-system-define-form' property of subsidiaries to nil.
3046 Avoid duplicated entry in coding-system-alist.
3047 (make-coding-system): Avoid duplicated entry in
3048 coding-system-alist.
3049 (define-coding-system-alias): Likewise.
3050
3051 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3052
3053 * completion.el: Minor fixes in introductory comment.
3054 (completion-def-wrapper): Fix alist.
3055
3056 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3057
3058 * thumbs.el (thumbs-new-image-size): New function.
3059 (thumbs-increment-image-size-element)
3060 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3061 (thumbs-decrement-image-size): Delete.
3062 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3063 temp files and use to resize.
3064 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3065 Use increment argument to enlarge/shrink. Preserve point.
3066 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3067 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3068 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3069 (thumbs-mark, thumbs-unmark): Preserve point.
3070 (thumbs-modify-image): Keep old temp files and use to modify.
3071 Cleanup old temp files at load time. Preserve point.
3072 (thumbs-view-image-mode-map): Use new command names.
3073
3074 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3077
3078 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3079 the nastiest part of the cyclic dependency.
3080 (cal-menu-update): Use dotimes and calendar-increment-month.
3081
3082 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3083 (calendar-week-start-day): Add an :initializer.
3084 (calendar-mode-map): Use suppress-keymap, and command remapping.
3085 (describe-calendar-mode): Setup xref-stack info for the back button.
3086 (calendar-star-date): Insert before delete.
3087 (calendar-set-mode-line): Add file-modified info if applicable.
3088 (calendar-increment-month): New function.
3089
3090 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3091
3092 * font-lock.el (lisp-font-lock-keywords-2):
3093 Recognize "& keywords" only at word boundaries.
3094
3095 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3096
3097 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3098 and permanent-local.
3099 (thumbs-max-image-number): New variable.
3100 (thumbs-do-thumbs-insertion): Use them.
3101 (thumbs-per-line): Change default to 4.
3102 (thumbs-marked-list): Rename from thumbs-markedL.
3103 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3104 (thumbs-rename-images): Use -list instead of L for internal variables.
3105 (thumbs-call-convert): Use call-process instead of shell-command.
3106 (thumbs-insert-thumb): Add filename as help-echo to each image.
3107 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3108 Give dir to thumbs-show-thumbs-list.
3109 (thumbs-show-thumbs-list): Set default-directory to that of images.
3110 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3111 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3112 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3113 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3114
3115 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 * ses.el (ses-read-cell): Provide a default value.
3118
3119 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * term/w32-win.el (image-library-alist): Add additional names for
3122 GIF library.
3123
3124 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3125
3126 * international/latexenc.el (latexenc-find-file-coding-system):
3127 Add file-regular-p check.
3128
3129 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * simple.el (clone-buffer): Don't show the new buffer in the same
3132 window.
3133
3134 2006-01-23 Juri Linkov <juri@jurta.org>
3135
3136 * faces.el (link, link-visited): New faces based on default values
3137 of `info-xref' and `info-xref-visited'.
3138
3139 * info.el (info-xref): Inherit from `link'.
3140 (info-xref-visited): Inherit from `link-visited'.
3141
3142 * cus-edit.el (custom-buffer-create-internal): Use widget type
3143 `custom-manual' instead of `info-link' and don't set properties
3144 `button-face' and `mouse-face' explicitly.
3145 (custom-browse-group-tag, custom-browse-variable-tag)
3146 (custom-browse-face-tag): Inherit from widget class
3147 `custom-group-link' instead of `push-button'.
3148 (custom-button-unraised): Inherit from `underline' face.
3149 (custom-link): Inherit from `link' face. Fix doc and group.
3150 (custom-add-parent-links, custom-group-value-create): Don't set
3151 properties `button-face' and `mouse-face' explicitly for
3152 `custom-group-link' widget.
3153 (custom-group-link): Add properties `button-face' and `mouse-face'
3154 to widget definition.
3155 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3156 editable-field's :keymap property.
3157 (custom-mode): Fix docstring: substitute keybindings for
3158 `widget-forward' and `widget-backward' from `widget-keymap',
3159 `widget-complete' from `custom-field-keymap', replace old
3160 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3161
3162 * desktop.el (desktop-load-file): Check for `fboundp' before
3163 calling `symbol-function'.
3164
3165 * simple.el (clone-buffer, clone-indirect-buffer)
3166 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3167 `read-string'. Fix prompts.
3168
3169 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3170
3171 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3172
3173 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3174
3175 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3176
3177 * startup.el (inhibit-splash-screen, initial-scratch-message):
3178 Doc fixes.
3179
3180 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3181
3182 Sync with Tramp 2.0.52.
3183
3184 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3185 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3186 `tramp-unload-tramp' for checklist.
3187
3188 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3189 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3190 (tramp-unload-file-name-handler-alist)
3191 (tramp-unload-tramp): New defuns.
3192 (tramp-advice-PC-expand-many-files): New defadvice.
3193 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3194 removed.
3195 (tramp-handle-expand-file-name): Remove double slash.
3196 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3197 It doesn't matter, because it will be converted later on.
3198 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3199 implementation was just heuristic.
3200 (tramp-post-connection): Set uid and gid properties.
3201 (tramp-convert-file-attributes): Set file's gid change bit.
3202 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3203 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3204 in case of su(do)? methods. The home directory of the local user
3205 will be taken else.
3206 (tramp-open-connection-telnet)
3207 (tramp-open-connection-rsh, tramp-open-connection-su)
3208 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3209 local shell prompt could hurt. Reported by Romain Francoise
3210 <romain@orebokech.com>.
3211 (tramp-let-maybe): Add `edebug-form-spec' property.
3212 (tramp-handle-expand-file-name): Bind `default-directory' locally
3213 to "/" in order to avoid problems with UNC shares or Cygwin
3214 mounts.
3215 (tramp-md5-function): Fix typo in error message.
3216
3217 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3218
3219 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3220 for byte-compiler pacification.
3221
3222 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3223
3224 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3225 ID-FORMAT `string'. This allows us to get rid of
3226 `vc-user-login-name UID'.
3227
3228 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3229
3230 2006-01-22 John Paul Wallington <jpw@pobox.com>
3231
3232 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3233
3234 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3235
3236 * emacs-lisp/find-func.el (find-definition-noselect)
3237 (find-variable-noselect): Search variables in C source code too.
3238 (find-function-C-source, find-function-noselect, find-function)
3239 (find-function-other-frame, find-variable-noselect, find-variable)
3240 (find-variable-other-frame, find-variable-at-point):
3241 Fix docstrings.
3242
3243 2006-01-21 Francesco Potorti` <pot@gnu.org>
3244
3245 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3246
3247 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3248
3249 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3250 Default to disabling the "Save affix" question.
3251
3252 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3253
3254 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3255 the first arg to run-python.
3256
3257 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3258
3259 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3260 is not loaded.
3261
3262 2006-01-20 Jay Belanger <belanger@truman.edu>
3263
3264 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3265 limit is 0.
3266
3267 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3268 the correct variable.
3269
3270 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3271
3272 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3273 link. Fixed buggy argument sequence in call to `org-view-tags'.
3274 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3275 (org-prefix-has-tag): New variable.
3276 (org-format-agenda-item): Remove tags from headline if
3277 appropriate.
3278 (org-agenda-remove-tags-when-in-prefix): New option.
3279 (org-get-tags-at): New function.
3280
3281 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3282
3283 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3284 (thumbs-find-image): Move image name and number from buffer name
3285 to mode name. Set thumbs-buffer. Preserve point so that large
3286 images remain visible.
3287 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3288 order.
3289 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3290 mode name.
3291 (thumbs-next-image, thumbs-previous-image): Make them work.
3292
3293 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3294
3295 * cus-edit.el (custom-buffer-create-internal): State in the text above
3296 the whole buffer buttons that they do not operate on hidden items.
3297 (custom-face-menu): Use `custom-face-save' instead of
3298 `custom-face-save-command'.
3299 (custom-face-save-command): Make it an alias for `custom-face-save'
3300 and declare it obsolete.
3301 (custom-face-save): Doc fix.
3302
3303 * dired.el (dired-no-confirm): Add quote.
3304 (dired-subdir-alist-pre-R): Add quote in
3305 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3306
3307 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * textmodes/table.el (table-mode-indicator): Typo in last change.
3310
3311 2006-01-19 Richard M. Stallman <rms@gnu.org>
3312
3313 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3314 Fixes bug reported in Nov 2005.
3315
3316 * isearch.el (isearch-forward): Doc fix.
3317
3318 * dired.el (dired-move-to-filename-regexp): Define as alias.
3319 (dired-no-confirm): Use defcustom.
3320 (dired-subdir-alist-pre-R): Put defvar at top level.
3321
3322 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3323
3324 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3325 Mark as risky.
3326
3327 * simple.el (set-mark-command): Doc fix.
3328 (clone-indirect-buffer-other-window):
3329 Read arg like clone-indirect-buffer.
3330 (move-beginning-of-line): Skip invisible newlines.
3331
3332 2006-01-19 Masatake YAMATO <jet@gyve.org>
3333
3334 * progmodes/cpp.el (cpp-edit-load): Make the order of
3335 listed conditions in a base C code buffer and its associate
3336 CPP Edit buffer the same.
3337
3338 2006-01-19 Kenichi Handa <handa@m17n.org>
3339
3340 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3341 (rmail-mime-feature): Likewise.
3342 (rmail-require-mime-maybe): Use display-warning to show a warning
3343 message.
3344
3345 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3346 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3347
3348 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 * array.el: Move defvars out of eval-when-compile.
3351 (array-make-template): Replace undeclared global var with a local one.
3352 (array-mode): Inline initialization functions.
3353 (array-init-local-variables, array-init-max-row)
3354 (array-init-max-column, array-init-columns-per-line)
3355 (array-init-field-width, array-init-rows-numbered)
3356 (array-init-line-length, array-init-lines-per-row): Remove.
3357
3358 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3359 (doc-mode-map): Define explicitly.
3360 (doctor-txtype): Use mapc.
3361
3362 * textmodes/table.el: Move defvars out of eval-when-compile.
3363 Remove harmful code meant to avoid byte-compiler warnings.
3364 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3365 specification that checks table-fixed-width-mode directly.
3366 (table-recognize-region, table-recognize-cell):
3367 Use restore-buffer-modified-p.
3368 (table-fixed-width-mode): Remove code that refreshes
3369 table-fixed-mode-indicator.
3370 (*table--cell-describe-bindings, *table--cell-describe-mode):
3371 Avoid obsolete name print-help-return-message.
3372 (table--test-cell-list): Don't use replace-regexp from elisp.
3373 (table--point-entered-cell-function, table--point-left-cell-function):
3374 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3375
3376 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3377 that was after the end of file. Use buffer-file-name variable.
3378 (org-timestamp-change): Use with-current-buffer.
3379 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3380 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3381 `file'.
3382
3383 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3384 (fortran-break-line): Remove unused var `opoint'.
3385 (fortran-abbrev-start): Obey help-event-list.
3386
3387 2006-01-18 Jesper Harder <harder@phys.au.dk>
3388
3389 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3390
3391 2006-01-18 Masatake YAMATO <jet@gyve.org>
3392
3393 * progmodes/make-mode.el (makefile-imake-mode): New mode
3394 derived from makefile-mode.
3395 (makefile-imake-mode-syntax-table): New syntax table
3396 derived from makefile-mode-syntax-table.
3397 (makefile-mode): Write about makefile-imake-mode in doc string.
3398 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3399 (makefile-imake-font-lock-keywords): New font lock keywords.
3400
3401 * files.el (auto-mode-alist): Add Imakefile.
3402
3403 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3404
3405 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3406 loading the file rather than when turning on flyspell-mode.
3407
3408 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3409
3410 * cus-edit.el (customize-rogue): Minor doc fix.
3411
3412 2006-01-17 Juri Linkov <juri@jurta.org>
3413
3414 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3415 instead of the file at the mark as default if the file at the mark
3416 is the same as the file at point or if dired-dwim-target-directory
3417 is not the same as the current directory and the mark is not active.
3418
3419 * log-view.el (log-view-minor-wrap): Use the same logic to get
3420 revisions as `log-view-diff'.
3421
3422 * info.el (Info-revert-find-node): Check for Info-current-file
3423 before preserving new-history.
3424
3425 * man.el (Man-heading-regexp): Add `/'.
3426
3427 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3428 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3429
3430 2006-01-16 Juri Linkov <juri@jurta.org>
3431
3432 * faces.el (mode-line-faces): New defgroup.
3433 (mode-line-highlight): Move definition after new defgroup.
3434 (mode-line, mode-line-inactive, mode-line-highlight):
3435 Replace :group `modeline' with `mode-line-faces'.
3436 (mode-line-buffer-id): New face.
3437 (modeline-buffer-id): New face alias.
3438 (vertical-border): Remove :group `modeline'.
3439
3440 * bindings.el (propertized-buffer-identification): Use face
3441 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3442 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3443 (mode-line-buffer-identification-keymap): For mouse-1 replace
3444 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3445 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3446 mouse-3.
3447
3448 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3449 Buffer-menu-buffer. Doc fix.
3450 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3451 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3452 `Buffer-menu-buffer'.
3453
3454 * info.el (Info-mode-line-node-keymap): New defvar.
3455 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3456 Propertize Info-current-node with `mode-line-buffer-id' and
3457 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3458
3459 * time.el (display-time-mail-face): Replace :group `faces' with
3460 `mode-line-faces'.
3461
3462 2006-01-16 Kenichi Handa <handa@m17n.org>
3463
3464 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3465
3466 * language/european.el (cp1252): New alias for windows-1252.
3467
3468 * international/mule.el (autoload-coding-system): Prepare for EOL
3469 variants.
3470
3471 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3472
3473 * term.el (term-raw-map): Add mapping for insert.
3474 (term-send-insert): New.
3475 (term-mode): Make variables local here instead of doing it in
3476 `term-emulate-terminal'.
3477 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3478 Scroll reverse needs to take into account the scroll region.
3479 Saving and restoring the cursor should save the color attributes too.
3480 (term-reset-terminal): Reset the scroll region.
3481 (term-handle-ansi-escape): Cursor up and down should take into
3482 account the scroll region.
3483 (term-set-scroll-region): Rename from `term-scroll-region'.
3484 Move to 0,0 after setting the region.
3485 (term-handle-scroll): Handle scroll up.
3486 (term-down): Fix off by one error.
3487 (term-delete-lines): Do not delete outside the scroll region.
3488 (term-insert-lines): Take into account the scroll region.
3489
3490 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3491
3492 * textmodes/ispell.el (ispell-internal-change-dictionary)
3493 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3494 (start, end): Move declaration outside of eval-when-compile.
3495
3496 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3497 (flyspell-mode-on): Use it.
3498
3499 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3500 ispell-kill-ispell-hook.
3501
3502 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3503
3504 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3505 (Custom-reset-saved): Do not ask for confirmation in single option
3506 buffers.
3507
3508 2006-01-13 Richard M. Stallman <rms@gnu.org>
3509
3510 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3511
3512 2006-01-13 Romain Francoise <romain@orebokech.com>
3513
3514 * add-log.el (add-change-log-entry, change-log-merge):
3515 Conditionally use `hard-newline'.
3516
3517 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3518
3519 * wid-edit.el (widget-field-end): If the overlay is no longer
3520 associated with a buffer, behave as if the overlay didn't exist.
3521
3522 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3523 Make sure the links use the `custom-link' face.
3524
3525 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3528 (ld-script-mode): Don't set indent-line-function since we don't
3529 have one.
3530
3531 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3532
3533 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3534 application.
3535 (org-file-apps-defaults-gnu): Use mailcap as the default for
3536 selecting an application on a UNIX system.
3537 (org-agenda-show-tags): New command.
3538 (org-table-insert-hline): Keep cursor in current table line.
3539 (org-table-convert): Offset effect of modifying
3540 `org-table-insert-hline'.
3541 (org-format-agenda-item): New optional argument TAG.
3542 (org-compile-prefix-format): Handle %T format for the tag.
3543 (org-expand-wide-chars): New function.
3544 (org-table-insert-row, org-table-insert-hline):
3545 Use `org-expand-wide-chars'.
3546 (org-open-file): Fix bug in program launch.
3547 (org-get-time-of-day): Fix bug with times before 1am.
3548 (org-agenda-menu): Add tags commands.
3549
3550 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3551
3552 * textmodes/ispell.el (ispell-init-process): Include the used
3553 dictionary in ispell process start message.
3554 (ispell-internal-change-dictionary): When flyspell-mode is active
3555 and dictionary is changed, make sure ispell process is restarted
3556 and flyspell word cache cleared out for the current buffer.
3557 (ispell-change-dictionary): Make sure flyspell word cache is
3558 cleared out in all buffers with active flyspell mode when
3559 dictionary is globally changed.
3560 Call ispell-internal-change-dictionary after dictionary change.
3561
3562 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3563
3564 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3565
3566 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3567 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3568 years. Fix small differences wrt Makefile.in.
3569 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3570 Makefile.in does.
3571
3572 2006-01-12 Bill Wohler <wohler@newt.com>
3573
3574 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3575 mh-search.el.
3576
3577 2006-01-12 Masatake YAMATO <jet@gyve.org>
3578
3579 * progmodes/ld-script.el: Update copyright year.
3580
3581 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3584 Don't add widget if setting undefined.
3585
3586 2006-01-12 John Paul Wallington <jpw@pobox.com>
3587
3588 * help-fns.el (describe-variable): Remove newlines from void
3589 variable output.
3590
3591 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3592
3593 * wdired.el (wdired-mode-map): Add help echo for
3594 wdired-abort-changes.
3595
3596 * man.el (Man-file-name-regexp): Adjust for a list of files.
3597
3598 2006-01-12 Masatake YAMATO <jet@gyve.org>
3599
3600 * progmodes/ld-script.el (auto-mode-alist): Support
3601 suffix conventions used in netbsd and eCos.
3602
3603 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3604
3605 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3606 (custom-variable-menu, custom-face-menu, custom-group-menu)
3607 (Custom-mode-menu): Change names of menu items. (As discussed on
3608 emacs-devel.)
3609 (custom-face-menu): Add "Undo Edits" item.
3610
3611 * startup.el (init-file-user): defcustom -> defvar.
3612
3613 * tooltip.el (tooltip-mode): Doc fix.
3614
3615 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3616
3617 * reveal.el (reveal-post-command): window-buffer signals an error on
3618 dead windows rather than returning nil.
3619 (reveal-open-new-overlays): An overlay might die while we open others.
3620
3621 2006-01-11 Bill Wohler <wohler@newt.com>
3622
3623 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3624 phrasing in docstring.
3625
3626 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3627 can give some systems gas. Add new file mh-buffers.el.
3628
3629 2006-01-06 Masatake YAMATO <jet@gyve.org>
3630
3631 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3632 C preprocessor forward ported from GNU Emacs 21.2.
3633
3634 * progmodes/asm-mode.el (asm-font-lock-keywords):
3635 Use `cpp-font-lock-keywords'.
3636
3637 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3638
3639 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3640 of $ for "\\.ld[s]?".
3641
3642 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3645 (tcl-indent-line): Return `noindent' if inside a string.
3646
3647 * progmodes/flymake.el (flymake-split-string): Remove more than one
3648 empty string at beg/end of the result.
3649 (flymake-find-buildfile, flymake-find-possible-master-files):
3650 Use expand-file-name.
3651 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3652 since expand-file-name does it for us. Use directory-file-name.
3653 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3654 (flymake-ler-get-type, flymake-ler-get-text)
3655 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3656 (flymake-current-line-no): Remove spurious interactive spec.
3657 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3658 (flymake-check-include): Remove arg inc-path merged into inc-name.
3659 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3660 Arg regexp-list replaced by a simple regexp.
3661 (flymake-master-make-header-init, flymake-master-tex-init):
3662 Correspondingly replace regexp-list with a regexp. Fix regexp.
3663
3664 2006-01-10 Simon Josefsson <jas@extundo.com>
3665
3666 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3667 describing AUTH PLAIN fix.
3668
3669 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3670
3671 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3672 (report-emacs-bug): Don't record initial prompt text.
3673 Instead, add text properties to prompting text.
3674 (report-emacs-bug-hook): Delete prompting text.
3675
3676 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3679 `dirs'. Adjust callers.
3680
3681 2006-01-09 John Paul Wallington <jpw@gnu.org>
3682
3683 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3684
3685 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 * reveal.el (reveal-open-new-overlays): New extracted fun.
3688 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3689 using them. Simplify the code.
3690 (reveal-post-command): Use them. Fix up obsolete windows in
3691 reveal-open-spots.
3692
3693 * progmodes/flymake.el: Use `require' rather than autoload for
3694 XEmacs's overlays.
3695 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3696 Delete. Use file-relative-name instead.
3697 (flymake-get-syntax-check-program-args, flymake-perl-init):
3698 Simplify the resulting code.
3699
3700 * log-view.el (log-view-file-re, log-view-message-re): Add support
3701 for DaRCS output.
3702
3703 2006-01-09 Alex Schroeder <alex@gnu.org>
3704
3705 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3706 identifiers sometimes added in square brackets at the beginning of
3707 subject lines.
3708
3709 2006-01-07 Richard M. Stallman <rms@gnu.org>
3710
3711 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3712 (Custom-reset-current, Custom-reset-saved): Change question text.
3713 (Custom-reset-standard): Likewise.
3714 (custom-variable-reset-saved): Doc fix.
3715
3716 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3717
3718 * startup.el (init-file-user): Doc fix.
3719
3720 2006-01-07 Alex Schroeder <alex@gnu.org>
3721
3722 * mail/rmail.el (rmail-current-subject): New function.
3723 (rmail-current-subject-regexp): New function.
3724 (rmail-next-same-subject): Use it.
3725
3726 * mail/rmailsum.el (rmail-summary-by-topic):
3727 Use rmail-current-subject and rmail-current-subject-regexp.
3728 (rmail-summary-next-same-subject): Ditto.
3729
3730 * net/rcirc.el (rcirc-send-input): No longer check whether the
3731 process is open, since not all commands need an open process.
3732 (rcirc-send-string): Check whether the process is open before
3733 sending anything.
3734 (rcirc-ignore-list): New option.
3735 (rcirc-ignore-list-automatic): New variable.
3736 (rcirc-print): Take rcirc-ignore-list into account.
3737 (rcirc-cmd-ignore): New command.
3738 (rcirc-ignore-update-automatic): New function.
3739 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3740 list if ignored nicks.
3741 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3742
3743 2006-01-06 David Reitter <david.reitter@gmail.com>
3744
3745 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3746 reflect the address to which the report will be sent.
3747
3748 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3749
3750 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3751 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3752
3753 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3754
3755 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3756
3757 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3758 the doc string: "functoin" => "function".
3759 * ldefs-boot.el: Likewise.
3760
3761 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3762 message text: "Duplicat" => "Duplicate".
3763
3764 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3765
3766 * files.el (basic-save-buffer-2): If backing-up failed, reset
3767 buffer-backed-up to nil.
3768
3769 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3770
3771 * progmodes/gud.el (gdb-script-skip-to-head)
3772 (gdb-script-calculate-indentation): Indent for breakpoint command
3773 lists also.
3774
3775 2006-01-05 Bill Wohler <wohler@newt.com>
3776
3777 * Makefile.in (compile-always): Add mh-autoloads dependency.
3778 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3779 provides it.
3780 (updates): Remove mh-autoloads dependency, since it probably has
3781 already run recently (via recompile).
3782
3783 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3786 argument `force' to disable the flyspell-last-buffer optimization.
3787 (flyspell-mode-on): Use it.
3788
3789 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3790 flymake-simple-cleanup.
3791 (flymake-allowed-file-name-masks): Use this new default.
3792 All the functions are now called in the right buffer rather than
3793 passing the buffer as argument.
3794 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3795 (flymake-parse-err-lines): Remove redundant buffer arg.
3796 (flymake-get-program-dir): Comment out unused function.
3797 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3798 Remove redundant buffer argument.
3799 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3800 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3801
3802 2006-01-05 Richard M. Stallman <rms@gnu.org>
3803
3804 * info.el (Info-find-node): Don't record previous node if have none.
3805 (info): Go to directory only if history is empty.
3806
3807 * simple.el (mark): Doc fix.
3808
3809 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3810
3811 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3812 already of desired type.
3813 (mac-ae-list): Coerce parameter to "list" type.
3814 (mac-dispatch-apple-event): Replace cadr part of event with a
3815 dummy position so that event-start returns it.
3816
3817 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3818
3819 * textmodes/org.el (org-end-of-subtree): New function.
3820 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3821 Use `org-end-of-subtree'.
3822 (org-agenda, org-agenda-convert-date): Protect calls to
3823 `fit-window-to-buffer'.
3824 (org-tags-view): Force matching of sublevels when doing a
3825 todo-only search. Define the correct redo command, including the
3826 arguments.
3827 (org-agenda-redo): Display message.
3828 (org-check-for-org-mode): New function.
3829 (org-agenda-type): New variable.
3830 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3831 Set `org-agenda-type'.
3832 (org-agenda-check-type): New function.
3833 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3834 (org-agenda-week-view, org-agenda-day-view)
3835 (org-agenda-next-date-line, org-agenda-previous-date-line)
3836 (org-agenda-log-mode, org-agenda-toggle-diary)
3837 (org-agenda-toggle-time-grid, org-agenda-date-later)
3838 (org-agenda-date-prompt, org-agenda-diary-entry)
3839 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3840 (org-agenda-convert-date, org-agenda-menu):
3841 Use `org-agenda-check-type'.
3842 (org-make-overlay, org-delete-overlay)
3843 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3844 New compatibility functions.
3845 (org-calendar-select-mouse): New command.
3846
3847 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3848
3849 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3850 (Custom-reset-standard): Fix y-or-n-p messages.
3851 (custom-link): New face for links.
3852 (custom-buffer-create-internal, custom-manual): Use it.
3853 (custom-face-save): Push to theme-face before setting face spec.
3854
3855 * wid-edit.el (widget-default-mouse-face-get): New function.
3856 (widget-specify-button): Handle mouse-face like button-face.
3857
3858 * custom.el (load-theme): Clear old theme settings if reloading.
3859
3860 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3861
3862 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3863 "Erase Customization" button back to same position it occupies in
3864 the individual State menus.
3865
3866 2006-01-04 Kim F. Storm <storm@cua.dk>
3867
3868 * wid-edit.el (key-sequence): Rework widget to read key binding
3869 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3870 (widget-key-sequence-default-value): Default value for empty sequence.
3871 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3872 (widget-key-sequence-read-event): New command for C-q.
3873 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3874 (widget-key-sequence-value-to-external): New functions.
3875
3876 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3877
3878 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3879 Use expand-file-name.
3880 (flymake-delete-temp-directory): Use expand-file-name,
3881 file-name-directory, and directory-file-name.
3882 (flymake-strrchr): Delete.
3883 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3884 to the init-f function.
3885 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3886 (flymake-init-find-buildfile-dir)
3887 (flymake-init-create-temp-source-and-master-buffer-copy)
3888 (flymake-simple-make-init-impl, flymake-simple-make-init)
3889 (flymake-master-make-init, flymake-master-make-header-init)
3890 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3891 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3892 (flymake-xml-init): Remove corresponding redundant buffer argument.
3893 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3894 the default anyway. Clean up regexps.
3895
3896 * progmodes/flymake.el (flymake-temp-source-file-name)
3897 (flymake-master-file-name, flymake-temp-master-file-name)
3898 (flymake-base-dir): New buffer-local vars.
3899 (flymake-buffer-data, flymake-get-buffer-value)
3900 (flymake-set-buffer-value): Replace those hash-tables by the new
3901 buffer-local vars. Update callers.
3902
3903 * progmodes/flymake.el (flymake-check-start-time)
3904 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3905 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3906 Move definition, so we can remove redundant earlier declaration.
3907 (flymake-replace-regexp-in-string, flymake-split-string)
3908 (flymake-get-temp-dir): Use defalias.
3909 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3910 (flymake-xemacs-window-edges): Remove unused function.
3911 (flymake-get-point-pixel-pos): Move.
3912 (flymake-pid-to-names, flymake-reg-names)
3913 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3914 Replace by a simple list flymake-processes and by process-buffer.
3915 Update callers. Other than simplify the code, it uses buffers rather
3916 than buffer-names so it doesn't get confused by uniquify.
3917 (flymake-buffer-data): The global value should just be nil.
3918
3919 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3920 Optimize the body of a defalias like any other code.
3921
3922 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3923 Make sure we've setup font-lock's vars. It may influence which
3924 function we then call.
3925 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3926 here since it's too late anyway.
3927
3928 2006-01-03 Romain Francoise <romain@orebokech.com>
3929
3930 * startup.el (fancy-splash-tail, normal-splash-screen):
3931 Update copyright year.
3932
3933 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3934
3935 * mouse.el (mouse-drag-track): Rename, from
3936 `mouse-drag-region-1'. Includes optional argument required to
3937 enable post-drag event processing (e.g. delete region keys).
3938 Can be used without this argument to track a mouse region and operate
3939 on it as soon as the drag completes.
3940 (mouse-drag-region): Use `mouse-drag-track'.
3941
3942 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3943
3944 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3945 Move to `custom-buffer' group.
3946
3947 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3948 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3949 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3950 (custom-theme-face-menu): New variables.
3951 (custom-theme-add-variable, custom-theme-variable-action)
3952 (custom-variable-reset-theme, custom-theme-delete-variable)
3953 (custom-face-reset-theme, custom-theme-face-action)
3954 (custom-theme-delete-face, custom-theme-merge-theme)
3955 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3956
3957 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3958
3959 * custom.el: Move Custom Themes commentary to start of theme code.
3960 (custom-known-themes): Rename `standard' theme to `changed'.
3961 (custom-push-theme): Caller no longer specifies what theme to use
3962 when doing `reset'---the setting is simply removed from the theme.
3963 Delete MODE from `theme-value' and `theme-settings' properties.
3964 (custom-declare-theme): Ignore &rest args since we don't use them.
3965
3966 (custom-loaded-themes): Delete variable.
3967 (custom-theme-load-themes, custom-theme-loaded-p)
3968 (custom-theme-value): Delete functions.
3969
3970 (custom-declare-theme): Signal error on invalid theme names.
3971 (provide-theme): custom-loaded-themes was deleted.
3972 (load-theme): Load the file unconditionally.
3973 (enable-theme): Call `load-theme' if theme is undefined.
3974 (custom-enabled-themes): Only update value for successful loads.
3975 (disable-theme): Complete from enabled themes when interactive.
3976 (custom-variable-theme-value): Calculate theme value directly.
3977
3978 (custom-theme-reset-variables, custom-reset-variables): Mark as
3979 XEmacs compatibility functions. We don't actually use these.
3980
3981 * cus-edit.el (custom-variable-state-set):
3982 Use custom-variable-theme-value instead of custom-theme-value.
3983 (custom-face-state-set): Rename `standard' theme to `changed'.
3984 (custom-save-variables, custom-save-faces): Delete unneeded
3985 references to custom-reset-variables.
3986 (custom-save-resets): Delete function.
3987 (custom-save-variables, custom-save-faces): MODE argument deleted.
3988 (custom-save-variables, custom-save-faces): Ignore theme values.
3989
3990 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3991 compatibility function.
3992
3993 2006-01-01 Richard M. Stallman <rms@gnu.org>
3994
3995 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3996 (Custom-reset-current, Custom-reset-saved): Likewise.
3997 (Custom-reset-standard): Show message if aborted.
3998 (custom-mode): Doc fix, describing those commands.
3999
4000 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4001 put on event-kind property.
4002
4003 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4004
4005 * custom.el (provide-theme): Ban `user' theme name.
4006 (custom-enabling-themes): New variable.
4007 (enable-theme): Don't enable user if custom-enabling-themes is t.
4008 (custom-enabled-themes): Make it a defcustom.
4009 (custom-theme-recalc-face): No-op if face is undefined.
4010
4011 * cus-edit.el (custom-button-mouse): New variable.
4012 (custom-button-mouse): New face.
4013 (custom-raised-buttons, custom-mode): Use it.
4014
4015 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4016
4017 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4018
4019 * progmodes/gud.el (gud-display-line): Support hl-line in the
4020 source buffer.
4021
4022 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4023
4024 * mouse.el (mouse-drag-window-above): Verify that the found window
4025 overlaps with the given window in the horizontal dimension.
4026
4027 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4028
4029 * Makefile.in (cvs-update): New target.
4030
4031 * makefile.w32-in (cvs-update): Ditto.
4032
4033 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4036 (custom-new-theme-mode-map): New variable.
4037
4038 2005-12-30 Richard M. Stallman <rms@gnu.org>
4039
4040 * custom.el (custom-load-themes): Function deleted.
4041
4042 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4043 (custom-save-variables): Don't delete or add custom-load-themes call.
4044
4045 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4046
4047 * cus-start.el: Add `visible-cursor'.
4048
4049 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4050 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4051 (flymake-process-filter): Switch to buffer before calling it instead.
4052 (flymake-post-syntax-check, flymake-highlight-err-lines)
4053 (flymake-delete-own-overlays, flymake-parse-err-lines)
4054 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4055 (flymake-count-lines, flymake-parse-residual):
4056 Remove constant buffer argument.
4057 (flymake-start-syntax-check-for-current-buffer): Remove.
4058 Update callers to use flymake-start-syntax-check instead.
4059 (flymake-display-err-menu-for-current-line):
4060 Remove unused var `mouse-pos'.
4061 (flymake-restore-formatting): Comment out unused function.
4062 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4063 argument, use current-buffer instead. Update callers.
4064
4065 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4066
4067 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4068 buffer-local because choose-completion-delete-max-match requires
4069 that we set completion-ignore-case (i.e., binding via let is not
4070 sufficient).
4071 (bibtex-complete): Always set completion-ignore-case and
4072 choose-completion-string-functions. The latter is needed because
4073 choose-completion-string-functions keeps its value if we quit the
4074 *Completions* buffer without requesting a completion.
4075
4076 2005-12-30 Andreas Schwab <schwab@suse.de>
4077
4078 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4079
4080 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4081
4082 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4083
4084 2005-12-30 Juri Linkov <juri@jurta.org>
4085
4086 * locate.el (locate-fcodes-file, locate-header-face)
4087 * progmodes/delphi.el (delphi-other-face)
4088 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4089
4090 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4091 group `paren-showing-faces'.
4092
4093 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4094 (goto-address): Fix docstring.
4095
4096 * net/webjump.el (webjump-sample-sites): Update URLs.
4097
4098 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4099
4100 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4101
4102 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4103
4104 * font-lock.el (font-lock-compile-keywords): Signal an error when
4105 font-lock-set-defaults hasn't been called.
4106
4107 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4108
4109 * subr.el (noreturn, 1value): Doc fixes.
4110
4111 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4112
4113 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4114 that assoc-string returns nil.
4115
4116 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4117
4118 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4119 (bibtex-entry-type-str, bibtex-empty-field-re)
4120 (bibtex-search-backward-string, bibtex-preamble-prefix)
4121 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4122 (bibtex-any-valid-entry-type): New variable.
4123 (bibtex-parse-field-name): Simplify.
4124 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4125 (bibtex-preamble-prefix): Include left delimiter.
4126 (bibtex-search-forward-field, bibtex-search-backward-field):
4127 Allow unbounded search past entry boundaries (required by bibtex-pop).
4128 (bibtex-text-in-field-bounds): Use push.
4129 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4130 (bibtex-parse-preamble, bibtex-valid-entry)
4131 (bibtex-beginning-first-field): New functions.
4132 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4133 (bibtex-map-entries): Fix docstring.
4134 (bibtex-flash-head): New arg prompt. Simplify.
4135 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4136 (bibtex-insert-kill): Simplify. Always insert text past the
4137 current field or entry.
4138 (bibtex-format-entry): Use bibtex-parse-field.
4139 (bibtex-pop): Use bibtex-beginning-of-entry and
4140 bibtex-end-of-entry to initiate the search. Insert empty field if
4141 we found ourselves.
4142 (bibtex-print-help-message): New args field and comma.
4143 Handle entry keys.
4144 (bibtex-make-field): Use bibtex-beginning-of-entry.
4145 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4146 invalid entry.
4147 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4148 Handle preambles. Simplify code for thorough test.
4149 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4150 New arg comma. Handle entry heads.
4151 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4152 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4153 New arg comma.
4154 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4155 (bibtex-fill-field): Simplify.
4156 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4157 bibtex-parse-field.
4158 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4159 (bibtex-complete): Use bibtex-parse-preamble.
4160
4161 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4162
4163 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4164 Display name of expression instead of convenience variable.
4165 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4166
4167 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4168 toggle-gud-tooltip-dereference.
4169 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4170 (gud-tooltip-tips): ...here when dereferencing.
4171
4172 2005-12-28 Bill Wohler <wohler@newt.com>
4173
4174 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4175
4176 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4179 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4180 (vc-annotate-display-autoscale): Adjust call.
4181 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4182 Fix interactive spec.
4183 (vc-annotate-time-span): Remove.
4184 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4185 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4186 (vc-annotate-display-select): Use new name.
4187
4188 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4189 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4190 Correct the construction of span entries. Simplify.
4191 (vc-annotate-display-select): Fix the nil case.
4192 (vc-annotate): Remove obsolete (and now broken) code.
4193 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4194 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4195
4196 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4197
4198 * subr.el (lazy-completion-table): Correct typo in docstring.
4199
4200 * startup.el (command-line): Use `custom-reevaluate-setting' for
4201 `send-mail-function'.
4202
4203 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4204
4205 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4206
4207 * mail/smtpmail.el (smtpmail-try-auth-methods):
4208 Send credentials together with "AUTH PLAIN" command.
4209
4210 2005-12-27 Richard M. Stallman <rms@gnu.org>
4211
4212 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4213 mouse-2, go back to previously selected window, so it's selected
4214 when mouse-2 command runs.
4215
4216 2005-12-27 Juri Linkov <juri@jurta.org>
4217
4218 * descr-text.el (describe-text-sexp): Use square brackets for
4219 button [Show] to distinguish it from the property value `show'.
4220 (describe-property-list): Use `insert-text-button' with
4221 `help-face' type instead of putting face in quotes, because button
4222 is not created automatically for a list of faces.
4223 (describe-text-properties-1): Put button-type value in quotes to
4224 distinguish from plain text "button".
4225 (describe-char): Display code point values in hex. Don't use
4226 `symbol-name' for `current-input-method' because it is a string.
4227 Use `insert-text-button' with `help-face' type instead of putting
4228 hardcoded face in quotes, because button is not created automatically.
4229
4230 2005-12-27 Richard M. Stallman <rms@gnu.org>
4231
4232 * progmodes/glasses.el (glasses-face): More specific custom type.
4233
4234 * files.el (set-visited-file-name): Doc fix.
4235
4236 * textmodes/flyspell.el (flyspell-external-point-words):
4237 Use local var buffer-scan-pos to advance scan for next misspelling.
4238 Advance it only after we find the misspelling.
4239
4240 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4241
4242 * textmodes/flyspell.el (flyspell-external-point-words):
4243 New criteria for finding the misspelling in the buffer.
4244
4245 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4246
4247 * help-mode.el (help-insert-string): Set help-xref-stack-item
4248 rather than call help-setup-xref.
4249
4250 * descr-text.el (describe-char): Revert previous changes for
4251 optional buffer argument.
4252
4253 2005-12-27 Juri Linkov <juri@jurta.org>
4254
4255 * help-mode.el (help-insert-string): New function. Save buffer
4256 contents in cases where it is impossible to recompute the old contents.
4257
4258 * descr-text.el (describe-char): Set help-xref-stack-item
4259 explicitly after buffer has been generated.
4260
4261 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4262
4263 * cus-start.el (all): Add x-gtk-show-hidden-files.
4264
4265 2005-12-26 Richard M. Stallman <rms@gnu.org>
4266
4267 * replace.el (perform-replace): Calculate match-again
4268 before skipping read-only matches.
4269
4270 * paren.el (paren-showing-faces): New group.
4271 (show-paren-match, show-paren-mismatch): Move to that group.
4272
4273 * button.el (button): Put into group `basic-faces'.
4274
4275 * progmodes/make-mode.el: Remove faces from group `faces'.
4276
4277 * apropos.el (apropos, apropos-value): Doc fix.
4278 (apropos-documentation): Doc fix.
4279
4280 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4281
4282 * subr.el (lazy-completion-table): Remove argument `args'.
4283
4284 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4285 Don't use the `args' argument of lazy-completion-table.
4286
4287 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4288
4289 * descr-text.el (describe-char): Add optional argument for buffer.
4290 Set buffer appropriately. Call help-setup-xref.
4291 Suggested by Stefan Monnier.
4292
4293 2005-12-26 Juri Linkov <juri@jurta.org>
4294
4295 * descr-text.el: Require `help-fns' at runtime. Don't require
4296 `button' for byte compilation.
4297 (describe-text-widget): Add `help-echo' for first button.
4298 Use `help-info' for second.
4299 (describe-property-list): Use `help-argument-name' instead of `italic'.
4300 (describe-text-category): Add prompt to interactive spec.
4301 Call `help-setup-xref'.
4302 (describe-char): Use `help-character-set'. Add `help-echo' for
4303 code point. Use `help-input-method'. Remove superfluous insert.
4304
4305 2005-12-25 Richard M. Stallman <rms@gnu.org>
4306
4307 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4308 at point, in case of narrowing.
4309
4310 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4311
4312 * locate.el (locate-header-face): Allow nil in type.
4313
4314 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4315
4316 2005-12-25 Romain Francoise <romain@orebokech.com>
4317
4318 * battery.el (battery-linux-proc-acpi): Also try
4319 `/proc/acpi/thermal_zone/THM0/temperature'.
4320
4321 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4322
4323 * custom.el (custom-push-theme): Fix docstring.
4324
4325 * cus-edit.el (custom-variable-set, custom-variable-save)
4326 (custom-variable-save): Custom-quote widget values.
4327 (customize-save-variable): Fix custom-push-theme call.
4328
4329 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4330
4331 * w32-fns.el (w32-batch-update-autoloads): New function.
4332
4333 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4334 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4335 from the command line.
4336
4337 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4340 reset means to remove setting from theme entirely. Don't keep
4341 expanding theme-settings list; delete old entries if necessary.
4342
4343 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4344 customization" button one line up.
4345 (custom-themed): New face.
4346 (custom-magic-alist): New value, THEMED, for theme settings.
4347 (custom-variable-state-set, custom-face-state-set):
4348 Check theme-value instead of saved-value.
4349 (custom-variable-reset-standard, custom-face-reset-standard):
4350 Remove theme setting entirely. Recalculate new values.
4351 (custom-variable-set, custom-variable-set)
4352 (custom-variable-reset-saved, custom-variable-reset-backup)
4353 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4354 (custom-variable-save): Fix typos.
4355
4356 2005-12-23 Juri Linkov <juri@jurta.org>
4357
4358 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4359 Add autoload cookies.
4360 (edebug-outside-d-c-i-n-s-w): New variable.
4361 (edebug-display, edebug-outside-excursion): Use it to save the
4362 original value of default-cursor-in-non-selected-windows.
4363 Set default-cursor-in-non-selected-windows to t while Edebug
4364 is active.
4365 (edebug-mode, edebug-eval-mode): Doc fix.
4366
4367 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4368 with `buffer-substring-no-properties' to remove common substring
4369 highlighting.
4370
4371 * info.el (info-other-window, info): Rename function argument
4372 `file' to `file-or-node'.
4373 (Info-complete-menu-item): Use local variable `complete-nodes' to
4374 keep the global value of `Info-complete-nodes' unchanged for
4375 subsequent completions.
4376 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4377
4378 * simple.el (get-next-valid-buffer, last-buffer)
4379 (next-error-buffer-p, next-error-find-buffer)
4380 (minibuffer-history-sexp-flag): Doc fix.
4381
4382 * savehist.el (savehist-mode-hook): Add `:group'.
4383
4384 * log-view.el: Call autoload for vc-find-version.
4385 (log-view-current-file): Adjust subgroup numbers.
4386 (log-view-current-tag): Add `length'.
4387
4388 2005-12-23 Richard M. Stallman <rms@gnu.org>
4389
4390 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4391
4392 2005-12-23 Juri Linkov <juri@jurta.org>
4393
4394 * hi-lock.el (hi-lock-archaic-interface-message-used)
4395 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4396 (hi-lock-mode): Display "Hi" in the mode line only when
4397 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4398 (hi-lock-write-interactive-patterns):
4399 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4400 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4401 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4402 font-lock-add-keywords to t.
4403
4404 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4405
4406 * hi-lock.el (hi-lock-highlight-range): New variable.
4407 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4408 only if font-lock-fontified is non-nil. Remove overlays.
4409 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4410 font-lock-fontified is non-nil, otherwise use overlays (instead of
4411 text properties).
4412 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4413 New variables.
4414 (hi-lock-string-serialize) New function.
4415
4416 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4417
4418 * menu-bar.el (menu-find-file-existing): New function.
4419 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4420
4421 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4422
4423 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * vc.el: Remove unnecessary leading * in docstrings.
4426 (vc-annotate-mode-map): Move initialization into declaration.
4427 (vc-static-header-alist): Nitpick on the regexp.
4428 (vc-default-init-version): New fun.
4429 (vc-register): Use it.
4430 (vc-insert-headers): Use dolist.
4431 (vc-annotate-get-backend): Remove unused function.
4432 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4433 (vc-annotate-mode): Remove corresponding call.
4434 (vc-annotate-car-last-cons): Simplify.
4435 (vc-annotate-buffers): Remove var.
4436 (vc-annotate-backend): Make it buffer-local.
4437 (vc-annotate): Move the interaction to the interactive spec.
4438 Add a `buf' argument.
4439 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4440 killing&creating a vc-annotate buffer, which is very disruptive when
4441 the buffers are shown in dedicated frames.
4442
4443 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4444
4445 * descr-text.el: Add FSF as maintainer.
4446 (describe-text-mode, describe-text-mode-map)
4447 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4448 help-mode.
4449 (describe-text-widget, describe-text-sexp)
4450 (describe-property-list, describe-text-category)
4451 (describe-text-properties, describe-text-properties-1)
4452 (describe-char): Use help buttons instead of widgets.
4453 (describe-char-unicodedata-file): Make URL link in doc string.
4454
4455 2005-12-22 Richard M. Stallman <rms@gnu.org>
4456
4457 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4458 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4459 Don't include buttons that write a file when there's no file.
4460 (custom-variable-menu, custom-face-menu, custom-group-menu):
4461 Don't include commands that write a file when there's no file.
4462 (customize-browse): Reword the top-of-buffer help intro.
4463 (custom-buffer-create-internal): Fix previous change.
4464 (customize-changed-options-previous-release): Prev release is 21.1.
4465 (customize-changed-options): Doc fix.
4466 (customize-changed): New alias.
4467 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4468 Say "standard values".
4469 (Custom-reset-standard): Doc fix.
4470 (custom-face-reset-standard): Doc fix.
4471
4472 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4473
4474 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4475 even if font-lock-mode is non-nil since it may be t without having
4476 turned on font-lock-mode-internal.
4477 (font-lock-choose-keywords): Minor optimization.
4478 (font-lock-add-keywords, font-lock-remove-keywords)
4479 (font-lock-set-defaults): Don't call make-local-variable on a variable
4480 that we know to already be local.
4481
4482 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4483
4484 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4485 messages if in the minibuffer.
4486
4487 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4490 (tex-mode-flyspell-verify, flyspell-get-word)
4491 (flyspell-external-point-words): Don't use point-min/max uselessly.
4492
4493 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4494 by Kevin Rodgers. Instead, just hide the completions buffer if we
4495 don't need to show it.
4496
4497 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4498
4499 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4500
4501 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4504 delete-windows-on with an inexistent buffer.
4505
4506 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4507
4508 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4509 Delete defcustom variable :tag names.
4510
4511 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4514 (log-view-font-lock-keywords): Ajust subgroup numbers.
4515 (log-view-current-tag): Don't hard code the number of subgroups.
4516
4517 2005-12-20 Juri Linkov <juri@jurta.org>
4518
4519 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4520 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4521
4522 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4523 (menu-bar-non-minibuffer-window-p): Instead of checking
4524 display-multi-frame-p, use selected-frame when menu-updating-frame
4525 is nil.
4526
4527 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
4528
4529 * align.el (align-rules-list): Use [ \t] instead of \s-
4530 for column separators in text mode.
4531
4532 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4533
4534 * help-mode.el (help-customize-variable, help-customize-face):
4535 Don't pop help-xref-stack as help-follow no longer pushes
4536 anything on to it.
4537
4538 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4539
4540 * textmodes/org.el (org-agenda-custom-commands): New option.
4541 (org-agenda): Offer custom commands on splash screen.
4542 (org-make-tags-matcher): Parser for Boolean logic added.
4543 (org-agenda-set-tags): New command.
4544 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4545 (org-set-tags): Efficiency improvements.
4546 (org-auto-align-tags): New option.
4547 (org-todo, org-demote, org-promote): Realign tags.
4548 (org-tags-completion-function): Use also "&" and "|" as separators.
4549 (org-org-menu): Agenda commands simplified.
4550
4551 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4552
4553 * cus-edit.el (customize-apropos, customize-apropos-options):
4554 Docstring changes.
4555
4556 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4557
4558 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4559
4560 * longlines.el (longlines-mode): Wrap while widened.
4561 (longlines-decode-region, longlines-encode-region): Compute max
4562 just once.
4563
4564 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4565
4566 * cus-edit.el (mac): New group.
4567
4568 * cus-start.el (all): Add user options in macterm.c. Add test for
4569 Mac-related built-ins. Fix test for GTK-related built-ins.
4570
4571 * term/mac-win.el (mac-handle-language-change)
4572 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4573 (mac-services-open-selection, mac-services-mail-selection)
4574 (mac-services-mail-to, mac-services-insert-text)
4575 (mac-dispatch-apple-event): Add docstrings.
4576 (x-get-selection, mac-select-convert-to-string): Select coding
4577 system from `utf-16be' and `utf-16le' using `byteorder'.
4578
4579 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4582 a "list" (lambda ...) rather than a real completion list.
4583
4584 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4585 lexical-let when encountering ((lambda (...) ...) ...).
4586
4587 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4588
4589 * progmodes/sh-script.el (sh-mode):
4590 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4591 * textmodes/picture.el (picture-mode): Update docstrings.
4592
4593 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4594
4595 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4596 commands enclosed in $(ARGQUOTE)s should not be split between two
4597 lines, as that will break with GNU Make >3.80, when sh.exe is used
4598 and arg quoting is with '..'.
4599 (autoloads): Don't break the quoted --eval expression between
4600 several lines.
4601
4602 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4603
4604 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4605 Capture error from printing circular structures.
4606
4607 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4608
4609 * wid-edit.el (widget-checkbox-action): Clear undo info.
4610
4611 2005-12-16 Bill Wohler <wohler@newt.com>
4612
4613 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4614 bar, not menubar in comment.
4615
4616 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4619 After-change-functions should not clobber the match data.
4620
4621 2005-12-16 Juri Linkov <juri@jurta.org>
4622
4623 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4624 instead of `buffer-substring'.
4625 (completion-common-substring): Doc fix.
4626 (completion-setup-function): Use minibuffer-completion-contents
4627 instead of minibuffer-contents. Don't set common-string-length
4628 initially. Remove special handling of partial-completion-mode.
4629 Move computation of completion-base-size into one cond.
4630 Call completion-base-size-function in mainbuf. In computation of
4631 completion-base-size for file name completion don't move point to
4632 the end of the minibuffer. Move computation of common-string-length
4633 into one cond. Start putting faces only when common-string-length>=0.
4634 Add condition to put completions-common-part when
4635 common-string-length>0.
4636
4637 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4638 place point at the first different character in the minibuffer
4639 even if this position is at the beginning of the minibuffer.
4640
4641 * info.el (Info-read-node-name-1): In completion-base-size-function's
4642 lambda return 1 if common-substring or minibuffer-completion-contents
4643 starts with (, and 0 otherwise.
4644
4645 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4646 Use `crm-current-element' for second arg of `display-completion-list'.
4647
4648 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4649
4650 * files.el (set-auto-mode): Look for an interpreter specified on
4651 the first line also if search for mode specification succeeded,
4652 but the mode is not known.
4653
4654 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4655
4656 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4657 (org-open-at-point): Implement tag searches as links.
4658 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4659 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4660 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4661 (org-agenda-dispatch): New commands.
4662 (org-use-tag-inheritance, org-tags-column): New options.
4663 (org-tab-follows-link, org-return-follows-link): New options.
4664 (org-tags): New customize group.
4665 (org-start-icalendar-file): Get local time zone.
4666 (org-tags-completion-function): New function.
4667 (org-set-font-lock-defaults): Make sure links will also be
4668 highlighted inside headlines.
4669
4670 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4671
4672 * term.el (term-emulate-terminal):
4673 Let term-handle-ansi-terminal-messages override what Bash says about
4674 its current directory.
4675
4676 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4677
4678 * bindings.el (last-buffer): Move to simple.el.
4679 * simple.el (last-buffer): Move here.
4680 (get-next-valid-buffer): New function.
4681 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4682 (prev-buffer): Ditto. Rename to `previous-buffer'.
4683
4684 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4685 * bindings.el (global-map): Ditto.
4686
4687 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4688
4689 * cus-edit.el: Introductory comment change.
4690 (custom-magic-alist): Change message string for the `rogue' state.
4691
4692 2005-12-15 Richard M. Stallman <rms@gnu.org>
4693
4694 * tooltip.el: Delete defcustom variable :tag names.
4695
4696 * complete.el (partial-completion-mode): Doc fix.
4697
4698 * textmodes/flyspell.el (flyspell-external-point-words):
4699 Use save-excursion to ensure we don't move backward in the
4700 search loop, not even one character.
4701 (flyspell-delete-all-overlays): Use remove-overlays directly.
4702
4703 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4704 (ispell-start-process): Set that variable.
4705 Clear ispell-buffer-local-name.
4706 (ispell-internal-change-dictionary):
4707 Set ispell-current-dictionary after killing process.
4708 (ispell-buffer-local-dict):
4709 Don't set spell-personal-dictionary after killing process.
4710 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4711 (ispell-tex-skip-alists, ispell-html-skip-alists)
4712 (ispell-skip-region-alist): Mark as risky.
4713
4714 * net/newsticker.el (newsticker--retrieval-timer-list)
4715 (newsticker--display-timer, newsticker-running-p)
4716 (newsticker-ticker-running-p): Definitions moved up.
4717
4718 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4719
4720 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4721
4722 2005-12-15 David Ponce <david@dponce.com>
4723
4724 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4725 (recentf-edit-list, recentf-open-files): Signal an error when
4726 there is no recent file.
4727
4728 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4729
4730 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4731 read-only except for texinfo-format-region evaluation.
4732
4733 2005-12-14 Richard M. Stallman <rms@gnu.org>
4734
4735 * vc.el (vc-default-previous-version, vc-default-next-version)
4736 (vc-do-command): Doc fixes.
4737
4738 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4739
4740 * textmodes/bibtex.el (bibtex-expand-strings)
4741 (bibtex-autokey-expand-string, bibtex-name-part)
4742 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4743 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4744 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4745 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4746 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4747 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4748 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4749 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4750 (bibtex-beginning-of-last-entry): Remove.
4751 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4752 message if comma is missing but buffer is read-only.
4753 (bibtex-parse-field-text): Handle whitespaces at the end of field
4754 text. Return 3-element list with beginning and end of field text
4755 and end of field.
4756 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4757 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4758 (bibtex-search-forward-field, bibtex-search-backward-field):
4759 Search always delimited by limits of entry. Use more efficient
4760 search algorithms.
4761 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4762 bibtex-end-of-name-in-field.
4763 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4764 extracting the content of a field.
4765 (bibtex-text-in-field): Use search limits.
4766 (bibtex-parse-string-prefix): Handle empty string keys based on
4767 bibtex-string-empty-key.
4768 (bibtex-parse-string): Fix docstring.
4769 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4770 (bibtex-preamble-prefix, bibtex-strings): New functions.
4771 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4772 BibTeX entries (consistent with other BibTeX functions).
4773 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4774 (bibtex-search-entry): Fix docstring. Simplify.
4775 (bibtex-flash-head, bibtex-complete-string-cleanup)
4776 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4777 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4778 (bibtex-parse-entry): New optional arg content.
4779 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4780 Use bibtex-text-in-field-bounds.
4781 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4782 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4783 bibtex-parse-string-postfix.
4784 (bibtex-find-text-internal): New function.
4785 (bibtex-remove-delimiters): Use it.
4786 (bibtex-find-text): Use it. New optional arg help.
4787 (bibtex-complete): Handle BibTeX string and preamble entries.
4788 (bibtex-Preamble): Fix order of closing delimiters.
4789
4790 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * vc.el (vc-default-revert): New fun.
4793
4794 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4795
4796 2005-12-14 Romain Francoise <romain@orebokech.com>
4797
4798 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4799 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4800 (font-lock-remove-keywords): Likewise.
4801
4802 2005-12-14 Juri Linkov <juri@jurta.org>
4803
4804 * log-view.el (log-view-diff): Doc fix.
4805
4806 * isearch.el (isearch-query-replace): Use (mark) instead of
4807 isearch-opoint if mark is active in transient-mark-mode.
4808
4809 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4810
4811 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4812
4813 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4814
4815 * progmodes/cpp.el (cpp-face): New widget.
4816 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4817
4818 2005-12-14 Juri Linkov <juri@jurta.org>
4819
4820 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4821 around `erase-buffer' and `insert'.
4822
4823 * descr-text.el (describe-text-properties): Replace buffer name
4824 "*Help-2*" with "*Help*<2>".
4825 (describe-char): Add functions print-help-return-message,
4826 toggle-read-only. Use help-setup-xref with nil to not store
4827 describe-char in help-xref-stack. Use help-make-xrefs to
4828 make [back] button.
4829
4830 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4831
4832 * wdired.el (wdired-old-point): New internal variable.
4833 (wdired-change-to-wdired-mode): Set it buffer-locally.
4834 (wdired-abort-changes): Restore point after aborting changes.
4835
4836 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * vc.el (vc-do-command): Add a new value t for okstatus.
4839
4840 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4841 frame in case of errors.
4842
4843 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4844
4845 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4846 so it comes after "On the Left" in the menu.
4847
4848 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4849
4850 * cus-edit.el (customize-apropos, customize-apropos-options)
4851 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4852
4853 2005-12-12 Bill Wohler <wohler@newt.com>
4854
4855 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4856 non-writable Subversion-controlled files by saving window
4857 configuration before calling vc-do-command. vc-do-command calls
4858 pop-to-buffer on error which is unexpected during registration.
4859
4860 2005-12-12 Jay Belanger <belanger@truman.edu>
4861
4862 * calc/README: Update the summary of changes.
4863
4864 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * descr-text.el (describe-char): Rework last fix to solve the problem
4867 is the same way it's solved for everything else in that function
4868 (i.e. by extracting the info before setting up the *Help* buffer).
4869
4870 2005-12-12 Kim F. Storm <storm@cua.dk>
4871
4872 * subr.el (version-regexp-alist): Allow space as separator before
4873 non-numeric part, e.g. "1.0 alpha".
4874 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4875
4876 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4877
4878 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4879 Implement Logging and the keep-modes setting.
4880 (org-get-category): Make sure a string is returned.
4881 (org-log-done): New function.
4882 (org-log-done, org-closed-string): New options.
4883
4884 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4885
4886 * tooltip.el (tooltip-y-offset): Change default to 20.
4887
4888 2005-12-12 Richard M. Stallman <rms@gnu.org>
4889
4890 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4891
4892 * frame.el (display-hourglass): Doc fix.
4893
4894 * help.el (help-for-help-internal): Simplify entry for `a'.
4895
4896 * info.el (Info-on-current-buffer): Doc fix.
4897 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4898
4899 * startup.el (inhibit-splash-screen): Make this the real name.
4900 (inhibit-startup-message): Make this the alias.
4901 (command-line): Find only simple.el, and use its directory
4902 to fill in other preloaded files' names.
4903 (command-line): Deactivate the mark if deactivate-mark is set.
4904
4905 * international/mule.el (load-with-code-conversion):
4906 Bind deactivate-mark.
4907
4908 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4909
4910 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4911
4912 * cus-edit.el (customize-apropos): Avoid listing an option more
4913 than once under different aliases. No longer list user options
4914 that are not defined with defcustom (unless a prefix arg is given).
4915 Doc fix.
4916 (customize-apropos-options): Doc fix.
4917
4918 2005-12-11 Juri Linkov <juri@jurta.org>
4919
4920 * frame.el (set-background-color, set-foreground-color)
4921 (set-cursor-color, set-mouse-color, set-border-color):
4922 Add explicit prompts to read colors by `facemenu-read-color'.
4923 (show-trailing-whitespace, blink-cursor-delay)
4924 (blink-cursor-interval, display-hourglass, hourglass-delay):
4925 Remove tags.
4926 (display-hourglass, hourglass-delay): Doc fix.
4927 (cursor-in-non-selected-windows): Capitalize words in tag.
4928
4929 * faces.el (frame-background-mode): Replace `choice-item' keywords
4930 with `const' to not make [default] button. Change default value tag
4931 from `default' to `automatic'. Doc fix.
4932 (trailing-whitespace) <defface>: Change group `whitespace' to
4933 `whitespace-faces'.
4934
4935 2005-12-11 Richard M. Stallman <rms@gnu.org>
4936
4937 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4938
4939 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4940
4941 * term/mac-win.el: Create keymap for mac-apple-event-map.
4942
4943 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4944
4945 * tooltip.el (tooltip-mode): Move to start of file so that it
4946 appears at top of customize buffer.
4947
4948 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4949 Add the gud groupname.
4950 (gud-tooltip-mode): Add the tooltip groupname.
4951 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4952 avoid conflict with tooltip-use-echo-area.
4953
4954 2005-12-10 Romain Francoise <romain@orebokech.com>
4955
4956 * help.el (help-for-help-internal): Add `r' in doc string.
4957
4958 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4959
4960 * align.el (align-regexp, align-highlight-rule):
4961 Use region-beginning and region-end instead of point and mark, so that
4962 repetition (with `repeat-complex-command') recomputes the region
4963 bounds.
4964
4965 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
4966
4967 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4968 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4969 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4970 (balance-windows): Rewrite using the above new functions.
4971
4972 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
4973
4974 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4975 react if global-hi-lock-mode seems intended.
4976 (global-hi-lock-mode) Renamed from hi-lock-mode.
4977 (hi-lock-archaic-interface-message-used)
4978 (hi-lock-archaic-interface-deduce): New variables.
4979 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4980 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4981 (hi-lock-find-patterns, hi-lock-font-lock-hook):
4982 Replace hi-lock-buffer-mode with hi-lock-mode.
4983
4984 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
4985
4986 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4987 completion list, even after a partial completion has been
4988 inserted in the current buffer. If there are more than 1
4989 completion, redisplay the *Completions* buffer; if the
4990 completion is unique, delete the *Completions* window.
4991
4992 2005-12-10 Eli Zaretskii <eliz@gnu.org>
4993
4994 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4995 strings and long subject lines that were broken into multiple
4996 lines at arbitrary places. Handle subjects that have "Re: " in
4997 the middle.
4998
4999 2005-12-10 John W. Eaton <jwe@octave.org>
5000
5001 * emacs/octave-mod.el (octave-electric-space): Don't indent
5002 comments or strings if octave-auto-indent is nil.
5003
5004 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5005
5006 * term/mac-win.el: Require url when compiling.
5007 Call mac-process-deferred-apple-events after loading init files.
5008 (mac-apple-event-map): New defvar. Define event handlers in it.
5009 (core-event, internet-event): New Apple event class symbols.
5010 (open-application, reopen-application, open-documents)
5011 (print-documents, open-contents, quit-application)
5012 (application-died, show-preferences, autosave-now, get-url):
5013 New Apple event ID symbols.
5014 (about): New HICommand ID symbol.
5015 (mac-event-spec, mac-event-ae): New macros.
5016 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5017 (mac-ae-selection-range, mac-ae-text-for-search)
5018 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5019 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5020 and Services menu events are now defined in mac-apple-event-map.
5021 (mac-drag-n-drop): Remove selection range handling.
5022
5023 2005-12-10 Kenichi Handa <handa@m17n.org>
5024
5025 * simple.el (zap-to-char):
5026 * isearch.el (isearch-process-search-char): Translate CHAR by
5027 translation-table-for-input.
5028
5029 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5030
5031 * foldout.el (foldout-exit-fold): Properly hide subtree.
5032
5033 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5034
5035 * files.el (save-buffer):
5036 * international/ucs-tables.el (ucs-set-table-for-input):
5037 * mail/mail-extr.el (mail-extract-address-components):
5038 * mail/sendmail.el (mail-mode): Reformat doc string.
5039
5040 2005-12-09 Juri Linkov <juri@jurta.org>
5041
5042 * isearch.el (isearch-highlight): Change main overlay priority
5043 from 1 to 1001. Simplify.
5044 (isearch-lazy-highlight-update): Change lazy overlay priority
5045 from 0 to 1000.
5046
5047 * replace.el (replace-highlight): Change overlay priority from
5048 1 to 1001.
5049
5050 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5051 Change overlay priority from 1 to 1001. Reuse existing overlay.
5052
5053 * compare-w.el (compare-windows-highlight): Change overlay
5054 priority from 1 to 1000.
5055
5056 * menu-bar.el (menu-bar-edit-menu): Add listp around
5057 pending-undo-list to disable menu item "undo" when pending
5058 undo list is empty.
5059
5060 * locate.el (locate): Disable undo in *Locate* buffer.
5061
5062 2005-12-09 Kim F. Storm <storm@cua.dk>
5063
5064 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5065
5066 2005-12-09 David Ponce <david@dponce.com>
5067
5068 * recentf.el: Improvement of the menu code.
5069 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5070 instead of menu hook.
5071 (recentf-show-menu, recentf-hide-menu): New functions.
5072 (recentf-menu-customization-changed, recentf-mode): Use them.
5073 (recentf-menu-action, recentf-max-menu-items)
5074 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5075 (recentf-arrange-by-rule-others)
5076 (recentf-arrange-by-rules-min-items)
5077 (recentf-arrange-by-rule-subfilter) : Don't use
5078 `recentf-menu-customization-changed'.
5079 (recentf-arrange-rules): Likewise. Accept functions to compute
5080 sub-menu titles.
5081 (recentf-menu-filter): Likewise. Doc fix.
5082 (recentf-menu-value-shortcut): Doc fix.
5083 (recentf-dump-variable): Quote atom value.
5084 (recentf-make-menu-items): Update to use it as a menu filter.
5085 (recentf-match-rule): New function.
5086 (recentf-arrange-by-rule): Use it.
5087 (recentf-indirect-mode-rule): New function.
5088 (recentf-build-mode-rules): Use it.
5089 (recentf-dir-rule): New function.
5090 (recentf-arrange-by-dir): Use it.
5091 (recentf-filter-changer-current): Rename from
5092 `recentf-filter-changer-state'. All references updated.
5093 (recentf-filter-changer-alist): Update filter names.
5094 (recentf-filter-changer-select): New function.
5095 (recentf-filter-changer): Use it. Make a sub-menu from filters
5096 available in `recentf-filter-changer-alist'.
5097 (recentf-data-cache, recentf-clear-data)
5098 (recentf-update-menu): Remove. All references updated.
5099 (recentf-match-rule-p, recentf-build-dir-rules)
5100 (recentf-filter-changer-goto-next)
5101 (recentf-filter-changer-get-current)
5102 (recentf-filter-changer-get-next): Remove.
5103
5104 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5105
5106 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5107 buffer "Reset" button to "Reset to Current" for consistency with
5108 the State buttons.
5109
5110 2005-12-08 John Paul Wallington <jpw@pobox.com>
5111
5112 * ibuf-ext.el (define-ibuffer-filter filename):
5113 If `dired-directory' is a list then really use its car.
5114
5115 2005-12-08 Kim F. Storm <storm@cua.dk>
5116
5117 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5118 Fix indention of text on right side of replaced rectangle.
5119
5120 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5121
5122 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5123 No need to check gud-comint-buffer is bound.
5124 (gdb): Prevent multiple debugging when first session uses gdba.
5125
5126 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5127
5128 CC Mode update to 5.31.
5129
5130 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5131 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5132 We might do this function properly in the future).
5133
5134 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5135 New macros c-sentence-end and c-default-value-sentence end, to cope
5136 with Emacs 22's new function `sentence-end'.
5137
5138 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5139
5140 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5141 compat issue using `c-put-overlay' and `c-delete-overlay'.
5142
5143 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5144 New compat macros to handle overlays/extents.
5145
5146 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5147
5148 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5149 (for GNU Emacs 20.4)
5150
5151 * progmodes/cc-defs.el:
5152 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5153
5154 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5155 highlighting mechanism so it will work in XEmacs too.
5156
5157 * progmodes/cc-defs.el: Insert c-int-to-char.
5158
5159 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5160 call to the new macro c-int-to-char. This solves XEmacs's
5161 regarding characters as different from integers.
5162
5163 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5164
5165 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5166 New internal helper.
5167
5168 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5169 construct to make the indirect face lookup work in XEmacs.
5170
5171 (c-cpp-matchers): Append the negation char face to the existing
5172 fontification, so that the cpp face doesn't disappear.
5173 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5174 and strings.
5175
5176 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5177 to map to `font-lock-negation-char-face' in emacsen where it exists.
5178
5179 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5180
5181 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5182
5183 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5184 Rename "c-subword-move-mode" as "c-subword-mode".
5185
5186 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5187 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5188
5189 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5190
5191 * progmodes/cc-mode.el: Added autoload directive for
5192 `c-subword-move-mode' for use in older emacsen.
5193
5194 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5195
5196 * progmodes/cc-mode.el:
5197 (i) Insert a binding for C-c C-backspace into
5198 c-bind-special-erase-keys which works in TTYs.
5199 (ii) Make sure that when file styles are used, any explicitly
5200 given style variables take priority over those in the style.
5201 Do this by calling `hack-local-variables' a second time.
5202
5203 * progmodes/cc-vars.el: Add language specific customization
5204 widgets for AWK to c-doc-comment-style, c-require-final-newline
5205 and c-default-style. Add a defcustom for awk-mode-hook.
5206 Give c-syntactic-element and c-syntactic-context doc-strings by
5207 directly setting their `variable-documentation' propery.
5208 This allows Emacs 22.1 to read these with C-h v.
5209
5210 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5211
5212 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5213
5214 * progmodes/cc-fonts.el, cc-vars.el
5215 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5216 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5217 Masatake YAMATO.
5218
5219 (c-doc-comment-style): Made GtkDoc default in C mode.
5220
5221 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5222 and C-c C-<delete>.
5223
5224 (c-bind-special-erase-keys): New function for use on
5225 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5226
5227 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5228 <delete> key behavior in XEmacs according to `delete-forward-p'.
5229 C.f. `c-electric-delete'.
5230
5231 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5232
5233 * progmodes/cc-mode.el: Give c-hungry-backspace and
5234 c-hungry-delete-forward permanent key bindings.
5235
5236 * progmodes/cc-cmds.el (c-electric-semi&comma):
5237 Bind c-syntactic-context for calls to "criteria functions", for
5238 consistency with other calls to user functions.
5239
5240 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5241 `current-prefix-arg', since this might be the prefix arg to a
5242 command which calls c-indent-command as a function. Change the
5243 interactive spec from "p" to "P".
5244
5245 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5246 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5247 was difficult to understand.
5248
5249 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5250
5251 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5252 first char of an identifier.
5253
5254 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5255 +" syntax in C++.
5256
5257 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5258
5259 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5260 auto-fill doesn't split a c-comment's last word from a hanging
5261 "*/" when a space is typed between them after fill-column.
5262
5263 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5264
5265 * progmodes/cc-styles.el (c-set-style)
5266 (c-setup-paragraph-variables): Abort the command if we're not in a
5267 CC Mode buffer.
5268
5269 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5270 with blank comment-prefix, and a blank line as the comment's
5271 second line.
5272
5273 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5274
5275 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5276 Incorporate the patterns added in the Emacs development branch
5277 for the new Emacs 22 face `font-lock-negation-char-face'.
5278
5279 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5280 of "red" since it stands out better in xterms and DOS terminals.
5281
5282 * progmodes/cc-engine.el (c-literal-faces):
5283 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5284
5285 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5286
5287 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5288 forcibly enable c-electric-flag.
5289
5290 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5291 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5292 after the comment-prefix of a C-style comment will close that comment.
5293
5294 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5295
5296 * progmodes/cc-fonts.el (c-basic-matchers-before)
5297 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5298 in Pike.
5299
5300 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5301 digraphs.
5302
5303 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5304 (c-cpp-message-directives, c-cpp-include-directives)
5305 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5306 (c-cpp-expr-directives): Introduce new language constants to
5307 control cpp syntax in a cleaner way.
5308
5309 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5310
5311 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5312
5313 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5314 (c-multiline-string-start-char): New language constants and
5315 variables to specify how newlines in string literals work.
5316
5317 (c-font-lock-invalid-string): Use them.
5318
5319 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5320 unbalanced close brace is entered. Optimization by avoiding going
5321 back over arbitrarily large blocks. Removed hints that this
5322 function only would be relevant/useful in AWK.
5323
5324 (c-electric-brace): Indent syntactically after the cleanups since
5325 lineup functions might do it differently then.
5326
5327 * progmodes/cc-engine.el, cc-langs.el
5328 (c-opt-op-identifier-prefix): New language constant and variable.
5329
5330 (c-just-after-func-arglist-p, c-after-special-operator-id)
5331 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5332
5333 * progmodes/cc-align.el, cc-engine.el
5334 (c-after-special-operator-id): New helper to handle C++ operator
5335 identifiers.
5336
5337 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5338 (c-guess-basic-syntax): Handle C++ operator identifiers in
5339 declarations.
5340
5341 * progmodes/cc-langs.el (c-assignment-operators): Add the
5342 trigraph version of ^= too.
5343
5344 * progmodes/cc-langs.el (c-assignment-operators): Add the
5345 trigraph version of |= in C++.
5346
5347 * progmodes/cc-fonts.el (c-font-lock-declarators):
5348 Handle `c-decl-hangon-kwds' after the identifier name.
5349
5350 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5351 whether an arglist is "nonempty", ignore a comment after the open
5352 paren if it isn't followed by a non-comment token on the same line.
5353
5354 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5355 Enable heuristics below the point to cope with classes inside special
5356 brace lists in Pike.
5357
5358 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5359
5360 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5361
5362 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5363
5364 * progmodes/cc-guess.el (cc-guess-install): New function to
5365 install an already guessed style in another buffer.
5366
5367 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5368 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5369 anyway if the change always is undone.
5370
5371 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5372
5373 Implement togglable electricity:
5374
5375 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5376 saying when it should be used.
5377
5378 * progmodes/cc-engine.el: Add the new buffer-local variable,
5379 c-electric-flag.
5380
5381 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5382 c-toggle-auto-newline.
5383
5384 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5385 c-toggle-auto-newline. Remove the binding for
5386 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5387 c-toggle-electric-state.
5388
5389 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5390
5391 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5392 c-\(forward\|backward\)-subword.
5393 (c-update-modeline): Add the new modeline flag `l' for
5394 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5395 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5396 Make the old name an alias of the new name.
5397 (c-toggle-electric-state): New function.
5398 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5399 Adapt these functions to do electric things only when
5400 c-electric-flag is non-nil.
5401 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5402 new functions from c-electric-brace.
5403 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5404 mode, so that the tentative extra newline doesn't change the
5405 syntax of the following brace.
5406 (c-electric-brace): Restructure by extracting the above functions.
5407 Tidy up the coding somewhat.
5408 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5409 restructure a bit.
5410
5411 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5412
5413 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5414 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5415
5416 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5417 (c-submode-indicators): Change name from `c-auto-hungry-string'
5418 since it's now used to track another submode.
5419
5420 (c-update-modeline): Convert to function and extended to check
5421 `c-subword-move-mode'.
5422
5423 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5424 Convert to compat aliases for `c-forward-subword' and
5425 `c-backward-subword'.
5426
5427 * progmodes/cc-subword.el: New functions and minor mode to handle
5428 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5429
5430 (c-forward-subword, c-backward-subword, c-mark-subword)
5431 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5432 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5433 Functions corresponding to the standard word handling functions.
5434
5435 (c-subword-move-mode): Minor mode that replaces all the standard
5436 word handling functions with their subword equivalences.
5437
5438 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5439
5440 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5441 entry for one-liner-defun.
5442
5443 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5444 name in its def-edebug-spec.
5445
5446 * progmodes/cc-cmds.el (c-electric-brace): Make the
5447 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5448 compacts space before a comment, if this will make things fit on
5449 one line.
5450
5451 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5452
5453 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5454
5455 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5456 clean-up one-liner-defun.
5457
5458 * progmodes/cc-styles.el: Add the new "awk" style.
5459
5460 * progmodes/cc-vars.el: Add description of one-liner-defun to
5461 c-cleanup-list's doc-string. New user options,
5462 c-max-one-liner-length. In c-default-style, set the default style
5463 for AWK to "awk".
5464
5465 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5466
5467 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5468 macros inside labels.
5469
5470 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5471 `c-at-statement-start-p' and `c-at-expression-start-p'.
5472
5473 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5474 error if the mark isn't set.
5475
5476 * progmodes/cc-engine.el (c-guess-continued-construct)
5477 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5478 accurately detect functions inside functions.
5479
5480 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5481 like `c-at-statement-start-p' that additionally recognizes commas
5482 and expression parentheses as delimiters.
5483
5484 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5485 to avoid heuristics that doesn't work for unclosed blocks.
5486 (c-at-statement-start-p): New function.
5487
5488 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5489 Objective-C directives, e.g. directives spanning lines should work
5490 reasonably well now.
5491
5492 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5493
5494 (c-forward-objc-directive): New function to move over any ObjC
5495 directive.
5496
5497 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5498 (c-basic-matchers-before): Use it.
5499
5500 (c-font-lock-objc-iip-decl): Remove.
5501
5502 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5503 in the template arglist recognition.
5504
5505 * progmodes/cc-styles.el (c-style-alist): Fix several
5506 inconsistencies in the Whitesmith style.
5507
5508 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5509 New lineup function to get lines after Whitesmith style blocks
5510 correctly indented.
5511
5512 (c-lineup-whitesmith-in-block): Back out the compensation for
5513 opening parens since it's done using `add' lists in the style
5514 definition instead. Don't use the anchor position since it varies
5515 too much between the syntactic symbols. :P
5516
5517 * progmodes/cc-vars.el (c-valid-offset): Update.
5518
5519 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5520 lists where the offsets are combined according to several
5521 different methods: `first', `min', `max', and `add'.
5522 Report offset evaluation errors with `c-benign-error' so that some kind
5523 of reindentation still is done.
5524
5525 * progmodes/cc-engine.el (c-guess-basic-syntax):
5526 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5527 `arglist-close'.
5528
5529 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5530 situations for `arglist-cont-nonempty' and `arglist-close'.
5531
5532 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5533
5534 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5535 cc-bytecomp-boundp' in a number of places.
5536
5537 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5538 macro related issue.
5539
5540 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5541
5542 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5543 list is now [asdf], a char class [:alpha:].
5544 Include code for char classes.
5545 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5546 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5547
5548 Remove (nearly all of) the cruft associated with AWK Mode's former
5549 concept of "virtual semicolons":
5550
5551 Adapt c-beginning-of-statement, c-end-of-statement (together with
5552 subfunctions) to use the new notion of "virtual semicolon" in
5553 place of the old awkward special handling for AWK. There remains
5554 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5555 * progmodes/cc-cmds.el:
5556 (c-ascertain-adjacent-literal): In the backwards direction, now
5557 recognises AWK regexp delimiters as string delimiters.
5558 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5559 check more rigorously for "end of macro".
5560 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5561 virtual semicolons;
5562 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5563 out the code for forward movement into ...
5564 (c-end-of-statement): Now contains the code for forward movement,
5565 adapted for virtual semicolons.
5566
5567 * progmodes/cc-engine.el:
5568 (c-ws*-string-limit-regexp): New regexp.
5569 (c-forward-single-comment, c-backward-single-comment): Comment out
5570 the (now redundant) "special" AWK stuff.
5571
5572 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5573 c-string-par-start, c-string-par-separate to be more like Text
5574 Mode than Fundamental Mode.
5575
5576 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5577
5578 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5579 to the fontified region so that fontification doesn't occur
5580 outside it (could happen e.g. when fontifying a line with an
5581 unfinished declaration).
5582
5583 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5584
5585 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5586 start of the file. ^L now separate sections of the file.
5587 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5588 (c-awk-one-line-possibly-open-string-re)
5589 (c-awk-regexp-one-line-possibly-open-char-class-re)
5590 (c-awk-one-line-possibly-open-regexp-re)
5591 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5592 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5593
5594 Amend the concept of "virtual semicolons" (in the indentation
5595 engine) for languages like AWK, such that they are now
5596 conceptually attached to end of the last token of a statement, not
5597 the end of the line. (In AWK Mode, however, the pertinent text
5598 property is still physically set on the EOL.) Remove the specific
5599 tests for awk-mode, thus facilitating the introduction of other
5600 language modes where EOLs can end statements.
5601 (Note: The funtionality in cc-cmds.el, specifically
5602 c-beginning/end-of-statement has yet to be amended.)
5603
5604 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5605 New macros.
5606
5607 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5608 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5609 c-vsemi-status-unknown-p-fn (in a new page).
5610
5611 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5612 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5613 numerous awkward forms like
5614 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5615 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5616 variable before-ws-ip, the place just after char-before-ip appears.
5617
5618 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5619 a comment.
5620
5621 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5622
5623 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5624 `c-tentative-buffer-changes'.
5625
5626 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5627 convert to macro to choose between Emacs and XEmacs at compile time.
5628
5629 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5630
5631 (c-tentative-buffer-changes): New macro to handle temporary buffer
5632 changes in a convenient way.
5633
5634 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5635 for `c-tentative-buffer-changes'.
5636
5637 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5638 the checks for paren sexps between the point and the keyword, to
5639 avoid some false alarms.
5640
5641 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5642 Fixed a situation where an error could be thrown for unbalanced
5643 parens. Changed to make use of c-keyword-member' to avoid some
5644 repeated regexp matches.
5645
5646 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5647 These language variable are no longer necessary.
5648
5649 (c-block-stmt-kwds): New language constant used by
5650 c-looking-at-inexpr-block'.
5651
5652 (c-guess-basic-syntax): Remove an optional check that looked at
5653 the existence of the now removed language variables.
5654
5655 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5656 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5657 object instantiation expressions as declarations in some contexts.
5658 This bug only affected languages where the declarator can't be
5659 enclosed in parentheses.
5660
5661 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5662 insert newlines before and after substatement braces.
5663
5664 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5665 function declaration headers and the handling of C++ style member
5666 init lists.
5667
5668 (c-just-after-func-arglist-p): Rewritten to use
5669 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5670
5671 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5672
5673 (c-guess-basic-syntax): Adapt case 5B for the new
5674 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5675 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5676 covers all cases now).
5677
5678 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5679
5680 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5681
5682 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5683 c-string-par-start/separate c-sentence-end-with-esc-eol,
5684 initialised in c-setup-paragraph-variables, used in string
5685 scanning subroutines of c-beginning-of-statement.
5686
5687 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5688 which precedes the newly inserted `{'.
5689
5690 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5691
5692 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5693 function for declaration level blocks. It should now cope with
5694 templates better and also be a lot more comprehensible.
5695
5696 (c-looking-at-decl-block): The new function.
5697
5698 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5699 for compatibility.
5700
5701 (c-add-class-syntax, c-guess-continued-construct)
5702 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5703
5704 (c-decl-block-key): Change to tell apart ambiguous and
5705 unambiguous keywords. Pike specials are now handled directly in
5706 the code instead.
5707
5708 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5709 New language constants and variables to make the backward skip in
5710 `c-looking-at-decl-block' as tight as possible.
5711
5712 (c-nonsymbol-token-char-list): New language constant.
5713
5714 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5715 find balanced template arglists backwards.
5716
5717 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5718 making char classes for `c-syntactic-skip-backward'.
5719
5720 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5721 16D - can't be a class-close at that point.
5722
5723 * progmodes/cc-engine.el (c-guess-basic-syntax)
5724 (c-add-class-syntax): Don't narrow out the enclosing declaration
5725 level. This makes everything a lot easier, and it was actually
5726 only four small places that needed it to work. Some places that
5727 previously did `widen' are removed now, which has the effect that
5728 `c-guess-basic-syntax' never will look at things outside the
5729 current narrowment now. The anchor position for `topmost-intro'
5730 is affected by this, but it was so bogus it was basically useless
5731 before, and now it's equally bogus but in a slightly different way.
5732
5733 (c-narrow-out-enclosing-class): Gone.
5734
5735 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5736 the narrowed region.
5737
5738 (c-least-enclosing-brace): Remove silly optional argument.
5739
5740 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5741 the point could be left directly after an open paren when finding
5742 the beginning of the first decl in the block.
5743
5744 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5745 Specify which submatch to use.
5746
5747 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5748
5749 (c-decl-start-re): No longer any need for special treatment of
5750 ObjC due to the above.
5751
5752 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5753 presumably follows C in that regard.
5754
5755 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5756 New language constants to specify operator tokens inside
5757 identifiers in a more high level way.
5758
5759 (c-opt-identifier-prefix-key): New internal language constant.
5760
5761 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5762 (c-identifier-start, c-identifier-key): Now completely calculated
5763 from other constants.
5764
5765 (c-identifier-last-sym-match): Decommission since it's no longer used.
5766
5767 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5768
5769 * progmodes/cc-engine.el (c-forward-name): Remove the
5770 optimization when c-identifier-key is equal to c-symbol-key since
5771 it doesn't work in byte compiled files. Don't record empty
5772 regions as identifiers.
5773
5774 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5775 simplify access to `c-operators' and its likes.
5776
5777 (c-operator-list, c-all-op-syntax-tokens)
5778 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5779 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5780 (c-primary-expr-regexp, c-cast-parens): Use it.
5781
5782 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5783 an explicit language in functions.
5784
5785 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5786 variant of adornment.
5787
5788 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5789 variable.
5790
5791 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5792 the Pike value.
5793
5794 * progmodes/cc-engine.el (c-on-identifier)
5795 (c-simple-skip-symbol-backward): Small fix for handling "-"
5796 correctly in `skip-chars-backward'. Affected the operator lfun
5797 syntax in Pike.
5798
5799 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5800 diagnostic message about precompiled language vars not being used.
5801
5802 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5803 "__attribute__" is followed by a parenthesis.
5804
5805 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5806 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5807 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5808
5809 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5810 Internal cleanups to properly detect the declared identifiers in
5811 various declarations.
5812
5813 (c-decl-start-kwds): New language constant to recognize
5814 declarations that can start anywhere. Used for class declarations
5815 in Pike.
5816
5817 (c-specifier-key, c-not-decl-init-keywords)
5818 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5819 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5820
5821 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5822 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5823 handling of the compiler specific extension keywords into a new
5824 language constant `c-decl-hangon-kwds' that defines keyword
5825 clauses to be ignored in declarations.
5826
5827 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5828 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5829 Necessary to stop at the declared identifier in e.g. IDL valuetype
5830 declarations.
5831
5832 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5833 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5834 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5835 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5836 class and enum declarations as such and not as part of the type.
5837
5838 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5839 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5840
5841 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5842 declarations when there's some syntax error later on.
5843
5844 (c-complex-decl-matchers): Did away with a reference to
5845 `c-specifier-key'.
5846
5847 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5848 value - this variable is always dynamically bound.
5849
5850 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5851 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5852 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5853 functions that might do hidden buffer changes: All such internal
5854 functions are now marked instead of those that don't.
5855
5856 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5857 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5858 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5859 (c-literal-type): Allow these functions to make hidden buffer changes,
5860 so that they are free to use text property caching later on.
5861
5862 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5863 (c-electric-brace, c-electric-slash, c-electric-star)
5864 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5865 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5866 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5867 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5868 with the changed semantics of the functions above.
5869
5870 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5871 when macros occur in obscure places. Optimized the sexp movement
5872 a bit.
5873
5874 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5875
5876 Enhancements for c-beginning-of-statement to work in AWK Mode:
5877
5878 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5879 (completed statement) with `}' (statement completed by closing
5880 brace or semicolon) and `$' (statement completed by EOL).
5881
5882 (c-awk-virtual-semicolon-ends-prev-line-p)
5883 (c-awk-virtual-semicolon-ends-line-p)
5884 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5885 (c-awk-at-statement-end-p): New functions.
5886
5887 * progmodes/cc-cmds.el: Simplify the structure of functions
5888 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5889 two functions and c-beginning-of-statement to handle AWK Mode.
5890
5891 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5892 c-backward-single-comment for AWK mode. Attempt to clarify their
5893 doc-strings.
5894
5895 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5896
5897 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5898
5899 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5900 label handling. Labels are now recognized in a uniform and more
5901 robust way, regardless of context. Text properties are put on all
5902 labels to recognize the following declarations better.
5903 Multiword labels are handled both in indentation and fontification for
5904 the benefit of language extensions like Qt. For consistency, keywords
5905 in labels are now fontified with the label face instead.
5906 That also applies to "case" and "default".
5907
5908 (c-beginning-of-statement-1): Fix some bugs in the label
5909 handling. Disregard `c-nonlabel-token-key' in labels that begin
5910 with `c-label-kwds'.
5911
5912 (c-find-decl-spots): Support that the callback adds more
5913 `c-decl-end' spots to find.
5914
5915 (c-forward-decl-or-cast-1): Don't treat a list of plain
5916 identifiers followed by a colon as a declaration.
5917
5918 (c-forward-label): New function to recognize labels.
5919
5920 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5921 `c-forward-label'. Moved the label recognition cases (14 and 15)
5922 earlier since they aren't so context sensitive now. Handle labels
5923 on the top level gracefully. Moved access label recognition to
5924 the generic label case (CASE 15) - removed CASE 5E.
5925
5926 (c-font-lock-declarations): Add recognition of labels in the
5927 same round since we need to handle labels in parallell with other
5928 declarations to recognize both accurately. It should also improve
5929 speed.
5930
5931 (c-simple-decl-matchers, c-basic-matchers-after):
5932 Move `c-font-lock-labels' so that it only is used on decoration level 2
5933 since `c-font-lock-declarations' handles it otherwise.
5934
5935 (c-complex-decl-matchers): Remove the simplistic recognition of
5936 access labels.
5937
5938 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5939 with labels earlier.
5940
5941 (c-decl-start-re): New language variable to make
5942 `c-font-lock-declarations' stop for the special protection labels
5943 in Objective-C that start with `@'.
5944
5945 (c-label-key): Remove since it's no longer used.
5946
5947 (c-recognize-colon-labels, c-label-prefix-re): New language
5948 constants to support recognition of generic colon-terminated labels.
5949
5950 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5951 are colon terminated labels.
5952
5953 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5954 first argument starts with a special brace list.
5955
5956 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5957 (c-font-lock-declarations): Break out the declaration and cast
5958 recognition from `c-font-lock-declarations' to a new function, so
5959 that it can be used in the indentation engine.
5960
5961 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5962 up to the start of the literal. Fixed bug with the point on the
5963 wrong side of the search limit that could happen when the start
5964 position is inside a literal.
5965
5966 * progmodes/cc-engine.el (c-parse-state)
5967 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5968 so that it's kept a little bit back to increase the hit rate.
5969
5970 (c-parse-state): Change the macro handling and fixed some
5971 glitches. Macro context is checked more often than necessary now,
5972 but otoh less garbage conses are generated.
5973
5974 * progmodes/cc-engine.el (c-parse-state)
5975 (c-invalidate-state-cache): Cache the last position where
5976 `c-state-cache' applies. This can speed up refontification quite
5977 a bit in blocks where there are many non-brace parens before the point.
5978
5979 (c-state-cache-end): New variable for this.
5980
5981 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5982 cache variable.
5983
5984 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5985 get close initial continue positions when the start position is
5986 inside a literal or macro. Do not call the callback for spots
5987 before the start position (which can happen e.g. for `c-decl-end'
5988 spots inside comments). Optimize better in special cases when the
5989 region is a single line inside a literal or macro (typically when
5990 the current line is refontified).
5991
5992 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5993 to `c-add-stmt-syntax' - there's no need to explicitly whack off
5994 entries from the paren state.
5995
5996 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5997 special case for "else if" clauses.
5998
5999 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6000 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6001
6002 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6003 New language variable to recognize the gcc extension with statement
6004 blocks inside expressions.
6005
6006 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6007 it somewhat more comprehensible. The argument AT-BLOCK-START is
6008 no longer used and hence removed.
6009
6010 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6011 to `c-add-stmt-syntax'.
6012
6013 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6014 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6015 This fixes bogus label recognition.
6016
6017 * progmodes/cc-engine.el (c-add-type, c-check-type)
6018 (c-forward-name, c-forward-type): Improve storage of template
6019 types in `c-found-types' so that they can be recognized better.
6020
6021 (c-syntactic-content): Add option to skip past nested parens.
6022
6023 * progmodes/cc-engine.el (c-forward-name):
6024 Set `c-last-identifier-range' all the time. It's less work that way.
6025 Handle that there might not be an identifier to store in
6026 `c-last-identifier-range'.
6027
6028 (c-forward-type): Handle that `c-last-identifier-range' might be
6029 nil from `c-forward-name'.
6030
6031 * progmodes/cc-defs.el (c-safe-scan-lists)
6032 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6033
6034 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6035 to work even if the form fails.
6036
6037 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6038 down in a large file in one go.
6039
6040 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6041
6042 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6043 function which is like `c-lineup-math' but returns nil instead of
6044 `c-basic-offset' when it doesn't match.
6045
6046 (c-lineup-math): Change to use `c-lineup-assignments'.
6047
6048 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6049
6050 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6051 c-beginning-of-statement. New subfunctions
6052 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6053
6054 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6055
6056 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6057 hardcoded char classes whereever possible. Changed a couple of
6058 places to use skip by syntax instead of skip by char class.
6059
6060 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6061 Fix a bug in the regexp that caused extreme backtracking.
6062
6063 * progmodes/cc-langs.el (c-block-comment-starter)
6064 (c-block-comment-ender): New language constants to specify in a
6065 single place how block comments look.
6066
6067 (c-comment-start-regexp, c-block-comment-start-regexp)
6068 (comment-start, comment-end, comment-start-skip)
6069 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6070 (c-syntactic-ws, c-nonempty-syntactic-ws)
6071 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6072 `c-line-comment-starter', `c-block-comment-starter' and
6073 `c-block-comment-ender'.
6074
6075 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6076 New language constants to break up things a bit.
6077
6078 (c-simple-ws): New language constant for simple whitespace.
6079
6080 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6081
6082 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6083 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6084 newlines. Allow and ignore nil elements in the list.
6085
6086 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6087
6088 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6089 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6090
6091 * progmodes/cc-cmds.el: Tidy up the comments in
6092 c-beginning-of-statement and subfunctions.
6093
6094 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6095 more flexible c-put-char-property and c-clear-char-properties.
6096 Add the author's email address.
6097
6098 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6099
6100 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6101 closing "*/" of a block comment.
6102
6103 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6104 subfunctions) so that it works at BOB and EOB.
6105
6106 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6107 c-beginning-of-statement, including new variable
6108 c-block-comment-start-regexp.
6109
6110 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6111
6112 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6113 symbols from `*-font-lock-extra-types' so that there's no need to
6114 use `regexp-opt' on those lists.
6115
6116 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6117 `c-type-modifier-kwds' is empty.
6118
6119 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6120 there are several strings on the same line.
6121
6122 * progmodes/cc-engine.el (c-literal-limits): Remove the
6123 compatibility function for older emacsen. `c-literal-limits-fast'
6124 has now taken the place of this function.
6125
6126 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6127 with older emacsen: We now require `pps-extended-state'.
6128
6129 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6130
6131 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6132 which obviates the need to hack sentence-end. This now handles
6133 escaped newlines in strings correctly. Correct minor bugs in
6134 c-move-over-sentence and in c-beginning-of-statement.
6135
6136 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6137 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6138 that movement over macros and code are rigorously separated from
6139 eachother. Correct a few incidental bugs.
6140
6141 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6142 Improve its doc-string. Improve the handling of certain specific cases.
6143
6144 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6145
6146 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6147 (c-guess-basic-syntax): Change the way class-level labels are
6148 recognized; they can now contain essentially any symbols.
6149
6150 (c-opt-extra-label-key): New language variable to cope with the
6151 special protection label syntax in Objective-C.
6152
6153 (c-opt-access-key): Remove; this is now handled better by
6154 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6155
6156 (c-complex-decl-matchers): Update to handle that
6157 `c-opt-access-key' no longer exists.
6158
6159 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6160 improved label recognition in `c-beginning-of-statement-1'.
6161
6162 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6163 Recognize bitfields better.
6164
6165 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6166 Remove some cruft and fixed a bug that could cause it to go to a
6167 position further down.
6168
6169 * progmodes/cc-langs.el, cc-engine.el
6170 (c-beginning-of-statement-1): Improve detection of labels in
6171 declaration contexts.
6172
6173 (c-beginning-of-decl-1): Use it.
6174
6175 (c-nonlabel-token-key): New language constant and variable needed
6176 by `c-beginning-of-statement-1'.
6177
6178 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6179 manifested itself due to the correction in `c-forward-sexp'.
6180
6181 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6182 Make these behave as documented when used at the buffer limits.
6183
6184 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6185 (c-type-decl-end-used): Made this a language variable.
6186
6187 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6188 correctly when `combine-after-change-calls' is used together with
6189 temporary narrowings.
6190
6191 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6192 Report labels correctly when the start point is immediately after the
6193 colon.
6194
6195 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6196 Remove since it isn't used anymore.
6197
6198 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6199 bracket arglists such as template parens in C++.
6200
6201 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6202 in the last check-in. Some optimization.
6203
6204 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6205 where it could stop at the same level in a preceding sexp when
6206 PAREN-LEVEL is set.
6207
6208 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6209 text property lookup only when it's needed.
6210
6211 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6212 Change the policy for paren marked angle brackets to be more
6213 persistent; once marked they remain marked even when they're found
6214 to be unbalanced in the searched region. This should keep the
6215 paren syntax around even when individual lines are refontified in
6216 multiline template arglists.
6217
6218 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6219 to control markup so that incorrect angle bracket arglists aren't
6220 marked in contexts where the correct value for
6221 `c-disallow-comma-in-<>-arglists' isn't known.
6222
6223 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6224 argument has become `c-parse-and-markup-<>-arglists'.
6225
6226 (c-remove-<>-arglist-properties): Remove - no longer used.
6227
6228 (c-after-change-check-<>-operators): New function used on
6229 `after-change-functions' to avoid that "<" and ">" characters that
6230 are part of longer operators have paren syntax.
6231
6232 (c-<>-multichar-token-regexp): New language variable used by
6233 `c-after-change-check-<>-operators'.
6234
6235 (c-after-change): Call `c-after-change-check-<>-operators'.
6236
6237 (c-font-lock-<>-arglists): Use the context properties set by
6238 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6239 correctly to avoid doing invalid markup.
6240
6241 (c-font-lock-declarations): Remove code that undoes the invalid
6242 markup done by `c-font-lock-<>-arglists'.
6243
6244 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6245 after `c-font-lock-declarations'.
6246
6247 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6248 Add paren-level feature.
6249
6250 (c-guess-basic-syntax): Improve the anchor position for
6251 `template-args-cont' in nested template arglists. There's still
6252 much to be desired in this area, though.
6253
6254 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6255
6256 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6257 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6258
6259 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6260
6261 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6262 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6263
6264 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6265 it doesn't work no longer are supported.
6266
6267 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6268 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6269 requires support for the syntax-table' text property, which rules
6270 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6271 cruft associated with those versions.
6272
6273 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6274 for the `syntax-table' text property, which rules out Emacs 19 and
6275 XEmacs < 21.4. Removed various compatibility cruft associated
6276 with those versions.
6277
6278 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6279 support for the `syntax-table' text property.
6280
6281 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6282 variable and use an extra quoted face name instead. All the
6283 emacsen flavors handle that correctly.
6284
6285 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6286 (c-font-lock-declarators, c-font-lock-declarations)
6287 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6288 property to mark the items in in declarator lists to handle
6289 refontification inside multiline declarations better.
6290
6291 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6292 construct like "a * b = c;" as a declaration.
6293
6294 2005-12-08 Kim F. Storm <storm@cua.dk>
6295
6296 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6297 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6298 select either meta, hyper, or super modifier for rectangle commands.
6299 (cua--rectangle-modifier-key): New defvar.
6300 (cua--M/H-key): Use it. Remove special case for `space'.
6301 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6302 on X, to meta otherwise. Always bind C-return to toggle
6303 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6304
6305 * emulation/cua-rect.el (cua-help-for-rectangle):
6306 Use cua--rectangle-modifier-key. Handle super modifier too.
6307 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6308 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6309
6310 * ido.el: Move Acknowledgements and History after Commentary.
6311 Minor changes to Commentary.
6312
6313 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6314 keymap if cua--prefix-override-timer is `shift'.
6315 (cua--shift-control-prefix): New function; emulate "type prefix
6316 key twice" functionality to handle shifted prefix key override.
6317 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6318 New commands.
6319 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6320
6321 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6322
6323 * textmodes/org.el (org-insert-heading): Try to do items before
6324 headings.
6325 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6326 (org-insert-item): New function.
6327 (org-renumber-ordered-list): Don't skip to higher level lists.
6328
6329 2005-12-08 Juri Linkov <juri@jurta.org>
6330
6331 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6332
6333 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6334
6335 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6336
6337 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6338 the constructed function name fun-1.
6339
6340 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6341 because such links don't lead to parent documentation.
6342
6343 2005-12-08 Kenichi Handa <handa@m17n.org>
6344
6345 * descr-text.el (describe-char): Use *Help-2* buffer if the
6346 current buffer is *Help*. Call describe-text-properties while
6347 setting the original buffer.
6348
6349 2005-12-07 Bill Wohler <wohler@newt.com>
6350
6351 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6352 and causes problems with non-MH users (such as Gnus users).
6353
6354 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6355
6356 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6357 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6358 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6359 command "info sources". Move calls to GDB command "list".
6360 (gdb-find-file-hook): Just use gdb-source-file-list.
6361 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6362 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6363 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6364 (gdb-data-list-register-values-handler): Use correct trigger name.
6365
6366 2005-12-07 Kim F. Storm <storm@cua.dk>
6367
6368 * ido.el (ido-completion-map): Rename from ido-mode-map.
6369 (ido-common-completion-map, ido-file-completion-map)
6370 (ido-file-dir-completion-map, ido-buffer-completion-map):
6371 Rename from ido-mode-....-map.
6372 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6373 (ido-setup-completion-map): Rename from ido-define-mode-map.
6374 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6375 to ido-completion-map.
6376
6377 2005-12-07 Kenichi Handa <handa@m17n.org>
6378
6379 * international/mule-cmds.el
6380 (set-display-table-and-terminal-coding-system): If the coding
6381 system specified in `unibyte-display' property is different from
6382 the arg coding-system, don't setup standard-display-table.
6383
6384 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6385
6386 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6387 that comments end at \n, regardless of selective-display.
6388
6389 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6390
6391 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6392 (gdb-version): New variables.
6393 (gdb-source-file-list, gdb-register-names)
6394 (gdb-changed-registers): New variables for use with GDB 6.4+.
6395 (gdb-ann3): Replace with...
6396 (gdb-init-1, gdb-init-2): ...two new functions.
6397 (gdba, gdb-prompt): Call gdb-init-1.
6398 (gdb-get-version): New function. Call gdb-init-2 from here.
6399 (gud-watch): Make it work with mouse events too.
6400 (gdb-post-prompt): Don't add to queue until GDB version is known.
6401 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6402 (gdb-locals-mode): Use gdb-version.
6403 (gdb-memory-format-map, gdb-memory-unit-map)
6404 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6405 (gdb-locals-font-lock-keywords-1)
6406 (gdb-locals-font-lock-keywords-2): New variables.
6407 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6408 (gdb-set-gud-minor-mode-existing-buffers-1)
6409 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6410 (gdb-var-update-1, gdb-var-update-handler-1)
6411 (gdb-data-list-register-values-handler)
6412 (gdb-data-list-register-values-custom)
6413 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6414 (gdb-stack-list-locals-handler, gdb-get-register-names):
6415 New functions for use with GDB 6.4+.
6416 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6417 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6418 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6419 (gdb-stack-list-locals-regexp)
6420 (gdb-data-list-register-names-regexp): New regexps for use with
6421 GDB 6.4+.
6422
6423 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6426
6427 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6428
6429 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6430 prompts work for AUTH PLAIN. Also reported by Steve Allan
6431 <seallan@verizon.net>.
6432
6433 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6434
6435 * frame.el (set-frame-parameter): Add doc string.
6436
6437 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6438
6439 * textmodes/org.el (org-occur-highlights): New variable.
6440 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6441 (org-highlight-sparse-tree-matches): New option.
6442 (org-do-occur): New function.
6443 (org-get-heading): Make it work also at beginning of line.
6444 (org-category-table): New variable.
6445 (org-get-category-table, org-get-category)
6446 (org-camel-to-words, org-link-search): New functions.
6447 (org-select-this-todo-keyword): New variable.
6448 (org-todo-list): New command.
6449 (org-shiftright, org-shiftleft): New commands.
6450 (org-agenda-todo): Add prefix argument.
6451 (org-show-hierarchy-above): New option.
6452 (org-show-todo-tree): Numerical prefix creates tree for specific
6453 TODO keyword.
6454 (org-outline-level): New function, to assign a level to plain
6455 lists items.
6456 (org-cycle-include-plain-lists): New option.
6457 (org-mode): Use `org-outline-level' as value of `outline-level'.
6458 (org-cycle): Temporarily switch `outline-regexp' if
6459 `org-cycle-include-plain-lists' is non-nil.
6460 (org-start-icalendar-file): Fix format bug.
6461 (org-agenda-get-day-entries): Create category table.
6462 (org-agenda-get-todos, org-agenda-get-timestamps)
6463 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6464 (org-agenda-get-blocks): Use `org-get-category'.
6465 (org-context-in-file-links): Rename from
6466 `org-line-numbers-in-file-links'.
6467
6468 2005-12-06 Romain Francoise <romain@orebokech.com>
6469
6470 * window.el (balance-windows): Delete extraneous third arg in call
6471 to `enlarge-window'.
6472
6473 2005-12-06 Kenichi Handa <handa@m17n.org>
6474
6475 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6476
6477 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6478
6479 * progmodes/gdb-ui.el (gdb-var-create-handler)
6480 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6481 (gdb-var-list-children-handler, gdb-var-update-handler):
6482 Current buffer is already gdb-partial-output-buffer, don't
6483 make it current again.
6484
6485 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6486
6487 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6488 (list-buffers-noselect): Use it.
6489
6490 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6491
6492 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6493 (mail-yank-ignored-headers): Use regexp-opt.
6494 (mail-mode-map): Move initialization into declaration.
6495 (mail-sent-via): Remove unused shadowed var `to-line'.
6496 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6497 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6498 (mail-do-fcc): Use dolist and push.
6499 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6500 (mail-yank-ignored-headers): Don't autoload.
6501
6502 2005-12-05 Kenichi Handa <handa@m17n.org>
6503
6504 * international/mule-cmds.el (set-language-info-internal): New fun.
6505 (set-language-info): Call set-language-info-internal to update
6506 language-info-alist. If LANG-ENV is the current one, call
6507 set-language-environment to make INFO effective now.
6508 (set-language-info-alist): Likewise.
6509 (locale-language-names): With locale "en", use English
6510 lang. env. but set the default codings to iso-8859-1.
6511
6512 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6513
6514 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6515 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6516 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6517 for plain strings.
6518 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6519 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6520 Create registers buffer if necessary. Echo new state in minibuffer.
6521 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6522
6523 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6524
6525 * info.el (Info-fontify-node): Match external links using
6526 non-directory part of filename.
6527
6528 2005-12-04 Juri Linkov <juri@jurta.org>
6529
6530 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6531 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6532 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6533 because there is no customization option for it.
6534
6535 * font-lock.el (lisp-font-lock-keywords-1):
6536 Add define-global-minor-mode.
6537
6538 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6539
6540 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6541 properties on the constructed variable names.
6542
6543 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6544 Put `definition-name' properties on the constructed function names
6545 next-sym and prev-sym.
6546
6547 * emacs-lisp/find-func.el (find-function-regexp):
6548 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6549 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6550 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6551 and easy-menu-define.
6552
6553 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6554 easy-mmode-define-global-mode and define-global-minor-mode.
6555 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6556
6557 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6558 instead of easy-mmode-define-global-mode.
6559
6560 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6561 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6562
6563 * cus-edit.el (customize-group, customize-group-other-window):
6564 Filter out autoloaded options from the group completion list by
6565 using heuristics that autoloaded groups don't have `custom-autoload'
6566 property on their symbols (they have only `custom-loads').
6567
6568 * simple.el (completion-setup-function): Put completions-common-part
6569 face on complete completion string too (i.e. completion string
6570 without completions-first-difference face).
6571
6572 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6573
6574 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6575
6576 * view.el (view-mode): Doc fix.
6577
6578 * disp-table.el (standard-display-european): Add to the warning
6579 message a reference to the doc string.
6580
6581 * play/yow.el (apropos-zippy): Call print-help-return-message,
6582 similar to other Help and Apropos commands.
6583
6584 * help.el (print-help-return-message): If pop-up-frames is
6585 non-nil, set up help-return-method to delete the help window and,
6586 possibly, its frame as well, and don't display message about
6587 scrolling the help window. Doc fix.
6588 (help-return-method): Doc fix.
6589
6590 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6591
6592 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6593 whereby names of length one or names starting with a
6594 symbol-constituent character would not be returned.
6595
6596 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6597
6598 * subr.el (atomic-change-group): Add edebug and indentation spec.
6599
6600 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * completion.el (save-completions-file-name): Fix typo in last change.
6603
6604 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6605
6606 * info.el: Move back/forward history to the beginning of the tool bar.
6607
6608 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6609
6610 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6611 Add fset of allout-real-isearch-abort during compile to fix
6612 byte-compilation warnings.
6613 (allout-mode-p): Move definition of this macro above all uses, or
6614 byte compilation in barren emacs (eg, during emacs build) will
6615 lack the definition.
6616 (allout-mode): Move this variable above any uses, or byte
6617 compilation will fail.
6618 (allout-resolve-xref): Remove use of personal file-reference function.
6619 (allout-toggle-current-subtree-encryption): Do the current (ie,
6620 visible containing) topic, rather than nearest around point. Doc fix.
6621 (allout-toggle-subtree-encryption): New function, workhorse that
6622 works on nearest topic containing point.
6623 (allout-encrypt-string): Signal requirement for newer version of pgg.
6624 (allout-resumptions): Doc fix.
6625
6626 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6627
6628 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6629
6630 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6631
6632 * textmodes/flyspell.el (flyspell-external-point-words):
6633 Consider a misspelling as found in the string search if: (a) misspelling
6634 and found string lengths match, or (b) misspelling is found as
6635 element in a boundary-chars separated longer string, or (c)
6636 ispell-program-name is really ispell and misspelling is found as
6637 part of a TeX string. After successful match move beginning of
6638 search region to end of match. Warn about not found misspellings
6639 once the process is done.
6640 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6641
6642 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6643
6644 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6645 tool bar (removed inadvertently).
6646
6647 2005-12-02 Juri Linkov <juri@jurta.org>
6648
6649 * log-view.el (log-view-diff): Clarify doc string.
6650
6651 2005-12-01 Bill Wohler <wohler@newt.com>
6652
6653 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6654 triggers lm-verify errors.
6655
6656 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6657
6658 * simple.el (transient-mark-mode, line-number-mode)
6659 (column-number-mode, size-indication-mode): Remove `:require nil'.
6660
6661 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6662
6663 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6664 in the margin also.
6665 (gdb-breakpoints-mode-map): Use D instead of d for
6666 gdb-delete-breakpoint.
6667 (gdb-get-frame-number): Require a number to match on.
6668 (gdb-threads-mode-map): Add follow-link binding.
6669
6670 2005-11-30 Jason Rumney <jasonr@gnu.org>
6671
6672 * isearch.el (isearch-mode-map): Avoid exiting search on
6673 language-change event.
6674
6675 2005-11-30 Romain Francoise <romain@orebokech.com>
6676
6677 * speedbar.el (speedbar-default-position): New defcustom.
6678 (speedbar-frame-reposition-smartly): Use it.
6679
6680 * dframe.el (dframe-reposition-frame-emacs): Fix position
6681 computation for `left' location.
6682 Update copyright year.
6683
6684 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * help.el (help-map): Move initialization into declaration.
6687
6688 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6689
6690 * help-fns.el (help-argument-name): Don't autoload.
6691 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6692 to be re-loaded when customizing the `help' group.
6693
6694 2005-11-30 John Paul Wallington <jpw@gnu.org>
6695
6696 * help-fns.el (describe-function-1): Fill arglist output.
6697
6698 2005-11-30 Kim F. Storm <storm@cua.dk>
6699
6700 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6701 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6702 after revert-buffer (or anything else which kills all local variables).
6703
6704 * apropos.el (apropos-parse-pattern): Doc fix.
6705 Set apropos-regexp directly, rather than expecting callers to do so.
6706 (apropos-command, apropos, apropos-value, apropos-documentation):
6707 Simplify calls to apropos-parse-pattern.
6708
6709 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6710
6711 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6712 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6713 (hi-lock-write-interactive-patterns): Use comment-region.
6714
6715 * longlines.el (longlines-mode): Add mail-setup-hook.
6716
6717 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6718
6719 * simple.el (sendmail-user-agent-compose, next-line):
6720 Conditionally use hard-newline.
6721
6722 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6723
6724 * international/latexenc.el (latex-inputenc-coding-alist):
6725 Reword doc string.
6726
6727 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6728
6729 * help.el (describe-key-briefly, describe-key): Recognize default
6730 bindings.
6731
6732 2005-11-29 Romain Francoise <romain@orebokech.com>
6733
6734 * view.el (view-inhibit-help-message): New defcustom.
6735 (view-mode-enter): Use it.
6736
6737 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6738
6739 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6740 Preserve user position.
6741
6742 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6743
6744 * font-lock.el: Throw error if facemenu is not loaded to prevent
6745 accidental change of loading order in loadup.el. (Suggested by RMS.)
6746
6747 * loadup.el: Add comment explaining why facemenu must be loaded
6748 before font-lock.
6749
6750 2005-11-28 Jay Belanger <belanger@truman.edu>
6751
6752 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6753 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6754
6755 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6756
6757 * calc/calc-embed.el (calc-do-embedded): Update help message.
6758
6759 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6760
6761 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6764
6765 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6766 called-interactively-p.
6767 (elp-profilable-p): Rename from elp-not-profilable-p.
6768 Invert result and take into account macros and autoloaded functions.
6769 (elp-instrument-function): Update call.
6770 (elp-instrument-package): Update call. Add completion.
6771 (elp-pack-number): Use match-string.
6772 (elp-results-jump-to-definition-by-mouse): Merge into
6773 elp-results-jump-to-definition and then remove.
6774 (elp-output-insert-symname): Make help echo text single-line.
6775
6776 * replace.el (query-replace-map): Move initialization into declaration.
6777 (occur-engine): Use with-current-buffer.
6778 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6779 (occur-mode-mouse-goto): Replace with an alias.
6780
6781 2005-11-28 Juri Linkov <juri@jurta.org>
6782
6783 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6784
6785 * term/w32-win.el: Bind [S-tab] to [backtab].
6786
6787 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6788 `Info-find-file' to t.
6789
6790 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6791 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6792 and same-window-regexps.
6793 (occur-next-error): Don't move point for arg 0.
6794
6795 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6796
6797 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6798
6799 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * log-edit.el (log-edit-changelog-use-first): New var.
6802 (log-edit-changelog-ours-p): Use it.
6803 (log-edit-insert-changelog): Set it with new arg `use-first'.
6804 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6805 (log-edit-hook): Add them to the list of suggested options.
6806
6807 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6808 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6809 redundant work.
6810 (flyspell-mode-on): Use add-hook for after-change-functions.
6811 (flyspell-mode-off): Use remove-hook for after-change-functions.
6812 (flyspell-changes): Make it buffer-local.
6813 (flyspell-after-change-function): Make it non-interactive. Use push.
6814 (flyspell-post-command-hook): Check input-pending-p while processing
6815 the potentially long list of buffer changes.
6816
6817 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6818
6819 * buff-menu.el (list-buffers-noselect): Display the selected
6820 frame's buffer list, not the global one.
6821
6822 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6823
6824 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6825 that (list last-input-event) works as in interactive spec.
6826
6827 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6828
6829 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6830 `facemenu-keymap' needs to be defined when font-lock is loaded.
6831 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6832
6833 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * completion.el: Remove useless leading * in defcustom docstrings.
6836 (save-completions-file-name): Use ~/.emacs.d if available.
6837 (completion-standard-syntax-table): Rename from
6838 cmpl-standard-syntax-table and fold initialization into declaration,
6839 thus removing cmpl-make-standard-completion-syntax-table.
6840 (completion-lisp-syntax-table, completion-c-syntax-table)
6841 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6842 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6843 (symbol-under-point, symbol-before-point)
6844 (symbol-under-or-before-point, symbol-before-point-for-complete)
6845 (add-completions-from-c-buffer): Use with-syntax-table.
6846 (make-completion): Don't return a list of completion entries.
6847 Update callers.
6848 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6849 (completion-initialize): Rename from initialize-completions.
6850 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6851 (kill-emacs-save-completions): Collect stats here.
6852 (save-completions-to-file, load-completions-from-file):
6853 Use with-current-buffer.
6854 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6855 into a function. Move all calls to toplevel.
6856 (completion-lisp-mode-hook): New fun.
6857 (completion-c-mode-hook, completion-setup-fortran-mode):
6858 Set the syntax-table here. Use local-set-key.
6859 (completion-saved-bindings): New var.
6860 (dynamic-completion-mode): Make it into a proper minor mode.
6861 (load-completions-from-file): Remove unused var `num-uses'.
6862
6863 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6864 constructor if it is explicitly overridden.
6865
6866 * complete.el (PC-completion-as-file-name-predicate):
6867 Use minibuffer-completing-file-name.
6868 (partial-completion-mode): Use find-file-not-found-functions.
6869 (PC-lisp-complete-symbol): Use with-syntax-table.
6870 (PC-look-for-include-file): Remove dead setq.
6871 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6872 (PC-complete): Use with-current-buffer.
6873
6874 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6875 escape single quotes.
6876
6877 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6878
6879 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6880 of `if' whose condition always returned nil. Doc fix.
6881
6882 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6883 window's buffer the current buffer around the call to
6884 `list-buffers-noselect'. This is necessary to mark that buffer
6885 with a `.' in the Buffer Menu when called from Lisp, for instance
6886 by Auto Revert Mode.
6887
6888 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6889
6890 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6891 attaching to it.
6892 (gdb-pre-prompt): Make sure gdb-error is reset.
6893
6894 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6895 with a child process, detect it.
6896 (gud-speedbar-buttons): Match regexp more carefully.
6897
6898 2005-11-27 Richard M. Stallman <rms@gnu.org>
6899
6900 * mouse.el (mouse-drag-move-window-bottom):
6901 Use adjust-window-trailing-edge.
6902
6903 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6904
6905 * simple.el (blink-matching-open): Ignore
6906 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6907 (blink-matching-paren-on-screen): Update docstring.
6908
6909 * paren.el (show-paren-mode): No longer change
6910 `blink-matching-paren-on-screen'.
6911
6912 2005-11-27 John Paul Wallington <jpw@pobox.com>
6913
6914 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6915 (gdb-threads-select, gdb-edit-register-value):
6916 Use `posn-set-point' instead of `mouse-set-point' because the
6917 latter is not fbound when configured without X.
6918
6919 2005-11-27 Kim F. Storm <storm@cua.dk>
6920
6921 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6922 existing face when partially highlighting a TAB in a rectangle.
6923
6924 2005-11-26 Kim F. Storm <storm@cua.dk>
6925
6926 * ido.el (ido-mode-map): Doc fix.
6927 (ido-mode-common-map, ido-mode-file-map)
6928 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6929 (ido-define-mode-map): Rewrite. Select one of the new maps as
6930 parent for ido-mode-map instead of building from scratch.
6931 (ido-init-mode-maps): New defun to initialize new maps.
6932 (ido-mode): Call it.
6933 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6934 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6935
6936 2005-11-26 John Paul Wallington <jpw@pobox.com>
6937
6938 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6939 `mouse-set-point' because the latter is not fbound when configured
6940 without X.
6941
6942 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6943
6944 * files.el (file-relative-name): Doc fix.
6945
6946 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6947
6948 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6949 non-empty string for secondary prompt PS2.
6950
6951 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6952
6953 * progmodes/compile.el (compilation-setup): Fix last change.
6954
6955 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6956
6957 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6958 (gdb-mouse-toggle-breakpoint-margin)
6959 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6960 Add gdb-server-prefix to keep out of command history.
6961 (gdb-edit-register-value): New function.
6962 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6963 (gdb-info-registers-custom): Use above map.
6964
6965 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6966
6967 * custom.el (enable-theme): Signal error if argument is not a
6968 theme. Don't recalculate a face if it's not loaded yet.
6969
6970 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6971 the `user' theme is in effect.
6972
6973 * info.el (Info-on-current-buffer): Record actual filename in
6974 Info-current-file, instead of t, or a fake filename if a non-file
6975 buffer. Make autoload.
6976 (Info-find-node, Info-revert-find-node): No need to check for
6977 Info-current-file nil.
6978 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6979 Info-current-file is now never `t'.
6980 (Info-fontify-node): Many simplifications due to Info-current-file
6981 always being valid. Use Info-find-file to find node filename.
6982
6983 2005-11-25 David Kastrup <dak@gnu.org>
6984
6985 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6986 new character, then delete" in order to preserve markers.
6987
6988 2005-11-25 David Ponce <david@dponce.com>
6989
6990 * recentf.el (recentf-arrange-by-rule): Handle a special
6991 `auto-mode-alist'-like "strip suffix" rule.
6992 (recentf-build-mode-rules): Handle second level auto-mode entries.
6993
6994 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
6995
6996 * viper-keym.el (viper-ESC-key): Use different values in terminal and
6997 window modes.
6998
6999 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7000 jde-javadoc-checker-report-mode.
7001
7002 * ediff-wind (ediff-make-wide-display): Slight simplification.
7003
7004 * ediff.el (ediff-date): Change the date of last update.
7005
7006 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7007
7008 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7009 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7010 (hi-lock-mode): New global minor mode.
7011 (turn-on-hi-lock-if-enabled): New function.
7012 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7013 Change arguments to regexp and face instead of a font-lock pattern.
7014 Directly set face property, instead of refontifying.
7015 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7016 (hi-lock-find-patterns): Use line-number-at-pos.
7017
7018 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7019 arguments for hi-lock-set-pattern.
7020 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7021 Call font-lock-fontify-buffer.
7022 (hi-lock-find-file-hook, hi-lock-current-line)
7023 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7024
7025 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7026 turned off.
7027
7028 * progmodes/compile.el (compilation-setup): Don't fiddle with
7029 font-lock-defaults.
7030
7031 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7032
7033 * progmodes/gdb-ui.el (gdb-var-create-handler)
7034 (gdb-var-list-children-handler): Find values for all variable
7035 objects. gud-speedbar-buttons decides whether to display them.
7036
7037 2005-11-24 Romain Francoise <romain@orebokech.com>
7038
7039 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7040 buffer name with a space.
7041
7042 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7043
7044 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7045 `org-export-local-list-max-depth'. Change default value to 3.
7046 (org-auto-renumber-ordered-lists)
7047 (org-plain-list-ordered-item-terminator): New options.
7048 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7049 (org-get-indentation, org-get-string-indentation)
7050 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7051 New functions.
7052 (org-move-item-down, org-move-item-up): New commands.
7053 (org-export-as-html): New classes for CSS support. Bug fix in
7054 regular expression detecting fixed-width regions. Respect
7055 `org-local-list-ordered-item-terminator'.
7056 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7057 also a list item.
7058 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7059 New item moving functions.
7060
7061 2005-11-24 Juri Linkov <juri@jurta.org>
7062
7063 * isearch.el (isearch-repeat): With empty search ring set
7064 `isearch-error' to the error string instead of signaling error
7065 with the function `error'.
7066
7067 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7068
7069 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7070
7071 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7072
7073 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7074 and variable.
7075 (gdb-var-create-handler, gdb-var-list-children-handler):
7076 Don't match on "char **...".
7077 (gdb-var-update-handler): Find values for all variable objects.
7078 (gdb-info-frames-custom): Identify frames by leading "#".
7079
7080 * progmodes/gud.el (gud-speedbar-menu-items): Add
7081 gdb-speedbar-auto-raise as radio button.
7082 (gud-speedbar-buttons): Raise speedbar if requested.
7083 Don't match on "char **...".
7084 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7085 Make it editable.
7086
7087 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7088
7089 * info.el (Info-fontify-node): Handle the case where
7090 Info-current-file is t.
7091
7092 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7093
7094 * simple.el (blink-matching-open): Fix off-by-one in last change.
7095
7096 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7097
7098 * term/mac-win.el: Don't change default directory.
7099
7100 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7101
7102 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7103 buffers correctly. (It used to throw an error in such buffers.)
7104 Make it ask for confirmation in group buffers and other Custom
7105 buffers containing more than one customization item.
7106
7107 2005-11-22 John Paul Wallington <jpw@gnu.org>
7108
7109 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7110 property on mail and url overlays.
7111 (goto-address-at-point): Use `posn-set-point' instead of
7112 `mouse-set-point' because the latter is not fbound when configured
7113 without X.
7114
7115 2005-11-22 Lars Hansen <larsh@soem.dk>
7116
7117 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7118 (ls-lisp-classify, ls-lisp-format): Delete call to
7119 ls-lisp-parse-symlink.
7120 (ls-lisp-handle-switches): Handle symlinks to directories as
7121 directories when ls-lisp-dirs-first in non-nil.
7122
7123 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7124
7125 * startup.el (command-line): Make sure that loaddefs.el is handled
7126 correctly in load-history.
7127
7128 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7129
7130 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7131 (gdb-struct-string, gdb-array-string): New constants.
7132 (gdb-info-locals-handler): Use them.
7133 (gdb-reset): Reset gdb-var-list to nil.
7134
7135 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7138 in patterns.
7139
7140 2005-11-21 Juri Linkov <juri@jurta.org>
7141
7142 * custom.el (defcustom): Update link types in docstring.
7143
7144 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7145
7146 * custom.el (defgroup): Add doc-string-elt info.
7147
7148 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7149
7150 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * newcomment.el (comment-enter-backward): Fix last fix.
7153
7154 * simple.el (blink-matching-open):
7155 * paren.el (show-paren-function): Allow new paren-class info.
7156
7157 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7158
7159 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7160 handled automagically.
7161
7162 2005-11-20 Andreas Schwab <schwab@suse.de>
7163
7164 * descr-text.el (describe-char): When copying overlays put them
7165 over the full char description instead of just the first character
7166 of it.
7167
7168 2005-11-20 Juri Linkov <juri@jurta.org>
7169
7170 * simple.el (what-cursor-position):
7171 * descr-text.el (describe-char): Use Lisp-readable syntax
7172 for octal and hex. Reorder decimal, octal and hex values.
7173 Remove excess whitespace in the output. Use `=' in `column='
7174 like in `point=' and `Hscroll='.
7175
7176 * international/mule-cmds.el (encoded-string-description):
7177 Use Lisp-readable syntax for hex.
7178
7179 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * newcomment.el (comment-enter-backward): Handle the case where the
7182 comment is closed by EOB.
7183
7184 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7185
7186 * longlines.el (longlines-before-revert-hook)
7187 (longlines-after-revert-hook): New functions.
7188 (longlines-mode): Turn off longlines temporarily when reverting.
7189 Add a message-setup-hook.
7190 (longlines-decode-buffer): New function.
7191 (longlines-wrap-line): Preserve marker positions.
7192
7193 2005-11-19 Andreas Schwab <schwab@suse.de>
7194
7195 * emacs-lisp/shadow.el: Handle compressed files.
7196
7197 2005-11-19 Romain Francoise <romain@orebokech.com>
7198
7199 * net/browse-url.el (browse-url-default-browser): Signal an error
7200 if no usable browser can be found, rather than try to load w3.
7201
7202 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7203
7204 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7205 replacing existing properties.
7206 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7207 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7208 tty specs.
7209 (rcirc-server-prefix, rcirc-server): New faces.
7210 (rcirc-url-regexp): Generate with rx macro.
7211 (rcirc-last-server-message-time): New variable.
7212 (rcirc-filter): Record time of last message.
7213 (rcirc-keepalive): Kill processes that did not send a message
7214 since the last ping.
7215 (rcirc-mode): Give rcirc-topic a local binding here.
7216
7217 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7218
7219 * subr.el (read-passwd): Fontify the prompt as we do with other
7220 prompts.
7221
7222 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7223
7224 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7225 binding buffer-read-only to nil.
7226
7227 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7228
7229 * complete.el (partial-completion-mode):
7230 Mention completion-auto-help in the doc string.
7231
7232 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7233 more Lisp-ish way.
7234
7235 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7236
7237 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7238 digits, not 8, to avoid misalignment for files larger than 100MB.
7239
7240 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7241
7242 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7243 Mention "keyboard shortcuts" in the help text.
7244
7245 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7246
7247 * startup.el (fancy-splash-default-action): Discard only
7248 mouse-down and succeeding mouse-up events in the splash screen
7249 window so that drag-n-drop event can be processed.
7250
7251 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7252
7253 * longlines.el (longlines-mode): Add hacks for mail-mode and
7254 message-mode.
7255
7256 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7257
7258 * textmodes/org.el (org-table-sort-lines): New command.
7259 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7260 (org-add-file): Command removed, use `org-agenda-file-to-front'
7261 instead.
7262 (org-export-icalendar): Use `org-icalendar-combined-name'.
7263 (org-cycle-agenda-files, org-agenda-file-to-end)
7264 (org-agenda-file-to-front): New commands.
7265 (org-table-tab-jumps-over-hlines, org-export-html-style):
7266 New options.
7267 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7268 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7269 New functions.
7270 (org-fill-paragraph): Call `org-table-align' in tables.
7271 (org-mode): Call `org-set-autofill-regexps'.
7272 (org-export-as-html): Support for local handformatted lists.
7273 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7274 (org-export-local-list-max-depth): New option.
7275 (org-html-expand): Use `org-html-protect'.
7276
7277 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7278
7279 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7280 to "p".
7281 (gdb): Move definition of gud-pp to...
7282
7283 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7284 speedbar.
7285 (gdb-find-watch-expression): New function.
7286
7287 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7288
7289 * faces.el (face-attribute, set-face-attribute): Mention existence
7290 of `:ignore-defface' setting in docstring.
7291
7292 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * simple.el (completion-setup-function): Fix last change.
7295
7296 2005-11-17 John Paul Wallington <jpw@pobox.com>
7297
7298 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7299 Use `posn-set-point' instead of `mouse-set-point' because the
7300 latter is not fbound when configured without X.
7301
7302 * comint.el (comint-insert-input): Likewise.
7303
7304 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7305
7306 * simple.el (hard-newline): New variable.
7307 (sendmail-user-agent-compose, next-line): Use it.
7308
7309 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7310 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7311 (mail-mail-reply-to, mail-mail-followup-to)
7312 (mail-position-on-field, mail-signature, mail-yank-original)
7313 (mail-attach-file): Likewise.
7314
7315 * mail/mailheader.el (mail-header-format)
7316 (mail-header-format-function): Likewise.
7317
7318 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7319
7320 2005-11-17 Juri Linkov <juri@jurta.org>
7321
7322 * font-lock.el (font-lock-faces): Rename this defgroup from
7323 `font-lock-highlighting-faces'.
7324 (font-lock-comment-face, font-lock-comment-delimiter-face)
7325 (font-lock-string-face, font-lock-doc-face)
7326 (font-lock-keyword-face, font-lock-builtin-face)
7327 (font-lock-function-name-face, font-lock-variable-name-face)
7328 (font-lock-type-face, font-lock-constant-face)
7329 (font-lock-warning-face, font-lock-negation-char-face)
7330 (font-lock-preprocessor-face)
7331 (font-lock-regexp-grouping-backslash)
7332 (font-lock-regexp-grouping-construct): Rename :group from
7333 `font-lock-highlighting-faces' to `font-lock-faces'.
7334
7335 * cus-edit.el (lisp, c, tex):
7336 * progmodes/ada-mode.el (ada):
7337 * progmodes/asm-mode.el (asm):
7338 * progmodes/cperl-mode.el (cperl-faces):
7339 * progmodes/cpp.el (cpp):
7340 * progmodes/dcl-mode.el (dcl):
7341 * progmodes/f90.el (f90):
7342 * progmodes/fortran.el (fortran):
7343 * progmodes/icon.el (icon):
7344 * progmodes/idlwave.el (idlwave-misc):
7345 * progmodes/m4-mode.el (m4):
7346 * progmodes/make-mode.el (makefile):
7347 * progmodes/meta-mode.el (meta-font):
7348 * progmodes/modula2.el (modula2):
7349 * progmodes/octave-mod.el (octave):
7350 * progmodes/pascal.el (pascal):
7351 * progmodes/perl-mode.el (perl):
7352 * progmodes/prolog.el (prolog):
7353 * progmodes/ps-mode.el (PostScript-edit):
7354 * progmodes/scheme.el (scheme):
7355 * progmodes/sh-script.el (sh-script):
7356 * progmodes/simula.el (simula):
7357 * progmodes/tcl.el (tcl):
7358 * textmodes/nroff-mode.el (nroff):
7359 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7360 * textmodes/sgml-mode.el (sgml):
7361 * textmodes/texinfo.el (texinfo):
7362 Add :link (custom-group-link font-lock-faces) to defgroup.
7363
7364 * hi-lock.el (hi-lock): Rename this defgroup from
7365 `hi-lock-interactive-text-highlighting'. Change parent group from
7366 `faces' to `font-lock'. Add link to the manual.
7367 (hi-lock-mode, hi-lock-file-patterns-range)
7368 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7369 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7370 (hi-lock-faces): Add :group `faces'.
7371
7372 * cus-edit.el (custom-variable-prompt): Clarify the code.
7373
7374 * faces.el (face-read-string): Set the default value arg of
7375 completing-read.
7376
7377 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7378
7379 * rfn-eshadow.el (file-name-shadow-properties)
7380 (file-name-shadow-tty-properties, file-name-shadow-mode):
7381 Remove autoloads, because the file is now preloaded.
7382
7383 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7384
7385 * printing.el (easy-menu-intern): Don't define.
7386 (pr-get-symbol): Use easy-menu-intern only if defined.
7387
7388 * simple.el (blink-matching-open): Simplify a bit.
7389 (completion-setup-function): Fix the case of partial-completion-mode
7390 when the minibuffer's contents start with "-".
7391 Obey completion-base-size-function even when
7392 minibuffer-completing-file-name is non-nil.
7393
7394 2005-11-16 Richard M. Stallman <rms@gnu.org>
7395
7396 * net/eudcb-ph.el (eudc-ph-open-session):
7397 Use set-process-query-on-exit-flag.
7398
7399 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7400
7401 * international/ucs-tables.el (ucs-set-table-for-input):
7402 Use make-local-variable, not make-variable-buffer-local.
7403
7404 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7405 Improve warning message text.
7406
7407 * savehist.el (savehist-save-hook): Add :group.
7408
7409 * menu-bar.el (menu-bar-help-menu):
7410 Rename Find Extra Packages to External Packages.
7411
7412 * cus-edit.el (Custom-reset-standard): Verify that
7413 :custom-standard-value prop exists before calling it.
7414
7415 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7416
7417 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7418
7419 * wid-edit.el (color): Enclose %t in %{...%}.
7420
7421 * cus-edit.el (face): Enclose %t in %{...%}.
7422
7423 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7424
7425 * savehist.el (savehist-mode-hook): Re-add the var.
7426 (savehist-mode): Use it.
7427
7428 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * textmodes/flyspell.el: Fix commenting convention.
7431 Remove unnecessary leading * in custom docstrings.
7432 (flyspell-emacs): Remove unused var.
7433 (flyspell-delete-region-overlays): Use remove-overlays.
7434 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7435 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7436 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7437 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7438 (make-flyspell-overlay): Don't locally reuse a global name.
7439 (flyspell-highlight-incorrect-region)
7440 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7441 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7442 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7443 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7444 Wrap calls to accept-process-output inside with-local-quit since it's
7445 often called from a post-command-hook.
7446 (flyspell-correct-word, flyspell-auto-correct-word):
7447 Use ispell-send-string.
7448 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7449
7450 * calendar/diary-lib.el (diary-list-entries): Also hide the
7451 terminating newline.
7452
7453 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7454
7455 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7456 window-system, to allow fonts on tty.
7457
7458 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7459
7460 * progmodes/gud.el (gud-speedbar-item-info): New function.
7461 (gud-install-speedbar-variables): Use it to display data type
7462 of watch expression as a tooltip in speedbar.
7463
7464 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7465
7466 * font-core.el (global-font-lock-mode): Add :version keyword,
7467 because default was changed.
7468
7469 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7470
7471 * startup.el (command-line): Use `custom-reevaluate-setting' for
7472 `file-name-shadow-mode'.
7473
7474 * loadup.el: Preload rfn-eshadow.
7475
7476 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7477 Add :version keyword.
7478 (file-name-shadow-properties, file-name-shadow-tty-properties)
7479 (file-name-shadow): Add :version keyword.
7480
7481 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7482 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7483 in the custom-group property of the symbol frames and the fringe
7484 group got no link to its parent group frames.
7485 Doc fix.
7486
7487 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7488
7489 * progmodes/gud.el (gud-stop-subjob): New function.
7490 (gud-menu-map, gud-tool-bar-map): Use it.
7491
7492 2005-11-16 Kim F. Storm <storm@cua.dk>
7493
7494 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7495 than kill it.
7496 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7497 to a more useful/logical place.
7498
7499 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7500
7501 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7502 go buttons complementary.
7503
7504 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7507 (rfn-eshadow-sifn-equal): New function.
7508 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7509
7510 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7511
7512 * viper-utils.el (viper-non-word-characters-reformed-vi):
7513 Quote `-' in string.
7514
7515 * viper.el (viper-emacs-state-mode-list): Ensure that
7516 rcirc-mode buffers come up in Emacs state.
7517
7518 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7519 operation.
7520
7521 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7522
7523 * term.el (term-termcap-format): Fix typos.
7524 (term-down): Fix the negative argument case.
7525
7526 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7527
7528 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7529 2005-08-15.
7530 (gdb-ann3): New command gud-go.
7531 (menu): Accomodate gdb-mi.el.
7532 (gdb-assembler-custom): Make buffer of selected window current
7533 so that set-window-point works.
7534
7535 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7536 buttons and include new ones.
7537
7538 2005-11-16 Kim F. Storm <storm@cua.dk>
7539
7540 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7541 (gud-menu-map): Use it.
7542
7543 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7544
7545 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7546 that works correctly for Custom and that does not override a user
7547 who disables it.
7548
7549 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7550 (help-xref-interned, help-follow): Make hyperlinks for variables
7551 that are unbound, but have a non-nil variable-documentation property.
7552
7553 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7554 mode hook. (It conflicted with defcustoms for some mode hooks.)
7555 Use the `variable-documentation' property to give the mode hook a
7556 docstring and expand that docstring.
7557
7558 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7559
7560 * savehist.el (savehist-mode): Don't bother with
7561 `custom-set-minor-mode'.
7562 (savehist-coding-system): Check XEmacs version.
7563 (history-length): Declare also at run time.
7564 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7565 Don't set the customize state.
7566 (savehist-minibuffer-hook): Special case for when
7567 minibuffer-history-variable is equal to t.
7568
7569 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * files.el (write-file): Refresh VC status.
7572
7573 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7574 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7575 than fundamental-mode to see if the mode was set.
7576
7577 2005-11-14 Romain Francoise <romain@orebokech.com>
7578
7579 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7580 dummy function in `eval-when-compile' to avoid compiler warning.
7581 Require `man' at compile time.
7582
7583 2005-11-14 Jay Belanger <belanger@truman.edu>
7584
7585 * calc-alg.el (calcFunc-write-out-power): Rename it to
7586 calcFunc-powerexpand.
7587 (math-write-out-power): Rename it to math-powerexpand; have it
7588 handle negative exponents.
7589 (calc-writeoutpower): Rename it to calc-powerexpand.
7590
7591 * calc-ext.el: Change calcFunc-writeoutpower and
7592 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7593 autoloads.
7594 Add calcFunc-ldiv to autoloads.
7595
7596 * calc-arith.el (calcFunc-ldiv): New function.
7597
7598 * calc.el (calc-left-divide): New function.
7599
7600 2005-11-14 Juri Linkov <juri@jurta.org>
7601
7602 * cus-edit.el (custom-variable-prompt): Set the default value arg
7603 of completing-read.
7604
7605 * cus-dep.el (custom-make-dependencies): Reverse the list of
7606 found dependencies.
7607
7608 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7609
7610 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7611 Highlighting" entry, it is on by default now.
7612 (menu-bar-options-save): Do not save global-font-lock-mode.
7613
7614 2005-11-13 Richard M. Stallman <rms@gnu.org>
7615
7616 * textmodes/flyspell.el (flyspell-large-region):
7617 Call flyspell-accept-buffer-local-defs.
7618
7619 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7620
7621 * textmodes/flyspell.el (flyspell-notify-misspell):
7622 Fix misspelling of "Misspelling".
7623 (flyspell-process-localwords): New function.
7624 (flyspell-large-region): Call flyspell-process-localwords and
7625 flyspell-delete-region-overlays.
7626 (flyspell-delete-region-overlays): New function.
7627 (flyspell-delete-all-overlays): Call that.
7628
7629 2005-11-13 Richard M. Stallman <rms@gnu.org>
7630
7631 * help.el (help-for-help-internal): Improve doc of C-h a.
7632 (describe-key): Improve prompt; doc fix.
7633
7634 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * vc-svn.el (vc-svn-registered): Catch all errors.
7637
7638 * cus-dep.el (custom-make-dependencies): Typo.
7639
7640 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7641
7642 * net/tramp-util.el (top): Fix compilation warning.
7643
7644 2005-11-13 Kim F. Storm <storm@cua.dk>
7645
7646 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7647
7648 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7649
7650 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7651 (gud-speedbar-buttons): Match on "const char *" too.
7652
7653 * progmodes/gdb-ui.el (gdb-var-create-handler)
7654 (gdb-var-list-children-handler): Match on "const char *" too.
7655 (gdb-var-evaluate-expression-handler): Match on empty string.
7656 (gdb-var-update-handler): Only call
7657 gdb-var-evaluate-expression-handler when required.
7658
7659 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7660
7661 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7662 selected window. This still doesn't work for speedbar.
7663 (gud-speedbar-buttons): Handle string expressions properly.
7664
7665 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7666 (gdb-var-create-handler): Handle string expressions properly.
7667 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7668 Handle string expressions properly. Move "type" field into regexp.
7669
7670 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7671
7672 * bookmark.el (bookmark-maybe-message): New function to reduce
7673 code duplication: invokes `message' iff baud-rate is high enough.
7674 (bookmark-write-file): Use above instead of an inline conditional.
7675 (bookmark-load): Same.
7676
7677 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7678
7679 * bookmark.el (bookmark-write-file): Don't visit the destination
7680 file, just write the data to it using write-region. This is
7681 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7682 change to avoid visiting the file in the first place.
7683
7684 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7685
7686 * hi-lock.el (hi-lock-mode): Set the default value of
7687 font-lock-defaults.
7688
7689 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7690
7691 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7692 arg to `file-attributes'.
7693 (find-lisp-format): The UID and GID can now be strings.
7694
7695 2005-11-12 Kim F. Storm <storm@cua.dk>
7696
7697 * help.el (help-map): Bind C-h d to apropos-documentation.
7698
7699 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7700 when point is at end-of-buffer.
7701
7702 * apropos.el (apropos-match-face): Doc fix.
7703 (apropos-sort-by-scores): Add new choice `verbose'.
7704 (apropos-documentation-sort-by-scores): New defcustom.
7705 (apropos-pattern): Now contains the pattern entered by the user.
7706 (apropos-pattern-quoted): New defvar.
7707 (apropos-regexp): New defvar, containing the regexp corresponding
7708 to apropos-pattern.
7709 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7710 (apropos-read-pattern): New defun. Use it to read pattern arg in
7711 interactive calls; returns list of words for a word list, and
7712 string for a regexp.
7713 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7714 parses a list of words or regexp as returned by apropos-read-pattern.
7715 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7716 (apropos-score-doc): Return a very high score if the string
7717 entered by the user matches literally.
7718 (apropos-variable): Doc fix. Use apropos-read-pattern.
7719 (apropos-command): Doc fix. Use apropos-read-pattern and
7720 apropos-parse-pattern. Call apropos-print with nosubst=t.
7721 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7722 apropos-parse-pattern.
7723 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7724 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7725 apropos-documentation-sort-by-scores. Call apropos-print with
7726 nosubst=t.
7727 (apropos-documentation-internal): Pass doc string through
7728 substitute-key-definition before adding text properties.
7729 Highlight substring matching literal user input if possible.
7730 (apropos-documentation-check-doc-file): Remove locals beg and end.
7731 Fix calculation of score (as added twice). Pass doc string through
7732 substitute-key-definition before adding text properties.
7733 (apropos-documentation-check-elc-file): Pass doc string through
7734 substitute-key-definition before adding text properties.
7735 Highlight substring matching literal user input if possible.
7736 (apropos-print): Add new arg NOSUBST; if set, command and variable
7737 doc strings have already been passed through substitute-key-definition.
7738 Add code to handle apropos-accumulator items without score element
7739 for backwards compatibility (e.g. with woman package).
7740 Only show scores if apropos-sort-by-scores is `verbose'.
7741
7742 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7743
7744 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7745 Add jka-compr-load-suffixes to load-suffixes.
7746
7747 * jka-compr.el: Require jka-cmpr-hook.
7748 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7749 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7750 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7751 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7752 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7753 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7754 (jka-compr-uninstall): Remove entries from
7755 jka-compr-added-to-file-coding-system-alist after they are used.
7756 (jka-compr-error): Remove unused var `curbuf'.
7757 (jka-compr-file-local-copy): Remove unused var `notfound'.
7758
7759 2005-11-10 Romain Francoise <romain@orebokech.com>
7760
7761 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7762
7763 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7764
7765 * progmodes/gud.el (gud-menu-map): Move parentheses.
7766 (gdb): New command gud-pv.
7767
7768 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7769
7770 * tar-mode.el: Remove spurious or unnecessary leading stars
7771 in docstrings.
7772 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7773 (tar-parse-octal-integer-safe): Use mapc.
7774 (tar-header-block-summarize): Remove unused var `ck'.
7775 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7776 cleared before. Obey default-enable-multibyte-characters.
7777 Use mapconcat. Simplify setting of tar-header-offset.
7778 (tar-mode-map): Move initialization inside delcaration.
7779 (tar-flag-deleted): Use `abs'.
7780 (tar-expunge-internal): Remove unused var `line'.
7781 (tar-expunge-internal): Don't hardcode point-min==1.
7782 (tar-expunge): Widen while doing set-buffer-multibyte.
7783 (tar-rename-entry): Use file-name-coding-system.
7784 (tar-alter-one-field): Don't hardcode point-min==1.
7785 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7786 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7787
7788 2005-11-10 Masatake YAMATO <jet@gyve.org>
7789
7790 * add-log.el (add-log-current-defun): Handle class::method
7791 notation of c++. Fix incorrect comment.
7792
7793 2005-11-10 Alan Mackenzie <acm@muc.de>
7794
7795 * help-fns.el (describe-variable): Make C-h v work when a variable
7796 has variable documentation yet is unbound.
7797
7798 2005-11-10 Masatake YAMATO <jet@gyve.org>
7799
7800 * man.el (Man-highlight-references): Set an empty
7801 string to `Man-arguments' if it is nil.
7802 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7803
7804 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7807 commenting conventions.
7808
7809 * cus-dep.el (custom-make-dependencies): Simplify.
7810 Better follow the commenting conventions.
7811
7812 2005-11-09 Richard M. Stallman <rms@gnu.org>
7813
7814 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7815 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7816 All uses changed.
7817 (apropos-rewrite-regexp): Doc fix.
7818 (apropos-variable, apropos-command, apropos, apropos-value):
7819 Change prompt; carry through the argument renaming.
7820
7821 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7822
7823 * find-lisp.el: Require dired.
7824 (find-lisp-find-dired-internal): Do not call
7825 `abbreviate-file-name' on DIR.
7826
7827 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7828
7829 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7830
7831 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7832
7833 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7834 when using the speedbar.
7835 (gdb): New command gud-pp.
7836 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7837
7838 2005-11-09 Juri Linkov <juri@jurta.org>
7839
7840 * replace.el (occur-excluded-properties): New defcustom.
7841 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7842
7843 2005-11-08 Jay Belanger <belanger@truman.edu>
7844
7845 * calc/calc-units.el (math-convert-units): Replace any composite
7846 unit by its definition.
7847
7848 2005-11-08 Lars Hansen <larsh@soem.dk>
7849
7850 * emacs-lisp/autoload.el (update-directory-autoloads):
7851 Add obsolete function alias.
7852
7853 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7856 comment-indent-function.
7857 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7858
7859 * reveal.el (reveal-post-command): Rework the handling of
7860 reveal-open-spots, so as to be more reliable. There were several
7861 tricky corner cases where an open spot might be lost, or where
7862 a closed spot might end up on the list of open spots.
7863 Only reveal text that's ellipsised.
7864
7865 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7866
7867 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7868
7869 2005-11-07 John Paul Wallington <jpw@gnu.org>
7870
7871 * ibuffer.el (ibuffer): Search iconified frames too when
7872 getting Ibuffer buffer's window.
7873
7874 2005-11-06 Richard M. Stallman <rms@gnu.org>
7875
7876 * progmodes/compile.el (compilation-internal-error-properties):
7877 save-excursion around the computation of MARKER.
7878
7879 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7880
7881 * textmodes/flyspell.el (flyspell-external-point-words):
7882 flyspell-get-word returns a list, not just a string.
7883
7884 2005-11-06 John Paul Wallington <jpw@pobox.com>
7885
7886 * ibuffer.el (ibuffer): Search all visible frames when getting
7887 Ibuffer buffer's window.
7888
7889 2005-11-07 Masatake YAMATO <jet@gyve.org>
7890
7891 * man.el (Man-reference-regexp): Accept spaces between
7892 `Man-name-regexp' and `Man-section-regexp'.
7893 (Man-apropos-regexp): New variable.
7894 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7895 if available.
7896 (Man-highlight-references, Man-highlight-references0):
7897 Handle the case when `Man-arguments' includes "-k".
7898 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7899 `TARGET'. `TARGET' can be a number, function or nil.
7900
7901 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7902
7903 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7904 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7905 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7906 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7907 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7908 (gdb-send-item): Use buffer-local-value and simplify.
7909
7910 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7911
7912 * startup.el (command-line): Use `custom-reevaluate-setting' for
7913 `global-font-lock-mode'.
7914
7915 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7916 by default, except in batch mode or when the -D option is given.
7917
7918 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7919 specified keyword args on to `define-minor-mode'. Update docstring.
7920
7921 2005-11-05 Romain Francoise <romain@orebokech.com>
7922
7923 * replace.el (occur-engine): Add marker at end of line, too.
7924
7925 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7926
7927 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7928 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7929 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7930 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7931 argument to all these routines, so the passphrase can be managed
7932 externally and passed in to the system.
7933 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7934 pgg-add-passphrase-to-cache function.
7935
7936 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7937 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7938 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7939 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7940 argument to all these routines, so the passphrase can be managed
7941 externally and passed in to the system.
7942 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7943 function.
7944
7945 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7946
7947 * font-lock.el: Don't deal with font-lock-face-attributes here,
7948 move the code ...
7949
7950 * startup.el (command-line): ... here. Use face-spec-set instead
7951 of custom-declare-face.
7952
7953 * faces.el (face-spec-set): Reset the face if spec is not nil.
7954
7955 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * newcomment.el (comment-region-internal): Box more tightly in the
7958 common case where there's no TAB in the boxed text.
7959
7960 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7961
7962 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7963 up-node.
7964
7965 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7966
7967 * newsticker.el: Commentary updated. Code formatting changed.
7968 (newsticker-version): Change to "1.9".
7969 (newsticker, newsticker-feed): Doc fix.
7970 (newsticker-url-list): Doc fix. Add option "Weekly".
7971 (newsticker-retrieval-interval): Add option "Weekly".
7972 (newsticker-headline-processing): Doc fix.
7973 (newsticker-auto-mark-filter): Remove.
7974 (newsticker-auto-mark-filter-list): New.
7975 (newsticker-layout, newsticker-sort-method): Doc fix.
7976 (newsticker-hide-old-items-in-newsticker-buffer)
7977 (newsticker-heading-format, newsticker-item-format)
7978 (newsticker-desc-format): Doc fix.
7979 (newsticker-show-all-rss-elements): Remove.
7980 (newsticker-show-all-news-elements): New.
7981 (newsticker-faces, newsticker-ticker): Doc fix.
7982 (remove-from-invisibility-spec): Code formatting.
7983 (newsticker--process-ids): New.
7984 (newsticker-mode): Doc fix.
7985 (newsticker-mode): Change mode-line-format.
7986 (newsticker-start): Remove debug output.
7987 (newsticker-start-ticker): Doc fix. Add autoload cookie.
7988 (newsticker-w3m-show-inline-images): Code formatting.
7989 (newsticker-next-item): Call `force-mode-line-update'.
7990 (newsticker-previous-item): Call `force-mode-line-update'.
7991 (newsticker-next-feed): Call `force-mode-line-update'.
7992 (newsticker-previous-feed): Call `force-mode-line-update'.
7993 (newsticker-mark-all-items-at-point-as-read): Code formatting.
7994 (newsticker-show-old-items): Do not show descs.
7995 (newsticker-hide-entry): Hide too much.
7996 (newsticker-hide-entry, newsticker-show-entry)
7997 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7998 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7999 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8000 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8001 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8002 (newsticker-get-news): Call `force-mode-line-update'.
8003 Collect process ids.
8004 (newsticker--sentinel): Change coding system handling.
8005 Move image retrieval to new functions newsticker--get-logo-url-*.
8006 Move feed parsing to new functions newsticker--parse-*.
8007 Update list of process ids.
8008 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8009 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8010 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8011 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8012 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8013 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8014 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8015 (newsticker--decode-coding-string): Remove.
8016 (newsticker--decode-numeric-entities): Check input. Format code.
8017 (newsticker--remove-whitespace): Check input.
8018 (newsticker--do-forget-preformatted): Doc fix.
8019 (newsticker--decode-rfc822-date): Allow for missing time.
8020 (newsticker--update-process-ids): New.
8021 (newsticker--image-sentinel): Change comment.
8022 (newsticker--image-read): Change error message.
8023 (newsticker--imenu-goto): Doc fix. Show headline title.
8024 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8025 (newsticker--buffer-do-insert-text): Clean whitespace in
8026 html-rendered headline title. Code formatting.
8027 Call `newsticker--buffer-print-extra-elements'.
8028 (newsticker--buffer-print-extra-element): Remove.
8029 (newsticker--buffer-print-extra-elements): New.
8030 (newsticker--buffer-do-print-extra-element): New.
8031 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8032 large sizes.
8033 (newsticker--run-auto-mark-filter)
8034 (newsticker--do-run-auto-mark-filter):
8035 Use `newsticker-auto-mark-filter-list'.
8036
8037 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8038
8039 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8040 (rcirc-print): Force redisplay before running hooks. Do long
8041 buffer truncation after making new text read-only. Deal with nil
8042 text when decoding strings. If TARGET is nil, use either the
8043 currently selected buffer, if it is an rcirc buffer and of the
8044 same process or the process buffer.
8045 (rcirc-mode): Remove header-line. Recompute short buffer names.
8046 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8047 (rcirc-short-buffer-name): Add variable.
8048 (rcirc-kill-buffer-hook): Recompute short buffer names.
8049 Remove nick from private channel.
8050 (rcirc-send-input): Send command text to current-buffer.
8051 Don't clear overlay arrow here.
8052 (rcirc-short-buffer-name): Return a short buffer name.
8053 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8054 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8055 buffer-name abbreviations.
8056 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8057 Do not touch nick-table when killing a parted channel.
8058 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8059 Clear arrow from current buffer if it is now hidden.
8060 (rcirc-current-buffer): Add variable.
8061 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8062 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8063 Remove -face from names.
8064 (rcirc-update-activity-string): Print "DND" when globally ignoring
8065 activity.
8066 (rcirc-ignore-buffer-activity-flag): Rename from
8067 rcirc-ignore-channel-activity.
8068 (rcirc-ignore-all-activity-flag): Doc fix.
8069 (rcirc-channels): Remove variable.
8070 (rcirc-kill-buffer-hook):
8071 (rcirc-get-buffer-create): Add nick to private channel.
8072 (rcirc-multiline-edit-submit): Remove tabs.
8073 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8074 folded.
8075 (rcirc-remove-nick-channel): Bug fix.
8076 (rcirc-toggle-ignore-buffer-activity): Rename from
8077 rcirc-toggle-ignore-channel-activity.
8078 (rcirc-record-activity): Add buffers to the front of the list.
8079 (rcirc-update-activity): Remove killed buffers from list.
8080 (rcirc-process-server-response-1): Remove last argument if it is
8081 null before calling handler.
8082 (rcirc): Add "rcirc" defcustom prefix.
8083 (rcirc-prompt): Simplify default prompt.
8084 Use custom-initialize-default.
8085 (rcirc-private-chats): Remove variable.
8086 (rcirc-prompt): Change initialization.
8087 (rcirc-version): Remove function.
8088 (rcirc-id-string): Add constant.
8089 (rcirc-last-buffer): Remove variable.
8090 (rcirc-buffer-alist): Add variable.
8091 (rcirc-connect): Update variable setup.
8092 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8093 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8094 default.
8095 (rcirc-handler-generic): Trigger activity.
8096 (rcirc-send-message): Create the buffor of the target.
8097 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8098 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8099 (rcirc-multiline-edit-cancel): Remove function.
8100 (rcirc-set-last-buffer): Remove function.
8101 (rcirc-get-any-buffer): Add function.
8102 (rcirc-join-channels): Don't print /join text.
8103 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8104 messages.
8105 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8106 (rcirc-handler-NOTICE): Recognize CTCP responses.
8107 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8108 constructing TOPIC string for buffers we are not JOINed.
8109 (rcirc-handler-CTCP-response): Add handler.
8110 (rcirc-multiline-edit-submit): Restore the window-configuration
8111 before adjusting point.
8112 (rcirc): Add customization group.
8113 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8114 (rcirc-user-full-name, rcirc-startup-channels-alist)
8115 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8116 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8117 (rcirc-input-ring-size, rcirc-read-only-flag)
8118 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8119 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8120 Change defvar to defcustom.
8121 (rcirc-update-prompt): Add optional ALL arg, which will update
8122 prompts in all rcirc buffers. Regexp quote replacement text.
8123 (rcirc-fill-column): Accept frame-width as a value.
8124 (rcirc-set-changed): Add function.
8125 (rcirc-next-active-buffer): Write more meaningful messages.
8126 (rcirc-faces): Add customization group.
8127 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8128 (rcirc-nick-in-message-face, rcirc-prompt-face)
8129 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8130 (with-rcirc-process-buffer): Move before first usage.
8131 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8132 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8133 (rcirc-debug): Rename from `rcirc-log'.
8134 (rcirc-format-response-string): Do not print `-' chars for a
8135 NOTICE with no sender. Simplify output of server responses.
8136
8137 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8138
8139 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8140 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8141 Make urls mouse and RET clickable.
8142
8143 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8144
8145 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8146
8147 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8148
8149 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8150 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8151 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8152 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8153 argument to all these routines, so the passphrase can be managed
8154 externally and passed in to the system.
8155 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8156 pgg-add-passphrase-to-cache function.
8157
8158 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8159 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8160 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8161 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8162 argument to all these routines, so the passphrase can be managed
8163 externally and passed in to the system.
8164 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8165 function.
8166
8167 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8168
8169 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8170 from goto-address-url-regexp.
8171
8172 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8173
8174 * textmodes/org.el (org-read-date, org-goto-calendar)
8175 (org-recenter-calendar, org-agenda-goto-calendar):
8176 Temporarily clear `calendar-move-hook'.
8177
8178 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8179
8180 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8181 merging.
8182
8183 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8184 have merge clashes.
8185
8186 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8187
8188 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8189 Undo previous change.
8190
8191 * startup.el (command-line): Use `custom-reevaluate-setting' for
8192 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8193 tty-register-default-colors on Mac.
8194
8195 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8196
8197 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8198 (gdb-buffer-type): Make it automatically buffer local...
8199 (gdb-get-create-buffer): ...and set it accordingly.
8200 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8201 actually work.
8202
8203 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8204
8205 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8206 not red.
8207
8208 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8209
8210 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8211 case GUD buffer is not visible.
8212 (gdb-goto-breakpoint): Try to force display in source buffer.
8213 (gdb-frame-gdb-buffer): Copy other similar functions.
8214 (gdb-restore-windows): Don't display source if not asked for.
8215 (gdb-assembler-buffer-name): Don't capitalise.
8216
8217 2005-11-03 Richard M. Stallman <rms@gnu.org>
8218
8219 * wid-edit.el (key-sequence): New widget type.
8220
8221 * simple.el (set-mark-command-repeat-pop): New variable.
8222 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8223 if set-mark-command-repeat-pop is true.
8224
8225 * info.el (Info-fontify-node): Don't display extra "see" if there
8226 already is one here.
8227
8228 * mouse.el: Fix special handling of DEL after dragging a region:
8229 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8230 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8231
8232 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8233
8234 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8235 not to assume it pertains to an affix.
8236
8237 * textmodes/flyspell.el (flyspell-post-command-hook):
8238 Bind deactivate-mark to prevent deactivation.
8239
8240 2005-11-03 Lars Hansen <larsh@soem.dk>
8241
8242 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8243 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8244 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8245
8246 2005-11-03 Romain Francoise <romain@orebokech.com>
8247
8248 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8249 Update copyright years.
8250
8251 2005-11-03 Sam Steingold <sds@gnu.org>
8252
8253 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8254 Use system-type instead of window-system because window-system is not
8255 correctly defined during loadup.
8256
8257 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8258
8259 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8260 (xml-parse-tag): Join strings separated by a comment properly.
8261
8262 2005-11-02 Andreas Schwab <schwab@suse.de>
8263
8264 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8265
8266 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8267
8268 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8269 (byte-optimize-pure-func): Quote the eval'd value.
8270
8271 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8272 Rename from perl-font-lock-syntactic-face-function.
8273 Change the calling convention so it can be used as a font-lock MATCHER.
8274 Do the parse-partial-sexp loop outselves.
8275 (perl-font-lock-syntactic-keywords): Use it.
8276 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8277
8278 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8279
8280 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8281 disassembly buffer too.
8282 (gdb-exited): Remove overlay arrows when execution has finished.
8283 (gdb-info-frames-custom, gdb-info-threads-custom)
8284 (gdb-info-registers-custom): Don't add inappropriate text
8285 properties if inferior is not active.
8286
8287 2005-11-02 Glenn Morris <rgm@gnu.org>
8288
8289 * progmodes/fortran.el (fortran-blink-match):
8290 Use `blink-matching-delay'.
8291
8292 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8293
8294 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8295
8296 2005-11-02 Lars Hansen <larsh@soem.dk>
8297
8298 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8299 "Permission denied".
8300
8301 2005-11-01 Richard M. Stallman <rms@gnu.org>
8302
8303 * textmodes/flyspell.el (flyspell-external-point-words):
8304 Pass nil to flyspell-get-word.
8305
8306 2005-11-02 Kim F. Storm <storm@cua.dk>
8307
8308 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8309 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8310
8311 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8314 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8315 (calendar-mouse-print-dates): Add optional `event' argument.
8316 Update interactive-spec.
8317 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8318 Use `calendar-event-to-date' instead of `event'.
8319
8320 2005-11-02 Masatake YAMATO <jet@gyve.org>
8321
8322 * progmodes/ld-script.el (ld-script-builtins):
8323 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8324 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8325 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8326
8327 2005-11-01 Romain Francoise <romain@orebokech.com>
8328
8329 * vc-sccs.el: Update copyright year.
8330 * ezimage.el: Likewise.
8331
8332 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8333
8334 * info.el (Info-fontify-node): Use `string-width' for fontifying
8335 underlined titles.
8336
8337 2005-11-01 Juri Linkov <juri@jurta.org>
8338
8339 * info.el (Info-fontify-node): Downcase node header keywords Node,
8340 Prev, Next, Up before comparison.
8341 (Info-history): Insert absolute directory name, and put invisible
8342 property on it.
8343
8344 2005-11-01 Juri Linkov <juri@jurta.org>
8345
8346 * info.el (Info-file-supports-index-cookies): New variable.
8347 (Info-find-node-2): Check makeinfo version for index cookie support.
8348 (Info-index-nodes): Search for nodes with index cookies only when
8349 Info-file-supports-index-cookies is t. Otherwise, search nodes
8350 with "Index" in the node name.
8351 (Info-index-node): Search index cookie in the current node only when
8352 Info-file-supports-index-cookies is t. Otherwise, check the word
8353 "Index" in the node name.
8354 (Info-find-emacs-command-nodes): Remove code that searches nodes
8355 with "Index" node name in the top menu.
8356
8357 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * progmodes/scheme.el (scheme-mode-variables): Use the default
8360 comment-indent-function.
8361
8362 * faces.el (face-attribute): Handle the case where a face inherits from
8363 a non-existent face.
8364
8365 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8366 for octal and hexa output, and merge the char into the paren.
8367 (kill-new): Use push.
8368 (copy-to-buffer): Use with-current-buffer.
8369 (completion-setup-function): Move code in loop to remove redundancy.
8370 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8371 those inherited from minibuffer-local-completion-map.
8372
8373 * savehist.el (savehist-mode) <defcustom>:
8374 Use custom-set-minor-mode if available.
8375 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8376 and emit a message if applicable.
8377
8378 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8379
8380 * savehist.el: Sync up to version 19.
8381 (savehist-mode): New minor mode.
8382 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8383 (savehist-length): Remove (use history-length instead).
8384 (savehist-file-modes): Rename from savehist-modes.
8385 (savehist-save-hook, savehist-loaded): New vars.
8386 (savehist-load): Use savehist-mode. Try to smooth up transition from
8387 old format to new format.
8388 (savehist-install): Allow savehist-autosave-interval to be nil.
8389 (savehist-save): Run the new hook. Be more careful to only trim the
8390 history variables.
8391 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8392 (savehist-printable): Print into a buffer rather than char-by-char.
8393
8394 2005-11-01 John Wiegley <johnw@newartisans.com>
8395
8396 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8397 toggle-ignore keybinding (C-a). The author said it had been
8398 disabled much earlier due to a possible incompatibility, but after
8399 many months of usage I have encountered no problems (and it is a
8400 rather useful option, especially for switching to " *temp*").
8401
8402 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8403 support for OS/X's AddressBook, by calling out to the open source
8404 program "contacts" (installable through Fink).
8405
8406 * net/eudc.el (eudc-expand-inline): If the
8407 `eudc-multiple-match-handling-method' is set to `all', delete the
8408 query string before inserting the query result.
8409
8410 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8411 flag, to prevent Eshell from using the system ls when
8412 `eshell-ls-insert-directory' is in used.
8413 (eshell-ls-insert-directory): Disable font-lock in directory
8414 buffer so that Eshell's own fontification is seen. This broke
8415 recently due to changes in font-lock, so this goes back to version
8416 21 behavior.
8417
8418 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8419
8420 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8421 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8422 (gdb-many-windows): Doc fix.
8423
8424 2005-10-31 Romain Francoise <romain@orebokech.com>
8425
8426 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8427
8428 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8429
8430 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8431 that global-font-lock-mode can be enabled by default.
8432
8433 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8434 (font-lock-add-keywords, font-lock-remove-keywords)
8435 (font-lock-fontify-buffer): Remove autoload cookies.
8436
8437 * jit-lock.el (jit-lock-register): Likewise.
8438
8439 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8440
8441 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8442
8443 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8444 intact if there is no gud-comint-buffer.
8445
8446 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8447
8448 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8449 old prompt comint-prompt-read-only is t and GDB commands are
8450 issued from tool bar etc.
8451
8452 2005-10-31 Masatake YAMATO <jet@gyve.org>
8453
8454 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8455
8456 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8457
8458 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8459 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8460
8461 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8462
8463 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8464 starting at beginning of line. Fontification is messed up when
8465 `open-paren-in-column-0-is-defun-start' set to t.
8466 Reported by John Paul Wallington <jpw@pobox.com>.
8467
8468 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8469
8470 * comint.el (comint-send-input): Call `comint-update-fence' when
8471 `comint-process-echoes' and `comint-prompt-read-only' are both
8472 non-nil, to avoid leftover read-only newline.
8473
8474 2005-10-30 Richard M. Stallman <rms@gnu.org>
8475
8476 * textmodes/flyspell.el (flyspell-external-point-words):
8477 Detect when WORD can't be checked properly because
8478 flyspell-get-word finds just part of it, and move on.
8479
8480 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8481 boundarychar for Polish.
8482 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8483 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8484
8485 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8486
8487 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8488 (gdb-registers-font-lock-keywords): Delete.
8489 (gdb-registers-mode): Don't fontify.
8490 (gdb-info-registers-custom): Use text properties instead as, in
8491 future, changed register values will use font-lock-warning-face.
8492 (gdb-local-font-lock-keywords): Rename to...
8493 (gdb-locals-font-lock-keywords): ...for consistency.
8494
8495 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8496
8497 * vc.el (vc-switch-backend): Better error message if the buffer is
8498 not visiting a file under version control.
8499
8500 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8501
8502 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8503
8504 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8505 ~/.emacs.d/.emacs.
8506
8507 2005-10-29 Richard M. Stallman <rms@gnu.org>
8508
8509 * replace.el (occur-mode-mouse-goto): Always go to other window.
8510 (occur-mode-goto-occurrence): Always switch in same window.
8511
8512 * simple.el (undo): Display message at end, not at start.
8513
8514 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8515 New arg REUSE-CELL.
8516 (cancel-timer-internal): New function.
8517 (timer-event-handler): Use cancel-timer-internal,
8518 and pass the cell it returns to timer-activate...
8519
8520 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8521 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8522 (jit-lock-after-change): Test memory-full.
8523
8524 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8525
8526 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8527 part of the decoded armor to find the key-identifier.
8528 (pgg-gpg-lookup-key-owner): New function to return the
8529 human-readable identifier of a key owner.
8530 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8531 key itself.
8532 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8533 the key value) if we have a key and can match it against a secret
8534 key. Also, added a note pointing out fact that the prompt only
8535 indicates the first matching key.
8536
8537 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8538 pgg-decrypt-region.
8539 (pgg-pending-timers): A new hash for tracking the passphrase cache
8540 timers, so that new ones supercede old ones.
8541 (pgg-add-passphrase-to-cache): Rename from
8542 `pgg-add-passphrase-cache' to reduce confusion (all callers
8543 changed). Modified to cancel old timers when new ones are added.
8544 (pgg-remove-passphrase-from-cache): Rename from
8545 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8546 changed). Modified to cancel old timers when their keys are
8547 removed from the cache.
8548 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8549 XEmacs, an indirection to delete-itimer.
8550 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8551 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8552 users can only check cache without risk of prompting. Correct bug in
8553 notruncate behavior.
8554 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8555 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8556 Add informative docstrings.
8557 (pgg-decrypt): Convey provided passphrase in subordinate call to
8558 pgg-decrypt-region.
8559
8560 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8561 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8562 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8563 `passphrase' argument, so the passphrase can be managed externally
8564 and then passed in to the system.
8565
8566 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8567 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8568 so the passphrase cache can be used reliably with identifiers
8569 besides a pgp packet's key id.
8570
8571 * pgg-gpg.el (pgg-pgp-encrypt-region)
8572 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8573 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8574 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8575 argument to all these routines, so the passphrase can be managed
8576 externally and passed in to the system.
8577
8578 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8579 `notruncate' argument, so the passphrase cache can be used
8580 reliably with identifiers besides a pgp packet's key id.
8581
8582 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8583
8584 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8585 symmetric encryption.
8586 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8587 encrypted session key.
8588 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8589 message ask for the passphrase in a proper way.
8590
8591 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8592 New user commands for symmetric encryption.
8593
8594 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8595
8596 * textmodes/conf-mode.el (conf-assignment-sign)
8597 (conf-assignment-regexp): Fix docstrings.
8598 (conf-mode-initialize): New function.
8599 (conf-mode): Remove optional args. Use delay-mode-hooks to
8600 recognize recursive calls.
8601 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8602 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8603 (conf-xdefaults-mode): Use define-derived-mode and
8604 conf-mode-initialize.
8605
8606 2005-10-29 Romain Francoise <romain@orebokech.com>
8607
8608 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8609
8610 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8611
8612 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8613 part of the decoded armor to find the key-identifier.
8614 (pgg-gpg-lookup-key-owner): New function to return the
8615 human-readable identifier of a key owner.
8616 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8617 key itself.
8618 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8619 the key value) if we have a key and can match it against a secret
8620 key. Also, added a note pointing out fact that the prompt only
8621 indicates the first matching key.
8622
8623 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8624 pgg-decrypt-region.
8625 (pgg-pending-timers): A new hash for tracking the passphrase cache
8626 timers, so that new ones supercede old ones.
8627 (pgg-add-passphrase-to-cache): Rename from
8628 `pgg-add-passphrase-cache' to reduce confusion (all callers
8629 changed). Modified to cancel old timers when new ones are added.
8630 (pgg-remove-passphrase-from-cache): Rename from
8631 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8632 changed). Modified to cancel old timers when their keys are
8633 removed from the cache.
8634 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8635 XEmacs, an indirection to delete-itimer.
8636 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8637 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8638 users can only check cache without risk of prompting. Correct bug in
8639 notruncate behavior.
8640 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8641 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8642 Add informative docstrings.
8643 (pgg-decrypt): Convey provided passphrase in subordinate call to
8644 pgg-decrypt-region.
8645
8646 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8647
8648 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8649 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8650 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8651 `passphrase' argument, so the passphrase can be managed externally
8652 and then passed in to the system.
8653
8654 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8655 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8656 so the passphrase cache can be used reliably with identifiers
8657 besides a pgp packet's key id.
8658
8659 * pgg-gpg.el (pgg-pgp-encrypt-region)
8660 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8661 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8662 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8663 argument to all these routines, so the passphrase can be managed
8664 externally and passed in to the system.
8665
8666 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8667 `notruncate' argument, so the passphrase cache can be used
8668 reliably with identifiers besides a pgp packet's key id.
8669
8670 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8671
8672 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8673 symmetric encryption.
8674 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8675 encrypted session key.
8676 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8677 message ask for the passphrase in a proper way.
8678
8679 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8680 New user commands for symmetric encryption.
8681
8682 2005-10-28 Bill Wohler <wohler@newt.com>
8683
8684 * help-mode.el (help-url): New button type. Calls browse-url.
8685 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8686 Similar to Info nodes: URL `url'.
8687 (help-make-xrefs): Create help-url buttons for
8688 help-xref-url-regexp matches.
8689
8690 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8691
8692 * tool-bar.el (tool-bar-add-item-from-menu)
8693 (tool-bar-local-item-from-menu): Fix doc strings.
8694
8695 2005-10-28 Romain Francoise <romain@orebokech.com>
8696
8697 * ldefs-boot.el: Update.
8698
8699 * subr.el (locate-library): Move from help-fns.el.
8700 * help-fns.el (locate-library): Move to subr.el.
8701
8702 2005-10-28 Richard M. Stallman <rms@gnu.org>
8703
8704 * net/tramp.el (tramp-completion-mode): defvar moved up.
8705
8706 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8707
8708 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8709
8710 * files.el (find-file-noselect): Use %d to format large file size.
8711
8712 * bindings.el (mode-line-format): Add %e.
8713
8714 * loadup.el ("facemenu"): Load unconditionally.
8715 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8716 ("x-dnd"): Load, when appropriate.
8717
8718 * startup.el (command-line): Call before-init-hook earlier.
8719 Warn about some bad characters in -u user name.
8720
8721 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8722 (flyspell-external-point-words): Error if misspelled word is not found.
8723 Set flyspell-large-region-beg at end of word.
8724
8725 2005-10-28 Andreas Schwab <schwab@suse.de>
8726
8727 * view.el (View-revert-buffer-scroll-page-forward):
8728 Use view-page-size-default.
8729
8730 2005-10-28 Juri Linkov <juri@jurta.org>
8731
8732 * international/quail.el (quail-get-current-str): Translate last
8733 raw character for deterministic input methods.
8734
8735 2005-10-27 Jay Belanger <belanger@truman.edu>
8736
8737 * calc/calc-ext.el: Add functions to autoloads.
8738 (math-identity-matrix-p, math-ident-row-p): New functions.
8739
8740 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8741 multiplication by an identity matrix; don't turn multiplication by
8742 an inverse matrix into division.
8743 (math-div-symbol-fancy): Replace division by matrices with
8744 multiplication by inverse.
8745
8746 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8747
8748 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8749 (calc-writeoutpower): New functions.
8750
8751 2005-10-27 Romain Francoise <romain@orebokech.com>
8752
8753 * replace.el (occur-engine): Include colon in mouse-face highlight.
8754
8755 * dired-x.el: Change Maintainer field.
8756
8757 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8758
8759 * longlines.el (longlines-mode): Bind after-change-functions to
8760 nil during initial decoding and final encoding.
8761
8762 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8763
8764 * term.el (term-emulate-terminal, term-handle-colors-array)
8765 (term-handle-ansi-escape): Specify the terminfo capabilities
8766 implemented.
8767
8768 2005-10-26 Richard M. Stallman <rms@gnu.org>
8769
8770 * info.el (Info-fontify-node): Fix detection of sentence-break
8771 before *Note.
8772
8773 2005-10-26 Romain Francoise <romain@orebokech.com>
8774
8775 * smerge-mode.el: Add `tools' to file keywords.
8776
8777 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8778
8779 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8780 when the fringe is not available.
8781
8782 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8783 (def-gdb-auto-update-trigger): Simplify construction.
8784 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8785 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8786 defined explicitly.
8787 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8788 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8789 defined explicitly.
8790 (gdb-info-locals-custom): Remove as it's a no-op.
8791
8792 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8793
8794 * longlines.el (longlines-mode): Remove narrowing before
8795 performing the initial decoding or final encoding.
8796
8797 2005-10-25 Romain Francoise <romain@orebokech.com>
8798
8799 * emacs-lisp/find-func.el (find-library-name): Also strip
8800 extension if library name ends in .el, to take advantage of
8801 `find-library-suffixes'.
8802
8803 2005-10-25 Richard M. Stallman <rms@gnu.org>
8804
8805 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8806
8807 2005-10-25 Juri Linkov <juri@jurta.org>
8808
8809 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8810 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8811
8812 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8813
8814 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8815 (blackbox-redefine-key): Add argument `map'.
8816
8817 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8818 regions when moving the jit-lock-context-unfontify-pos boundary.
8819
8820 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8821
8822 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8823
8824 2005-10-25 Masatake YAMATO <jet@gyve.org>
8825
8826 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8827
8828 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8829
8830 * play/blackbox.el (blackbox-redefine-key): New function.
8831 (blackbox-mode-map): Use it to remap existing bindings for cursor
8832 motion instead of binding literal keys.
8833
8834 2005-10-25 Glenn Morris <rgm@gnu.org>
8835
8836 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8837 diary does not end in a newline. Do not assume a blank line at
8838 the start of the diary file.
8839
8840 2005-10-25 Kenichi Handa <handa@m17n.org>
8841
8842 * international/quail.el (quail-translate-key): If the input
8843 method is deterministic and failed to handle the last key, restart
8844 the key handling loop from an appropriate key.
8845
8846 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8847
8848 * vc.el (vc-dired-mode): Extend comment for binding of
8849 `directory-listing-before-filename-regexp'.
8850
8851 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * textmodes/texinfo.el (texinfo-mode):
8854 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8855 not to unnecessarily expose emacs-mule's internal char codes.
8856
8857 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8858
8859 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8860 Display hand pointer and help-echo on disabled icon too.
8861 (gdb-mouse-until): New function.
8862 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8863
8864 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8865
8866 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8867 with 2005-10-23 change to doctor.el.
8868
8869 * finder.el (finder-mode-map): Add follow-link binding.
8870
8871 2005-10-25 Kim F. Storm <storm@cua.dk>
8872
8873 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8874 to gdb-mouse-toggle-breakpoint-fringe.
8875 (gdb-mouse-toggle-breakpoint-margin): Rename from
8876 gdb-mouse-toggle-breakpoint. Fix doc.
8877 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8878 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8879 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8880 string properties also for fringe breakpoint bitmaps.
8881
8882 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8883
8884 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8885
8886 2005-10-25 Masatake YAMATO <jet@gyve.org>
8887
8888 * simple.el (completion-common-substring):
8889 Use `completion-common-substring' prior to `completion-base-size'.
8890
8891 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8892
8893 * savehist.el: Require CL while compiling.
8894 (savehist-history-variables): Remove.
8895 (savehist-save-minibuffer-history, savehist-additional-variables)
8896 (savehist-minibuffer-history-variables): New vars.
8897 (savehist-save): Use them.
8898 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8899 (savehist-install): New fun, extracted from savehist-load.
8900 (savehist-load): Use them.
8901
8902 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8903
8904 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8905 a dummy doc-string-elt property.
8906 (defalias, defvaralias, define-category): Add a docstring property.
8907
8908 * image.el (defimage):
8909 * widget.el (define-widget):
8910 * custom.el (defface, defcustom): Add `doc-string' declaration.
8911
8912 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8913 (defadvice): Add `doc-string' declaration.
8914
8915 * emacs-lisp/byte-run.el (macro-declaration-function):
8916 Handle `doc-string' declarations.
8917 (define-obsolete-function-alias, define-obsolete-variable-alias):
8918 Add `doc-string' declaration.
8919
8920 2005-10-24 Kenichi Handa <handa@m17n.org>
8921
8922 * international/utf-7.el (utf-7): Add autoload cookie.
8923
8924 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8925
8926 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8927
8928 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8929 list of directories passed to batch-update-autoloads. Add "." to
8930 the list of the echoed directories.
8931
8932 * pgg-def.el:
8933 * pgg-gpg.el:
8934 * pgg-parse.el:
8935 * pgg-pgp.el:
8936 * pgg-pgp5.el:
8937 * pgg.el: Moved here from the gnus subdirectory.
8938
8939 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8940
8941 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8942 in case comint-prompt-read-only is set to t.
8943
8944 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8945 in case comint-prompt-read-only is set to t.
8946
8947 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8948
8949 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8950 Now a string.
8951 (icalendar-import-format): Handle CLASS, STATUS, URL.
8952 Rename `subject' to `summary'.
8953 (icalendar-import-format-summary): Rename from
8954 `icalendar-import-format-subject'.
8955 (icalendar-import-format-url, icalendar-import-format-status)
8956 (icalendar-import-format-class): New variables.
8957 (icalendar--rris): Take variable argument list.
8958 (icalendar--datestring-to-isodate): Remove unnecessary
8959 calendar-style check when converting dates with explicit month names.
8960 (icalendar-export-region): Change return type of conversion
8961 subroutines. Bury current buffer unless error occurred.
8962 (icalendar--convert-to-ical)
8963 (icalendar--parse-summary-and-rest): New functions.
8964 (icalendar--convert-ordinary-to-ical)
8965 (icalendar--convert-weekly-to-ical)
8966 (icalendar--convert-yearly-to-ical)
8967 (icalendar--convert-block-to-ical)
8968 (icalendar--convert-cyclic-to-ical)
8969 (icalendar--convert-anniversary-to-ical): Change return type.
8970 Strip trailing blanks from subject.
8971 (icalendar--convert-sexp-to-ical): Change return type.
8972 Strip trailing blanks from subject. Handle simple sexp
8973 entries as generated by icalendar.el.
8974 (icalendar--convert-float-to-ical)
8975 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8976 (icalendar-import-file): Doc fix.
8977 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8978 Correct call to icalendar--rris.
8979 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
8980 `summary'.
8981 (icalendar--add-diary-entry): Rename `subject' to `summary'.
8982
8983 2005-10-24 Romain Francoise <romain@orebokech.com>
8984
8985 * server.el (server-sentinel): Set query-on-exit flag to nil on
8986 new client processes (it isn't inherited from the server process).
8987
8988 * replace.el (occur-engine): Rearrange text properties.
8989
8990 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8993 case-fold-search is nil.
8994 (debug-help-follow): Use help-xref-interned directly.
8995
8996 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8997
8998 * thumbs.el (thumbs-image-type): Add .pbm.
8999
9000 2005-10-23 Richard M. Stallman <rms@gnu.org>
9001
9002 * faces.el (inhibit-face-set-after-frame-default): New variable.
9003 (set-face-attribute): Bind it.
9004 (face-set-after-frame-default): Test it.
9005
9006 * help-fns.el (describe-simplify-lib-file-name): New function.
9007 (describe-function-1, describe-variable): Use it.
9008
9009 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9010
9011 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9012 Eliminate nil as possible value.
9013 (tooltip-hide-delay): Reduce internal-border-width.
9014
9015 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9016 (menu-bar-file-menu) <new-file>: Likewise.
9017
9018 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9019
9020 * international/mule.el (load-with-code-conversion):
9021 Pass full file name to `eval-buffer' unless preloading.
9022
9023 * textmodes/flyspell.el (flyspell-large-region):
9024 Call ispell-check-version.
9025
9026 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9027 Fix the make-variable-buffer-local call that was supposed
9028 to be for this variable.
9029 (ispell-aspell-supports-utf8): Doc fix.
9030 (ispell-find-aspell-dictionaries): Preserve elements of
9031 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9032 (ispell-aspell-find-dictionary): Return nil on error.
9033
9034 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9035 (doctor-symptoms): Likewise.
9036
9037 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9038
9039 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9040
9041 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9042 (custom-raised-buttons): Add :set spec.
9043 (custom-button-unraised, custom-button-pressed-unraised):
9044 New faces, so that custom-raised-buttons actually does something.
9045 (custom-mode): Use custom-button and custom-button-pressed.
9046
9047 * wid-edit.el (widget-specify-button): Don't ignore
9048 widget-mouse-face on graphic terminals.
9049 (widget-move-and-invoke): Cleanup.
9050
9051 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9052
9053 * whitespace.el (whitespace-cleanup): Doc fix.
9054
9055 2005-10-23 Romain Francoise <romain@orebokech.com>
9056
9057 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9058 `eval-after-load' to avoid evaluating their result.
9059
9060 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9061
9062 * files.el (directory-listing-before-filename-regexp):
9063 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9064
9065 * dired.el (dired-move-to-filename-regexp): Remove.
9066 All occurences replaced by `directory-listing-before-filename-regexp'.
9067
9068 * dired-x.el, locate.el, vc.el:
9069 Replace `dired-move-to-filename-regexp' by
9070 `directory-listing-before-filename-regexp'. In vc.el it is
9071 overwritten locally; maybe this can be handled in files.el too.
9072
9073 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9074 replaced by `directory-listing-before-filename-regexp'.
9075
9076 2005-10-23 Andreas Schwab <schwab@suse.de>
9077
9078 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9079 and eval-next-after-load.
9080
9081 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9082
9083 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9084 exist, create it.
9085
9086 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9087
9088 * allout.el: Remove autoloads for mailcrypt and crypt++.
9089 Require pgg, pgg-gpg during compilation.
9090 (allout-version): Increment version number to 2.1, and use a literal
9091 rather than RCS Id.
9092 (allout-default-encryption-scheme): Remove.
9093 (allout-passphrase-verifier-handling)
9094 (allout-passphrase-verifier-string)
9095 (allout-file-passphrase-verifier-string)
9096 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9097 (allout-passphrase-hint-handling): Rename and simplify.
9098 (allout-init): Use `find-file-hook' if available, otherwise
9099 `find-file-hooks'.
9100 (allout-mode): Use `write-file-functions' if available, otherwise
9101 `local-write-file-hooks' and, instead of making auto-save-hook
9102 buffer local, make the write-file-hook activity contingent to
9103 allout-mode.
9104 (allout-mode): Use key-binding substitution in the docstring.
9105 (allout-kill-line): Spell-out kill ring data structure mutation
9106 instead of using byte-compiler-complaint-provoking `pop'.
9107 (allout-insert-listified): Use `insert' rather than `insert-string'
9108 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9109 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9110 (allout-encrypt-string): Totally revamped vis new underlying
9111 encryption facilities.
9112 (allout-mc-activate-passwd): Remove.
9113 (allout-obtain-passphrase): New, more or less replaces
9114 allout-mc-activate-passwd.
9115 (allout-encrypted-key-info): More or less replaces
9116 allout-encrypted-text-type.
9117 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9118 (my-mark-marker): Use `(featurep 'xemacs)'.
9119
9120 2005-10-23 Lars Hansen <larsh@soem.dk>
9121
9122 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9123 (byte-compile-file-form-defmumble, byte-compile-defun)
9124 (byte-compile-defmacro): Use it.
9125 (byte-compile-form): Don't call byte-compile-set-symbol-position
9126 when a byte-compile handler is called.
9127
9128 2005-10-22 Romain Francoise <romain@orebokech.com>
9129
9130 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9131
9132 * subr.el (eval-after-load): Convert library name to an absolute
9133 file name using locate-library, since load-history no longer has
9134 library names in it.
9135
9136 2005-10-22 Richard M. Stallman <rms@gnu.org>
9137
9138 * files.el (make-temp-file): Move from subr.el.
9139 * subr.el (make-temp-file): Move to files.el.
9140
9141 * window.el (get-buffer-window-list): Move from subr.el.
9142 * subr.el (get-buffer-window-list): Move to window.el.
9143
9144 * image.el (image-load-path): Use eval-at-startup to initialize.
9145
9146 * subr.el (eval-at-startup): New macro.
9147
9148 * subr.el: Much rearrangement of functions and division
9149 into pages. No code changes.
9150
9151 2005-10-22 Kenichi Handa <handa@m17n.org>
9152
9153 * tar-mode.el (tar-extract): Be sure to call
9154 find-operation-coding-system if set-auto-coding doesn't find a
9155 coding system.
9156
9157 2005-10-22 Kim F. Storm <storm@cua.dk>
9158
9159 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9160 Change users.
9161 (image-type-file-name-regexps): New defconst.
9162 (image-type-from-data): Simplify loop.
9163 (image-type-from-buffer): New defun.
9164 (image-type-from-file-header): Use it instead of image-type-from-data.
9165 Use image-search-load-path instead of only looking in data-directory.
9166 (image-type-from-file-name): New defun.
9167 (image-search-load-path): Change `pathname' to `filename'.
9168 Make PATH arg optional, default to image-load-path.
9169
9170 2005-10-21 Richard M. Stallman <rms@gnu.org>
9171
9172 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9173
9174 * textmodes/paragraphs.el (sentence-end-base): New variable.
9175 (sentence-end): Use sentence-end-base.
9176
9177 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9178
9179 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9180 property independently from the font-lock-multiline variable.
9181
9182 2005-10-21 Richard M. Stallman <rms@gnu.org>
9183
9184 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9185
9186 * startup.el (command-line): Convert library names
9187 in `load-history' to absolute file names.
9188
9189 * subr.el (symbol-file): Doc fix.
9190
9191 * loadhist.el (file-loadhist-lookup): Call locate-library
9192 instead of find-library-name. Don't try converting
9193 abs file names to library names, since load-history no longer
9194 has library names in it.
9195 (file-dependents, file-provides, file-requires): Doc fixes.
9196
9197 2005-10-21 Juri Linkov <juri@jurta.org>
9198
9199 * progmodes/etags.el (tags-table-mode): New function.
9200 (tags-verify-table): Replace initialize-new-tags-table with
9201 tags-table-mode.
9202
9203 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9204 default value.
9205 (desktop-modes-not-to-save): Add tags-table-mode to the
9206 default value.
9207
9208 * info.el (Info-index-next): Add total number of index
9209 alternatives to the message.
9210
9211 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9212 backward only space (instead of space and period) before looking
9213 at sentence end.
9214
9215 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9216 Add the old variable value as 4th default-value arg of read-string.
9217
9218 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9219
9220 * cus-face.el (custom-declare-face): Make face from X resources
9221 also on Mac.
9222
9223 * disp-table.el (standard-display-g1, standard-display-graphic):
9224 Refuse to use string glyphs also on Mac.
9225 (standard-display-european): Don't set terminal coding system also
9226 on Mac.
9227
9228 * frame.el (display-screens): Use x-display-screens also on Mac.
9229
9230 2005-10-21 Romain Francoise <romain@orebokech.com>
9231
9232 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9233
9234 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9237 and $? into sexps.
9238
9239 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9240 warning face on open-paren-in-column-0.
9241
9242 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9243 boundary case. Fix typo.
9244 Suggested by Martin Rudalics <rudalics@gmx.at>.
9245
9246 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9247
9248 * textmodes/org.el (org-combined-agenda-icalendar-file)
9249 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9250 (org-export-icalendar-this-file)
9251 (org-export-icalendar-all-agenda-files)
9252 (org-export-icalendar-combine-agenda-files): New commands.
9253 (org-export-icalendar, org-print-icalendar-entries)
9254 (org-start-icalendar-file, org-finish-icalendar-file)
9255 (org-ical-ts-to-string): New functions.
9256 (org-read-date, org-goto-calendar)
9257 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9258 call to `calendar'.
9259 (orgtbl-setup): Remove the :keys arguments from the menu description.
9260 (org-after-save-iCalendar-file-hook): New variable.
9261
9262 2005-10-21 Kenichi Handa <handa@m17n.org>
9263
9264 * language/vietnamese.el (tcvn-5712): Make it an alias of
9265 vietnamese-tcvn coding-system.
9266
9267 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9268
9269 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9270 group id is given.
9271
9272 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9275 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9276 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9277 whose line is either continued or ends with a comment.
9278
9279 2005-10-20 Romain Francoise <romain@orebokech.com>
9280
9281 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9282
9283 * replace.el (occur-engine): Add follow-link property.
9284
9285 * font-core.el (font-lock-mode): Doc fix.
9286
9287 2005-10-20 Richard M. Stallman <rms@gnu.org>
9288
9289 * net/rcirc.el: New file.
9290
9291 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9292
9293 * term.el (term-term-name): Initialize to "eterm-color".
9294
9295 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9296
9297 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9298 for encryption functionality.
9299 Move allout customization subgroup from `editing' to `outlines' group.
9300 Fix commentary keywords to legitimate ones.
9301 Update author info (using my current email address, obscurified).
9302 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9303 (allout-encrypted-topic-p, allout-encrypted-text-type)
9304 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9305 (allout-situate-encryption-key-verifier)
9306 (allout-get-encryption-key-verifier, allout-verify-key)
9307 (allout-next-topic-pending-encryption)
9308 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9309 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9310 (outline-key-verifier-handling, outline-key-hint-handling)
9311 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9312 (allout-file-key-verifier-string, allout-encryption-scheme)
9313 (allout-key-verifier-string, allout-key-hint-string)
9314 (allout-after-save-decrypt): New variables.
9315 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9316 (allout-after-saves-handler): New hook functions.
9317 (allout-post-command-business): Do allout-after-save-decrypt.
9318 (allout-enable-file-variable-adjustment): Custom var to enable
9319 mechanism for adding and adjusting settings of Emacs file variables.
9320 (allout-adjust-file-variable, allout-file-vars-section-data):
9321 New functions, implement the mechanism.
9322 (outlineify-sticky): Use the file vars mechanism.
9323 (allout-inhibit-protection, allout-during-write-cue)
9324 (allout-override-protect, allout-before-change-protect): Remove.
9325 (allout-flag-region, allout-open-topic): Adjust read-only text.
9326 (allout-open-line-not-read-only): Add to facilitate read-only
9327 text based protection.
9328 (allout-kill-line): Revise to adjust read-only text, clue the
9329 user about the inhibition.
9330 (allout-unprotected): Use unwind-protect.
9331 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9332 topic deeper than the offspring depth of the previous topic -
9333 avoiding confusing "containment discontinuities".
9334 (allout-reindent-bodies): Fix retention of body relative hanging
9335 indent during promotion of collapsed bodies.
9336 (allout-open-topic): Make it easy to open new topic with same
9337 bullet as current topic - topic creation functions provided with
9338 any universal argument provokes now prompt for bullet, defaulting
9339 to the bullet of the previous topic.
9340 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9341 Plain bullet alternates `.' period and `,' comma only. All other
9342 bullets are relegated to special status (but customizable).
9343 (allout-end-of-entry): Rename from allout-end-of-current-entry
9344 since it actually operates w.r.t. most immediately containing
9345 entry, visible or not.
9346 (allout-hide-current-entry, allout-show-current-entry): Use the
9347 revised version.
9348 (allout-old-expose-topic): Solidify deprecation.
9349 (allout-end-of-subtree): Add so we can span concealed as well
9350 as visible topics.
9351 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9352 (allout-end-of-current-heading): Tweak to just respect the first line.
9353 (allout-get-body-text): Add.
9354 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9355 when invoked interactively.
9356 (allout-up-current-level): Use `interactive-p'.
9357 (allout-mode, allout-init): Miscellaneous docstring and
9358 operational refinements, as well as hookups of new encryption stuff.
9359 (allout-beginning-of-current-entry): Now works as advertised.
9360 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9361 (allout-isearch-rectification): Refine condition for isearching.
9362 (allout-isearch-abort, allout-enwrap-isearch)
9363 (allout-flag-region, my-region-active-p): Relocate some macros.
9364 (allout-title): Fallback title is (buffer-name), not
9365 non-existing (current-buffer-name).
9366 (subst-char-in-string): Define if absent (for some XEmacs versions).
9367
9368 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9369
9370 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9371 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9372 (mail-citation-prefix-regexp, mail-signature-file)
9373 (mail-default-headers, mail-bury-selects-summary)
9374 (mail-send-nonascii): Add autoload cookies.
9375
9376 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9377
9378 * frame.el (blink-cursor-mode): Add `mac' to the list of
9379 window-system's that support blinking cursor.
9380
9381 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9382
9383 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9384
9385 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9386
9387 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9388 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9389 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9390
9391 2005-10-20 Kim F. Storm <storm@cua.dk>
9392
9393 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9394 (ido-set-current-directory): Don't add / after final @.
9395 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9396 Explicitly handle ange-ftp completion oddities.
9397 (ido-make-file-list): Don't rotate list at tramp root to avoid
9398 triggering tramp file handler for expand-file-name via get-file-buffer.
9399
9400 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9401
9402 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9403
9404 2005-10-19 Jay Belanger <belanger@truman.edu>
9405
9406 * calc/calc-units.el (math-standard-units): Add units, adjust
9407 symbols and update values.
9408 (math-unit-prefixes): Add more prefixes.
9409
9410 2005-10-19 Romain Francoise <romain@orebokech.com>
9411
9412 * bookmark.el (bookmark-menu-heading): New face.
9413 (bookmark-bmenu-list): Use it.
9414 Don't fiddle with `baud-rate' at top-level.
9415
9416 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9417
9418 * image.el (create-image, find-image): Mention max-image-size in
9419 docstring.
9420
9421 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * savehist.el (savehist-load): Revert to checking XEmacs.
9424
9425 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9426 Various docstring and line-width fixups.
9427 (conf-mode): Use cond.
9428 Set font-lock-defaults. Don't set comment-use-syntax.
9429
9430 2005-10-18 David Ponce <david@dponce.com>
9431
9432 * tree-widget.el (tree-widget-button-click): New function.
9433 (tree-widget-button-keymap): Use it.
9434
9435 2005-10-18 Romain Francoise <romain@orebokech.com>
9436
9437 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9438 (bookmark-bmenu-hide-filenames): Add follow-link property.
9439 Improve help-echo text.
9440
9441 * ffap.el (find-file-at-point): Doc fix.
9442
9443 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9444
9445 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9446
9447 2005-10-18 Masatake YAMATO <jet@gyve.org>
9448
9449 Install to the CVS repository what I forgot to install in my
9450 2005-10-16 changes.
9451
9452 * progmodes/python.el (python-complete-symbol): Pass the common
9453 prefix substring of completion to `display-completion-list'.
9454
9455 * textmodes/org.el (org-complete): Ditto.
9456
9457 2005-10-18 Masatake YAMATO <jet@gyve.org>
9458
9459 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9460
9461 * woman.el (WoMan-xref-man-page): New button type derived
9462 from `Man-abstract-xref-man-page'.
9463 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9464
9465 * man.el (Man-abstract-xref-man-page): New button type.
9466 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9467 (Man-highlight-references): Add new optional argument `xref-man-type'.
9468
9469 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9470
9471 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9472
9473 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9474
9475 * cus-edit.el (Custom-move-and-invoke): Delete.
9476 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9477
9478 * wid-edit.el (widget-move-and-invoke): New function, from
9479 Custom-move-and-invoke.
9480
9481 2005-10-17 Bill Wohler <wohler@newt.com>
9482
9483 Move all remaining images from lisp/toolbar to etc/images, move
9484 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9485 the low resolution images in their own directory (low-color).
9486
9487 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9488 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9489 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9490 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9491 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9492 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9493 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9494
9495 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9496 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9497 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9498 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9499 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9500 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9501 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9502 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9503 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9504 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9505 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9506 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9507 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9508 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9509 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9510
9511 To conform with convention, replace the underscore (_) in the
9512 following image names with dash (-) or (/) as appropriate.
9513
9514 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9515 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9516 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9517 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9518 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9519 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9520 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9521 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9522 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9523 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9524 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9525 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9526 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9527 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9528 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9529
9530 * info.el (info-tool-bar-map): Replace underscores in image names
9531 with dashes.
9532
9533 * makefile.w32-in (WINS): Remove toolbar.
9534
9535 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9536
9537 * tool-bar.el: Move to lisp from toolbar. Now that
9538 toolbar is empty, it should be deleted when folks run "cvs up -P".
9539
9540 2005-10-18 Jay Belanger <belanger@truman.edu>
9541
9542 * calc/calc-store.el (calc-store-into): Get the proper variable name
9543 to display in message.
9544
9545 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9546
9547 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9548 expressions display in speedbar for all buffers when debugging.
9549 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9550
9551 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9552 (speedbar-insert-button, speedbar-make-button):
9553 Use add-text-properties.
9554 (speedbar-update-localized-contents)
9555 (speedbar-update-directory-contents)
9556 (speedbar-update-special-contents): Use dolist.
9557 (speedbar-buffer-easymenu-definition): Add a menu separator.
9558
9559 2005-10-17 Jason Rumney <jasonr@gnu.org>
9560
9561 * makefile.w32-in: Use $(lisp) consistently.
9562 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9563 for shell specific generation of mh-autoloads.
9564
9565 2005-10-17 Richard M. Stallman <rms@gnu.org>
9566
9567 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9568
9569 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9570
9571 * jit-lock.el (jit-lock-fontify-now):
9572 Move jit-lock-context-unfontify-pos to avoid wasted work.
9573
9574 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9575
9576 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9577 `tramp-completion-mode' for checking if we are in completion mode.
9578 (tramp-completion-handle-file-name-all-completions): Reorder code
9579 in order to complete for file names only in case there are no
9580 method/user/host completions. This is necessary for cooperation
9581 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9582
9583 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9584
9585 * longlines.el (longlines-search-forward)
9586 (longlines-search-backward): Match any number of spaces.
9587
9588 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9589
9590 * diff-mode.el (diff-mode): Doc fix.
9591
9592 2005-10-16 David Reitter <david.reitter@gmail.com>
9593
9594 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9595 as default on darwin and windows systems.
9596
9597 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9598
9599 * arc-mode.el (archive-zip-extract): Doc fix.
9600
9601 2005-10-16 Romain Francoise <romain@orebokech.com>
9602
9603 * mouse.el (mouse-1-click-follows-link): Doc fix.
9604
9605 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * savehist.el: Don't require CL at runtime.
9608 (savehist-xemacs): Remove.
9609 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9610 (savehist-no-conversion): Use (featurep 'xemacs).
9611 (savehist-load): Check existence of start-itimer rather than XEmacs.
9612 Use an idle timer.
9613 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9614 `delete-if-not'.
9615
9616 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9617
9618 * savehist.el: Newer version.
9619 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9620 (savehist-last-checksum, savehist-no-conversion): New vars.
9621 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9622 New functions.
9623 (savehist-load, savehist-save): Use them.
9624 (savehist-delimit): Remove.
9625
9626 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * progmodes/compile.el (compilation-goto-locus): Display the
9629 compilation buffer first and the source buffer second, in case they're
9630 in overlapping frames. Don't raise the compilation frame if it was the
9631 selected window upon entry. Pass the `other-window' arg to
9632 pop-to-buffer.
9633
9634 * info.el (Info-fontify-node): Use dolist.
9635 Change add-text-properties to put-text-property.
9636
9637 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9638
9639 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9640 bound of search.
9641
9642 2005-10-16 Masatake YAMATO <jet@gyve.org>
9643
9644 * dabbrev.el (dabbrev-completion): Pass the common
9645 prefix substring of completion to `display-completion-list'.
9646
9647 * filecache.el (file-cache-minibuffer-complete)
9648 (file-cache-complete): Ditto.
9649
9650 * tempo.el (tempo-display-completions): Ditto.
9651
9652 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9653
9654 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9655
9656 * eshell/em-hist.el (eshell-list-history): Ditto.
9657
9658 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9659
9660 * mail/mailalias.el (mail-complete): Ditto.
9661
9662 * progmodes/etags.el (complete-tag): Ditto.
9663
9664 * progmodes/make-mode.el (makefile-complete): Ditto.
9665
9666 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9667
9668 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9669
9670 * progmodes/pascal.el (pascal-complete-word)
9671 (pascal-show-completions): Ditto.
9672
9673 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9674
9675 * simple.el (completion-common-substring): New variable.
9676 (completion-setup-function): Use `completion-common-substring'
9677 to put faces.
9678
9679 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9680
9681 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9682 (x-get-selection, mac-select-convert-to-string): Convert from/to
9683 UTF-16 clipboard data as in native byte order, no BOM.
9684
9685 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9686
9687 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9688 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9689 (gud-sentinel): Use speedbar-frame to check for speedbar.
9690
9691 2005-10-15 Richard M. Stallman <rms@gnu.org>
9692
9693 * savehist.el: New file.
9694
9695 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9696
9697 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9698 Fix bug in \bf fontification.
9699
9700 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9701
9702 * pcvs.el (cvs-edit-log-files): New var.
9703 (cvs-mode-edit-log): New arg `file'.
9704 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9705 Instead force the use of the original file and nothing else.
9706 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9707 the cvs-minor-wrap-function is set.
9708 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9709
9710 2005-10-14 Bill Wohler <wohler@newt.com>
9711
9712 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9713 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9714 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9715 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9716 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9717 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9718 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9719 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9720 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9721 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9722 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9723 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9724 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9725 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9726 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9727
9728 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9729 appropriately (for example, gud-break to gud/break).
9730
9731 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9732
9733 * longlines.el (longlinges-search-function)
9734 (longlines-search-forward, longlines-search-backward): New functions.
9735 (longlines-mode): Set isearch-search-fun-function to
9736 longlinges-search-function.
9737
9738 * mouse.el (mouse-drag-region-1): Handle the case where a
9739 double-click event is bound to an arbitrary function.
9740
9741 2005-10-14 David Ponce <david@dponce.com>
9742
9743 * recentf.el (recentf-track-opened-file)
9744 (recentf-track-closed-file, recentf-update-menu)
9745 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9746 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9747 mouse-1-click-follows-link.
9748
9749 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9750
9751 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9752 Gnome file-manager.png. Suggested by
9753 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9754
9755 * toolbar/README: Add diropen.xpm.
9756
9757 2005-10-13 Bill Wohler <wohler@newt.com>
9758
9759 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9760 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9761
9762 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9765 Don't waste the byte-compiler's time on constant data.
9766
9767 2005-10-13 Kenichi Handa <handa@m17n.org>
9768
9769 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9770 byte with `escape-glyph' face.
9771
9772 * international/fontset.el (ccl-encode-unicode-font):
9773 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9774 Handle the case that ucs-mule-to-mule-unicode translates a character to
9775 ASCII (usually for IPA characters).
9776
9777 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9778
9779 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9780 Don't hide the underline of titles if font-lock-mode is disabled.
9781
9782 2005-10-12 Bill Wohler <wohler@newt.com>
9783
9784 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9785 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9786 files in MH-E-SRC have been updated.
9787 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9788
9789 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9792 (mixal-mode-syntax-table): Add \n as end-comment.
9793 (mixal-operation-codes-alist): Immediately initialize to full value.
9794 (mixal-add-operation-code): Remove.
9795 (mixal-describe-operation-code): Make the arg non-optional.
9796 Use the interactive spec instead.
9797 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9798 (mixal-font-lock-keywords): Don't highlight comments here any more.
9799 (mixal-font-lock-syntactic-keywords): New var.
9800 (mixal-mode): Use it. Fix comment-start-skip.
9801
9802 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9803
9804 * startup.el (command-line-x-option-alist): -nb => -nbi
9805
9806 2005-10-12 Kim F. Storm <storm@cua.dk>
9807
9808 * startup.el (fancy-splash-default-action): Discard mouse click in
9809 the splash screen window, as it has no sensible meaning in the
9810 next window to be selected. Fixes error reported by Jan D.
9811
9812 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9813
9814 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9815
9816 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9819 Try to fix up minor layout issues like indentation, line break, etc...
9820 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9821 because it doesn't work.
9822 (mixal-operation-codes): Add some more codes.
9823 (mixal-font-lock-keywords): Process comments here.
9824 (mixal-mode): mixasm no longer needs -g option.
9825
9826 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9827
9828 * progmodes/sh-script.el (sh-tmp-file):
9829 Use mktemp -t. Finish support for es and rc shells.
9830
9831 2005-10-11 Jay Belanger <belanger@truman.edu>
9832
9833 * calc/calcalg2.el (calc-integral): With an argument, compute the
9834 definite integral.
9835
9836 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9837
9838 * mouse.el (mouse-drag-region-1): Don't try to catch a
9839 double-click when doing follow-link (it's overridden anyway).
9840
9841 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9842
9843 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9844 (autoload-print-form-outbuf): Add docstring.
9845
9846 2005-10-11 Juri Linkov <juri@jurta.org>
9847
9848 * info.el (Info-mode-menu): Delete menu item "Edit".
9849 (Info-mode): Delete description of Info-edit from docstring,
9850 and rearrange descriptions of Info commands in the order
9851 they are documented in the Info manual.
9852
9853 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9854
9855 * calendar/appt.el (appt-check): Use diary-selective-display var.
9856
9857 2005-10-10 Richard M. Stallman <rms@gnu.org>
9858
9859 * net/newsticker.el (newsticker-start, newsticker-show-news):
9860 Add autoload cookies.
9861
9862 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9863
9864 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9865
9866 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9867
9868 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9869
9870 2005-10-10 Jay Belanger <belanger@truman.edu>
9871
9872 * calc/calc-arith.el (math-check-known-scalarp)
9873 (math-check-known-matrixp): Check the values of arguments that are
9874 variables.
9875 (math-check-known-square-matrixp): New function.
9876 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9877 (math-super-types): Add sqmatrix type.
9878
9879 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9880 mode name `square' to `sqmatrix'.
9881
9882 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9883 mode name `square' to `sqmatrix'.
9884
9885 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9886
9887 * progmodes/etags.el (select-tags-table-mode): Don't use
9888 selective-display.
9889 (tags-select-tags-table): Pass `button' to the action function.
9890 (select-tags-table): Place the side-info on button properties rather
9891 than in hidden text. Abbreviate file names.
9892 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9893 (select-tags-table-select): Add `button' argument.
9894 Get side-info from the button property rather than from hidden text.
9895
9896 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9897
9898 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9899 (gud-speedbar-buttons): Preserve point if possible.
9900 (gud-sentinel): Restore previous speedbar display type.
9901
9902 * progmodes/gdb-ui.el (gdba): Improve diagram.
9903 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9904 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9905 Call get-buffer-window once.
9906
9907 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9910 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9911 (pascal-indent-command): Remove unused var `ind'.
9912 (pascal-indent-case): Remove unused var `oldpos'.
9913 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9914 since it's now used as a proper minor mode map.
9915 (pascal-outline): Rename to pascal-outline-mode.
9916 (pascal-outline-mode): Use define-minor-mode.
9917 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9918 selective-display.
9919
9920 2005-10-10 Andreas Schwab <schwab@suse.de>
9921
9922 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9923 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9924
9925 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9926 outside source directory.
9927
9928 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9929
9930 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9931 C-x' as a prefix.
9932 (orgtbl-mode-map): Full keymap instead of sparse, because all
9933 `self-insert-command' keys are redefined in this map.
9934 (org-export-as-html): Specify charset for HTML file, by taking it
9935 from the coding system.
9936
9937 2005-10-10 Kenichi Handa <handa@m17n.org>
9938
9939 * textmodes/flyspell.el (flyspell-check-word-p):
9940 If unread-command-events is non-empty, don't call sit-for.
9941
9942 2005-10-09 Richard M. Stallman <rms@gnu.org>
9943
9944 * font-lock.el (font-lock-syntactic-keywords)
9945 (font-lock-keywords): Doc fixes.
9946
9947 * textmodes/flyspell.el (flyspell-external-point-words):
9948 Simplify logic, and don't try to check for consecutive appearances
9949 of one incorrect word.
9950
9951 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9952
9953 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9954 separator.
9955
9956 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9957 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9958 (gud-expansion-speedbar-buttons): New function.
9959 (gud-speedbar-buttons): Check for gud-comint-buffer.
9960
9961 2005-10-09 Bill Wohler <wohler@newt.com>
9962
9963 * Makefile.in (updates): Add mh-loaddefs dependency.
9964
9965 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9966
9967 * speedbar.el (speedbar-file-key-map): Fix typo.
9968
9969 2005-10-09 Daniel Brockman <daniel@brockman.se>
9970
9971 * cus-start.el (line-spacing): Add custom spec.
9972
9973 2005-10-09 Romain Francoise <romain@orebokech.com>
9974
9975 * textmodes/ispell.el (ispell-check-version): Fix last change.
9976
9977 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9978
9979 * term/x-win.el: Remove -i, --icon-type from comment.
9980
9981 * startup.el (command-line-x-option-alist): Remove options -i,
9982 -itype, --icon-type, added -nb, --no-bitmap-icon
9983
9984 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
9985
9986 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9987 instead of :active.
9988
9989 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
9990
9991 * textmodes/ispell.el (ispell-check-version):
9992 Ignore hyphen, and all that follows, in aspell's version text.
9993
9994 2005-10-08 Jay Belanger <belanger@truman.edu>
9995
9996 * calc/calc-arith.el (math-known-square-matrixp): New function.
9997 (math-pow-fancy): Check for matrices before distributing exponent
9998 across products.
9999
10000 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10001 fullscreen keypad. Suggested by Luc Teirlinck.
10002 (calc-keypad-show-input): Add space for formatting.
10003
10004 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10005 Add square matrix option.
10006
10007 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10008 of checking calc-matrix-mode when deciding how to expand.
10009
10010 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10011
10012 2005-10-08 Lars Hansen <larsh@soem.dk>
10013
10014 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10015 Add error handling.
10016 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10017
10018 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10019
10020 Sync with Tramp 2.0.51.
10021
10022 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10023 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10024 Insert special handling for `last-coding-system-used', again
10025 it still seems to be necessary (unlike stated before).
10026 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10027 (tramp-password-prompt-regexp): There might be other words before
10028 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10029 (tramp-chunksize): Improve docstring.
10030 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10031 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10032 Christian Joergensen <bugs@razor.dk>.
10033
10034 2005-10-07 Glenn Morris <rgm@gnu.org>
10035
10036 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10037 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10038 precision'.
10039
10040 2005-10-07 Romain Francoise <romain@orebokech.com>
10041
10042 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10043 (ibuffer-do-shell-command-pipe-replace)
10044 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10045 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10046 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10047 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10048 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10049 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10050 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10051 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10052 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10053 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10054 Autoload file sans suffix.
10055
10056 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10057
10058 2005-10-07 David Ponce <david@dponce.com>
10059
10060 * recentf.el (recentf-menu-open-all-flag): New option.
10061 (recentf-digit-shortcut-command-name): New function.
10062 (recentf--shortcuts-keymap): New variable.
10063 (recentf-menu-shortcuts): New variable.
10064 (recentf-make-menu-items): Initialize it. Replace the "More..."
10065 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10066 (recentf-menu-value-shortcut): New function.
10067 (recentf-make-menu-item): Use it. No more in-lined.
10068 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10069 (recentf-open-most-recent-file): Rename from
10070 `recentf-open-file-with-key'. Don't depend on key binding.
10071 (recentf-mode-map): New variable.
10072 (recentf-mode): Use it.
10073
10074 2005-10-06 Bill Wohler <wohler@newt.com>
10075
10076 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10077
10078 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10079 (MH-E-SRC): New. Used by mh-autoloads.
10080 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10081 files in MH-E-SRC have been updated.
10082 (compile, recompile, bootstrap): Depend on mh-autoloads.
10083
10084 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10085
10086 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10087 gud-break and gud-remove icons when the fringe is not available.
10088
10089 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10090 Typo.
10091
10092 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10093
10094 * play/zone.el (zone): Wrap body with save-window-excursion.
10095
10096 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10097
10098 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10099 Use the new `list-only' arg to diary-list-entries.
10100
10101 * calendar/diary-lib.el: Use overlays rather than selective-display.
10102 (diary-selective-display): New var.
10103 (diary-header-line-format): Use it.
10104 (diary-list-entries): Add argument `list-only'.
10105 Put the buffer in diary-mode. Don't add \^M at beg and end.
10106 Replace \^M by invisible overlays.
10107 (diary-unhide-everything): Replace \^M by invisible overlays.
10108 (print-diary-entries): Look for overlays rather than \^M.
10109 Add a space to the temp buffer name.
10110 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10111 Put the buffer in diary-mode.
10112 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10113 (diary-anniversary): Make the year arg optional.
10114 (diary-time-regexp): New const.
10115 (diary-font-lock-keywords): Use it to accept a few more time formats.
10116
10117 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10118
10119 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10120
10121 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10122 Fix bug introduced 2005-07-03: Use (car (last ...))
10123 to faithfully reproduce replaced artist-last.
10124 (artist-set-arrow-points-for-poly): Likewise.
10125 Suggested by Johan Bockg\e,Ae\e(Brd.
10126
10127 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10128
10129 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10130 * wid-edit.el (widget):
10131 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10132 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10133
10134 2005-10-06 Kenichi Handa <handa@m17n.org>
10135
10136 * international/mule-cmds.el (set-language-environment):
10137 Fix setting up of case-table for unibyte mode.
10138
10139 * simple.el (what-cursor-position): If the character is displayed
10140 by some `display' text property, show that. Don't use
10141 single-key-description for eight-bit characters in multibyte mode.
10142
10143 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10144
10145 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10146 (gdb-ann3): Set it.
10147 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10148 (gdb-info-frames-custom): Use inverse-video for first five
10149 characters of selected frame only.
10150 (gdb-get-frame-number): Select frame even when point is on frame
10151 number.
10152
10153 2005-10-06 Masatake YAMATO <jet@gyve.org>
10154
10155 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10156 Put `font-lock-function-name-face'.
10157 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10158 and `font-lock-variable-name-face'
10159 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10160 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10161 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10162 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10163 (gdb-local-font-lock-keywords): New font lock keywords definition.
10164 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10165 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10166 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10167
10168 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10169
10170 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10171 (ediff-merge-region-is-non-clash-to-skip): Previously called
10172 ediff-merge-region-is-non-clash.
10173
10174 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10175 Use insert-buffer-substring.
10176
10177 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10178 selecting files to patch. Also bug fixes.
10179
10180 * ediff-util.el (ediff-setup): Bug fix.
10181 (ediff-next-difference): Never skip clashes that differ in white
10182 space only.
10183
10184 * ediff-wind.el (ediff-setup-control-frame)
10185 (ediff-destroy-control-frame): Check the menubar feature.
10186
10187 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10188 (viper-refresh-mode-line): Use make-local-variable to localize
10189 some vars instead of make-variable-buffer-local. Suggested by
10190 Stefan Monnier.
10191
10192 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10193 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10194 Use make-local-variable instead of make-variable-buffer-local.
10195 Suggested by Stefan Monnier.
10196
10197 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10198 (viper-comint-mode-hook): Use make-local-variable on
10199 require-final-newline.
10200 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10201
10202 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10203
10204 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10205 also the second char of a comment-start sequence.
10206 (scheme-sexp-comment-syntax-table): New var.
10207 (lambda, define): Set their scheme-doc-string-elt property.
10208 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10209 Use lisp-font-lock-syntactic-face-function now that it properly
10210 handles |...| symbols.
10211 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10212 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10213
10214 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10215 bit from # to |.
10216 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10217
10218 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10219 (lisp-doc-string-elt-property): New var.
10220 (lisp-font-lock-syntactic-face-function): Use it.
10221 Rewrite to recognize docstrings even for forms not at toplevel.
10222
10223 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10224 annotation on the | part of #| rather than on the # part.
10225 (scheme-font-lock-syntactic-face-function): New function, to
10226 distinguish strings from |...| symbols.
10227 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10228 syntax-table so that #|...|# is properly highlighted.
10229
10230 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10231 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10232
10233 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10236 and C-e.
10237
10238 * emacs-lisp/eldoc.el: Move comments into docstrings.
10239 (eldoc-message-commands): Initialize in its declaration.
10240 Add move-beginning-of-line and move-end-of-line.
10241 (eldoc-add-command, eldoc-add-command-completions)
10242 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10243
10244 * outline.el (outline-mark-subtree): Activate the mark.
10245
10246 * calendar/appt.el (appt-time-regexp): New var.
10247 (appt-add, appt-make-list): Use it.
10248 (appt-convert-time): Clean up.
10249
10250 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10251 Don't set any syntax-table property here.
10252 (tex-font-lock-verb): New function. Do it here.
10253 (tex-font-lock-syntactic-keywords): Use it.
10254
10255 2005-10-04 Richard M. Stallman <rms@gnu.org>
10256
10257 * wid-edit.el (widget-file-complete): Get the widget start point
10258 the right way. Default directory to `/' if file has none.
10259
10260 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10261
10262 * textmodes/flyspell.el (flyspell-mode-on):
10263 Call ispell-maybe-find-aspell-dictionaries.
10264
10265 * textmodes/ispell.el (ispell-word, ispell-region):
10266 Call ispell-maybe-find-aspell-dictionaries.
10267 (ispell-accept-buffer-local-defs):
10268 Don't call ispell-maybe-find-aspell-dictionaries
10269
10270 2005-10-04 Richard M. Stallman <rms@gnu.org>
10271
10272 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10273
10274 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10275
10276 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10277 instead of `fboundp' in order to allow for anonymous functions.
10278
10279 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10280
10281 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10282 case the user clicks on the link while another window is selected.
10283 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10284
10285 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10286 functionality.
10287 (dframe-help-echo): Save point in case mouse tracking is off.
10288
10289 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10290
10291 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10292
10293 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10296 not change the global value of those vars.
10297
10298 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10299 make-local-variable which we do not need any more.
10300
10301 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10302
10303 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10304 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10305 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10306 (speedbar-path-line): Define obsolete aliases.
10307 (speedbar-line-directory): Doc fix.
10308
10309 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10310 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10311 instead of speedbar-line-path.
10312
10313 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10314
10315 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10316 to nil if dropping on a window. Handle dropping on a minibuffer window
10317 like dropping on a non-window part of Emacs.
10318
10319 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * net/ange-ftp.el: Use with-current-buffer.
10322 (ange-ftp-insert-directory): Do not follow symlinks any more.
10323
10324 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10325 Remove interactive spec.
10326
10327 2005-10-03 Kim F. Storm <storm@cua.dk>
10328
10329 * ido.el (ido-mode): Use custom-initialize-set.
10330
10331 2005-10-02 Richard M. Stallman <rms@gnu.org>
10332
10333 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10334 Use insert-buffer-substring.
10335
10336 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10337 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10338
10339 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10340
10341 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10342 in last change.
10343 (ange-ftp-insert-directory): Fix up the search for the case where
10344 `file' is absolute.
10345
10346 2005-10-02 Romain Francoise <romain@orebokech.com>
10347
10348 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10349
10350 2005-10-02 Andreas Schwab <schwab@suse.de>
10351
10352 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10353 directory component in the session info.
10354
10355 2005-10-01 Richard M. Stallman <rms@gnu.org>
10356
10357 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10358
10359 * simple.el (next-error-internal): New function.
10360
10361 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10362 (compilation-start): Pass new arg to compilation-buffer-name.
10363 (compile-goto-error): Use next-error-internal.
10364
10365 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10366
10367 * speedbar.el: Remove RCS tag.
10368 (speedbar-check-read-only): Handle non-existent files.
10369
10370 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10371
10372 * info.el (Info-speedbar-hierarchy-buttons)
10373 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10374
10375 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10376
10377 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10378 Do not match newline.
10379 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10380 (bibtex-summary): Remove unnecessary save-excursion.
10381 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10382
10383 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10384
10385 * term/mac-win.el: Add charset info for "iso10646-1".
10386 Modify default fontset to use ATSUI-compatible fonts for some charsets
10387 if available.
10388
10389 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10390
10391 * speedbar.el: Re-apply arch tag.
10392 (speedbar-version): Rename to version 1.0. Suggested by Eric
10393 M. Ludlam.
10394 Reapply two changes from Emacs CVS' version of speedbar lost
10395 during the merge:
10396 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10397 (speedbar-frame-parameters): Improve customize type.
10398
10399 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10402 (ange-ftp-file-directory-p): Fix the symlink case.
10403 (ange-ftp-insert-directory): When listing a single file, get a list of
10404 the parent buffer and extract the relevant line. Inspired from a patch
10405 by Katsumi Yamaoka <yamaoka@jpl.org>.
10406 (ange-ftp-file-name-sans-versions): Simplify.
10407
10408 2005-09-30 Bill Wohler <wohler@newt.com>
10409
10410 Move MH-E image files from toolbar and mail directories into
10411 etc/images.
10412
10413 * mail/reply2.*: Move to etc/images/mail/reply*.
10414
10415 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10416 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10417 etc/images.
10418
10419 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10420 * toolbar/reply*: Move to etc/images/mail.
10421
10422 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10423
10424 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10425
10426 * speedbar.el: New version 1.0pre3.
10427
10428 Frame management code (including timer, and mouse click specifics)
10429 moved to dframe.el:
10430 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10431 (speedbar-timer): Removed. Use dframe-timer.
10432 (speedbar-close-frame): Removed. Use dframe-close-frame.
10433 (speedbar-activity-change-focus-flag): Removed. Use
10434 dframe-activity-change-focus-flag.
10435 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10436 dframe-update-speed.
10437
10438 (speedbar-current-frame): New macro. Use this instead of the
10439 variable speedbar-frame.
10440
10441 (speedbar-use-images, speedbar-expand-image-button-alist)
10442 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10443
10444 (speedbar-find-image-on-load-path): Removed. Replaced by
10445 defezimage in ezimage.el.
10446 (speedbar-expand-image-button-alist): Removed. Replaced by
10447 ezimage-expand-image-button-alist in ezimage.el.
10448
10449 (speedbar-ignored-directory-regexp)
10450 (speedbar-add-ignored-directory-regexp)
10451 (speedbar-ignored-directory-expressions)
10452 (speedbar-line-directory, speedbar-buffers-line-directory)
10453 (speedbar-directory-line, speedbar-buffers-line-directory):
10454 Renamed, replacing `path' with `directory'.
10455
10456 (speedbar-create-directory, speedbar-expand-line-descendants)
10457 (speedbar-toggle-line-expansion)
10458 (speedbar-contract-line-descendants): New commands.
10459
10460 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10461 (speedbar-use-tool-tips-flag): New options.
10462
10463 (speedbar-check-read-only, speedbar-require-version)
10464 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10465 (speedbar-handle-delete-frame, speedbar-try-completion)
10466 (speedbar-update-localized-contents): New functions.
10467
10468 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10469 (speedbar-object-read-only-indicator): New variables.
10470
10471 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10472 New hooks.
10473
10474 (speedbar-separator-face): New face.
10475
10476 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10477 (speedbar-ignored-modes): Add fundamental-mode.
10478 (speedbar-directory-unshown-regexp): Add . directories.
10479
10480 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10481 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10482 `]' for full expand/close.
10483 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10484
10485 (speedbar-check-vc): Support hidden files.
10486 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10487 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10488 state is nil, it is not checked out.
10489
10490 (speedbar-line-text, speedbar-line-token): Support expand buttons
10491 with no text.
10492 (speedbar-refresh): Universal argument acts as power-click.
10493 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10494 that buffer to get variable values.
10495
10496 And many other bugfixes.
10497
10498 * dframe.el, ezimage.el, sb-image.el: New files.
10499
10500 * sb-*.xpm: Remove files. New image files installed into
10501 etc/images/ezimage.
10502
10503 2005-09-30 Kenichi Handa <handa@m17n.org>
10504
10505 * ps-mule.el (ps-mule-show-warning): If a character is in
10506 ps-print-translation-table, don't treat it as non-printable.
10507
10508 2005-09-30 David Ponce <david@dponce.com>
10509
10510 * tree-widget.el (tree-widget-themes-load-path): New variable.
10511 (tree-widget-themes-directory): Doc fix.
10512 (tree-widget-image-formats) [Emacs]: Doc fix.
10513 (tree-widget--locate-sub-directory): New function.
10514 (tree-widget-themes-directory): Use it.
10515
10516 * recentf.el (recentf-filename-handlers): Rename from
10517 `recentf-filename-handler'. Allow a list of functions.
10518 (recentf-menu-items-for-commands): Fix :help strings.
10519 (recentf-apply-filename-handlers): New function.
10520 (recentf-expand-file-name): Use it.
10521 (recentf-cleanup): Remove duplicates too.
10522
10523 2005-09-29 Juri Linkov <juri@jurta.org>
10524
10525 * faces.el: Rearrange face definitions to be in the same order as
10526 their face descriptions in "(emacs)Standard Faces".
10527
10528 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10529
10530 * tooltip.el (tooltip): Add group `basic-faces'.
10531
10532 * buff-menu.el (Buffer-menu-buffer): Remove group
10533 `font-lock-highlighting-faces'.
10534
10535 * progmodes/compile.el (compilation-error, compilation-warning)
10536 (compilation-info, compilation-line-number, compilation-column-number):
10537 Change group from `font-lock-highlighting-faces' to `compilation'.
10538
10539 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10540 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10541 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10542 (vhdl-font-lock-reserved-words-face)
10543 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10544 `font-lock-highlighting-faces'.
10545
10546 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10547
10548 2005-09-28 Kim F. Storm <storm@cua.dk>
10549
10550 * emulation/cua-base.el: Set CUA move property on additional commands:
10551 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10552 forward-sexp, backward-sexp, forward-list, backward-list.
10553
10554 2005-09-28 Romain Francoise <romain@orebokech.com>
10555
10556 * comint.el (comint-show-output): Really set point at the
10557 beginning of the output when not using `comint-use-prompt-regexp'.
10558
10559 2005-09-27 Jay Belanger <belanger@truman.edu>
10560
10561 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10562 in TeX mode.
10563
10564 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10565
10566 * textmodes/org.el (org-table-sum): Fix format string.
10567
10568 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10569 Quote face names.
10570
10571 2005-09-26 Romain Francoise <romain@orebokech.com>
10572
10573 * isearch.el (isearch-forward-regexp): Close doc string.
10574
10575 2005-09-25 Richard M. Stallman <rms@gnu.org>
10576
10577 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10578
10579 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10580
10581 * progmodes/compile.el (compilation-error-properties):
10582 When getting the file from the previous error message,
10583 correctly decode the new data format.
10584
10585 * progmodes/cc-cmds.el (c-electric-paren):
10586 Call old-blink-paren only for close-paren.
10587
10588 2005-09-24 Andreas Schwab <schwab@suse.de>
10589
10590 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10591 condition.
10592
10593 2005-09-25 Romain Francoise <romain@orebokech.com>
10594
10595 * dired-aux.el (dired-copy-file-recursive):
10596 * dired.el (dired-delete-file):
10597 * ediff-mult.el (ediff-dir-diff-copy-file):
10598 * ediff-util.el (ediff-test-save-region):
10599 * forms.el (forms-mode):
10600 * ido.el (ido-file-internal, ido-delete-file-at-head):
10601 * log-edit.el (log-edit-done):
10602 * ses.el (ses-yank-resize):
10603 * play/gomoku.el (gomoku-human-plays, gomoku)
10604 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10605 (gomoku-offer-a-draw):
10606 * play/landmark.el (lm-human-resigns, lm):
10607 * net/eudcb-ldap.el (eudc-ldap-check-base):
10608 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10609 * progmodes/ebrowse.el (ebrowse-find-pattern):
10610 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10611 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10612 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10613
10614 * vc.el (vc-delete-file):
10615 * play/gomoku.el (gomoku-terminate-game, gomoku)
10616 (gomoku-prompt-for-move, gomoku-human-takes-back):
10617 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10618 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10619
10620 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10621
10622 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10623 color rxvt terminals by using the code xterm.el used to use before
10624 2005-04-09 in order to match the colors used by rxvt.
10625
10626 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10627
10628 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10629 colors rxvt-unicode terminals by using the same code as xterm.el.
10630
10631 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10632
10633 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10634 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10635 new symbol used for the tex-verbatim face.
10636
10637 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10638
10639 * woman.el (woman-file-name):
10640 * wid-edit.el (widget-file-prompt-value)
10641 (widget-coding-system-prompt-value):
10642 * w32-fns.el (set-w32-system-coding-system):
10643 * vc.el (vc-version-diff, vc-annotate):
10644 * textmodes/reftex-auc.el (reftex-arg-cite)
10645 (reftex-arg-index-tag):
10646 * textmodes/refer.el (refer-get-bib-files):
10647 * textmodes/artist.el (artist-figlet-choose-font):
10648 * terminal.el (terminal-emulator):
10649 * replace.el (occur-read-primary-args):
10650 * rect.el (string-rectangle, string-insert-rectangle):
10651 * ps-print.el (ps-print-preprint):
10652 * progmodes/pascal.el (pascal-goto-defun):
10653 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10654 * progmodes/compile.el (compilation-find-file):
10655 * printing.el (pr-interactive-n-up):
10656 * play/animate.el (animate-birthday-present):
10657 * net/rcompile.el (remote-compile):
10658 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10659 * mail/rmailsum.el (rmail-summary-search-backward)
10660 (rmail-summary-search):
10661 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10662 (rmail-output-read-file-name):
10663 * mail/rmail.el (rmail-search, rmail-search-backwards):
10664 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10665 * locate.el (locate):
10666 * international/quail.el (quail-show-keyboard-layout):
10667 * international/mule.el (set-buffer-file-coding-system)
10668 (revert-buffer-with-coding-system, set-file-name-coding-system)
10669 (set-terminal-coding-system, set-keyboard-coding-system)
10670 (set-next-selection-coding-system):
10671 * international/mule-diag.el (describe-coding-system)
10672 (describe-font, describe-fontset):
10673 * international/mule-cmds.el (universal-coding-system-argument)
10674 (search-unencodable-char, describe-input-method)
10675 (set-language-environment, describe-language-environment):
10676 * international/codepage.el (codepage-setup):
10677 * international/code-pages.el (codepage-setup):
10678 * info.el (Info-search, Info-follow-reference)
10679 (Info-search-backward):
10680 * emacs-lisp/advice.el (ad-read-advised-function)
10681 (ad-read-advice-class, ad-clear-cache, ad-activate)
10682 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10683 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10684 (ad-read-regexp):
10685 * ediff-util.el (ediff-toggle-regexp-match):
10686 * ediff-ptch.el (ediff-prompt-for-patch-file):
10687 * dired-aux.el (dired-diff):
10688 * diff.el (diff):
10689 * cus-edit.el (custom-variable-prompt):
10690 * calendar/timeclock.el (timeclock-ask-for-project):
10691 * calc/calcalg3.el (calc-get-fit-variables):
10692 * calc/calc-store.el (calc-edit-variable)
10693 (calc-permanent-variable):
10694 * vc-mcvs.el (vc-mcvs-register):
10695 * shadowfile.el (shadow-define-literal-group):
10696 * woman.el (woman-file-name):
10697 * vc.el (vc-version-diff, vc-merge):
10698 * textmodes/reftex-index.el (reftex-index-complete-tag):
10699 * format.el (format-decode-buffer, format-decode-region):
10700 * emulation/viper-cmd.el (viper-read-string-with-history):
10701 * emacs-lisp/debug.el (cancel-debug-on-entry):
10702 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10703 * ediff.el (ediff-merge-revisions)
10704 (ediff-merge-revisions-with-ancestor, ediff-revision):
10705 * completion.el (interactive-completion-string-reader):
10706 * calc/calc-prog.el (calc-user-define-formula):
10707 Follow convention for reading with the minibuffer.
10708
10709 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10710
10711 * progmodes/python.el (python-describe-symbol): Add globals() and
10712 locals() to the arguments of emacs.ehelp.
10713
10714 2005-09-24 Magnus Henoch <mange@freemail.hu>
10715
10716 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10717 New function, code extracted from ispell-valid-dictionary-list.
10718 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10719 Call it.
10720
10721 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10722
10723 * subr.el (version-regexp-alist): Extend valid syntax for version
10724 strings: allow any of the characters -,_,+ to separate the
10725 alpha/beta/rc part from the version part. Doc fix.
10726 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10727
10728 2005-09-23 David Reitter <david.reitter@gmail.com>
10729
10730 * mail/mailclient.el: New file.
10731
10732 2005-09-23 Richard M. Stallman <rms@gnu.org>
10733
10734 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10735 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10736 Doc fixes.
10737
10738 * progmodes/cc-mode.el (c-font-lock-init):
10739 Specify font-lock-lines-before.
10740
10741 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10742
10743 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10744 whole conflict.
10745
10746 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10747
10748 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10749 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10750 of `remap' feature when available. Additional key bindings for
10751 better tty support.
10752 (org-mode-restart, org-force-self-insert): New commands.
10753 (org-time-stamp-inactive): New command.
10754 (org-remap): New function.
10755 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10756 (org-enable-fixed-width-editor): Move to `org-structure'
10757 customization group.
10758 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10759 blank field after field motion commands.
10760
10761 2005-09-23 Kenichi Handa <handa@m17n.org>
10762
10763 * international/mule-cmds.el (set-language-environment):
10764 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10765 have to call utf-translate-cjk-load-tables.
10766
10767 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10768
10769 * mouse.el (mouse-move-drag-overlay): Fix last change.
10770
10771 2005-09-22 David Ponce <david@dponce.com>
10772
10773 * tree-widget.el (tree-widget-value-create): Fix previous change.
10774
10775 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10776
10777 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10778
10779 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10780
10781 * mouse.el (mouse-move-drag-overlay): New function.
10782 (mouse-drag-region-1): Use it.
10783 Try to simplify a bit the state handling. Handle clicks on links
10784 inside intangible areas.
10785 (mouse-save-then-kill): Minor simplification.
10786 (mouse-secondary-overlay): Make it always non-nil instead of
10787 recreating it each time.
10788 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10789 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10790 Simplify accordingly.
10791
10792 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10793
10794 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10795
10796 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10797
10798 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10799 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10800 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10801 to patch.
10802
10803 * ediff-util.el: Use insert-buffer-substring.
10804
10805 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10806
10807 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10808 field boundaries in the minibuffer.
10809 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10810 (viper-minibuffer-post-command-hook): New hook.
10811 (viper-line): Don't move cursor at bolp.
10812
10813 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10814
10815 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10816 avoid compiler warnings.
10817
10818 * emulation/viper-macs.el (ex-map): Better messages.
10819
10820 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10821
10822 * emulation/viper.el: Replace make-variable-buffer-local with
10823 viper-make-variable-buffer-local everywhere, to avoid warnings.
10824
10825 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10826
10827 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10828 Delete unused var `old-selected-window'.
10829 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10830 (mouse-drag-secondary): Delete unused var `start-frame'.
10831
10832 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10833
10834 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10835
10836 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10837
10838 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10839 Re-indent within 80 columns. Use inhibit-read-only.
10840
10841 2005-09-19 Romain Francoise <romain@orebokech.com>
10842
10843 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10844
10845 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10848 unconditionally, since the after-change-function already did it.
10849
10850 2005-09-19 Miles Bader <miles@gnu.org>
10851
10852 * net/newsticker.el: Get rid of CVS keyword.
10853
10854 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10855
10856 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10857 The prompt is formatted later.
10858
10859 2005-09-19 David Ponce <david@dponce.com>
10860
10861 * tree-widget.el (tree-widget-value-create): Save the converted
10862 tree :node widget.
10863
10864 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10865
10866 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10867 variable `message'.
10868
10869 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10870
10871 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10872 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10873 <slawomir.nowaczyk.847@student.lu.se>.
10874
10875 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10876
10877 * image.el (image-load-path): Use symbol `data-directory' instead
10878 of its value, for backward compatibility with packages that bind
10879 it during `find-image'. Suggested by Katsumi Yamaoka.
10880 (image-search-load-path): Handle symbols whose values are strings.
10881
10882 2005-09-18 Romain Francoise <romain@orebokech.com>
10883
10884 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10885 with-current-buffer form in save-excursion.
10886
10887 2005-09-18 D Goel <deego@gnufans.org>
10888
10889 * apropos.el (apropos-command): Fix `message' call: first arg
10890 should be a format spec. In this and all other cases that appear
10891 below and elsewhere in the source code, I made a change only when
10892 two conditions were satisfied: [1] I can think of a possibility
10893 that the arguments would cause an error, for example, the code in
10894 question relies on external variables such as filenames. [2] I
10895 was sure that the arg to `message' could not have been nil in the code.
10896
10897 * textmodes/tildify.el (tildify-region): Ditto.
10898
10899 * textmodes/reftex-index.el (reftex-index-change-entry)
10900 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10901 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10902 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10903 (org-priority, org-table-sum):
10904 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10905 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10906 (flyspell-word, flyspell-display-next-corrections):
10907 * textmodes/bibtex.el (bibtex-print-help-message):
10908 * textmodes/artist.el (artist-key-set-point-poly):
10909 * term/mac-win.el (mac-services-insert-text):
10910 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10911 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10912 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10913 (vhdl-compose-configuration):
10914 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10915 (sh-set-indent, sh-learn-line-indent):
10916 * progmodes/ps-mode.el (ps-mode-target-column):
10917 * progmodes/idlwave.el (idlwave-make-tags)
10918 (idlwave-scan-library-catalogs):
10919 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10920 * progmodes/gud.el (gud-jdb-analyze-source):
10921 * progmodes/flymake.el (flymake-log):
10922 * progmodes/ebnf2ps.el (ebnf-generate-region):
10923 * progmodes/cmacexp.el (c-macro-expansion):
10924 * progmodes/ada-xref.el (ada-treat-cmd-string):
10925 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10926 (ada-justified-indent-current, ada-batch-reformat):
10927 * play/zone.el (zone):
10928 * play/landmark.el (lm-move):
10929 * play/decipher.el (decipher-show-alphabet):
10930 * net/newsticker.el (newsticker--display-jump)
10931 (newsticker--display-scroll):
10932 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10933 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10934 * mail/feedmail.el (feedmail-dump-message-to-queue):
10935 * eshell/esh-proc.el (eshell-remove-process-entry):
10936 * emulation/ws-mode.el (ws-last-error):
10937 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10938 (viper-record-kbd-macro):
10939 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10940 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10941 * emacs-lisp/find-func.el (find-function-noselect):
10942 * calendar/timeclock.el (timeclock-status-string)
10943 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10944 (timeclock-when-to-leave-string):
10945 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10946 * calc/calc-units.el (calc-enter-units-table):
10947 * calc/calc-mode.el (calc-mode-record-mode):
10948 * woman.el (woman-mini-help):
10949 * wdired.el (wdired-change-to-wdired-mode):
10950 * vc.el (vc-retrieve-snapshot):
10951 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10952 * startup.el (display-startup-echo-area-message):
10953 * simple.el (set-goal-column):
10954 * ses.el (ses-command-hook, ses-recalculate-cell):
10955 * server.el (server-process-filter):
10956 * printing.el (pr-interface-txt-print, pr-interface-printify)
10957 (pr-interface-ps):
10958 * pcvs.el (cvs-help):
10959 * log-edit.el (log-edit, log-edit-mode-help):
10960 * iswitchb.el (iswitchb-possible-new-buffer):
10961 * isearch.el (isearch-edit-string):
10962 * image-mode.el (image-mode, image-minor-mode):
10963 * ibuf-macs.el (define-ibuffer-filter):
10964 * hi-lock.el (hi-lock-find-patterns):
10965 * files.el (toggle-read-only):
10966 * ediff-util.el (ediff-copy-diff)
10967 (ediff-write-merge-buffer-and-maybe-kill):
10968 * echistory.el (Electric-history-undefined):
10969 * dnd.el (dnd-insert-text):
10970 * dired-aux.el (dired-query):
10971 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10972 * bookmark.el (bookmark-bmenu-locate):
10973 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10974 Fix `message' calls to ensure first arg is a format string.
10975 The change was made only when these two conditions were satisfied:
10976 [1] when there is a possibility that the arguments would cause an error
10977 for example, if the code in question relies on external variables
10978 such as filenames, and
10979 [2] if the arg to `message' could not have been nil in the code.
10980
10981 * pcomplete.el (pcomplete--help): Fix `message' format spec.
10982 Not having a %s would be weird, though not technically wrong.
10983
10984 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10985
10986 * term/mac-win.el (mac-add-charset-info): Doc fix.
10987
10988 2005-09-17 Romain Francoise <romain@orebokech.com>
10989
10990 * shell.el (shell-resync-dirs): Handle echoing processes more
10991 reliably. Don't insert resync command if `comint-process-echoes'
10992 is non-nil.
10993
10994 2005-09-17 Magnus Henoch <mange@freemail.hu>
10995
10996 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10997 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10998 aspell versions >= 0.60.
10999 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11000 only if ispell-aspell-supports-utf8 is non-nil.
11001
11002 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11003
11004 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11005 buffer-local value to lisp-indent-function.
11006
11007 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11008
11009 * progmodes/glasses.el (glasses-make-readable): If
11010 glasses-separator differs from underscore, put appropriate
11011 overlays over underscore characters.
11012 (glasses-convert-to-unreadable): If glasses-separator differs from
11013 underscore, try to convert glasses-separator characters to
11014 underscores.
11015
11016 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11017
11018 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11019 Use with-syntax-table and dolist.
11020
11021 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11022
11023 * textmodes/reftex-auc.el:
11024 * textmodes/reftex-cite.el:
11025 * textmodes/reftex-dcr.el:
11026 * textmodes/reftex-global.el:
11027 * textmodes/reftex-parse.el:
11028 * textmodes/reftex-ref.el:
11029 * textmodes/reftex-sel.el:
11030 * textmodes/reftex-toc.el:
11031 * textmodes/reftex-vars.el:
11032 * textmodes/reftex.el: Small changes to remove compiler warnings.
11033
11034 * textmodes/reftex-index.el: Likewise.
11035 (reftex-query-index-phrase): More efficient use of markers.
11036
11037 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11038
11039 * image.el (image-load-path): New variable.
11040 (image-search-load-path): New function.
11041 (find-image): Search for images in `image-load-path'.
11042
11043 2005-09-15 Richard M. Stallman <rms@gnu.org>
11044
11045 * follow.el: Change Maintainer field.
11046
11047 2005-09-15 David Ponce <david@dponce.com>
11048
11049 * recentf.el (recentf-save-file-modes): New option.
11050 (recentf-save-list): Use it.
11051
11052 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11053
11054 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11055 (mode-line-mule-info, mode-line-modified): Move bindings from
11056 mouse-3 to mouse-1.
11057
11058 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11059
11060 * simple.el (sendmail-user-agent-compose): Revert last change.
11061
11062 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11065 Use with-current-buffer.
11066 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11067 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11068 (ange-ftp-insert-directory): Remove unused var `short'.
11069 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11070
11071 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11072 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11073
11074 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11075 (check-calendar-holidays, diary-list-entries): Autoload.
11076 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11077 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11078
11079 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11080 which mistakenly removed a call to display-buffer.
11081
11082 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11083
11084 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11085
11086 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11087
11088 * progmodes/hideshow.el
11089 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11090 (hs-allow-nesting): New user var.
11091 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11092 (hs-hide-block-at-point): When nesting allowed,
11093 if there is already an overlay in place, delete it.
11094 (hs-safety-is-job-n): Delete func; remove call sites.
11095 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11096 (hs-overlay-at): New func.
11097 (hs-already-hidden-p, hs-show-block): Use it.
11098 (hs-hide-all): Don't pre-clean if nesting allowed.
11099 (hs-show-all): Temporarily disallow
11100 nesting around call to `hs-discard-overlays'.
11101
11102 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11103
11104 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11105 Delete unused local var.
11106
11107 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11108
11109 * help-fns.el (describe-categories): "?\ " -> "?\s".
11110 (help-do-arg-highlight): Recognize also ARG-n, as in
11111 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11112
11113 * international/codepage.el (dos-unsupported-char-glyph):
11114 * net/newsticker.el (tool-bar-map, w3-mode-map)
11115 (w3m-minor-mode-map):
11116 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11117 (ent-alist):
11118 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11119
11120 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11121
11122 * custom.el (custom-push-theme): Handle the case where a symbol is
11123 bound but face properties have not yet been assigned.
11124
11125 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11126 Fix behavior if noerase is `t' and there is no mail buffer.
11127
11128 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11129 if `continue' is nil, rather than signal an error.
11130
11131 2005-09-12 Richard M. Stallman <rms@gnu.org>
11132
11133 * font-lock.el (font-lock-keywords): Add autoload.
11134
11135 * help-fns.el (describe-variable): Rearrange to put source link
11136 in a predictable place.
11137
11138 * net/newsticker.el: New file.
11139
11140 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11143 (calendar-basic-setup): Use the new nil arg.
11144 (number-of-diary-entries): Move to diary-lib.el.
11145
11146 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11147 (diary-list-entries): Use with-syntax-table and dolist.
11148 Rename from list-diary-entries.
11149 Use number-of-diary-entries if `number' is nil.
11150 (diary, diary-view-entries): Use this new name and new nil arg value.
11151 (number-of-diary-entries): Move from calendar.el.
11152 (diary-unhide-everything): New function.
11153 (include-other-diary-files, fancy-diary-display)
11154 (diary-show-all-entries, make-diary-entry): Use it.
11155 (diary-mail-entries): Use buffer-string.
11156 (mark-diary-entries): Fix long standing paren typo.
11157 (diary-sexp-entry): Use count-lines.
11158 (make-diary-entry): Avoid `previous-line'.
11159 (diary-mode-map): New var.
11160 (diary-mode): Redraw cal after saving. Setup header-line.
11161 (fancy-diary-display-mode): Use local-set-key.
11162
11163 * startup.el (command-line): Try calling various terminal-init-foo-bar
11164 functions by stripping hyphenated suffixes from $TERM.
11165
11166 * files.el (normal-mode): Check boundness of font-lock-keywords.
11167
11168 2005-09-12 Richard M. Stallman <rms@gnu.org>
11169
11170 * progmodes/compile.el: Don't decide a file's directory
11171 until the user actually tries to go there.
11172 (compilation-next-error-function):
11173 Pass compilation-find-file the directory from the file-struct.
11174 (compilation-internal-error-properties): Separate local FILE-STRUCT
11175 from FILE. Doc the args better. Rename arg FMT to FMTS.
11176 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11177 Expand it, and if nil, use default-directory.
11178 (compilation-get-file-structure): Don't mix specified directory
11179 with default directory. Put specified directory into
11180 file-struct. Don't make the file name absolute.
11181
11182 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11183 (compile-command): Add autoload.
11184 (compilation-disable-input): Add autoload.
11185
11186 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11187
11188 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11189 strings of the variables it can override.
11190 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11191 %Q and %q, for fully-qualified domain name and unqualified host name.
11192
11193 2005-09-11 Kim F. Storm <storm@cua.dk>
11194
11195 * emacs-lisp/authors.el (authors-aliases): Update list.
11196 (authors-fixed-entries): Update mldrag.el entry.
11197
11198 2005-09-10 Alan Mackenzie <acm@muc.de>
11199
11200 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11201 from the region narrowed to.
11202
11203 2005-09-10 Magnus Henoch <mange@freemail.hu>
11204
11205 * textmodes/ispell.el (ispell-check-version): Signal an error if
11206 aspell version is less than 0.60.
11207
11208 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11209
11210 * progmodes/octave-inf.el (inferior-octave-startup):
11211 Resync current dir at the end.
11212
11213 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11214
11215 * woman.el (woman-topic-at-point-default):
11216 Rename to woman-use-topic-at-point-default.
11217 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11218 (woman-file-name): Reflect renames above. Automatically use the
11219 word at point as topic if woman-use-topic-at-point is non-nil.
11220 Otherwise offer it as default but don't insert it in the
11221 minibuffer. Also use `test-completion' instead of `assoc' as
11222 suggested by Stefan Monnier.
11223
11224 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11225
11226 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11227 the attempt to do it over Tramp. This is not yet supported.
11228
11229 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11230
11231 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11232 (menu-bar-non-minibuffer-window-p): New functions.
11233 ("Split Window", "Save As..."): Use them.
11234 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11235 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11236 Use menu-bar-menu-frame-live-and-visible-p.
11237 ("Save Buffer", "Insert File", "Open Directory...")
11238 ("Open File...", "Visit New File..."):
11239 Use menu-bar-non-minibuffer-window-p.
11240 (kill-this-buffer-enabled-p, dired <menu-enable>):
11241 Use menu-bar-non-minibuffer-window-p.
11242
11243 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11244
11245 * cus-start.el (all): Don't complain about fringe-related
11246 built-ins if fringes are not supported. Ditto about
11247 selection-related built-ins. Fix the test for GTK-related built-ins.
11248
11249 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11250 ("Postscript Print Buffer", "Print Region", "Save As...")
11251 ("Save", "Insert File...", "Open Directory...")
11252 ("Open File...", "Visit New File..."")
11253 ("Truncate Long Lines in this Buffer"): Don't look at
11254 menu-updating-frame if this display does not support multiple frames.
11255
11256 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11257
11258 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11259
11260 2005-09-09 Emilio Lopes <eclig@gmx.net>
11261
11262 * woman.el: Format- and whitespace-related changes.
11263
11264 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11265
11266 * woman.el: Fix my email address.
11267
11268 2005-09-08 Richard M. Stallman <rms@gnu.org>
11269
11270 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11271 (sh-mode): Locally set skeleton-pair-default-alist.
11272
11273 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11274
11275 * progmodes/flymake.el: Require `compile' unconditionally.
11276
11277 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11278
11279 * woman.el (woman-file-name): Provide a default, not initial input.
11280
11281 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11282
11283 * font-lock.el (font-lock-support-mode): Doc fix.
11284
11285 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11286
11287 2005-09-08 Richard M. Stallman <rms@gnu.org>
11288
11289 * simple.el (blink-matching-open): Get rid of text props from
11290 the string shown in echo area. Don't permanently set point.
11291 Some rearrangements.
11292
11293 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11294
11295 * recentf.el (recentf-filename-handler): Add custom choice
11296 `abbreviate-file-name'.
11297
11298 * msb.el (msb--very-many-menus): Fix typo.
11299
11300 * disp-table.el (standard-display-european): Don't set
11301 enable-multibyte-characters to nil.
11302
11303 2005-09-08 David Ponce <david@dponce.com>
11304
11305 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11306 (recentf-expand-file-name): Doc fix.
11307 (recentf-dialog-mode-map): Define digit shortcuts.
11308 (recentf--files-with-key): New variable.
11309 (recentf-show-digit-shortcut-filter): New function.
11310 (recentf-open-files-items): New function.
11311 (recentf-open-files): Use it.
11312 (recentf-open-file-with-key): New command.
11313
11314 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11315
11316 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11317 Suggested by Kim F. Storm.
11318 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11319 (Buffer-menu-make-sort-button): Use global keymap.
11320
11321 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11322
11323 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11324 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11325 necessary any longer with the remapped command.
11326 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11327 formatting time only.
11328
11329 * net/tramp.el (tramp-action-password)
11330 (tramp-multi-action-password): Compile the password prompt from
11331 `method', `user' and `host'. Sometimes it isn't obvious which
11332 password to enter, for example with remote files offered by
11333 recentf.el, or with multiple steps. Suggested by Robert Marshall
11334 <robert@chezmarshall.freeserve.co.uk>.
11335
11336 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11337
11338 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11339 Fix regexp for when "s///" is at the beginning of line.
11340
11341 2005-09-07 Jay Belanger <belanger@truman.edu>
11342
11343 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11344 when in matrix mode.
11345
11346 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11347
11348 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11349 non-anonymous functions.
11350
11351 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11352
11353 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11354 when using a header line. Otherwise, use mouse-1-click-follows-link.
11355
11356 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11357 can't be moved; don't signal an error.
11358
11359 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11360
11361 * cus-theme.el (custom-theme-write-faces): Save the current face
11362 spec, not the defface spec.
11363
11364 * custom.el (custom-known-themes): Clarify meaning of "standard".
11365 (custom-push-theme): Save old values in the standard theme.
11366 (disable-theme): Correct typo.
11367 (custom-face-theme-value) Deleted unused function.
11368 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11369
11370 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11371
11372 * progmodes/compile.el (compilation-goto-locus): Take into account
11373 iconified frames when determining whether the buffer is
11374 already visible.
11375 Don't reset window height if the window already existed.
11376
11377 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11378
11379 * custom.el (load-theme): Rename from require-theme.
11380 Add interactive spec.
11381 (enable-theme): Rename from custom-enable-theme.
11382 Add interactive spec.
11383 (disable-theme): Rename from custom-disable-theme.
11384 Add interactive spec.
11385 (custom-make-theme-feature): Doc fix.
11386 (custom-theme-directory): Doc fix.
11387 (provide-theme): Call enable-theme.
11388
11389 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11390
11391 * obsolete/lazy-lock.el (lazy-lock-mode):
11392 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11393 font-lock-mode if it's off. Print a warning instead.
11394
11395 * progmodes/compile.el (compilation-start): Ignore errors if the
11396 process died before we get to send-eof.
11397
11398 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11399 Undo last change. Enclosing the result in quotes broke things on Unix
11400 since tex-send-command passes it through shell-quote-argument.
11401 (tex-send-command): Pass `file' through convert-standard-filename
11402 when possible.
11403 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11404 info in a transcript.
11405
11406 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11407
11408 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11409 fix compilation warning. Reorder the key definitions to group
11410 together keys emitted by the current version of xterm.
11411
11412 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11413 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11414 Reorder predicates to correct min-color usage.
11415
11416 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11417
11418 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11419 Kill local variables when longlines-mode is turned off.
11420
11421 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11424
11425 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11426
11427 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11428
11429 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11430 (font-lock-lines-before): Change default to being inactive.
11431 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11432 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11433
11434 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11435
11436 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11437 Deactivate temporarily advice if active (not needed for Emacs 22,
11438 but for backwards compatibility).
11439 (tramp-exists-file-name-handler): Rewrite. First implementation
11440 was too simple.
11441 (tramp-advice-make-auto-save-file-name):
11442 Call `tramp-handle-make-auto-save-file-name' (again, just for
11443 backwards compatibility).
11444
11445 2005-08-31 Reto Zimmermann <reto@gnu.org>
11446
11447 * progmodes/vhdl-mode.el
11448 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11449 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11450 (vhdl-set-default-project): New function (easier setting of default).
11451 (vhdl-port-copy): Handle extended identifiers for generics.
11452 (vhdl-compiler-alist): Better description for error message regexp.
11453 (vhdl-make): Query for target, use previous as default.
11454 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11455 (vhdl-font-lock-keywords-2): Fix fontification for record
11456 el. assign.
11457 (vhdl-speedbar-make-subpack-line): Add package body link.
11458 (vhdl-generate-makefile-1): Not include itself as dependency.
11459 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11460 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11461 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11462 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11463 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11464 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11465 (vhdl-import-project): Add string argument for `error'.
11466 (vhdl-compose-configuration)
11467 (vhdl-compose-configuration-architecture): Add configuration
11468 declaration generation.
11469 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11470 (vhdl-trailer-re): Add "record" keyword (better indentation).
11471 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11472 "[^ \t-\"]+".
11473 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11474 (vhdl-testbench-entity-file-name)
11475 (vhdl-testbench-architecture-file-name): Allow separate
11476 customization of testbench file names.
11477 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11478 (vhdl-get-visible-signals): Allow newline within alias declaration.
11479 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11480 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11481 (member-ignore-case): Alias for missing function in XEmacs.
11482 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11483 (vhdl-update-sensitivity-list): Ignore case on read signals.
11484 (vhdl-replace-string): Adjust case only for file names.
11485 (vhdl-update-sensitivity-list): Fix search for read signals.
11486 (vhdl-update-sensitivity-list): Exclude formal parameters.
11487 (vhdl-get-visible-signals): Include aliases of signals.
11488 (vhdl-get-visible-signals): Fix signal name searching.
11489 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11490 (vhdl-fixup-whitespace-region): Fix for character
11491 literals (e.g. `:').
11492
11493 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11494
11495 * ansi-color.el (comint-last-output-start):
11496 * bs.el (font-lock-verbose):
11497 * diff-mode.el (add-log-buffer-file-name-function):
11498 * dired-x.el (vm-folder-directory):
11499 * faces.el (help-xref-stack-item):
11500 * files.el (font-lock-keywords):
11501 * find-lisp.el (dired-buffers, dired-subdir-alist):
11502 * ido.el (cua-inhibit-cua-keys):
11503 * log-view.el (cvs-minor-wrap-function):
11504 * outline.el (font-lock-warning-face):
11505 * simple.el (compilation-current-error):
11506 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11507 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11508 * tooltip.el (comint-prompt-regexp):
11509 * w32-fns.el (explicit-shell-file-name):
11510 * term/mac-win.el (mac-charset-info-alist)
11511 (mac-services-selection, mac-system-script-code):
11512 * term/tty-colors.el (msdos-color-values):
11513 * term/w32-win.el (xlfd-regexp-registry-subnum):
11514 * term/x-win.el (x-keysym-table, x-selection-timeout)
11515 (x-session-id, x-session-previous-id):
11516 * textmodes/ispell.el (mail-yank-prefix):
11517 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11518 * textmodes/org.el (calc-embedded-close-formula)
11519 (calc-embedded-open-formula)
11520 (font-lock-unfontify-region-function):
11521 * textmodes/reftex-global.el (isearch-next-buffer-function)
11522 (TeX-master):
11523 * textmodes/reftex.el (font-lock-keywords):
11524 * textmodes/tex-mode.el (font-lock-comment-face)
11525 (font-lock-doc-face):
11526 * textmodes/texinfo.el (outline-heading-alist):
11527 Add defvars.
11528
11529 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11530 (artist-spray-chars, artist-mode-init, artist-replace-string)
11531 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11532 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11533 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11534
11535 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11536 (conf-align-assignments): "?\ " -> "?\s".
11537
11538 * textmodes/reftex-index.el (TeX-master): Add defvar.
11539 (reftex-index-phrases-marker): Move up defvar.
11540
11541 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11542 (reftex-toc-include-labels-indicator)
11543 (reftex-toc-include-index-indicator)
11544 (reftex-toc-max-level-indicator): Move up declarations.
11545
11546 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11547 of args to `tramp-run-real-handler', even if it's empty in this case.
11548
11549 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11550
11551 * dired.el (dired-move-to-filename-regexp): Add date format for
11552 Mac OS X 10.3 in East Asian locales.
11553
11554 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11555
11556 * files.el (make-auto-save-file-name): Add file name handler call
11557 if applicable.
11558
11559 * net/tramp.el (tramp-file-name-handler-alist)
11560 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11561 (tramp-handle-make-auto-save-file-name): Rename from
11562 `tramp-make-auto-save-file-name'.
11563 (tramp-exists-file-name-handler): New defun.
11564 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11565 `make-auto-save-file-name' is not a magic file name operation.
11566
11567 2005-08-30 Richard M. Stallman <rms@gnu.org>
11568
11569 * files.el (risky-local-variable-p):
11570 Match `-predicates' and `-commands.
11571
11572 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11573 (custom-save-all): Visit the file if necessary;
11574 kill the buffer if we created it.
11575 (custom-save-delete): Don't visit file or kill buffer here.
11576
11577 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11578
11579 * textmodes/org.el (org-special-keyword): New face.
11580 (org-table-copy-down, org-table-eval-formula)
11581 (org-table-recalculate, org-init-section-numbers):
11582 Use `string-to-number' instead of `string-to-int'.
11583 (org-get-location): Use `insert-buffer-substring' instead of
11584 `insert-buffer'.
11585 (org-modify-diary-entry-string): New function.
11586 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11587 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11588 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11589 active region.
11590 (org-export-as-html): Handle QUOTE keyword.
11591 (org-quote-string): New option.
11592 (org-bookmark-jump-unhide): New function, used for
11593 `bookmark-after-jump-hook'.
11594 (org-diary-default-entry): Apply only when not called through
11595 `org-agenda'.
11596
11597 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11598
11599 * net/eudc.el (mode-popup-menu):
11600 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11601 * progmodes/ada-mode.el (compile-auto-highlight)
11602 (skeleton-further-elements):
11603 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11604 * progmodes/cmacexp.el (msdos-shells):
11605 * progmodes/compile.el (font-lock-extra-managed-props)
11606 (font-lock-keywords, font-lock-maximum-size)
11607 (font-lock-support-mode):
11608 * progmodes/grep.el (font-lock-lines-before):
11609 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11610 * progmodes/mixal-mode.el (compile-command):
11611 * progmodes/perl-mode.el (font-lock-comment-face)
11612 (font-lock-doc-face, font-lock-string-face):
11613 * progmodes/prolog.el (comint-prompt-regexp):
11614 * progmodes/sh-script.el (font-lock-comment-face)
11615 (font-lock-set-defaults, font-lock-string-face):
11616 * progmodes/sql.el (font-lock-keyword-face)
11617 (font-lock-set-defaults, font-lock-string-face):
11618 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11619 (itimer-version, lazy-lock-defer-contextually)
11620 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11621 Add defvars.
11622
11623 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11624 (cperl-electric-keyword, cperl-electric-pod)
11625 (cperl-electric-backspace, cperl-forward-re)
11626 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11627 (vc-rcs-header, vc-sccs-header): Add defvars.
11628
11629 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11630 (font-lock-syntactic-keywords, gud-find-expr-function):
11631 Add defvars.
11632
11633 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11634 (gdb-frame-parameters): Declare before use.
11635
11636 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11637 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11638 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11639 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11640
11641 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11642 (idlwave-help-with-source): Use `insert-buffer-substring', not
11643 `insert-buffer'.
11644
11645 2005-08-29 Juri Linkov <juri@jurta.org>
11646
11647 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11648 Put outline-back-to-heading function call inside save-excursion.
11649
11650 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11651
11652 * man.el (Man-init-defvars, Man-translate-references)
11653 (Man-support-local-filenames, Man-highlight-references):
11654 * progmodes/sql.el (sql-interactive-mode):
11655 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11656
11657 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11658 (compilation-mode-font-lock-keywords): Add defvars.
11659 (checkdoc-interactive-loop): "?\ " -> "?\s".
11660
11661 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11662 (font-lock-doc-face, font-lock-string-face)
11663 (font-lock-keywords-case-fold-search): Add defvars.
11664 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11665
11666 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11667 Don't pass X and Y (they are ignored anyway).
11668 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11669 (mouse-delete-window): Make arguments optional.
11670
11671 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11672 (caesar-translate-table, minor-modes, news-buffer-save)
11673 (news-group-name, news-minor-modes): Add defvars.
11674
11675 * emacs-lisp/lselect.el (mouse-highlight-priority)
11676 (x-lost-selection-functions, zmacs-regions):
11677 * emacs-lisp/pp.el (font-lock-verbose):
11678 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11679 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11680 (ses-mode-map):
11681 * emacs-lisp/tcover-unsafep.el (safe-functions):
11682 * international/mule-cmds.el (mac-system-coding-system)
11683 (mac-system-locale):
11684 * language/ethio-util.el (rmail-current-message)
11685 (rmail-message-vector):
11686 * language/thai-util.el (thai-auto-composition-mode):
11687 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11688 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11689 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11690 (vm-primary-inbox, vm-spool-files):
11691 * mail/rmail.el (deleted-head, font-lock-fontified)
11692 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11693 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11694 (total-messages):
11695 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11696 (rmail-summary-mode-map):
11697 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11698 (rmail-last-label, rmail-last-multi-labels)
11699 (rmail-summary-vector, rmail-total-messages):
11700 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11701 * mail/rmailsum.el (msgnum):
11702 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11703 (rmail-current-message):
11704 * obsolete/fast-lock.el (font-lock-face-list):
11705 * obsolete/rnewspost.el (mail-reply-buffer):
11706 * obsolete/scribe.el (compile-command):
11707 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11708
11709 2005-08-28 John Paul Wallington <jpw@gnu.org>
11710
11711 * ibuf-ext.el (ibuffer-auto-update-changed):
11712 Use `frame-or-buffer-changed-p' to check whether we need to update.
11713 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11714 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11715 as a `frame-or-buffer-changed-p' state vector instead.
11716
11717 2005-08-27 Romain Francoise <romain@orebokech.com>
11718
11719 * textmodes/makeinfo.el (makeinfo-compile):
11720 Use `compilation-start'. Set `next-error-function' according to
11721 `disable-errors'.
11722 (makeinfo-next-error): New function.
11723 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11724 (makeinfo-buffer): Likewise.
11725
11726 * progmodes/compile.el (compilation-start): Add autoload cookie.
11727
11728 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11729 * textmodes/sgml-mode.el: Likewise.
11730 * progmodes/python.el: Likewise.
11731
11732 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11733
11734 * simple.el (blink-matching-paren-distance): Document the meaning
11735 of nil value, and allow to customize to nil.
11736
11737 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11738 command.com, not command.exe.
11739
11740 2005-08-26 John Wiegley <johnw@newartisans.com>
11741
11742 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11743 code around a bit so that an extraneous nil argument is not added
11744 to a command when no args are given.
11745
11746 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11747 double-quoted argument resolves to nil, return it as an empty
11748 string rather than as nil. This made it impossible to pass "" to
11749 a shell script as a null string argument.
11750
11751 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11752
11753 * outline.el (outline-invent-heading): New fun.
11754 (outline-promote, outline-demote): Use it.
11755 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11756 (outline-end-of-subtree): Remove unused var `opoint'.
11757
11758 2005-08-26 David Reitter <david.reitter@gmail.com>
11759
11760 * menu-bar.el (truncate-lines, write-file, print-buffer)
11761 (ps-print-buffer-faces, ps-print-buffer, split-window):
11762 Disable menu items when the frame they refer to is invisible, or when
11763 they refer to a buffer and the minibuffer is selected.
11764
11765 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11766
11767 * progmodes/flymake.el (flymake-highlight-err-lines):
11768 Use save-excursion around flymake-highlight-line to preserve point.
11769
11770 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11771
11772 * progmodes/octave-mod.el: Change Author and Maintainer address.
11773 (octave-maintainer-address): Change Kurt's email address.
11774 * progmodes/octave-inf.el: Change Author and Maintainer address.
11775 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11776
11777 2005-08-26 Kim F. Storm <storm@cua.dk>
11778
11779 * subr.el (version-list-<, version-list-<=, version-list-=):
11780 Rename from integer-list-*.
11781 (version-list-not-zero): Likewise. Fix while loop.
11782 (version=): Use version-list-= instead of string-equal.
11783
11784 2005-08-26 Richard M. Stallman <rms@gnu.org>
11785
11786 * outline.el (outline-promote): Try shortening the heading.
11787 As last resort, read the heading to use.
11788 (outline-demote): As last resort, read the heading to use.
11789
11790 2005-08-26 Romain Francoise <romain@orebokech.com>
11791
11792 * progmodes/compile.el (compilation-start): Doc fix.
11793
11794 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11795 (antlr-font-lock-additional-keywords): Fix reference to
11796 `antlr-font-lock-literal-regexp' erroneously changed during the
11797 mass face rename.
11798 (antlr-run-tool): Use `compilation-start'.
11799
11800 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11801 instead of the obsolete `compile-internal'.
11802
11803 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11804
11805 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11806 (number, original-date):
11807 * calendar/cal-china.el (date):
11808 * calendar/cal-coptic.el (date):
11809 * calendar/cal-french.el (date):
11810 * calendar/cal-hebrew.el (date, entry, number, original-date):
11811 * calendar/cal-islam.el (date, number, original-date):
11812 * calendar/cal-iso.el (date):
11813 * calendar/cal-julian.el (date):
11814 * calendar/cal-mayan.el (date):
11815 * calendar/cal-menu.el (date, event):
11816 * calendar/cal-persia.el (date):
11817 * calendar/lunar.el (date):
11818 * calendar/solar.el (date): Add defvars.
11819
11820 * emerge.el:
11821 * ibuffer.el:
11822 * info-xref.el:
11823 * obsolete/bg-mouse.el:
11824 * obsolete/sun-curs.el:
11825 * obsolete/swedish.el: Move the `defvar's to the top level.
11826
11827 * smerge-mode.el (smerge-refined-change): Add :group.
11828
11829 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11832 (smerge-keep-n): Remove props.
11833 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11834 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11835 now that it's done in smerge-keep-n.
11836 (smerge-refined-change): New face.
11837 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11838 (smerge-refine): New funs.
11839 (smerge-basic-map): Bind smerge-refine.
11840
11841 2005-08-25 Juri Linkov <juri@jurta.org>
11842
11843 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11844 compilation-process-setup-function and compilation-disable-input
11845 in grep-mode instead of let-bindings in grep.
11846
11847 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11848 Delete "Automatic File De/compression" (auto-compression-mode).
11849
11850 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11851
11852 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11853 Silence warning about non-existent variable.
11854
11855 2005-08-25 Richard M. Stallman <rms@gnu.org>
11856
11857 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11858 Rename "Describe Key" to "Describe Key or Mouse Operation".
11859
11860 * mail/mailalias.el (build-mail-aliases): Delete comments
11861 from the contents before processing them.
11862
11863 * isearch.el (isearch-edit-string): Erase the Search prompt
11864 if user enters an empty string and there is no default.
11865
11866 * comint.el (comint-file-name-prefix): Add autoload.
11867
11868 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11869
11870 * subr.el (play-sound): Rearrange to avoid warning.
11871
11872 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11873
11874 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11875 New hook.
11876 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11877
11878 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11879
11880 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11881
11882 * custom.el (custom-theme-set-variables): Sort minor modes last.
11883
11884 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11885
11886 * subr.el (version-separator, version-regexp-alist): New vars used by
11887 version comparison funs.
11888 (integer-list-<, integer-list-=, integer-list-<=)
11889 (integer-list-not-zero): New funs for integer list comparison.
11890 (version-to-list, version=, version<, version<=): New funs for version
11891 comparison.
11892
11893 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11894
11895 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11896 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11897 time to silence the byte-compiler.
11898
11899 * ibuffer.el (ibuffer-compile-make-eliding-form)
11900 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11901 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11902 so it's silly to get warnings for it).
11903 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11904 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11905 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11906 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11907 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11908 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11909 Defvar at compile time.
11910 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11911 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11912 Declare them before use.
11913
11914 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11915 (info-xref-good, info-xref-bad): Defvar at compile time.
11916
11917 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11918 Use `let*' instead of `let'.
11919
11920 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11921 (*mouse-y*, menu, char): Defvar at compile time.
11922 (sc::menu): Declare it before use.
11923 (sc::pack-one-line): Use `let', not `let*'.
11924
11925 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11926 (mail-send-hook): Defvar at compile time.
11927
11928 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11929 Defvar at compile time.
11930
11931 * term/sun-mouse.el (current-global-mousemap)
11932 (current-local-mousemap): Declare them before use.
11933
11934 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11935
11936 * bookmark.el (bookmark-after-jump-hook): New hook.
11937 (bookmark-jump): Run `bookmark-after-jump-hook'.
11938
11939 2005-08-23 Juri Linkov <juri@jurta.org>
11940
11941 * faces.el (minibuffer-prompt): Doc fix.
11942
11943 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11944
11945 * progmodes/xscheme.el: Trivial changes to silence warnings.
11946 (xscheme-previous-mode, xscheme-previous-process-state):
11947 Add defvars.
11948 (xscheme-last-input-end, xscheme-process-command-line)
11949 (xscheme-process-name, xscheme-buffer-name)
11950 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11951 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11952 (xscheme-control-g-synchronization-p)
11953 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11954 (default-xscheme-runlight, xscheme-runlight)
11955 (xscheme-runlight-string, xscheme-process-filter-state)
11956 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11957 Move to beginning of file.
11958 (scheme-interaction-mode-commands-alist)
11959 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11960 Declare them before use. Note: the initialization code for the variables
11961 has not been moved because it uses functions that reference the variables.
11962 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11963 (xscheme-prompt-for-expression-map): Declare them before use.
11964 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11965
11966 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11967
11968 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11969
11970 2005-08-22 Juri Linkov <juri@jurta.org>
11971
11972 * faces.el (set-face-underline): Delete this duplicate function
11973 and make an obsolete alias to set-face-underline-p.
11974 (set-face-underline-p): Use docstring of set-face-underline.
11975 (describe-face): Create hyperlink to parent face.
11976
11977 * info.el (Info-insert-dir): Use save-excursion around
11978 insert-buffer-substring.
11979 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11980 (Info-escape-percent): Delete function.
11981 (Info-fontify-node): Replace Info-escape-percent by
11982 replace-regexp-in-string with REP arg set to lambda that
11983 duplicates `%' and preserves text properties.
11984
11985 * progmodes/compile.el (compilation-disable-input): Doc fix.
11986 (define-compilation-mode): Doc fix and refill.
11987 (kill-compilation): Use `mode-name' in the error message.
11988 (compilation-find-file): Use `compilation-error' in the
11989 read-file-name's prompt.
11990
11991 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11992
11993 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11994 (smerge-auto-leave): Make undo re-enable the mode.
11995 (debug-ignored-errors): Add the user-error of impossible resolution.
11996 (smerge-resolve): Move things around a bit, in preparation for later.
11997 (smerge-diff): Don't fail if the buffer has no associated file.
11998 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11999 (smerge-conflict-overlay): New function.
12000 (smerge-match-conflict): Don't add text properties here.
12001 (smerge-find-conflict): Instead, add an overlay here.
12002 Also check for the case where we're inside a conflict already, so as to
12003 obviate the need for font-lock-multiline, which is unbearably slow with
12004 large conflicts and ciomplex font-lock patterns.
12005 (smerge-remove-props): Remove overlay rather than text-properties.
12006 (smerge-mode): Don't set font-lock-multiline.
12007 Remove overlays when turned off.
12008
12009 2005-08-21 Kim F. Storm <storm@cua.dk>
12010
12011 * ido.el (ido-ignore-item-p): Use save-match-data.
12012 Bind case-fold-search to ido-case-fold locally.
12013
12014 2005-08-20 Richard M. Stallman <rms@gnu.org>
12015
12016 * files.el (normal-mode): If font lock is on, turn it off and on.
12017
12018 * subr.el (replace-regexp-in-string): Doc fix.
12019
12020 * startup.el (command-line-1): Don't suppress startup screen
12021 due to existing processes.
12022
12023 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12024
12025 * progmodes/compile.el (compilation-disable-input): Default to nil.
12026
12027 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12028
12029 * progmodes/compile.el (compilation-disable-input): New defcustom.
12030 (compilation-start): If compilation-disable-input is non-nil, send
12031 EOF to the compilation process.
12032
12033 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12034
12035 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12036 Run the argument of tex-shell-cd-command through
12037 convert-standard-filename, to get the correct style of slashes on
12038 Windows, and enclose the result in quotes, in case the file name
12039 includes whitespace or other special characters.
12040
12041 2005-08-19 Andreas Schwab <schwab@suse.de>
12042
12043 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12044 process.
12045
12046 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12047
12048 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12049
12050 2005-08-18 Kim F. Storm <storm@cua.dk>
12051
12052 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12053
12054 2005-08-18 Richard M. Stallman <rms@gnu.org>
12055
12056 * scroll-lock.el: New file.
12057
12058 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12059
12060 * dired.el (dired-move-to-end-of-filename):
12061 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12062
12063 2005-08-18 Kim F. Storm <storm@cua.dk>
12064
12065 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12066 rather than toggle mode when custom value is nil.
12067 (ido-everywhere): Fix defun doc string.
12068
12069 2005-08-17 Richard M. Stallman <rms@gnu.org>
12070
12071 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12072 as tag instead of "Inviolable".
12073
12074 2005-08-17 Kim F. Storm <storm@cua.dk>
12075
12076 * windmove.el (windmove-coordinates-of-position): Remove.
12077 (windmove-coordinates-of-window-position): Remove.
12078 (windmove-reference-loc): Use posn-at-point instead.
12079
12080 * subr.el (insert-for-yank-1): Doc fix.
12081
12082 * ido.el (ido-enter-matching-directory): Rename from
12083 ido-enter-single-matching-directory. Change `slash' choice to
12084 `only'. Add `first' choice.
12085 (ido-exhibit): Adapt to above changes.
12086
12087 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12088
12089 * Makefile.in: Expand comment about building loaddefs.el.
12090
12091 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12092
12093 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12094 Comment use of defadvice.
12095
12096 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12097
12098 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12099
12100 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12101 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12102 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12103 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12104 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12105 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12106 for backward compatibility for faces that did not appear in the
12107 previous Emacs release.
12108
12109 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12110
12111 2005-08-15 Kim F. Storm <storm@cua.dk>
12112
12113 * emulation/cua-base.el (cua-delete-region): Return t if
12114 deleted region was non-empty.
12115 (cua-replace-region): Inhibit overwrite-mode for
12116 self-insert-command if replaced region was non-empty.
12117 (cua--explicit-region-start, cua--status-string): Make them
12118 buffer-local at top-level...
12119 (cua-mode): ...rather than when mode is enabled.
12120
12121 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12122
12123 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12124 Set t for Emacs 21, 22, and so on.
12125
12126 2005-08-15 David Ponce <david@dponce.com>
12127
12128 * tree-widget.el: Update Commentary header.
12129 (tree-widget-theme): Doc fix.
12130 (tree-widget-space-width): New option.
12131 (tree-widget-image-properties): Look up in the default theme too.
12132 (tree-widget--cursors): Only for images with arrow pointer shape.
12133 (tree-widget-lookup-image): Pointer shape is hand by default.
12134 (tree-widget-icon): Rename generic icon widget from
12135 `tree-widget-control'.
12136 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12137 derive from `tree-widget-icon'.
12138 (tree-widget-handle): Improve default look and feel of the text
12139 representation.
12140 (tree-widget): Rename :*-control properties to :*-icon properties.
12141 Add :action and :help-echo properties.
12142 (tree-widget-after-toggle-functions): Move.
12143 (tree-widget-close-node, tree-widget-open-node): Remove.
12144 (tree-widget-before-create-icon-functions): New hook.
12145 (tree-widget-value-create): Update to allow customization of icons
12146 and nodes at run-time via that new hook.
12147 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12148 (tree-widget-icon-action, tree-widget-icon-help-echo)
12149 (tree-widget-action, tree-widget-help-echo): New functions.
12150
12151 2005-08-15 Kim F. Storm <storm@cua.dk>
12152
12153 * ido.el (ido-buffer-internal): Use with-no-warnings.
12154 (ido-make-merged-file-list): Use while-no-input.
12155
12156 2005-08-15 Richard M. Stallman <rms@gnu.org>
12157
12158 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12159 (flyspell-large-region): Fix doc and custom type.
12160
12161 2005-08-14 Richard M. Stallman <rms@gnu.org>
12162
12163 * files.el (interpreter-mode-alist): Doc fix.
12164
12165 * mail/rmail.el (rmail-nonignored-headers): New variable.
12166 (rmail-clear-headers): Use it.
12167 (rmail-reply): Better handling of mail-followup-to header.
12168
12169 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12170 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12171 don't try to refer to executable-font-lock-keywords.
12172 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12173 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12174 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12175 (sh-mode): Set comment-start-skip, local-abbrev-table,
12176 imenu-case-fold-search.
12177 (sh-set-shell): Don't set them here.
12178 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12179 Don't cache the results in the original alist; don't ever modify
12180 that alist.
12181
12182 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12183
12184 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12185 empty.
12186
12187 2005-08-15 Andreas Schwab <schwab@suse.de>
12188
12189 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12190
12191 * dired.el, info.el, mail/rmail.el: Revert last change.
12192
12193 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12194
12195 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12196 modification in `eval-after-load' form.
12197 * info.el: Likewise.
12198 * mail/rmail.el: Likewise.
12199
12200 2005-08-14 Juri Linkov <juri@jurta.org>
12201
12202 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12203 Remove highlighting of "Compilation started". Highlight only
12204 the word "finished" in "Compilation finished". Add highlighting
12205 of "interrupt", "killed", "terminated" and the exit code.
12206 (compilation-start): Add newline after header. Use exactly the
12207 same time stamp format as the finishing message.
12208 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12209
12210 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12211 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12212 Add highlighting of "interrupt", "killed", "terminated".
12213
12214 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12215 enabled and the current command is self-insert-command, call it
12216 explicitly with overwrite-mode bound to nil, to not allow it
12217 to delete the character after the selected region.
12218
12219 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12220
12221 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12222 move-end-of-line, end-of-line, and beginning-of-line to the list
12223 of commands after which the echo area is updated.
12224
12225 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12226
12227 * cus-edit.el (custom-save-all, custom-save-delete):
12228 Bind recentf-exclude to exclude custom-file.
12229
12230 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12231
12232 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12233 to go to the bottom of the mail message. Added to
12234 `rmail-summary-mode-map' with key "/".
12235 (rmail-summary-show-message): New (internal) function for use by
12236 both `rmail-summary-beginning/end-of-message'.
12237 (rmail-summary-beginning-of-message): Change to use
12238 rmail-summary-show-message.
12239
12240 * mail/rmail.el (rmail-end-of-message): New command to go to the
12241 end of the current message. Added to `rmail-mode-map' with key "/".
12242 (rmail-beginning-of-message): Fix to work as documented.
12243 (rmail-mode): Change documentation.
12244
12245 * progmodes/compile.el (compilation-start): Add the line
12246 "Compilation started" with compilation start time.
12247 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12248
12249 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12250
12251 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12252 of menu items.
12253
12254 2005-08-11 Richard M. Stallman <rms@gnu.org>
12255
12256 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12257
12258 * battery.el (battery-status-function): Don't use ignore-errors.
12259
12260 2005-08-11 Lute Kamstra <lute@gnu.org>
12261
12262 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12263 define-obsolete-variable-alias.
12264
12265 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12266
12267 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12268 (ange-ftp-send-cmd): Revert last change, and expand
12269 the comment explaining the problem.
12270
12271 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12272
12273 * ldefs-boot.el: Update.
12274
12275 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12276 item to "Time, Load and Mail". Change help echo text.
12277
12278 * time.el (display-time-use-mail-icon, display-time-format)
12279 (display-time-string-forms): Shorten first line of docstrings.
12280
12281 2005-08-10 Lars Hansen <larsh@soem.dk>
12282
12283 * desktop.el (desktop-buffer-mode-handlers):
12284 Make non-customizable. Add autoload cookie. Change initial value to
12285 nil; add elements in respective modules instead. Fix doc string.
12286 (desktop-load-file): New function.
12287 (desktop-minor-mode-handlers): New autoloaded variable.
12288 (desktop-create-buffer): Call minor mode handlers.
12289 Use desktop-load-file to load major and minor mode modules prior to
12290 checking for a handler.
12291 (desktop-save): Don't add nil to desktop-minor-modes for minor
12292 modes with nil function in desktop-minor-mode-table. Don't delete
12293 desktop file before rewriting it.
12294 (desktop-locals-to-save): Add autoload cookie. Don't make
12295 automatically buffer-local. Add variables column-number-mode,
12296 size-indication-mode, indent-tabs-mode,
12297 indicate-buffer-boundaries, indicate-empty-lines and
12298 show-trailing-whitespace.
12299 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12300 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12301 (desktop-clear-preserve-buffers-regexp): Delete.
12302 (desktop-clear-preserve-buffers): Update initial value and docstring.
12303 (desktop-save-buffer): Fix doc string.
12304
12305 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12306 (hilit-chg-desktop-restore): New function.
12307 (highlight-changes-mode): Add highlight-changes-mode to
12308 desktop-locals-to-save.
12309
12310 * dired.el: Add handler to desktop-buffer-mode-handlers.
12311 (dired-restore-desktop-buffer): Remove autoload cookie.
12312 (dired-mode): Add autoload cookie.
12313
12314 * info.el: Add handler to desktop-buffer-mode-handlers.
12315 (Info-restore-desktop-buffer): Remove autoload cookie.
12316 (Info-mode): Add autoload cookie.
12317
12318 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12319 (mh-restore-desktop-buffer): Remove autoload cookie.
12320 (mh-folder-mode): Add autoload cookie.
12321
12322 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12323 (rmail-restore-desktop-buffer): Remove autoload cookie.
12324
12325 2005-08-11 Masatake YAMATO <jet@gyve.org>
12326
12327 * hexl.el (hexl-address-region):
12328 (hexl-ascii-region, hexl-font-lock-keywords):
12329 (hexl-highlight-line-range): Use the term "region"
12330 instead of "area" for consistency with the other symbols
12331 defined in hexl.el.
12332
12333 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12334
12335 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12336 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12337 out by Juri Linkov). Add `display-battery-mode'.
12338
12339 2005-08-09 Juri Linkov <juri@jurta.org>
12340
12341 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12342 Remove `-text' from face variable names.
12343 (compilation-error-file-name, compilation-warning-file-name)
12344 (compilation-info-file-name): Delete faces.
12345 (compilation-line-number, compilation-column-number):
12346 Remove face underlining.
12347 (compilation-message-face): Set to `underline' value by default.
12348 (compilation-error-face, compilation-warning-face)
12349 (compilation-info-face): Remove `-file-name' from face names.
12350 (compilation-error-text-face, compilation-warning-text-face)
12351 (compilation-info-text-face): Delete face variables.
12352 (compilation-text-face): Delete function.
12353
12354 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12355 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12356 (grep-error-face): Set to `compilation-error' instead of
12357 `compilation-error-face' (which is redefined to `grep-hit-face' in
12358 grep buffers).
12359 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12360 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12361
12362 * dired-aux.el (dired-do-query-replace-regexp):
12363 Use `query-replace-read-args'.
12364
12365 * replace.el (query-replace-read-from, query-replace-read-to)
12366 (query-replace-read-args): Rename arg `string' to `prompt'.
12367
12368 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12369
12370 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12371
12372 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12373 uploading files.
12374 (ange-ftp-canonize-filename): Handle file names beginning with ~
12375 correctly.
12376
12377 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12378
12379 * textmodes/fill.el (canonically-space-region)
12380 (fill-context-prefix, fill-french-nobreak-p)
12381 (fill-delete-newlines, fill-comment-paragraph)
12382 (justify-current-line): "?\ " -> "?\s".
12383
12384 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12385
12386 * textmodes/fill.el (fill-nonuniform-paragraphs):
12387 Improve argument/docstring consistency.
12388
12389 2005-08-09 Richard M. Stallman <rms@gnu.org>
12390
12391 * textmodes/ispell.el (ispell-word): More fboundp checks.
12392
12393 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12394 (find-file-noselect-1): Call it here, only if RAWFILE.
12395 (normal-mode): Always set some major mode.
12396 (save-some-buffers-action-alist): Change some explanation strings.
12397 (file-name-non-special): In the `quote' method, use unwind-protect.
12398
12399 2005-08-09 Magnus Henoch <mange@freemail.hu>
12400
12401 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12402 (ispell-have-aspell-dictionaries): New variable.
12403 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12404 (ispell-get-aspell-config-value): New function.
12405 (ispell-aspell-find-dictionary): New function.
12406 (ispell-aspell-add-aliases): New function.
12407 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12408 appropriate. Don't look for ispell dictionaries if we use aspell.
12409 (ispell-menu-map): Don't build a submenu of dictionaries.
12410
12411 2005-08-09 Richard M. Stallman <rms@gnu.org>
12412
12413 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12414 (sql-read-passwd): Use read-passwd.
12415
12416 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12417 (idlwave-toolbar-is-possible): Add defvars.
12418
12419 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12420 Avoid warnings.
12421
12422 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12423 (idlwave-system-class-info, idlwave-executive-commands-alist):
12424 Use defvar.
12425
12426 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12427
12428 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12429 Avoid warnings.
12430
12431 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12432 and content-type: headers.
12433
12434 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12435
12436 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12437 and rename some of them to be more self-explanatory.
12438
12439 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12440
12441 * startup.el (command-line-1): Implement -scriptload.
12442
12443 * replace.el (occur-engine): Initial *Occur* output not undoable.
12444
12445 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12446 and improve help strings.
12447
12448 * isearch.el (isearch-repeat): When changing direction,
12449 mark search successful.
12450
12451 * ediff-init.el: Use (featurep 'xemacs).
12452
12453 * comint.el (send-invisible): Identify buffer, if not selected.
12454
12455 * align.el: Delete autoload for c-guess-basic-syntax.
12456
12457 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12458
12459 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12460 Improve argument/docstring consistency. Doc fixes.
12461 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12462 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12463 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12464 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12465 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12466 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12467 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12468 Defvar at compile time.
12469
12470 2005-08-09 Juri Linkov <juri@jurta.org>
12471
12472 * info.el: Replace `info' with upper-case `Info' where appropriate.
12473 (info-title-1, info-title-2, info-title-3, info-title-4)
12474 (info-menu-header): Move up face definitions.
12475 (info-menu-star): Rename from `info-menu-5'.
12476 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12477 (Info-fontify-visited-nodes): Fix docstring.
12478 (Info-hide-note-references): Fix docstring.
12479 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12480 menu items in the same way as on cross-references.
12481 (info-apropos): Fix sorting order and formatting to be like in the
12482 stand-alone Info browser. Display error messages for 1 sec.
12483 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12484 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12485 from the menu bar.
12486 (Info-insert-dir): Restore point after calling
12487 `insert-buffer-substring'.
12488
12489 2005-08-08 Richard M. Stallman <rms@gnu.org>
12490
12491 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12492 (recompute-lucid-menubar): Add defvars.
12493
12494 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12495
12496 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12497
12498 * net/net-utils.el (run-dig): Rename from `dig'.
12499
12500 * play/gametree.el (gametree-mode): Use make-local-variable,
12501 not make-variable-buffer-local.
12502
12503 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12504
12505 * ansi-color.el (ansi-color-make-extent)
12506 (ansi-color-set-extent-face): Use fboundp, not functionp.
12507
12508 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12509 not make-variable-buffer-local.
12510
12511 * bookmark.el (Info-current-file): Add defvar.
12512 (bookmark-jump-noselect): Use with-no-warnings.
12513
12514 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12515
12516 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12517
12518 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12519
12520 * find-file.el (ada-procedure-start-regexp)
12521 (ada-package-start-regexp): Add defvars.
12522
12523 * info.el (Info-insert-dir): Use insert-buffer-substring.
12524
12525 * xml.el (xml-att-def-re): Add defvar.
12526
12527 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12528 calling convention.
12529
12530 * subr.el (while-no-input): Return t if there is input.
12531
12532 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12533
12534 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12535
12536 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12537
12538 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12539 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12540
12541 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12542
12543 * cmuscheme.el (scheme-start-file): Replace reference to
12544 `user-emacs-directory' by "~/.emacs.d/".
12545
12546 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12547
12548 * info.el (Info-dir-remove-duplicates): Avoid case folding
12549 in loop; instead, keep downcased strings for comparison.
12550 Suggested by Helmut Eller.
12551
12552 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12553
12554 Sync with Tramp 2.0.50.
12555
12556 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12557 XEmacs case; not necessary anymore.
12558 (tramp-user-regexp): Allow "@" as part of user name.
12559 (tramp-handle-set-visited-file-modtime)
12560 (tramp-handle-insert-file-contents)
12561 (tramp-handle-write-region): No special handling for
12562 `last-coding-system-used, because this is done in
12563 `tramp-accept-process-output' now.
12564 (tramp-accept-process-output): New defun.
12565 (tramp-process-one-action, tramp-process-one-multi-action)
12566 (tramp-wait-for-regexp, tramp-wait-for-output)
12567 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12568 Howells <dhowells@redhat.com>.
12569 (clear-visited-file-modtime): Defadvice removed. The check for
12570 unset buffer's modtime does not need to be based on
12571 `tramp-buffer-file-attributes'. Suggested by RMS.
12572 (tramp-message): Insert "\n" if not being at beginning of line.
12573 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12574 sequence with same logic.
12575 (tramp-completion-handle-expand-file-name): Discard call of
12576 `tramp-drop-volume-letter'. It is not necessary, and there have
12577 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12578 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12579 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12580 should always be visible.
12581 (tramp-handle-insert-directory, tramp-setup-complete)
12582 (tramp-set-process-query-on-exit-flag)
12583 (tramp-append-tramp-buffers): Pacify byte-compiler.
12584 (tramp-bug): Delete non-existing variables from list.
12585 Apply `tramp-load-report-modules' as pre-hook.
12586 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12587 `shell-prompt-pattern' because of non-7bit characters.
12588 Reported by Sebastian Luque <sluque@mun.ca>.
12589 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12590 (tramp-match-string-list): Remove function.
12591 (tramp-wait-for-regexp): Remove call of that function.
12592 Suggested by Kim F. Storm <storm@cua.dk>.
12593 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12594 instead of octal character code ?\600. The latter resulted in a
12595 syntax error with XEmacs.
12596
12597 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12598 XEmacs case; not necessary anymore.
12599 (tramp-smb-handle-write-region): No special handling for
12600 `last-coding-system-used, because this is done in
12601 `tramp-accept-process-output' now.
12602 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12603
12604 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12605
12606 * wid-edit.el (widget-choice-value-create):
12607 Unconditionally respect user choice. Set :explicit-choice back to nil
12608 when no longer needed.
12609 (widget-choice-action): Unconditionally respect user choice.
12610 Eliminate :explicit-choice-value.
12611
12612 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12613
12614 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12615 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12616 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12617 running new function `toggle-indicate-empty-lines'.
12618 Rename "Customize" item to "Customize fringe".
12619 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12620 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12621 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12622 Delete "Empty lines only" item.
12623 (menu-bar-showhide-fringe-ind-customize): New function.
12624 (menu-bar-showhide-fringe-ind-mixed)
12625 (menu-bar-showhide-fringe-ind-box)
12626 (menu-bar-showhide-fringe-ind-right)
12627 (menu-bar-showhide-fringe-ind-left)
12628 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12629 instead of `fringe-indicators'.
12630
12631 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12632
12633 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12634 Change the date of last update.
12635
12636 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12637
12638 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12639 (viper-exec-yank, viper-put-back): Don't display modification msg
12640 if in the minibuffer.
12641
12642 * viper-init.el (viper-replace-overlay-cursor-color)
12643 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12644 Make variables frame local.
12645
12646 * viper-util.el (viper-append-filter-alist): Use append instead of
12647 nconc.
12648
12649 * viper.el (viper-vi-state-mode-list)
12650 (viper-emacs-state-mode-list): Move help-mode and
12651 completion-list-mode from the first list to the second.
12652 (viper-mode): Docstring.
12653 (viper-go-away, viper-non-hook-settings): Don't localize
12654 minor-mode-alist in newer Emacsen. Add advice to
12655 set-cursor-color. Don't bind "\C-c\\".
12656
12657 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12658
12659 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12660 (scheme-macro-expand-command): New user options.
12661 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12662 (scheme-form-at-point, scheme-start-file)
12663 (scheme-interactively-start-process): New functions.
12664 (scheme-get-process): New function, extracted from `scheme-proc'.
12665 (run-scheme): Call `scheme-start-file' to get start file, and pass
12666 it to `make-comint'.
12667 (switch-to-scheme, scheme-proc):
12668 Call `scheme-interactively-start-process' if no Scheme buffer/process
12669 is available.
12670
12671 2005-08-06 Juri Linkov <juri@jurta.org>
12672
12673 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12674 Use `compilation-text-face', `compilation-info-text-face' and
12675 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12676 (compilation-error): New face.
12677 (compilation-error-file-name): Inherit from
12678 `compilation-error' instead of `font-lock-warning-face'.
12679 (compilation-warning-file-name): Inherit from
12680 `compilation-warning' instead of `font-lock-warning-face'.
12681 (compilation-info, compilation-error-file-name)
12682 (compilation-warning-file-name, compilation-info-file-name)
12683 (compilation-line-number, compilation-column-number): Doc fix.
12684 (compilation-error-text-face, compilation-warning-text-face)
12685 (compilation-info-text-face): New face variables.
12686 (compilation-line-face, compilation-column-face)
12687 (compilation-enter-directory-face)
12688 (compilation-leave-directory-face): Doc fix.
12689 (compilation-text-face): New function.
12690
12691 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12692 instead of 1 to display binary file names as info file links.
12693 (grep-error-face): Use `compilation-error-face' instead of
12694 `font-lock-keyword-face'.
12695 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12696 and `compilation-warning-text-face' instead of
12697 `font-lock-keyword-face'. Use `compilation-error-text-face'
12698 instead of `grep-error-face'.
12699
12700 2005-08-05 Kenichi Handa <handa@m17n.org>
12701
12702 * international/code-pages.el: Add autoload cookies for all coding
12703 systems.
12704
12705 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12706
12707 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12708
12709 2005-08-04 Juri Linkov <juri@jurta.org>
12710
12711 * progmodes/compile.el (compilation-mode-map):
12712 * progmodes/grep.el (grep-mode-map):
12713 Bind TAB to `compilation-next-error' and [backtab] to
12714 `compilation-previous-error'.
12715
12716 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12717 matching line numbers, column numbers and their ranges with regexp
12718 matching only line numbers.
12719 (grep-context-face): New face variable.
12720 (grep-mode-font-lock-keywords): Use it.
12721
12722 * faces.el (read-face-name): Delete duplicate faces.
12723
12724 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12725
12726 * thumbs.el (thumbs-find-image): Don't make variables
12727 automatically buffer local.
12728 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12729 (thumbs-image-num): Make automatically buffer local.
12730 (thumbs-show-thumbs-list): Use `make-local-variable', not
12731 `make-variable-buffer-local'.
12732 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12733
12734 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12735 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12736 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12737 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12738 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12739 (feelings-about, foullst, found, hello, history, howareyoulst)
12740 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12741 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12742 (neglst, obj, object, owner, please, problems, qlist)
12743 (random-adjective, relation, remlst, repetitive-shortness)
12744 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12745 (shortlst, something, sportslst, stallmanlst, states, subj)
12746 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12747 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12748 Defvar at compile time.
12749
12750 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12751 not `make-variable-buffer-local'.
12752
12753 2005-08-02 Kim F. Storm <storm@cua.dk>
12754
12755 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12756 rectangle overlay in selected window.
12757
12758 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12759
12760 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12761 instead of display group. Make `indicate-buffer-boundaries'
12762 customizable through Custom.
12763
12764 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12765
12766 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12767 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12768 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12769 (gdb-put-string): Fix typos in docstrings.
12770
12771 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12772
12773 Update copyright notices of files in progmodes directory for
12774 release of Emacs 22.1.
12775
12776 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12777
12778 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12779 Don't barf if the GUD buffer has been killed.
12780
12781 2005-08-01 Kim F. Storm <storm@cua.dk>
12782
12783 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12784
12785 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12786
12787 * simple.el (next-error-follow-minor-mode):
12788 make-variable-buffer-local -> make-local-variable.
12789
12790 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12791
12792 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12793 (byte-compile-form-make-variable-buffer-local): New functions to warn
12794 about misuses of make-variable-buffer-local where make-local-variable
12795 was meant.
12796
12797 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12798
12799 * bs.el (bs-attributes-list): Doc fix.
12800 (bs): Update url-link.
12801
12802 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12803 (desktop-load-default): Simplify.
12804
12805 * ibuffer.el (ibuffer-columnize-and-insert-list)
12806 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12807 (ibuffer-unmark-all, ibuffer-toggle-marks)
12808 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12809 (ibuffer-compile-make-format-form, ibuffer-format-column)
12810 (ibuffer-current-buffers-with-marks)
12811 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12812 (ibuffer): Doc fix.
12813 (ibuffer-mode): Fix typo in docstring.
12814 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12815 with `define-obsolete-variable-alias'.
12816 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12817
12818 2005-07-29 Kenichi Handa <handa@m17n.org>
12819
12820 * international/mule-cmds.el (select-message-coding-system):
12821 Be sure to use LF for end-of-line. If no coding system is decided,
12822 return iso-8859-1-unix.
12823
12824 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12825
12826 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12827 (ange-ftp-pending-error-line): New vars.
12828 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12829 to handle the non-fatal no-route-to-host messages.
12830 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12831
12832 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12833
12834 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12835 (isearch-quote-char, isearch-printing-char)
12836 (isearch-text-char-description): "?\ " -> "?\s".
12837 (isearch-lazy-highlight-cleanup)
12838 (isearch-lazy-highlight-initial-delay)
12839 (isearch-lazy-highlight-interval)
12840 (isearch-lazy-highlight-max-at-a-time)
12841 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12842 Declare with define-obsolete-*-alias macros.
12843 (isearch-forward): Fix typo in docstring.
12844 (search-invisible, search-ring-yank-pointer)
12845 (regexp-search-ring-yank-pointer): Doc fixes.
12846
12847 * recentf.el (recentf-menu-append-commands-p): Declare with
12848 `define-obsolete-variable-alias'.
12849 (recentf-max-saved-items, recentf-menu-filter)
12850 (recentf-arrange-by-rule-subfilter): Doc fixes.
12851 (recentf-menu-append-commands-flag)
12852 (recentf-initialize-file-name-history, recentf-expand-file-name)
12853 (recentf-clear-data): Fix typos in docstrings.
12854
12855 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12856
12857 * progmodes/gdb-ui.el: Smarten comments.
12858 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12859
12860 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12861
12862 * term/apollo.el (terminal-init-apollo): New function containing
12863 all former top level forms in the file.
12864 * term/bobcat.el (terminal-init-bobcat):
12865 * term/cygwin.el (terminal-init-cygwin):
12866 * term/iris-ansi.el (terminal-init-iris-ansi):
12867 * term/linux.el (terminal-init-linux):
12868 * term/news.el (terminal-init-news):
12869 * term/rxvt.el (terminal-init-rxvt):
12870 * term/sun.el (terminal-init-sun):
12871 * term/tvi970.el (terminal-init-tvi970):
12872 * term/vt100.el (terminal-init-vt100):
12873 * term/vt102.el (terminal-init-vt102):
12874 * term/vt125.el (terminal-init-vt125):
12875 * term/vt200.el (terminal-init-vt200):
12876 * term/vt201.el (terminal-init-vt201):
12877 * term/vt220.el (terminal-init-vt220):
12878 * term/vt240.el (terminal-init-vt240):
12879 * term/vt300.el (terminal-init-vt300):
12880 * term/vt320.el (terminal-init-vt320):
12881 * term/vt400.el (terminal-init-vt400):
12882 * term/vt420.el (terminal-init-vt420):
12883 * term/wyse50.el (terminal-init-wyse50):
12884 * term/xterm.el (terminal-init-xterm): Likewise.
12885
12886 * term/README: Describe the terminal-init-* functionality.
12887
12888 * startup.el (command-line): After loading the terminal initialization
12889 file call the corresponding terminal initialization function.
12890
12891 2005-07-27 Kenichi Handa <handa@m17n.org>
12892
12893 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12894 negative.
12895
12896 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12897 (ps-mule-composition-prologue): Fix for the case that
12898 RelativeCompose is false.
12899
12900 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12901
12902 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12903
12904 * descr-text.el (describe-char): Handle the case where the list of
12905 chars is displayed in a separate frame.
12906 Be a bit more discriminating when looking for the char.
12907
12908 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12909
12910 * bookmark.el (bookmark-automatically-show-annotations)
12911 (bookmark-read-annotation-text-func): Doc fixes.
12912 (bookmark-save): Improve argument/docstring consistency.
12913 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12914 (bookmark-alist-from-buffer)
12915 (bookmark-upgrade-file-format-from-0)
12916 (bookmark-grok-file-format-version)
12917 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12918 (bookmark-read-annotation-mode)
12919 (bookmark-insert-current-bookmark, bookmark-jump)
12920 (bookmark-exit-hook): Fix typos in docstrings.
12921 (bookmark-exit-hooks): Define as obsolete alias.
12922 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12923 not `bookmark-exit-hooks'. Fix docstring.
12924 (bookmark-bmenu-select): "?\ " -> "?\s".
12925
12926 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12927
12928 * startup.el (command-line): Fix typo.
12929
12930 2005-07-24 Richard M. Stallman <rms@gnu.org>
12931
12932 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12933 not emacs-quick-startup.
12934
12935 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12936
12937 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12938 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12939 instead of `reb-with-current-window'.
12940 (reb-prev-match): Likewise. Also, don't move left if the search
12941 was unsuccessful.
12942 (reb-initialize-buffer): New function.
12943 (re-builder, reb-change-syntax): Use it.
12944
12945 * man.el (Man-goto-page): Make second argument NOERROR optional.
12946
12947 2005-07-23 Richard M. Stallman <rms@gnu.org>
12948
12949 * man.el (Man-bgproc-sentinel): Check here for failure to find
12950 any man page in the output, and report the error here.
12951 (Man-arguments): Make it permanent local.
12952 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12953 (Man-mode): Pass t for NOERROR.
12954
12955 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12956 (grep-mode-font-lock-keywords):
12957 Don't use compilation-...-face for messages that are not file names.
12958
12959 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12960 Don't use compilation-...-face for messages that are not file names.
12961
12962 2005-07-22 Juri Linkov <juri@jurta.org>
12963
12964 * startup.el (normal-splash-screen): Update menu name.
12965
12966 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12967
12968 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12969
12970 * term/xterm.el: Load term/rxvt if the terminal is actually an
12971 rxvt terminal.
12972 (xterm-rxvt-set-background-mode): Remove, not used anymore.
12973
12974 * term/rxvt.el (function-key-map): Use substitute-key-definition
12975 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
12976
12977 * term/cygwin.el: New file.
12978
12979 2005-07-22 Kim F. Storm <storm@cua.dk>
12980
12981 * image-file.el (insert-image-file, image-file-yank-handler):
12982 Fix last change to maintain a (unique) yank-handler on yanked images.
12983
12984 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
12985
12986 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12987 of the file size (as in "177B" for 177 bytes). This happens with
12988 "ls -lh" on FreeBSD.
12989
12990 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
12991
12992 * hilit-chg.el (highlight-changes-global-initial-state)
12993 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12994 (hilit-chg-fixup, highlight-changes-mode):
12995 Fix typos in docstrings.
12996 (highlight-changes-global-modes, highlight-changes-rotate-faces):
12997 Doc fixes.
12998
12999 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13000
13001 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13002 mode function using `eval-after-load'.
13003
13004 2005-07-21 Kim F. Storm <storm@cua.dk>
13005
13006 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13007 included when reporting an emacs crash, and tell about the DEBUG file.
13008
13009 * image-file.el (insert-image-file): Add yank-handler.
13010 (image-file-yank-handler): Yank handler to make unique copies of
13011 images when they are yanked into a buffer next to each other.
13012
13013 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13014
13015 * comint.el (comint-use-prompt-regexp, comint-send-input)
13016 (comint-source-default, comint-extract-string)
13017 (comint-get-source, comint-word, comint-completion)
13018 (comint-source, comint-prompt-read-only, comint-update-fence):
13019 Fix typos in docstrings.
13020 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13021 Declare with define-obsolete-*-alias macros.
13022 (comint-previous-matching-input-from-input)
13023 (comint-next-matching-input-from-input)
13024 (comint-previous-matching-input, comint-next-matching-input)
13025 (comint-forward-matching-input):
13026 Improve argument/docstring consistency.
13027
13028 * desktop.el (desktop-clear-preserve-buffers-regexp):
13029 Also preserve the *server* buffer.
13030
13031 * simple.el (clone-indirect-buffer): Doc fix.
13032 (fixup-whitespace, just-one-space)
13033 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13034 (next-error, next-error-highlight)
13035 (next-error-highlight-no-select, next-error-last-buffer)
13036 (next-error-buffer-p, next-error-find-buffer, next-error)
13037 (previous-error, next-error-no-select, previous-error-no-select)
13038 (open-line, split-line, minibuffer-prompt-width, kill-new)
13039 (binary-overwrite-mode): Fix typos in docstrings.
13040 (set-fill-column): Fix typo in message.
13041
13042 * skeleton.el (skeleton-proxy-new): Doc fix.
13043
13044 * strokes.el (strokes-load-hook): Doc fix.
13045 (strokes-grid-resolution, strokes-get-grid-position)
13046 (strokes-renormalize-to-grid, strokes-read-stroke)
13047 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13048 (strokes-global-map): Fix typos in docstrings.
13049 (strokes-help): Doc fix. Fix help message and pass it through
13050 `substitute-command-keys'.
13051
13052 * tempo.el (tempo-insert-prompt, tempo-interactive)
13053 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13054 (tempo-insert-string-functions, tempo-local-tags)
13055 (tempo-define-template, tempo-insert-template)
13056 (tempo-insert-prompt-compat, tempo-is-user-element)
13057 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13058 Fix typos in docstrings.
13059
13060 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13061 (vcursor-key-bindings, vcursor-use-vcursor-map)
13062 (vcursor-find-window, vcursor-scroll-down)
13063 (vcursor-disable, vcursor-beginning-of-buffer)
13064 (vcursor-end-of-buffer): Fix typos in docstrings.
13065 (vcursor-relative-move, vcursor-get-char-count):
13066 Improve argument/docstring consistency.
13067
13068 * version.el: "?\ " -> "?\s".
13069
13070 * wid-edit.el (widget-default-create, widget-after-change)
13071 (widget-default-format-handler, widget-checklist-add-item)
13072 (widget-radio-add-item, widget-choose, widget-specify-secret)
13073 (widget-field-value-create, widget-field-value-get)
13074 (widget-editable-list-format-handler)
13075 (widget-editable-list-entry-create, widget-group-value-create)
13076 (widget-documentation-link-add)
13077 (widget-documentation-string-value-create): "?\ " -> "?\s".
13078 (widget-convert-text): Doc fix.
13079 (widget-narrow-to-field, widget-field-find)
13080 (widget-url-link-action, widget-emacs-library-link-action)
13081 (widget-color-notify): Fix typos in docstrings.
13082
13083 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13084 (x-select-text, set-w32-system-coding-system)
13085 (w32-add-charset-info): Fix typos in docstrings.
13086
13087 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13088 (cua-enable-cua-keys, cua-use-hyper-key)
13089 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13090 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13091
13092 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13093
13094 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13095 `defalias' instead of faking it.
13096
13097 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13098 (eshell-ls-missing, eshell-ls-dired-initial-args)
13099 (eshell-ls-use-in-dired): Fix typos in docstrings.
13100
13101 2005-07-20 Kim F. Storm <storm@cua.dk>
13102
13103 * emulation/cua-base.el (cua-mode): Improve doc string.
13104
13105 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13106
13107 * abbrev.el (expand-region-abbrevs): Doc fix.
13108 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13109 Improve argument/docstring consistency.
13110
13111 * arc-mode.el (archive-get-descr, archive-alternate-display):
13112 Doc fixes.
13113 (archive-l-e): Improve argument/docstring consistency.
13114 (archive-tmpdir, archive-unixdate, archive-unixtime)
13115 (archive-chmod-entry): Fix typos in docstrings.
13116 (archive-unflag, archive-unflag-backwards)
13117 (archive-unmark-all-files): "?\ " -> "?\s".
13118
13119 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13120 (Buffer-menu-not-modified, Buffer-menu-execute)
13121 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13122 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13123
13124 * composite.el (compose-string, encode-composition-rule)
13125 (compose-last-chars): Fix typos in docstrings.
13126
13127 * desktop.el (desktop-enable, desktop-basefilename):
13128 Declare with `define-obsolete-variable-alias'.
13129 (desktop-internal-v2s): Don't quote keywords.
13130 (desktop-clear): "?\ " -> "?\s".
13131
13132 * dired.el (dired-align-file, dired-flag-backup-files)
13133 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13134 (dired-listing-switches, dired-ls-F-marks-symlinks)
13135 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13136 (dired-directory, dired-faces, dired, dired-revert)
13137 (dired-mode, dired-summary, dired-view-file)
13138 (dired-copy-filename-as-kill, dired-delete-file)
13139 (dired-no-confirm, dired-unmark-all-marks)
13140 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13141 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13142 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13143 Fix typos in message strings.
13144
13145 * dired-x.el (virtual-dired): Declare with `defalias'.
13146 (dired-mark-unmarked-files, dired-local-variables-file)
13147 (dired-omit-here-always): Doc fix.
13148 (dired-omit-mode, dired-find-subdir)
13149 (dired-enable-local-variables, dired-clean-up-buffers-too)
13150 (dired-extra-startup, dired-mark-extension, dired-jump)
13151 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13152 (dired-smart-shell-command, dired-guess-shell-alist-user)
13153 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13154 (dired-x-bind-find-file, dired-x-submit-report):
13155 Fix typos in docstrings.
13156 (dired-mark-unmarked-files): "?\ " -> "?\s".
13157
13158 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13159
13160 * faces.el (describe-face): "?\ " -> "?\s".
13161 (read-all-face-attributes, read-face-font, modify-face)
13162 (face-attr-construct, italic): Fix typos in docstrings.
13163 (frame-update-face-colors): Declare with
13164 `define-obsolete-function-alias'.
13165
13166 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13167 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13168 (magic-mode-alist, buffer-file-numbers-unique)
13169 (write-file-functions, get-free-disk-space):
13170 Fix typos in docstrings.
13171 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13172 (write-contents-hooks, write-file-hooks):
13173 Declare with `define-obsolete-variable-alias'.
13174
13175 * forms-d2.el (arch-rj): Fix typo in docstrings.
13176 (arch-tocol): Likewise. "?\ " -> "?\s".
13177
13178 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13179 Fix typo in docstring.
13180 (set-screen-width, set-screen-height): Delete redundant info in
13181 doctrings.
13182 (new-frame, screen-height, screen-width): Declare with
13183 `define-obsolete-function-alias'.
13184 (delete-frame-hook, blink-cursor): Declare with
13185 `define-obsolete-variable-alias'.
13186
13187 * paths.el (prune-directory-list): Fix typos in docstring.
13188
13189 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13190 (cvs-prefix-get): Fix typos in docstrings.
13191
13192 * ps-print.el (ps-extend-face-list, ps-extend-face)
13193 (ps-print-background-image): Fix typos in docstrings.
13194 (ps-default-fg, ps-default-bg): Doc fixes.
13195
13196 * s-region.el (s-region-bind): Doc fix.
13197 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13198
13199 * textmodes/org.el (org-table-formula-substitute-names)
13200 (org-table-get-vertical-vector): Doc fixes.
13201 (org-table-recalculate): Remove unused argument to `message'.
13202
13203 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13204
13205 * textmodes/org.el (org-table-column-names)
13206 (org-table-column-name-regexp)
13207 (org-table-named-field-locations): New variables.
13208 (org-archive-subtree): Protect `this-command' when calling
13209 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13210 the kill buffer.
13211 (org-complete): Remove fixed-formula completion.
13212 (org-edit-formulas-map): New variable.
13213 (org-table-edit-formulas): New command.
13214 (org-finish-edit-formulas, org-abort-edit-formulas)
13215 (org-show-variable, org-table-get-vertical-vector): New functions.
13216 (org-table-maybe-eval-formula): Handle `:=' fields.
13217 (org-table-get-stored-formulas, org-table-store-formulas)
13218 (org-table-get-formula, org-table-modify-formulas)
13219 (org-table-replace-in-formulas): Handle named field formulas.
13220 (org-table-get-specials): Store locations of named fields.
13221
13222 2005-07-19 Juri Linkov <juri@jurta.org>
13223
13224 * progmodes/grep.el (grep-regexp-alist)
13225 (grep-mode-font-lock-keywords, grep-process-setup):
13226 Use default GNU grep match color "01;31m" instead of "01;41m".
13227 (grep-regexp-alist, grep-mode-font-lock-keywords):
13228 Use `\\[[0-9]*m' instead of `\\[00m'.
13229 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13230 sgr_start where its handling is more important. Use the real
13231 length of sgr_start instead of constant 8.
13232 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13233 specially. Delete all remaining escape sequences.
13234 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13235 (grep-regexp-alist): Make hyperlink only for binary file name
13236 instead of the whole line.
13237 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13238 (grep-mode): Add autoload.
13239
13240 * emacs-lisp/find-func.el (find-function-regexp):
13241 Add `define-compilation-mode'.
13242
13243 2005-07-19 Juri Linkov <juri@jurta.org>
13244
13245 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13246 (compare-windows-sync-string-size, compare-windows-recenter)
13247 (compare-windows-highlight, compare-windows): Add version 22.1.
13248 (compare-windows) <defface>: Inherit from lazy-highlight instead
13249 of duplicating its default value.
13250
13251 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13252 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13253
13254 * descr-text.el (describe-char): Create link buttons for `charset'
13255 and `code point'. Add the current input method name with a link
13256 button to `to input' field. Print face names of display table
13257 characters in `The display table entry is displayed by' section
13258 instead of printing face-id in the `display' field.
13259 Guess hardcoded faces and create a link button for them.
13260 Skip empty fields when calculating max-width.
13261 Treat `widget-create' specially while inserting strings from the
13262 collected field list.
13263 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13264
13265 * diff-mode.el (diff-file-header): Change foreground color from
13266 yellow to green on light backgrounds.
13267 (diff-context): Inherit from `shadow' only for color/grayscale
13268 with more than 88 colors.
13269 (diff-indicator-removed, diff-indicator-added)
13270 (diff-indicator-changed): New faces.
13271 (diff-font-lock-keywords): Use new faces. Regroup rules.
13272 Add "^---$" for `normal' diff format. Fontify `#' lines with
13273 font-lock-comment-delimiter-face and font-lock-comment-face.
13274 Add `#' to ^[^...] in the rule for `diff-context-face'.
13275
13276 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13277 a button-like box. Inherit from `highlight' on low colors.
13278 (shadow): Use shades of gray only for color/grayscale with
13279 more than 88 colors. Use green for light backgrounds with
13280 8 colors, and yellow for dark backgrounds with 8 colors.
13281
13282 * font-lock.el (font-lock-regexp-grouping-backslash):
13283 Don't inherit from escape-glyph (use bold for all cases).
13284
13285 * info.el (info-xref-visited): Use light foreground color `violet'
13286 for dark backgrounds instead of dark color `magenta3'.
13287 (info-title-1): Use `yellow' color for dark backgrounds.
13288
13289 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13290 too-light magenta2.
13291
13292 * replace.el (match): Use slightly more light RoyalBlue3 instead
13293 of dark RoyalBlue4.
13294
13295 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13296
13297 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13298
13299 * novice.el (disabled-command-hook): Declare it with
13300 `define-obsolete-variable-alias'.
13301
13302 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13303 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13304 (desktop-load-default): Add release to obsolescence info.
13305 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13306 (desktop-append-buffer-args, desktop-read):
13307 Fix typos in docstrings.
13308 (desktop-kill): Fix typo in message.
13309 (desktop-save): Doc fix.
13310
13311 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13312
13313 * viper-cmd.el (viper-escape-to-state): Bug fix.
13314 (viper-envelop-ESC-key): Change the definition of fast
13315 keysequence so it'll work with keyboard macros.
13316
13317 * ediff.el (ediff-patch-buffer): Change the docstring.
13318
13319 2005-07-19 Kenichi Handa <handa@m17n.org>
13320
13321 * international/mule-cmds.el (select-safe-coding-system): Try to
13322 use an auto-coding (if any) before anything else. If the found
13323 auto-coding is invalid, show a warning message.
13324
13325 * international/mule.el (find-auto-coding): New function created
13326 by modifying the body of set-auto-coding.
13327 (set-auto-coding): Use find-auto-coding to find a coding.
13328
13329 2005-07-18 Richard M. Stallman <rms@gnu.org>
13330
13331 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13332 not isearch-mode-end-hook-error.
13333 (allout-before-change-protect): Fix error message.
13334
13335 2005-07-18 Juri Linkov <juri@jurta.org>
13336
13337 * allout.el (allout-mode):
13338 * calculator.el (calculator-copy):
13339 * custom.el (custom-known-themes):
13340 * dired.el (dired-desktop-buffer-misc-data)
13341 (dired-restore-desktop-buffer):
13342 * dired-x.el (dired-omit-marker-char):
13343 * files.el (basic-save-buffer):
13344 * font-core.el (font-lock-mode):
13345 * calendar/calendar.el (calendar-goto-hebrew-date)
13346 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13347 (calendar-goto-persian-date):
13348 * language/ethio-util.el (ethio-sera-to-fidel-region):
13349 * textmodes/picture.el (picture-mode):
13350 Delete duplicate duplicate words.
13351
13352 2005-07-18 Juri Linkov <juri@jurta.org>
13353
13354 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13355 chars * ? } |.
13356 (isearch-fallback): Don't call `isearch-process-search-char'.
13357 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13358 (isearch-process-search-char): Call `isearch-fallback' for regexp
13359 chars * ? } |.
13360 (isearch-return-char): Make obsolete with `make-obsolete' instead
13361 of simply documenting it as obsolete in the docstring.
13362 (isearch-fallback): Refill docstring.
13363
13364 * international/isearch-x.el
13365 (isearch-process-search-multibyte-characters): Remove unneeded
13366 `concat'. Add intermediate values to `junk-hist' instead of
13367 `minibuffer-history'. Test the length of `str'.
13368
13369 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13370
13371 * allout.el (allout-resolve-xref): Fix typos in error strings.
13372 (allout-before-change-protect): Remove unneeded `concat'.
13373
13374 * array.el (array-mode, array-reconfigure-rows)
13375 (untabify-backward): Fix typos in docstrings.
13376 (array-reconfigure-rows): Use `insert-buffer-substring', not
13377 `insert-buffer'.
13378
13379 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13380 * progmodes/ada-mode.el (ada-make-body):
13381 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13382
13383 * dired.el (dired-log):
13384 * tar-mode.el (tar-subfile-save-buffer):
13385 * play/zone.el (zone-pgm-stress-destress):
13386 Use `insert-buffer-substring', not `insert-buffer'.
13387
13388 2005-07-17 Simon Josefsson <jas@extundo.com>
13389
13390 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13391
13392 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13393
13394 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13395 Add plain auth method.
13396 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13397
13398 2005-07-17 Kim F. Storm <storm@cua.dk>
13399
13400 * ido.el (dired-other-window): Add ido property.
13401
13402 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13403
13404 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13405 Fix typo in docstring.
13406 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13407 `insert-file-literally'.
13408
13409 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13410 info and delete redundant message. Doc fix.
13411 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13412 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13413
13414 2005-07-16 Richard M. Stallman <rms@gnu.org>
13415
13416 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13417 (byte-compile-and): Use byte-compile-and-recursion.
13418 (byte-compile-or-recursion): New function.
13419 (byte-compile-or): Use that.
13420 (byte-compile-if): Guard the else-clause too.
13421 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13422
13423 * isearch.el (isearch-mode-end-hook-quit): New variable.
13424 (isearch-done): Bind it.
13425 (isearch-mode-end-hook): Doc fix.
13426
13427 * allout.el (allout-isearch-did-quit): Variable deleted.
13428 (allout-real-isearch-abort): Function name no longer used.
13429 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13430 (allout-isearch-rectification): isearch-mode always exists.
13431 Don't set allout-isearch-did-quit.
13432 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13433 allout-isearch-did-quit.
13434 (allout-enwrap-isearch): Just add the hook.
13435 (allout-isearch-abort): Function deleted.
13436 (allout-pre-command-business): Avoid warning.
13437
13438 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13439 Correctly avoid warnings.
13440 (pascal-outline): Likewise.
13441
13442 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13443
13444 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13445
13446 * play/tetris.el (tetris-mode): Avoid warning.
13447
13448 * play/snake.el (snake-mode): Avoid warning.
13449
13450 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13451 (gamegrid-set-display-table): Avoid warning.
13452 (gamegrid-set-timer): Likewise.
13453 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13454 (gamegrid-add-score-with-update-game-score-1): Take FILE
13455 as argument.
13456 (gamegrid-add-score-with-update-game-score): Pass that argument.
13457 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13458
13459 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13460
13461 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13462 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13463
13464 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13465 and insert-file.
13466
13467 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13468 (sc-ask): Avoid warnings.
13469
13470 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13471 (eshell-hist-initialize): Use that var the natural way.
13472
13473 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13474
13475 * emacs-lisp/re-builder.el (reb-cook-regexp):
13476 Avoid warning calling lre-compile-string.
13477 (reb-color-display-p): Avoid warning.
13478
13479 * calculator.el (calculator-last-input): Guard uses
13480 of event-key and key-press-event-p.
13481 (event-key, key-press-event-p): Delete definitions.
13482
13483 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13484 (find-gc-source-directory, find-gc-subrs-callers)
13485 (find-gc-noreturn-list, find-gc-source-files)
13486 (find-gc-subrs-called): Vars renamed and defvar'd.
13487
13488 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13489 (checkdoc-overlay-put, checkdoc-delete-overlay)
13490 (checkdoc-overlay-start, checkdoc-overlay-end)
13491 (checkdoc-mode-line-update, checkdoc-char=):
13492 Define such that compiler knows they are defined.
13493 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13494 (checkdoc-read-event): Delete. Use read-event directly.
13495
13496 * whitespace.el (whitespace-make-overlay)
13497 (whitespace-overlay-put, whitespace-delete-overlay)
13498 (whitespace-overlay-start, whitespace-overlay-end):
13499 Define such that compiler knows they are defined.
13500 (whitespace): Move conditional inside.
13501
13502 * tempo.el (tempo-insert-template): Suppress warning.
13503
13504 * ediff-diff.el (longlines-mode): Add defvar.
13505
13506 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13507
13508 * server.el: Bind "C-x #" in a way that works even if C-x is
13509 redefined to a command key, not a prefix key.
13510
13511 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13512
13513 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13514 cl-make-type-test till execution time.
13515
13516 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13517
13518 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13519 arg ARG and use it.
13520
13521 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13522
13523 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13524
13525 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13526
13527 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13528 a defcustom with two :set or :type keywords.
13529
13530 2005-07-15 Richard M. Stallman <rms@gnu.org>
13531
13532 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13533 Don't give ^M comment-end syntax.
13534
13535 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13536
13537 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13538 Don't consider gdbmi (gdb-mi.el has its own update functions).
13539 (gdb-var-delete): Make it work for gdbmi as well.
13540 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13541
13542 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13543 (gud-speedbar-menu-items): Correct logic for enabling items.
13544
13545 2005-07-15 Kim F. Storm <storm@cua.dk>
13546
13547 * ido.el: Fix commentary.
13548 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13549 Use with-no-warnings around ffap-guesser.
13550 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13551 Let bind minibuffer-completing-file-name to t.
13552
13553 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13554
13555 * startup.el (site-run-file, keyboard-type): Doc fixes.
13556 (command-line): Check for "--basic-display" argument; also for
13557 "--quick", not "--bare-bones" (which was renamed).
13558 (fancy-splash-text): Add missing item "Getting New Versions".
13559 (normal-splash-screen): Fix typos and improve consistency with
13560 `fancy-splash-text'. Update copyright year.
13561
13562 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13563 valid binding for `help-char'.
13564
13565 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13566
13567 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13568
13569 * term.el (term-mode): Disable cua-mode for term buffers.
13570
13571 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13572
13573 * add-log.el (add-log-mailing-address, change-log-merge):
13574 Doc fixes.
13575 (change-log-get-method-definition): Fix typo in docstring.
13576
13577 2005-07-14 Kim F. Storm <storm@cua.dk>
13578
13579 * emulation/cua-base.el:
13580 (cua--pre-command-handler-1, cua--pre-command-handler)
13581 (cua--post-command-handler-1, cua--post-command-handler):
13582 Split in two. Check (buffer local) value of cua-mode.
13583 (cua-selection-mode): New command.
13584
13585 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13586
13587 * custom.el (custom-initialize-safe-set)
13588 (custom-initialize-safe-default): Doc fixes.
13589
13590 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13591 and simplify :init-value again.
13592
13593 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13594 and simplify :init-value again. Delete autoload.
13595
13596 * startup.el (command-line): Use `custom-reevaluate-setting' again
13597 for tooltip-mode.
13598
13599 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13600 a defcustom with two :initialize keywords.
13601
13602 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13603
13604 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13605 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13606 (allout-post-command-business, allout-flag-region)
13607 (isearch-reenable-font-lock, allout-yank)
13608 (allout-insert-latex-header, allout-insert-latex-trailer)
13609 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13610 (allout-latex-verb-quote): Fix typos in docstrings.
13611 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13612 (allout-unprotected, allout-prefix-data):
13613 Improve argument/docstring consistency.
13614 (allout-chart-subtree): Fix argument spec.
13615 (allout-open-topic): Rename `use_sib_bullet' argument to
13616 `use-sib-bullet'. Doc fix.
13617
13618 * whitespace.el (whitespace-check-buffer-leading)
13619 (whitespace-check-buffer-trailing)
13620 (whitespace-check-buffer-indent)
13621 (whitespace-check-buffer-spacetab)
13622 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13623 (whitespace-check-leading-whitespace)
13624 (whitespace-check-trailing-whitespace)
13625 (whitespace-check-spacetab-whitespace)
13626 (whitespace-check-indent-whitespace)
13627 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13628 (whitespace-modes): Fix typos in docstrings.
13629 (defgroup, defcustom): Doc fixes.
13630
13631 * winner.el (winner-mode, winner-boring-buffers)
13632 (winner-pending-undo-ring): Doc fixes.
13633 (winner-ring): Remove unneeded `progn'.
13634 (winner-equal): `defsubst' it.
13635 (winner-redo): Fix message.
13636
13637 2005-07-13 Kim F. Storm <storm@cua.dk>
13638
13639 * simple.el (line-move-1): Always use vertical-motion to
13640 do the last (or only) line move to ensure some movement.
13641 Undo 2005-06-23 change--don't check for overlays.
13642
13643 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13644
13645 * term/mac-win.el (ccl-encode-mac-roman-font)
13646 (ccl-encode-mac-centraleurroman-font)
13647 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13648 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13649 Change charset-id boundary of dimension to ?\xef.
13650 (mac-char-fontspec-list): New constant.
13651 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13652 argument. Nil uses itself as family in font-spec. Previous
13653 behavior for nil is now provided by non-nil non-string argument.
13654 All callers changed. Add font-specs for Mac fonts to
13655 "fontset-default" unless iso8859-1 fonts are installed.
13656
13657 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13658
13659 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13660 a continuation line if the \ is preceded by SPC or TAB.
13661 (sh-get-indent-info): Simplify.
13662 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13663 Use with-current-buffer.
13664
13665 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13666 when the matched text is empty.
13667
13668 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13669
13670 * startup.el (command-line): Revert to previous handling of
13671 tooltip-mode. Explain in comment why the complexity is needed.
13672
13673 * tooltip.el (tooltip-mode): Revert to previous implementation of
13674 its defcustom.
13675
13676 * frame.el (blink-cursor-mode): Revert to previous implementation
13677 of its defcustom. Update comment.
13678
13679 2005-07-12 Lars Hansen <larsh@soem.dk>
13680
13681 * desktop.el: Update e-mail address.
13682
13683 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13684
13685 * term/mac-win.el (mac-services-mail-selection)
13686 (mac-services-mail-to): New functions.
13687 (mac-application-menu-map): Bind them.
13688
13689 2005-07-12 wulei <milton@wulei.net> (tiny change)
13690
13691 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13692
13693 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13694
13695 * custom.el (custom-reevaluate-setting): Doc fix.
13696
13697 2005-07-11 Jay Belanger <belanger@truman.edu>
13698
13699 * calc/calc.el (calc-embedded-announce-formula-alist)
13700 (calc-embedded-open-close-plain-alist)
13701 (calc-embedded-open-close-mode-alist): Add checks for additional
13702 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13703
13704 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13705
13706 * custom.el (custom-enable-theme): Don't add theme to
13707 `custom-enabled-themes' with `push' because there is no
13708 setf-method for `delq'.
13709
13710 2005-07-11 Richard M. Stallman <rms@gnu.org>
13711
13712 * custom.el (custom-declare-variable): Doc fix.
13713
13714 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13715 from the alists.
13716
13717 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13718 Do nothing if edebug-active.
13719
13720 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13721 (edebug-display): Do it here instead.
13722
13723 2005-07-10 Richard M. Stallman <rms@gnu.org>
13724
13725 * cus-face.el (custom-theme-set-faces): Make it work.
13726 (custom-reset-faces): Doc fix.
13727 (custom-theme-reset-internal-face, custom-theme-face-value):
13728 Functions deleted.
13729
13730 * custom.el (custom-push-theme): Maintain list of the settings
13731 of a given theme in its theme-settings property.
13732 Maintain position of old settings in the theme-value
13733 or theme-face property.
13734 (custom-enabled-themes): New variable.
13735 (custom-theme-enabled-p): New function.
13736 (provide-theme): Update custom-enabled-themes.
13737 Disable and reenable the `user' theme.
13738 (require-theme): Doc fix.
13739 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13740 (custom-theme-value, custom-theme-variable-value): Likewise.
13741 (custom-theme-reset-internal): Likewise.
13742 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13743 (custom-enable-theme, custom-disable-theme): New functions.
13744 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13745 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13746 (custom-theme-reset-variables): Simplify.
13747 (deftheme, custom-declare-theme, custom-make-theme-feature):
13748 Definitions moved.
13749
13750 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13751
13752 * longlines.el (longlines-show-region)
13753 (longlines-unshow-hard-newlines): Recognize hard newlines by
13754 non-nil hard property, instead of t.
13755
13756 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13757
13758 * viper-cmd.el (viper--key-maps): New variable.
13759 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13760 emulation-mode-map-alists.
13761 (viper-envelop-ESC-key): Use viper-subseq.
13762 (viper-search-forward/backward/next): Disable debug-on-error.
13763
13764 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13765 (viper-ESC-key): New defcustoms.
13766
13767 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13768
13769 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13770 (viper-subseq): Copy of subseq from cl.el.
13771
13772 * viper.el (viper-go-away, viper-set-hooks): Use
13773 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13774
13775 * viper-mous.el (viper-current-frame-saved): Use defvar.
13776
13777 * viper-init.el: Get rid of -face in face names.
13778
13779 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13780 Make it work with longlines mode
13781
13782 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13783
13784 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13785
13786 * ediff-init.el: Get rid of -face in face names.
13787
13788 2005-07-10 Richard M. Stallman <rms@gnu.org>
13789
13790 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13791 and with-timeout-unsuspend.
13792
13793 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13794 and with-timeout-unsuspend.
13795
13796 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13797 (with-timeout): Bind that variable to record timers.
13798 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13799
13800 * emacs-lisp/debug.el (debug-help-follow): New function.
13801 (debugger-mode-map): Use that instead of help-follow.
13802 (debugger-setup-buffer): Use eval-buffer-list
13803 to handle eval-buffer frames.
13804
13805 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13806
13807 * timezone.el (timezone-parse-date): Change first regexp
13808 so it will not mistakenly match dates with no time zone.
13809
13810 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13811
13812 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13813
13814 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13815
13816 * custom.el (custom-initialize-safe-set)
13817 (custom-initialize-safe-default): New functions.
13818
13819 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13820 and simplify :init-value.
13821
13822 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13823 and simplify :init-value. Delete obsolete comment.
13824
13825 * startup.el (command-line): Use `custom-reevaluate-setting' to
13826 handle `tooltip-mode'. Delete obsolete comment.
13827
13828 * files.el (set-visited-file-name): Avoid calling
13829 `file-name-nondirectory' with a nil argument.
13830
13831 2005-07-09 Richard M. Stallman <rms@gnu.org>
13832
13833 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13834 was called with nil for the buffer, handle the read position right.
13835 Handle read position for eval-region, too.
13836
13837 2005-07-09 Juri Linkov <juri@jurta.org>
13838
13839 * fringe.el (fringe-mode): Add period in docstring.
13840 (fringe-query-style): Build prompt depending on `all-frames' arg.
13841
13842 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13843 to not create links to unrelated functions in the Help buffer.
13844
13845 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13846 Doc fix.
13847
13848 * simple.el (next-error-hook): New variable.
13849 (next-error): Use it. Doc fix.
13850
13851 * textmodes/ispell.el (ispell-command-loop): Add current
13852 dictionary name and program name to mode-line-format.
13853 (ispell-region, ispell-process-line): Add current dictionary name
13854 and program name to messages.
13855
13856 2005-07-08 Jay Belanger <belanger@truman.edu>
13857
13858 * calc/calc.el (calc-embedded-announce-formula-alist)
13859 (calc-embedded-open-close-formula-alist)
13860 (calc-embedded-open-close-word-alist)
13861 (calc-embedded-open-close-plain-alist)
13862 (calc-embedded-open-close-new-formula-alist)
13863 (calc-embedded-open-close-mode-alist)
13864 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13865 (calc-embedded-mode-hook): New variables.
13866
13867 * calc/calc-embed.el (calc-embedded-firsttime)
13868 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13869 New variables.
13870 (calc-do-embedded): Use calc-embedded-firsttime,
13871 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13872 determine whether or not to run hooks.
13873 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13874 calc-embedded-firsttime-formula appropriately.
13875 Set calc-embedded delimiter variables according to mode.
13876
13877 2005-07-08 Richard M. Stallman <rms@gnu.org>
13878
13879 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13880 Check for "emacs", etc., as entire symbol, not just as word.
13881 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13882
13883 * files.el (set-visited-file-name): Report the error
13884 for "empty filename" earlier.
13885 (kill-some-buffers): Ignore buffers already dead.
13886
13887 * fringe.el (fringe-mode): Doc fix.
13888
13889 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13890 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13891 Use unwind-protect to ensure byte-compile-unresolved-functions
13892 is updated.
13893
13894 * whitespace.el (whitespace-buffer-leading-cleanup):
13895 Simplify w/ skip-chars-forward.
13896 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13897
13898 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13899 Unconditionally try to leave point at the same old place.
13900
13901 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13902
13903 * comint.el (comint-postoutput-scroll-to-bottom)
13904 (comint-show-maximum-output): Take scroll-margin into consideration.
13905
13906 2005-07-08 Kim F. Storm <storm@cua.dk>
13907
13908 * ido.el (ido-use-filename-at-point): New choice `guess'.
13909 (ido-file-internal): Try ffap-guesser if selected.
13910
13911 * ido.el (ido-before-fallback-functions): New hook.
13912 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13913 (ido-read-file-name): Run it.
13914
13915 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13916
13917 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13918 strings rather than a list of symbols to the completion function.
13919
13920 2005-07-07 Jay Belanger <belanger@truman.edu>
13921
13922 * calc/calc-units.el (math-apply-units): Change the places in
13923 which units are simplified.
13924
13925 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13926
13927 * cus-edit.el (customize-option, customize-option-other-window):
13928 Make them handle aliases.
13929
13930 * custom.el (custom-variable-p): Make it recursively follow
13931 aliases. Mention that in the docstring.
13932
13933 2005-07-07 Richard M. Stallman <rms@gnu.org>
13934
13935 * cus-start.el (exec-path): Use `directory' instead of `file'.
13936 Fix tag for nil.
13937
13938 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13939
13940 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13941 when called non-interactively. Doc fix.
13942
13943 2005-07-07 Lute Kamstra <lute@gnu.org>
13944
13945 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13946 new address as well.
13947
13948 2005-07-07 Kenichi Handa <handa@m17n.org>
13949
13950 * international/mule.el (make-coding-system):
13951 Describe `ascii-incompatible' property in the docstring.
13952 (set-file-name-coding-system): Signal an error if coding-system is
13953 ascii-incompatible.
13954 (set-keyboard-coding-system): Likewise.
13955
13956 * international/mule-cmds.el (set-default-coding-systems):
13957 Don't set default-file-name-coding-system and
13958 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13959
13960 * international/utf-16.el: Declare that all UTF-16-based coding
13961 systems are ASCII-incompatible.
13962
13963 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13964
13965 * progmodes/gud.el: Require font-lock for displaying errors.
13966 Used by gdb-ui.el.
13967
13968 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13969
13970 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13971 values for the pattern lists which are `read'able but not
13972 `append'able (like symbols).
13973
13974 2005-07-06 Richard M. Stallman <rms@gnu.org>
13975
13976 * progmodes/flymake.el (flymake-float-time): Instead of
13977 with-no-warnings, test for xemacs.
13978 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13979 to avoid warning.
13980
13981 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
13982
13983 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13984
13985 2005-07-05 Lute Kamstra <lute@gnu.org>
13986
13987 * battery.el: Add support for Darwin (with much debugging help
13988 from Samuel Lauber <sam124@operamail.com>).
13989 (battery-status-function, battery-echo-area-format)
13990 (battery-mode-line-format): Add support for pmset on Darwin.
13991 (battery-load-low, battery-load-critical): New user options.
13992 (battery-pmset): New function.
13993
13994 2005-07-05 Lute Kamstra <lute@gnu.org>
13995
13996 Update FSF's address in GPL notices.
13997
13998 * textmodes/page-ext.el: Update FSF's address.
13999
14000 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14001
14002 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14003 filling from using prefix when filling a single-line docstring.
14004
14005 * progmodes/flymake.el: Remove useless eval-when-compile.
14006
14007 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14008
14009 2005-07-04 Richard M. Stallman <rms@gnu.org>
14010
14011 * textmodes/org.el (org-file-apps-defaults-gnu):
14012 Rename from org-file-apps-defaults-linux.
14013 (org-default-apps): Don't test system-type for `linux'.
14014 (org-file-apps): Doc fix.
14015
14016 2005-07-04 David Ponce <david@dponce.com>
14017
14018 * tree-widget.el: Improve header Commentary section.
14019 (tree-widget) [defgroup]
14020 (tree-widget-image-enable, tree-widget-themes-directory)
14021 (tree-widget-theme, tree-widget-image-properties-emacs)
14022 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14023 (tree-widget-image-formats, tree-widget-control)
14024 (tree-widget-empty-control, tree-widget-leaf-control
14025 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14026 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14027 (tree-widget-keep, tree-widget-after-toggle-functions)
14028 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14029 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14030 :help-echo message.
14031 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14032 (tree-widget-image-properties): Doc fix. Clearer implementation.
14033 (tree-widget--cursors): New constant.
14034 (tree-widget-lookup-image): New function split from
14035 `tree-widget-find-image'. Clearer implementation.
14036 (tree-widget-find-image): Use it.
14037 (tree-widget-button-keymap): Use `set-keymap-parent'.
14038 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14039 Define the sub-widgets here.
14040 (tree-widget-node): Check that :node is not a tree-widget.
14041 (tree-widget-get-super, tree-widget-open-control)
14042 (tree-widget-close-control, tree-widget-empty-control)
14043 (tree-widget-leaf-control, tree-widget-guide)
14044 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14045 (tree-widget-no-handle, tree-widget-value-delete)
14046 (tree-widget-map): Remove.
14047 (tree-widget-children-value-save): Doc fix. Simplified.
14048 (tree-widget-value-create): Update according to previous changes.
14049
14050 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14051
14052 * textmodes/org.el: Leading space replaced by TABS.
14053 (org-recalc-marks, org-table-rotate-recalc-marks)
14054 (org-table-get-specials): Treat "^" and "_" marks.
14055 (org-table-justify-field-maybe): Optional argument NEW.
14056 (org-table-eval-formula): Parsing of the format simplified.
14057 New modes C,I. Honor the %= parameter in the current table.
14058 Avoid unnecessary re-align by using the NEW argument to
14059 `org-table-justify-field-maybe'.
14060 (org-calc-default-modes): Default for date-format mimicks org-mode.
14061 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14062
14063 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14064
14065 * cus-face.el (custom-theme-set-faces): Make it handle face
14066 aliases whose alias declarations are pre- or autoloaded.
14067
14068 2005-07-04 Juri Linkov <juri@jurta.org>
14069
14070 * faces.el (read-face-name): Put the code for getting a face name
14071 from the buffer before adding the faces from the `face' property.
14072 Use `completing-read-multiple' instead of `completing-read'.
14073 Require `crm'. Add default value and post-process the returned
14074 list of faces.
14075
14076 * emacs-lisp/crm.el (crm-find-current-element)
14077 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14078
14079 * emacs-lisp/lisp-mode.el (eval-defun-1):
14080 * emacs-lisp/edebug.el (edebug-eval-defun):
14081 Remove unnecessary quotes.
14082
14083 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14084
14085 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14086 (prolog-indent-level): Fix typo in docstring.
14087
14088 * info.el (Info-history, Info-history-forward)
14089 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14090
14091 * add-log.el (add-change-log-entry):
14092 * comint.el (comint-dynamic-list-input-ring)
14093 (comint-dynamic-list-completions):
14094 * dabbrev.el (dabbrev-expand):
14095 * delim-col.el (delimit-columns-rectangle-line):
14096 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14097 (diff-unified->context):
14098 * ediff-init.el (ediff-abbrev-jobname):
14099 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14100 (ediff-replace-session-activity-marker-in-meta-buffer):
14101 * info.el (Info-summary):
14102 * lpr.el (printify-region):
14103 * printing.el (pr-create-interface):
14104 * ps-print.el (ps-print-quote):
14105 * ses.el (ses-column-widths, ses-print-cell)
14106 (ses-adjust-print-width, ses-center):
14107 * shell.el (shell-file-name-quote-list):
14108 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14109 (strokes-fill-current-buffer-with-whitespace)
14110 (strokes-xpm-for-stroke, strokes-list-strokes)
14111 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14112 * term.el (term-dynamic-list-input-ring)
14113 (term-dynamic-list-completions):
14114 * calc/calc.el (math-format-stack-value):
14115 * emacs-lisp/edebug.el (edebug-display-freq-count):
14116 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14117 (delphi-new-comment-line):
14118 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14119 * progmodes/executable.el (executable-set-magic):
14120 * progmodes/python.el (inferior-python-mode):
14121 * progmodes/scheme.el (scheme-mode-syntax-table):
14122 * progmodes/sh-script.el (sh-maybe-here-document):
14123 * progmodes/sql.el (sql-copy-column):
14124 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14125 * textmodes/bibtex.el (bibtex-mode):
14126 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14127 (sgml-auto-attributes):
14128 * textmodes/table.el (table-insert, table-shorten-cell)
14129 (table--generate-source-scan-lines, table-delete-row)
14130 (*table--cell-delete-char, table--spacify-frame)
14131 (table--horizontally-shift-above-and-below)
14132 (table--cell-insert-char, table--cell-blank-str)
14133 (table--fill-region-strictly):
14134 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14135 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14136
14137 * add-log.el (change-log):
14138 * apropos.el (apropos):
14139 * comint.el (comint-completion, comint-source):
14140 * dabbrev.el (dabbrev):
14141 * delim-col.el (columns):
14142 * diff-mode.el (diff-mode):
14143 * ediff.el (ediff):
14144 * ediff-diff.el (ediff-diff):
14145 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14146 * ediff-mult.el (ediff-mult):
14147 * ediff-ptch.el (ediff-ptch):
14148 * ediff-wind.el (ediff-window):
14149 * facemenu.el (facemenu):
14150 * indent.el (indent):
14151 * info.el (info):
14152 * jka-cmpr-hook.el (compression, jka-compr):
14153 * lpr.el (lpr):
14154 * outline.el (outlines):
14155 * pcmpl-cvs.el (pcmpl-cvs):
14156 * pcmpl-rpm.el (pcmpl-rpm):
14157 * printing.el (printing):
14158 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14159 (ps-print-vertical, ps-print-headers, ps-print-font)
14160 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14161 (ps-print-background, ps-print-printer, ps-print-page)
14162 (ps-print-miscellany):
14163 * ses.el (ses):
14164 * shell.el (shell, shell-directories, shell-faces):
14165 * startup.el (initialization):
14166 * strokes.el (strokes):
14167 * term.el (term):
14168 * uniquify.el (uniquify):
14169 * w32-vars.el (w32):
14170 * calc/calc.el (calc):
14171 * emacs-lisp/bytecomp.el (bytecomp):
14172 * emacs-lisp/cl-indent.el (lisp-indent):
14173 * emacs-lisp/edebug.el (edebug):
14174 * emacs-lisp/elp.el (elp):
14175 * emacs-lisp/testcover.el (testcover):
14176 * emacs-lisp/trace.el (trace):
14177 * emulation/viper-ex.el (viper-ex):
14178 * emulation/viper-mous.el (viper-mouse):
14179 * mail/mailalias.el (mailalias):
14180 * mail/supercite.el (supercite, supercite-frames)
14181 (supercite-attr, supercite-cite, supercite-hooks):
14182 * net/rcompile.el (remote-compile):
14183 * net/rlogin.el (rlogin):
14184 * obsolete/ooutline.el (outlines):
14185 * progmodes/delphi.el (delphi):
14186 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14187 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14188 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14189 (ebnf-optimization):
14190 * progmodes/etags.el (etags):
14191 * progmodes/executable.el (executable):
14192 * progmodes/idlwave.el (idlwave):
14193 * progmodes/pascal.el (pascal):
14194 * progmodes/prolog.el (prolog):
14195 * progmodes/python.el (python):
14196 * progmodes/scheme.el (scheme):
14197 * progmodes/sh-script.el (sh, sh-script):
14198 * progmodes/sql.el (SQL):
14199 * progmodes/tcl.el (tcl):
14200 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14201 * textmodes/enriched.el (enriched):
14202 * textmodes/makeinfo.el (makeinfo):
14203 * textmodes/sgml-mode.el (sgml):
14204 * textmodes/table.el (table-hooks):
14205 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14206 * textmodes/texinfo.el (texinfo):
14207 * textmodes/two-column.el (two-column):
14208 Finish `defgroup' description with period.
14209
14210 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14211 * eshell/esh-var.el (eshell-var):
14212 * progmodes/vhdl-mode.el (vhdl-testbench):
14213 * textmodes/org.el (org): Fix typos in docstrings.
14214
14215 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14216 consistency.
14217
14218 * progmodes/flymake.el (flymake-find-file): Remove.
14219 (flymake-float-time): Use `with-no-warnings'.
14220 (flymake-check-start-time, flymake-check-was-interrupted)
14221 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14222 (flymake-new-err-info): `defvar' at compile time.
14223
14224 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14225
14226 * replace.el (occur-hook): Doc fix.
14227 (occur-1): Don't call `occur-hook' if there are no matches.
14228
14229 2005-07-03 Richard M. Stallman <rms@gnu.org>
14230
14231 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14232 global-map, save the same map.
14233 (global-map): Don't alter it at top level.
14234 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14235 Then alter it here instead.
14236 (tpu-edt-off): Set global-map to the saved one.
14237
14238 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14239 All references simplified.
14240 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14241 (zmacs-regions): Add defvar.
14242 (repeat-complex-command-map): Everything about that deleted.
14243
14244 * textmodes/artist.el (artist-key-is-drawing)
14245 (artist-key-endpoint1, artist-key-poly-point-list)
14246 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14247 (artist-key-compl-table, artist-rb-save-data)
14248 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14249 Don't put them in eval-when-compile.
14250 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14251
14252 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14253 Use with-no-warnings.
14254
14255 * net/browse-url.el (dos-windows-version): Add defvar.
14256
14257 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14258
14259 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14260 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14261 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14262 Add defvar.
14263 (rmail-summary-beginning-of-message): Use with-no-warnings.
14264 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14265
14266 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14267 Use with-no-warnings.
14268
14269 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14270 (c-mark-function): Add point-moving-unit property.
14271 (vi-goto-line): Use with-no-warnings.
14272
14273 * emulation/edt.el (edt-last-copied-word): Add defvar.
14274 (zmacs-region-stays): Likewise.
14275 (edt-mark-section-wisely): Use c-mark-function for C.
14276 Use makr-defun for Fortran.
14277 (time-string): defvar deleted.
14278 (edt-display-the-time): Don't set time-string.
14279
14280 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14281
14282 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14283 Don't warn when name is not constant
14284 or for defining the group `emacs'.
14285
14286 * tooltip.el (gud-tooltip-mode): Add defvar.
14287
14288 * startup.el (default-frame-background-mode): Add defvar.
14289
14290 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14291
14292 * info.el (tool-bar-map): Add defvar.
14293
14294 * dired.el (dnd-protocol-alist): Add defvar.
14295
14296 * dired-aux.el (dired-query): Display question with answer, when
14297 the user answers.
14298
14299 * custom.el (custom-add-option): Doc fix.
14300
14301 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14302
14303 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14304
14305 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14306 bogus name from the last change.
14307
14308 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14309
14310 * custom.el (custom-declare-variable): Fix typos in comment.
14311 (custom-known-themes): Doc fix.
14312 (custom-theme-directory): New defcustom.
14313 (require-theme): Make it check `custom-theme-directory'.
14314
14315 * cus-theme.el (custom-new-theme-mode): New function.
14316 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14317 (custom-theme-description): Add compiler defvars.
14318 (customize-create-theme): Add doc to the "*New Custom Theme*"
14319 buffer. Use `custom-new-theme-mode'.
14320 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14321 and save it to the `custom-theme-directory'. Make this the
14322 default directory of the buffer.
14323
14324 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14325
14326 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14327 Fix unbalanced parentheses.
14328
14329 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14330
14331 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14332 into flymake-mode and delegate to flymake-mode.
14333
14334 * find-file.el (ff-which-function-are-we-in): Clean up.
14335
14336 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14337
14338 * replace.el (occur-rename-buffer): Fix docstring.
14339
14340 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14341 (edt-last-copied-word, edt-learn-macro-count)
14342 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14343 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14344 (time-string, zmacs-region-stays):
14345 * emulation/edt-mapper.el (edt-save-function-key-map)
14346 (EDT-key-name): `defvar' to silence the byte-compiler.
14347
14348 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14349
14350 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14351 font-lock-regexp-backslash. Doc fix.
14352 (font-lock-regexp-backslash-grouping-construct): Rename from
14353 font-lock-regexp-backslash-construct. Doc fix.
14354 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14355 grouping constructs.
14356
14357 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14358
14359 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14360 updating all the prerequisites.
14361
14362 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14363
14364 * textmodes/org.el (org-agenda-start-on-weekday)
14365 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14366 (org-agenda-use-time-grid, org-archive-location)
14367 (org-allow-space-in-links, org-usenet-links-prefer-google)
14368 (org-enable-table-editor, org-export-default-language)
14369 (org-export-html-show-new-buffer, org-fill-paragraph)
14370 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14371 (org-goto-quit, org-occur, org-eval-in-calendar)
14372 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14373 (org-agenda-diary-entry, org-remember-help)
14374 (org-table-convert-region, org-at-table-p)
14375 (org-table-move-row-down, org-table-move-row-up)
14376 (org-table-copy-region, org-table-toggle-vline-visibility)
14377 (org-table-get-stored-formulas, org-table-get-specials)
14378 (org-recalc-commands, org-table-eval-formula)
14379 (org-table-formula-substitute-names, orgtbl-make-binding)
14380 (org-format-org-table-html, org-format-table-table-html)
14381 (org-format-table-table-html-using-table-generate-source)
14382 (org-customize): Fix typos in docstrings.
14383 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14384 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14385 (org-back-to-heading): Doc fixes.
14386 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14387 (org-agenda-change-all-lines, org-get-header):
14388 Improve argument/docstring consistency.
14389 (orgtbl-error): Fix error message.
14390
14391 * progmodes/flymake.el (flymake-find-possible-master-files)
14392 (flymake-master-file-compare, flymake-get-line-err-count)
14393 (flymake-highlight-line, flymake-gui-warnings-enabled):
14394 Fix typos in docstrings.
14395 (flymake-parse-line, flymake-get-project-include-dirs-function)
14396 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14397 Doc fixes.
14398 (flymake-get-project-include-dirs-function)
14399 (flymake-make-err-menu-data):
14400 Improve argument/docstring consistency.
14401
14402 2005-07-01 Lute Kamstra <lute@gnu.org>
14403
14404 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14405 Catch errors with ignore-errors. Use temporary buffer.
14406 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14407
14408 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14409 background color faces.
14410 (facemenu-set-foreground, facemenu-set-background):
14411 Use facemenu-set-face-from-menu.
14412 (facemenu-set-face-from-menu): Treat face names that start with
14413 "fg:" or "bg:" as special.
14414 (facemenu-add-new-color): Don't create faces. Simplify.
14415
14416 2005-06-30 Richard M. Stallman <rms@gnu.org>
14417
14418 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14419 (crm-find-current-element): Likewise.
14420
14421 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14422
14423 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14424
14425 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14426
14427 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14428 (archive-mouse-extract): Make it an obsolete alias.
14429 (archive-mode-map): Don't use archive-mouse-extract any more.
14430 (archive-mode, archive-extract): write-contents-hooks ->
14431 write-contents-functions.
14432 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14433 first arg.
14434 (archive-rename-entry): Update the call.
14435 (archive-zip-summarize): Remove unused var `method'.
14436 (archive-lzh-summarize): Remove unused var `creator'.
14437
14438 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14439 dedicated frame upon exit.
14440
14441 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14442 (archive-zip-extract, archive-zip-expunge)
14443 (archive-zip-update, archive-zip-update-case): Use executable-find.
14444 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14445 Use restore-buffer-modified-p.
14446 (archive-extract, archive-add-new-member, archive-write-file-member):
14447 Use with-current-buffer.
14448 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14449
14450 2005-06-30 Andreas Schwab <schwab@suse.de>
14451
14452 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14453
14454 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14455
14456 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14457
14458 2005-06-30 Juri Linkov <juri@jurta.org>
14459
14460 * faces.el (vertical-border): Inherit from mode-line-inactive
14461 only on tty.
14462
14463 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14464
14465 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14466 example, -NLINES in the `occur' docstring).
14467
14468 * replace.el (occur-1): When no matches are found, do not set the
14469 `buffer-read-only' and modified flags for the occur buffer,
14470 because it is deleted.
14471
14472 * emulation/cua-base.el (cua-check-pending-input)
14473 (cua-repeat-replace-region, cua-mode, cua-debug)
14474 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14475 Fix typos in docstrings.
14476
14477 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14478 (cua-cut-region-to-global-mark)
14479 (cua--cut-rectangle-to-global-mark):
14480 Remove period from end of messages.
14481
14482 * emulation/cua-rect.el (cua-do-rectangle-padding):
14483 Remove period from end of messages.
14484 (cua--rectangle-seq-format): Fix typo in docstring.
14485 (cua-sequence-rectangle, cua-fill-char-rectangle):
14486 Improve argument/docstring consistency.
14487
14488 2005-06-29 Juri Linkov <juri@jurta.org>
14489
14490 * faces.el (default-frame-background-mode): New internal variable.
14491 (frame-set-background-mode): Use it.
14492
14493 * startup.el (normal-top-level): Set default-frame-background-mode
14494 instead of frame-background-mode. Before setting it, test for its
14495 nil value. Remove tests for frame-background-mode and frame
14496 parameter `reverse'. Add test for "unspecified-fg".
14497
14498 * term/xterm.el (xterm-rxvt-set-background-mode):
14499 * term/rxvt.el (rxvt-set-background-mode):
14500 Set default-frame-background-mode instead of frame-background-mode.
14501
14502 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14503
14504 * simple.el (set-variable): Warn about obsolete user variables.
14505
14506 * imenu.el (imenu--completion-buffer):
14507 * mouse.el (mouse-buffer-menu-alist):
14508 * msb.el (msb-invisible-buffer-p):
14509 * calendar/diary-lib.el (diary-header-line-format):
14510 * emacs-lisp/pp.el (pp-buffer):
14511 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14512 * textmodes/picture.el (picture-replace-match):
14513 Change space constants followed by a sexp to "?\s ".
14514
14515 * play/decipher.el (decipher-loop-with-breaks):
14516 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14517 constants "protected" from end of line by a comment to "?\s".
14518
14519 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14520
14521 * font-lock.el (save-buffer-state): Use `declare'.
14522
14523 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14524 reset the syntax-table to cperl-mode-syntax-table.
14525 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14526 "foo_print_bar" is not matched as a reserved keyword.
14527
14528 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14529
14530 * textmodes/org.el (orgtbl-setup): New function, for delayed
14531 setup for the orgtbl commands.
14532 (org-calc-default-modes): New option.
14533 (orgtbl-make-binding): Use `defun' to get better help display.
14534 (org-diary): Call `org-compile-prefix-format'.
14535 (org-table-formula-substitute-names): New function.
14536 (org-agenda-day-view, org-agenda-week-view): New commands.
14537 (org-agenda-toggle-week-view): Command removed.
14538 (org-tbl-menu): Split off from org-org-menu.
14539 (org-mode): Move removal of outline-mode menus to here.
14540 (org-table-formula-debug): New option.
14541 (org-table-insert-row): Keep first field if just "#" or "*".
14542 (org-mode): Paragraph regexps fixed.
14543 (org-table-recalculate-regexp): New constant.
14544 (org-table-justify-field-maybe): Avoid replace if not necessary.
14545 (org-copy-special, org-cut-special): Use `call-interactively'.
14546 (org-table-copy-region): Take region from `interactive' call.
14547 (org-trim): Return string even if no match.
14548 (org-formula): New face.
14549 (org-set-font-lock-defaults): No longer highlight "FIXME".
14550 But highlight formula-related fields in table.
14551 (org-table-p): Use regexp, not fontification.
14552 (org-table-align): Handle white space at end of line.
14553 (org-table-formula-evaluate-inline): New option.
14554 (org-mode): Auto-wrapping in comment lines turned off.
14555 (org-table-copy-down): Evaluate only in copied field, not in
14556 destination.
14557 (org-table-current-formula): Variable removed.
14558 (org-table-store-formulas, org-table-get-stored-formulas)
14559 (org-table-modify-formulas, org-table-replace-in-formulas)
14560 (org-table-maybe-eval-formula): New functions.
14561 (org-table-get-formula): Modify to use stored formulas.
14562 (org-table-insert-column, org-table-delete-column)
14563 (org-table-move-column): Call `org-table-modify-formulas'.
14564 (org-complete): Add completion for keyword formulas.
14565 (orgtbl-mode): Pull orgtbl-mode-map to start of
14566 minor-mode-map-alist.
14567
14568 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14569
14570 * progmodes/python.el (python-check): Require `compile' before
14571 modifying its variables.
14572
14573 * newcomment.el (comment-indent-default): Don't get fooled by an early
14574 end of buffer.
14575
14576 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14577
14578 * ps-print.el (ps-print-version): Fix version number.
14579
14580 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14581
14582 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14583
14584 2005-06-28 Richard M. Stallman <rms@gnu.org>
14585
14586 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14587 (flyspell-local-mouse-map): Declaration deleted.
14588 (flyspell-mouse-map): Bind only mouse-2.
14589 (flyspell-mode-map): Don't test flyspell-use-local-map.
14590 (flyspell-overlay-keymap-property-name): Var deleted.
14591 (flyspell-mode-on): Don't make local bindings for
14592 flyspell-mouse-map and flyspell-mode-map.
14593 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14594
14595 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14596
14597 * progmodes/compile.el (compilation-next-error-function):
14598 Don't switch buffers; operate on the current buffer.
14599
14600 * progmodes/compile.el (compilation-error-file-name)
14601 (compilation-warning-file-name, compilation-info-file-name)
14602 (compilation-line-number, compilation-column-number): New faces.
14603 (compilation-error-face, compilation-warning-face)
14604 (compilation-info-face, compilation-line-face)
14605 (compilation-column-face): Use them.
14606
14607 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14608
14609 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14610
14611 * bindings.el (global-map): Bind insertchar and its variants.
14612
14613 2005-06-27 Richard M. Stallman <rms@gnu.org>
14614
14615 * textmodes/artist.el (artist-text-overwrite)
14616 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14617
14618 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14619
14620 * ps-print.el: It was not working the page selection for printing.
14621 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14622 (ps-print-version): New version 6.6.7.
14623 (ps-end-sheet): New fun.
14624 (ps-header-sheet, ps-end-job): Call it.
14625
14626 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14627
14628 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14629
14630 2005-06-27 Lute Kamstra <lute@gnu.org>
14631
14632 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14633 background color faces.
14634 (facemenu-get-face): Delete function.
14635 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14636 (facemenu-add-new-color): Make second argument mandatory.
14637 Create the appropriate face and return it. Simplify.
14638 (facemenu-set-foreground, facemenu-set-background): Don't check if
14639 color is defined. Use return value of facemenu-add-new-color.
14640
14641 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14642
14643 * progmodes/gud.el (gud-filter): Add missing argument to
14644 with-selected-window.
14645
14646 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14647
14648 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14649 a :require to the defcustom.
14650
14651 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14652 defcustoms corresponding to minor modes.
14653
14654 2005-06-26 David Ponce <david@dponce.com>
14655
14656 * recentf.el: Require tree-widget instead of wid-edit.
14657 (recentf-filename-handler): Fix widget :type.
14658 (recentf-cancel-dialog, recentf-open-more-files)
14659 (recentf-open-files-action): Doc fix.
14660 (recentf-dialog-goto-first): New function.
14661 (recentf-dialog-mode-map): Set parent keymap first.
14662 (recentf-dialog-mode): Define with define-derived-mode.
14663 Don't display continuation lines in dialogs.
14664 (recentf-edit-list): Rename from recentf-edit-selected-items.
14665 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14666 Simplify.
14667 (recentf-edit-list-validate): New function.
14668 (recentf-edit-list): Update accordingly.
14669 (recentf-open-files-item-shift): Remove.
14670 (recentf-open-files-item): Convert menu elements into tree and
14671 link widgets. Don't create the widgets.
14672 (recentf-open-files): Update accordingly.
14673 (recentf-save-list): Untabify.
14674
14675 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14676
14677 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14678 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14679 partially contained in the active region. Do not take active
14680 region into account when called from Lisp, unless INTERACTIVE arg
14681 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14682 avoid trouble with fields. Make marker point nowhere when no
14683 longer used. Always return nil. Doc fix.
14684 (flush-lines): Add INTERACTIVE arg. Do not take active region
14685 into account when called from Lisp, unless INTERACTIVE arg is
14686 non-nil. Use `forward-line' instead of `beginning-of-line' to
14687 avoid trouble with fields. Make marker point nowhere when no
14688 longer used. Always return nil. Doc fix.
14689 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14690 interchangeable. Do not take active region into account when
14691 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14692 message in echo area when called from Lisp, unless INTERACTIVE arg
14693 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14694 Return the number of matches. Doc fix.
14695 (occur): Doc fix.
14696 (perform-replace): Make comment follow double space convention for
14697 the sake of `outline-minor-mode'.
14698
14699 * faces.el (facep): Doc fix.
14700
14701 2005-06-25 Richard M. Stallman <rms@gnu.org>
14702
14703 * facemenu.el (facemenu-enable-faces-p): New function.
14704 (facemenu-background-menu, facemenu-foreground-menu)
14705 (facemenu-face-menu): Add menu-enable property.
14706
14707 * jka-compr.el (jka-compr-insert-file-contents):
14708 Special handling if cannot find the uncompression program.
14709
14710 * cus-face.el (custom-face-attributes): Add autoload.
14711
14712 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14713 Bind comment-indent-function locally.
14714
14715 * window.el (save-selected-window): Use save-current-buffer.
14716
14717 * subr.el (with-selected-window): Use save-current-buffer.
14718
14719 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14720 and with-current-buffer.
14721
14722 2005-06-24 Richard M. Stallman <rms@gnu.org>
14723
14724 * simple.el (line-move-1): Fix previous change.
14725
14726 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14727
14728 * replace.el (occur-1): Set `buffer-read-only' and the
14729 buffer-modified flag before running `occur-hook' to protect
14730 against unintentional buffer switches that can lead to data loss.
14731
14732 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14733
14734 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14735 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14736 initial error.
14737
14738 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14739 after fresh input.
14740 (gdb-var-create-handler): Put name of expression in quotes.
14741
14742 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14743
14744 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14745 elements of RING in order, and without bogus nil elements.
14746
14747 2005-06-23 Richard M. Stallman <rms@gnu.org>
14748
14749 * simple.el (set-variable): Args renamed; doc fix.
14750 (line-move-1): When there are overlays around, use vertical-motion.
14751
14752 * faces.el (escape-glyph): Use brown against light background.
14753 (nobreak-space): Rename from no-break-space.
14754 Fix previous change.
14755
14756 * dired-aux.el (dired-do-copy): Fix arg prompt.
14757
14758 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14759
14760 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14761
14762 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14763 rather than "Distributor".
14764
14765 2005-06-23 Lute Kamstra <lute@gnu.org>
14766
14767 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14768 (debug-on-entry): Use it. New interactive declaration that uses
14769 function-called-at-point.
14770
14771 2005-06-23 Kim F. Storm <storm@cua.dk>
14772
14773 * subr.el (save-match-data): Add comment about using evaporate arg
14774 to set-match-data.
14775
14776 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14777
14778 * cus-edit.el (customize-face)
14779 (customize-face-other-window): Handle face aliases.
14780
14781 * faces.el (face-documentation, set-face-attribute)
14782 (face-spec-set): Handle face aliases.
14783
14784 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14785
14786 * help-mode.el (help-make-xrefs): If a symbol representing a face
14787 name is not followed by the word "face", it could still be a
14788 function or variable name, so don't bypass other checks.
14789
14790 2005-06-22 Juri Linkov <juri@jurta.org>
14791
14792 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14793 Replace aliased functions with calls where second arg `inherit' is t.
14794
14795 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14796
14797 * progmodes/gdb-ui.el (gdb-error): New variable.
14798 (gdb-error): New function.
14799 (gdb-annotation-rules): Act on error-begin and error annotations.
14800 (gdb-concat-output): Use font-lock-warning-face for errors.
14801
14802 2005-06-22 Miles Bader <miles@gnu.org>
14803
14804 * bindings.el (propertized-buffer-identification): Use renamed
14805 `Buffer-menu-buffer' face.
14806
14807 * faces.el (vertical-border): Rename from `vertical-divider'.
14808 (escape-glyph): Change dark-background color back to `cyan'.
14809
14810 2005-06-21 Juri Linkov <juri@jurta.org>
14811
14812 * faces.el (face-user-default-spec): Try getting `customized-face'
14813 prior to `saved-face'.
14814 (frame-background-mode): Refill docstring.
14815
14816 * emacs-lisp/lisp-mode.el (eval-defun-1):
14817 * emacs-lisp/edebug.el (edebug-eval-defun):
14818 Set `saved-face' temporarily to nil before calling form.
14819 Set `customized-face' to the new spec after that.
14820
14821 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14822
14823 * subr.el (1value, lambda, key-substitution-in-progress):
14824 Doc fixes.
14825
14826 * autoinsert.el (auto-insert-alist):
14827 * ses.el (ses-call-printer):
14828 * subr.el (noreturn):
14829 * emacs-lisp/lisp.el (check-parens):
14830 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14831 * net/browse-url.el (browse-url-mosaic):
14832 * progmodes/cc-defs.el (c-safe-scan-lists):
14833 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14834 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14835 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14836 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14837 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14838 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14839
14840 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14841
14842 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14843
14844 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14845
14846 * calendar/appt.el (appt-make-list): Activate the package, if
14847 not already active (for backwards compatibility).
14848
14849 2005-06-20 Kim F. Storm <storm@cua.dk>
14850
14851 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14852
14853 2005-06-20 Miles Bader <miles@gnu.org>
14854
14855 * faces.el (vertical-divider): New face.
14856
14857 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14858
14859 * simple.el (kill-whole-line): Doc fix.
14860 (next-error-buffer-p, next-error-find-buffer)
14861 (clone-indirect-buffer): Fix typos in docstrings.
14862 (comment-line-break-function): Doc fix: don't say variable
14863 is automatically buffer-local (it isn't).
14864
14865 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14866
14867 * net/tramp-ftp.el (top):
14868 * net/tramp-smb.el (top):
14869 * net/tramp-util.el (top):
14870 * net/tramp-uu.el (top):
14871 * net/tramp-vc.el (top):
14872 * net/tramp.el (top): Revert copyright years back to original
14873 ones. Tramp has a life outside GNU Emacs.
14874
14875 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14876
14877 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14878
14879 2005-06-18 Juri Linkov <juri@jurta.org>
14880
14881 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14882 end of first regexp to limit the match to the position between
14883 line number and source line with same separator character as used
14884 between file name and line number. In the second regexp limit
14885 mouse-face area to file name and line number by adding new group
14886 for them and referring it in HYPERLINK arg.
14887 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14888 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14889 previous line where grep markers may be already removed.
14890
14891 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14892
14893 * progmodes/ps-mode.el: Update version and maintainer's email address.
14894
14895 2005-06-18 Steve Youngs <steve@xemacs.org>
14896
14897 * net/browse-url.el (browse-url-browser-function)
14898 (browse-url-default-browser): Add firefox.
14899 (browse-url-firefox-program, browse-url-firefox-arguments)
14900 (browse-url-firefox-startup-arguments)
14901 (browse-url-firefox-new-window-is-tab): New defcustoms.
14902 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14903
14904 2005-06-17 Richard M. Stallman <rms@gnu.org>
14905
14906 * startup.el (command-line): Warn if specified user name has
14907 no home directory.
14908
14909 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14910 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14911
14912 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14913 Doc fixes.
14914
14915 * faces.el (underline): Try bold if terminal doesn't support underline.
14916
14917 * mail/sendmail.el (mail-setup-with-from): New variable.
14918 (mail-insert-from-field): New function.
14919 (sendmail-send-it): Call it.
14920 (mail-setup): Optionally call it here.
14921
14922 * term/linux.el: Call tty-no-underline.
14923
14924 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14925
14926 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14927
14928 2005-06-17 Miles Bader <miles@gnu.org>
14929
14930 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14931 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14932 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14933 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14934 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14935 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14936 Remove "-face" suffix from face names.
14937 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14938 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14939 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14940 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14941 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14942 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14943 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14944 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14945 New backward-compatibility aliases for renamed faces.
14946 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14947 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14948 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14949 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14950 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14951 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14952 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14953 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14954 Use renamed ediff faces.
14955
14956 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14957 Remove "-face" suffix from face names.
14958 (eshell-test-ok-face, eshell-test-failed-face):
14959 New backward-compatibility aliases for renamed faces.
14960 (eshell-run-test): Use renamed eshell-test faces.
14961
14962 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14963 face name.
14964 (eshell-prompt-face): New backward-compatibility alias for renamed
14965 face.
14966 (eshell-emit-prompt): Use renamed eshell-prompt face.
14967
14968 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14969 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14970 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14971 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14972 Remove "-face" suffix from face names.
14973 (eshell-ls-directory-face, eshell-ls-symlink-face)
14974 (eshell-ls-executable-face, eshell-ls-readonly-face)
14975 (eshell-ls-unreadable-face, eshell-ls-special-face)
14976 (eshell-ls-missing-face, eshell-ls-archive-face)
14977 (eshell-ls-backup-face, eshell-ls-product-face)
14978 (eshell-ls-clutter-face):
14979 New backward-compatibility aliases for renamed faces.
14980 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14981
14982 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14983 Remove "-face" suffix from face name.
14984 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14985 instead of literal face.
14986
14987 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
14988
14989 * emacs-lisp/warnings.el (display-warning, lwarn)
14990 (warning-minimum-log-level): Doc fixes.
14991 (warning-minimum-level, warning-minimum-log-level):
14992 Add :debug to :type choices.
14993
14994 * progmodes/ada-mode.el (ada-format-paramlist)
14995 (ada-get-indent-case, ada-check-matching-start)
14996 (ada-check-defun-name, ada-goto-matching-decl-start)
14997 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14998 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14999 (ada-make-subprogram-body): Follow error conventions.
15000 (ada-case-exception-file, ada-indent-comment-as-code)
15001 (ada-indent-handle-comment-special, ada-indent-renames)
15002 (ada-indent-return, ada-search-directories-internal)
15003 (ada-tab-policy, ada-case-exception-substring)
15004 (ada-other-file-alist, ada-matching-start-re)
15005 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15006 (ada-imenu-generic-expression, ada-compile-goto-error)
15007 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15008 (ada-popup-menu, ada-add-extensions, ada-mode)
15009 (ada-region-selected, ada-create-case-exception)
15010 (ada-create-case-exception-substring, ada-after-keyword-p)
15011 (ada-activate-keys-for-case, ada-adjust-case-region)
15012 (ada-adjust-case-buffer, ada-format-paramlist)
15013 (ada-scan-paramlist, ada-insert-paramlist)
15014 (ada-indent-newline-indent)
15015 (ada-indent-newline-indent-conditional)
15016 (ada-justified-indent-current, ada-goto-previous-word)
15017 (ada-indent-current, ada-get-indent-open-paren)
15018 (ada-get-indent-paramlist, ada-get-indent-end)
15019 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15020 (ada-get-indent-block-start, ada-get-indent-subprog)
15021 (ada-get-indent-noindent, ada-get-indent-label)
15022 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15023 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15024 (ada-goto-stmt-end, ada-goto-next-word)
15025 (ada-check-matching-start, ada-check-defun-name)
15026 (ada-goto-matching-decl-start, ada-goto-matching-start)
15027 (ada-goto-matching-end, ada-search-ignore-string-comment)
15028 (ada-in-decl-p, ada-looking-at-semi-or)
15029 (ada-looking-at-semi-private, ada-in-paramlist-p)
15030 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15031 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15032 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15033 (ada-previous-package, ada-create-menu)
15034 (ada-fill-comment-paragraph-justify)
15035 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15036 (ada-other-file-name, ada-last-which-function-line)
15037 (ada-last-which-function-subprog, ada-which-function)
15038 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15039 (ada-gen-treat-proc, ada-check-emacs-version)
15040 (ada-continuation-indent, ada-align-region-separate):
15041 Fix typos in docstrings.
15042 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15043
15044 2005-06-16 Lute Kamstra <lute@gnu.org>
15045
15046 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15047 conditionally.
15048
15049 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15050
15051 * comint.el (comint-replace-by-expanded-filename)
15052 (comint-prompt-regexp, comint-delimiter-argument-list)
15053 (comint-preinput-scroll-to-bottom):
15054 * info.el (Info-hide-cookies-node):
15055 * ls-lisp.el (ls-lisp-classify):
15056 * find-file.el (ff-search-directories, ff-special-constructs)
15057 (ff-find-other-file):
15058 * font-lock.el (font-lock-keywords):
15059 * shell.el (shell-prompt-pattern)
15060 (shell-dynamic-complete-functions, shell-mode)
15061 (shell-delimiter-argument-list):
15062 * term.el (term-replace-by-expanded-filename)
15063 (term-prompt-regexp, term-delimiter-argument-list):
15064 * woman.el (woman-ignore, woman0-if):
15065 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15066 * emacs-lisp/elint.el (elint-init-env):
15067 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15068 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15069 * language/ethio-util.el (ethio-tilde-escape)
15070 (ethio-use-three-dot-question):
15071 * net/zone-mode.el (zone-mode-load-time-setup):
15072 * progmodes/cc-align.el (c-lineup-argcont):
15073 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15074 * progmodes/cperl-mode.el (cperl-set-style-back):
15075 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15076 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15077 Fix spellings in docstrings.
15078
15079 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15080 * progmodes/modula2.el (m2-for): Fix spellings.
15081
15082 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15083
15084 * simple.el (undo-more): Don't use `format' on `error' arguments.
15085 Improve argument/docstring consistency.
15086 (pending-undo-list): Doc fix.
15087
15088 * smerge-mode.el (smerge-ensure-match):
15089 * emulation/vip.el (vip-ex):
15090 * net/zone-mode.el (zone-mode-update-serial):
15091 * progmodes/idlwave.el (idlwave-complete):
15092 * progmodes/vhdl-mode.el (vhdl-visit-file)
15093 (vhdl-compose-wire-components):
15094 Don't use `format' on `error' arguments.
15095
15096 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15097 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15098 (tooltip-help-tips): Fix typos in docstrings.
15099
15100 2005-06-16 David Ponce <david@dponce.com>
15101
15102 * tree-widget.el (tree-widget-value-create): Simplify last change.
15103
15104 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15105
15106 * ido.el (ido-incomplete-regexp): New variable.
15107 (ido-set-matches-1): Handle invalid-regexp error and set
15108 ido-incomplete-regexp.
15109 (ido-incomplete-regexp): New face.
15110 (ido-completions): Use it.
15111 (ido-complete, ido-exit-minibuffer, ido-completions):
15112 Handle incomplete regexps.
15113 (ido-completions): Add check for complete match when entering a regexp.
15114
15115 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15116
15117 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15118
15119 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15120
15121 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15122 by field delimiters.
15123
15124 2005-06-15 David Ponce <david@dponce.com>
15125
15126 * tree-widget.el: eval-and-compile inlined functions so they will
15127 be available at run-time too.
15128 (tree-widget-super-format-handler)
15129 (tree-widget-format-handler): Remove.
15130 (tree-widget-value-create): Handle the :indent property.
15131
15132 2005-06-15 Miles Bader <miles@gnu.org>
15133
15134 * progmodes/which-func.el (which-func): Only inherit
15135 `font-lock-function-name-face' when that makes sense against the
15136 default mode-line face, otherwise set the face color explicitly.
15137
15138 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15139 faces instead of (non-existent) variables.
15140
15141 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15142
15143 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15144 (iswitchb-get-matched-buffers): Likewise. Simplify.
15145
15146 2005-06-14 Miles Bader <miles@gnu.org>
15147
15148 * progmodes/ld-script.el (ld-script-location-counter):
15149 Remove "-face" suffix from face name.
15150 (ld-script-location-counter-face):
15151 New backward-compatibility alias for renamed face.
15152 (ld-script-location-counter-face): Use renamed face.
15153
15154 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15155 (cperl-hash): Remove "-face" suffix from face names.
15156 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15157 New backward-compatibility aliases for renamed faces.
15158 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15159 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15160
15161 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15162 name.
15163 (which-func-face): New backward-compatibility alias for renamed face.
15164 (which-func-format): Use renamed which-func face.
15165
15166 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15167 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15168 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15169 names.
15170 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15171 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15172 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15173 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15174 (vhdl-speedbar-architecture-selected)
15175 (vhdl-speedbar-configuration-selected)
15176 (vhdl-speedbar-package-selected)
15177 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15178 names.
15179 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15180 Use renamed faces.
15181 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15182 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15183 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15184 Use renamed faces.
15185 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15186 names.
15187 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15188 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15189 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15190 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15191 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15192 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15193
15194 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15195 face name.
15196 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15197 (sh-heredoc-face): Use renamed sh-heredoc face.
15198
15199 * progmodes/idlw-help.el (idlwave-help-link):
15200 Remove "-face" suffix from face name.
15201 (idlwave-help-link-face):
15202 New backward-compatibility alias for renamed face.
15203 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15204
15205 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15206 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15207 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15208 New backward-compatibility aliases for renamed faces.
15209 (idlwave-shell-disabled-breakpoint-face)
15210 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15211
15212 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15213 Remove "-face" suffix from face names.
15214 (flymake-errline-face, flymake-warnline-face):
15215 New backward-compatibility aliases for renamed faces.
15216 (flymake-highlight-line): Use renamed flymake faces.
15217
15218 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15219 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15220 (ebrowse-member-class, ebrowse-progress):
15221 Remove "-face" suffix from face names.
15222 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15223 (ebrowse-file-name-face, ebrowse-default-face)
15224 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15225 (ebrowse-progress-face):
15226 New backward-compatibility aliases for renamed faces.
15227 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15228 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15229 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15230 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15231
15232 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15233 antlr-syntax)
15234 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15235 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15236 names.
15237 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15238 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15239 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15240 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15241 backward-compatibility aliases for renamed faces.
15242 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15243 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15244 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15245 remove "font-lock-". Use renamed antlr-mode faces.
15246 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15247 literal face-names with face variable references.
15248
15249 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15250 face name.
15251 (Buffer-menu-buffer-face): New backward-compatibility alias for
15252 renamed face.
15253 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15254
15255 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15256
15257 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15258 Eliminate "-face" suffix.
15259 (makefile-targets): Inherit from font-lock-function-name-face and
15260 eliminate "-face" suffix.
15261 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15262 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15263 actions, instead of prepending, to make it less visible.
15264 (makefile-previous-dependency, makefile-match-dependency):
15265 Don't match a target on a continuation line.
15266
15267 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15268
15269 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15270
15271 * progmodes/gdb-ui.el (menu): Re-order menu items.
15272 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15273
15274 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15275 Define in tooltip.el.
15276 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15277 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15278 gud-tooltip-echo-area.
15279
15280 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15281 backward compatibility and make obsolete.
15282 (tooltip-help-tips): Use tooltip-use-echo-area.
15283 (tooltip-show-help-function): Rename to...
15284 (tooltip-show-help): ...this, because it is a function.
15285 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15286
15287 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15288
15289 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15290 (edebug-print-length, edebug-print-level, edebug-print-circle)
15291 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15292 (edebug-eval-print-last-sexp): Doc fixes.
15293
15294 2005-06-14 Kim F. Storm <storm@cua.dk>
15295
15296 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15297 as the coverage buffer/file/both may change.
15298
15299 2005-06-14 Lute Kamstra <lute@gnu.org>
15300
15301 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15302 and run-mode-hooks. Simplify.
15303
15304 * mail/rmailedit.el (rmail-edit-mode):
15305 * progmodes/octave-inf.el (inferior-octave-mode):
15306 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15307
15308 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15309 and run-mode-hooks.
15310 (recentf-edit-list, recentf-open-files): Don't call
15311 kill-all-local-variables directly.
15312
15313 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15314
15315 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15316
15317 * emacs-lisp/byte-run.el (make-obsolete)
15318 (define-obsolete-function-alias): Rename arguments FUNCTION and
15319 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15320 (make-obsolete-variable, define-obsolete-variable-alias):
15321 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15322 respectively.
15323
15324 * isearchb.el (isearchb-activate):
15325 * pcvs.el (cvs-mode):
15326 * ses.el (ses-load):
15327 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15328 * net/tramp.el (tramp-find-file-exists-command)
15329 (tramp-find-shell):
15330 * progmodes/ada-mode.el (ada-create-case-exception)
15331 (ada-create-case-exception-substring, ada-make-subprogram-body):
15332 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15333 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15334 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15335 * textmodes/org.el (org-promote, org-evaluate-time-range)
15336 (org-agenda-next-date-line, org-agenda-previous-date-line)
15337 (org-agenda-error, org-open-at-point, org-table-move-row)
15338 (org-format-table-table-html-using-table-generate-source)
15339 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15340 * textmodes/reftex.el (reftex-access-scan-info):
15341 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15342 (reftex-toc-promote-prepare): Follow error conventions.
15343
15344 * diff-mode.el (diff-mode): Fix typo in docstring.
15345
15346 * forms.el (forms--intuit-from-file): Fix reference to
15347 `forms-number-of-fields' in error message.
15348 (forms-print): Fix quoting in error message.
15349
15350 * forms.el (forms-mode):
15351 * emulation/vi.el (vi-goto-insert-state):
15352 * progmodes/flymake.el (flymake-new-err-info)
15353 (flymake-start-syntax-check-for-current-buffer)
15354 (flymake-simple-cleanup):
15355 * eshell/esh-var.el (eshell/export):
15356 * progmodes/gud.el (xdb):
15357 * textmodes/flyspell.el (flyspell-incorrect-hook)
15358 (flyspell-maybe-correct-transposition)
15359 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15360
15361 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15362
15363 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15364 minibuffer prompt.
15365
15366 2005-06-13 Kim F. Storm <storm@cua.dk>
15367
15368 * subr.el (add-to-ordered-list): New defun.
15369
15370 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15371 add cua--keymap-alist to emulation-mode-map-alists.
15372
15373 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * subr.el (complete-in-turn): New macro.
15376 (dynamic-completion-table, lazy-completion-table): Add debug info.
15377
15378 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15379 in preference to face aliases.
15380
15381 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15382 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15383 Remove unused vars `start' and `firstline'.
15384 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15385 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15386
15387 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15388
15389 * cus-start.el (all): Don't complain about missing GTK-related
15390 variables, unless either `gtk' is boundp or this isn't a
15391 `windows-nt' build.
15392
15393 2005-06-13 Lute Kamstra <lute@gnu.org>
15394
15395 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15396 run-mode-hooks.
15397
15398 * ediff-mult.el (ediff-meta-mode):
15399 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15400
15401 * ledit.el (ledit-mode): Use delay-mode-hooks.
15402
15403 * woman.el (woman-mode-line-format): Delete constant.
15404 (woman-mode-map): Initialize it properly.
15405 (woman-mode): Set mode-class property to special.
15406 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15407 Set major-mode and mode-name. Don't set mode-line-format directly.
15408 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15409
15410 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15411 string argument obsolete.
15412
15413 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15414
15415 * textmodes/org.el (org-CUA-compatible): New option.
15416 (org-disputed-keys): New variable.
15417 (org-key): New function.
15418 (orgtbl-make-binding): Add docstring to the created function.
15419 (org-mode): Set paragraph start/separate regexps.
15420 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15421 (org-archive-location, org-archive-mark-done)
15422 (org-archive-stamp-time): New options.
15423 (org-archive-subtree): New command.
15424 (org-fill-paragraph): New function.
15425 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15426 (org-fake-empty-table-line): Function removed.
15427 (org-format-org-table-html): Do not create empty table lines at
15428 separator lines. Improved table header treatment.
15429 (org-link-format): New option.
15430 (org-make-link): New function.
15431 (org-insert-link, org-store-link): Use org-make-link.
15432 (org-open-file): Quote file name for shell command, to allow
15433 spaces in file names.
15434 (org-link-regexp): Fix bug with mailto link.
15435 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15436 New constants.
15437 (org-export-as-html): Deal with the optional angles around a link.
15438 Better treatment of file: links.
15439 (org-open-at-point): Replace @{ and @} with < and >.
15440 (org-run-mode-hooks): Function removed.
15441 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15442
15443 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15444
15445 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15446 MI command -data-list-register-values.
15447 (gdb-post-prompt): Indent properly.
15448
15449 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15450
15451 * hilit-chg.el (highlight-changes-colors): Rename from
15452 `highlight-changes-colours'.
15453 (highlight-changes-colours): Keep as obsolete alias.
15454 (highlight-changes-face-list): Doc fix.
15455 (hilit-chg-make-list): Use `highlight-changes-colors'.
15456
15457 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15458
15459 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15460 defun-prompt-regexp.
15461
15462 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15463
15464 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15465 and cygwin.
15466
15467 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15468 Don't use an old loaddefs.el, as in Makefile.in.
15469
15470 2005-06-12 Lute Kamstra <lute@gnu.org>
15471
15472 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15473
15474 * man.el (Man-mode-map): Initialize it properly.
15475 (Man-mode): Set mode-class property to special.
15476
15477 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15478
15479 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15480
15481 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15482 A newline is needed in the docstring there.
15483
15484 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15485 Doc fixes.
15486
15487 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15488
15489 * printing.el: Doc fix. The menubar is no more changed when printing
15490 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15491 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15492 (pr-version): New version number (6.8.4).
15493 (pr-menu-bind): New command.
15494 (pr-update-menus): Docstring and code fix.
15495 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15496 Docstring fix.
15497 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15498 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15499
15500 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15501
15502 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15503 "Returns" to "return", document useful return values, etc.
15504
15505 2005-06-11 Alan Mackenzie <acm@muc.de>
15506
15507 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15508 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15509 (adaptive-file-function): Minor amendment to doc-string.
15510
15511 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15512
15513 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15514 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15515 Fix :type--it is `integer', not `string'.
15516
15517 * faces.el (modeline-highlight): Rename from (the erroneous)
15518 `modeline-higilight'.
15519
15520 2005-06-11 Lute Kamstra <lute@gnu.org>
15521
15522 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15523 lisp-interaction-mode-map but make it the parent.
15524 (edebug-eval-mode): Use define-derived-mode.
15525
15526 2005-06-11 Andreas Schwab <schwab@suse.de>
15527
15528 * bindings.el: Add binding of `ESC functionkey' for every
15529 `M-functionkey'.
15530 * hexl.el (hexl-mode-map): Likewise.
15531
15532 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15533
15534 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15535 [msft]: update regexp for newer msft compilers.
15536
15537 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15538
15539 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15540 ATTLIST portions of included DTDs.
15541 (xml-parse-dtd): Eliminate use of inefficient match-data.
15542
15543 2005-06-10 Miles Bader <miles@gnu.org>
15544
15545 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15546 (mpuz-text): Remove "-face" suffix from face names.
15547 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15548 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15549 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15550
15551 * play/gomoku.el (gomoku-O, gomoku-X):
15552 Remove "-face" suffix from face names.
15553 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15554 New backward-compatibility aliases for renamed faces.
15555 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15556
15557 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15558
15559 * thumbs.el: Fixes for changes of 2005-06-09.
15560 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15561 as a directory.
15562 (thumbs-thumbname): Remove directory separator from format string;
15563 `thumbs-thumbsdir' now returns a valid directory name.
15564 (thumbs-temp-dir): New defsubst.
15565 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15566 Use it.
15567
15568 * cus-edit.el (minibuffer):
15569 * files.el (make-backup-file-name-function):
15570 * filesets.el (filesets-external-viewers):
15571 * hilit-chg.el (highlight-changes-colours)
15572 (highlight-changes-face-list, highlight-changes-rotate-faces):
15573 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15574 * kmacro.el (kmacro-call-macro):
15575 * log-edit.el (log-edit-changelog-full-paragraphs):
15576 * mouse.el (mouse-1-click-follows-link):
15577 * skeleton.el (skeleton-autowrap):
15578 * subr.el (insert-for-yank-1):
15579 * tempo.el (tempo-insert-region):
15580 * terminal.el (terminal-emulator):
15581 * time.el (display-time-mail-face):
15582 * vc.el (vc-annotate):
15583 * vcursor.el (vcursor-copy-line):
15584 * woman.el (woman-bold-headings, woman-ignore)
15585 (woman-default-faces, woman-monochrome-faces):
15586 * calendar/todo-mode.el (todo-insert-threshold):
15587 * emulation/pc-select.el (pc-select-selection-keys-only)
15588 (pc-selection-mode):
15589 * emulation/vip.el (vip-find-char-forward):
15590 * emulation/viper-cmd.el (viper-find-char-forward):
15591 * international/mule-cmds.el
15592 (select-safe-coding-system-accept-default-p)
15593 (input-method-exit-on-invalid-key):
15594 * international/mule-diag.el (describe-coding-system):
15595 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15596 * net/browse-url.el (browse-url-xterm-program):
15597 * obsolete/lazy-lock.el (lazy-lock-mode):
15598 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15599 (cperl-mode):
15600 * progmodes/cpp.el (cpp-face-light-name-list)
15601 (cpp-face-dark-name-list):
15602 * progmodes/delphi.el (delphi-newline-always-indents):
15603 Fix spellings in docstrings.
15604
15605 * ido.el (ido-mode, ido-file-extensions-order)
15606 (ido-default-file-method, ido-default-buffer-method)
15607 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15608 (ido-decorations, ido-read-file-name-as-directory-commands)
15609 (ido-read-file-name-non-ido, ido-work-directory-list)
15610 (ido-ignore-item-temp-list, ido-current-directory)
15611 (ido-magic-forward-char, ido-enter-find-file)
15612 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15613 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15614
15615 2005-06-10 Lute Kamstra <lute@gnu.org>
15616
15617 * play/dunnet.el (dun-mode): Use define-derived-mode.
15618 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15619 obsolete alias.
15620
15621 * play/doctor.el (doctor-mode-map): Remove defvar.
15622 (doctor-mode): Use define-derived-mode.
15623
15624 * mail/mspools.el (mspools-mode):
15625 * net/eudc-hotlist.el (eudc-hotlist-mode):
15626 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15627
15628 2005-06-10 Miles Bader <miles@gnu.org>
15629
15630 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15631 Remove "-face" suffix from face names.
15632 (flyspell-incorrect-face, flyspell-duplicate-face):
15633 New backward-compatibility aliases for renamed faces.
15634 (flyspell-mode-on, make-flyspell-overlay)
15635 (flyspell-highlight-incorrect-region)
15636 (flyspell-highlight-duplicate-region)
15637 (flyspell-display-next-corrections)
15638 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15639
15640 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15641 from face name.
15642 (texinfo-heading-face): New backward-compatibility alias for
15643 renamed face.
15644 (texinfo-heading-face): Use renamed texinfo-heading face.
15645
15646 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15647 suffix from face names.
15648 (tex-math-face, tex-verbatim-face):
15649 New backward-compatibility aliases for renamed faces.
15650 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15651 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15652 literal face name.
15653
15654 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15655 name.
15656 (table-cell-face): New backward-compatibility alias for renamed face.
15657 (table--put-cell-face-property, table--update-cell-face):
15658 Use renamed table-cell face.
15659
15660 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15661 from face name.
15662 (sgml-namespace-face): New backward-compatibility alias for
15663 renamed face.
15664 (sgml-namespace-face): Use renamed sgml-namespace face.
15665
15666 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15667 (org-level-4, org-level-5, org-level-6, org-level-7)
15668 (org-level-8, org-warning, org-headline-done)
15669 (org-deadline-announce, org-scheduled-today)
15670 (org-scheduled-previously, org-link, org-done, org-table)
15671 (org-time-grid): Remove "-face" suffix from face names.
15672 (org-level-1-face, org-level-2-face, org-level-3-face)
15673 (org-level-4-face, org-level-5-face, org-level-6-face)
15674 (org-level-7-face, org-level-8-face, org-warning-face)
15675 (org-headline-done-face, org-deadline-announce-face)
15676 (org-scheduled-today-face, org-scheduled-previously-face)
15677 (org-link-face, org-done-face, org-table-face)
15678 (org-time-grid-face):
15679 New backward-compatibility aliases for renamed faces.
15680 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15681 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15682 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15683 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15684
15685 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15686 (viper-minibuffer-emacs, viper-minibuffer-insert)
15687 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15688 (viper-search-face, viper-replace-overlay-face)
15689 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15690 (viper-minibuffer-vi-face):
15691 New backward-compatibility aliases for renamed faces.
15692 (viper-search-face, viper-replace-overlay-face)
15693 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15694 (viper-minibuffer-vi-face): Use renamed viper faces.
15695
15696 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15697 Remove "-face" suffix from face names.
15698 (testcover-nohits-face, testcover-1value-face):
15699 New backward-compatibility aliases for renamed faces.
15700 (testcover-mark): Use renamed testcover faces.
15701
15702 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15703 face name.
15704 (diary-button-face): New backward-compatibility alias for renamed face.
15705 (diary-entry): Use renamed diary-button face.
15706
15707 * calendar/calendar.el (diary, calendar-today, holiday)
15708 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15709 (diary-face, calendar-today-face, holiday-face):
15710 New backward-compatibility aliases for renamed faces.
15711 (eval-after-load "facemenu", diary-entry-marker)
15712 (calendar-today-marker, calendar-holiday-marker, diary-face):
15713 Use renamed calendar faces.
15714
15715 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15716 (compare-windows-face): New backward-compatibility alias for
15717 renamed face.
15718 (compare-windows-highlight): Use renamed compare-windows face.
15719
15720 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15721 (strokes-char-face): New backward-compatibility alias for renamed face.
15722 (strokes-encode-buffer): Use renamed strokes-char face.
15723
15724 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15725 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15726 Remove "-face" suffix from face names.
15727 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15728 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15729 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15730 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15731 Use renamed pcvs faces.
15732 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15733 * pcvs-defs.el (cvs-mode-map): Likewise.
15734 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15735
15736 * info.el (info-title-1, info-title-2, info-title-3)
15737 (info-title-4): Remove "-face" suffix from and downcase face names.
15738 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15739 (Info-title-4-face):
15740 New backward-compatibility aliases for renamed faces.
15741 (Info-fontify-node): Use renamed info faces.
15742
15743 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15744 Remove "-face" suffix from face names.
15745 (highlight-changes-face, highlight-changes-delete-face):
15746 New backward-compatibility aliases for renamed faces.
15747 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15748 (hilit-chg-make-list): Use renamed highlight-changes faces.
15749
15750 * generic-x.el (show-tabs-tab, show-tabs-space):
15751 Remove "-face" suffix from face names.
15752 (show-tabs-tab-face, show-tabs-space-face):
15753 New backward-compatibility aliases for renamed faces.
15754 (show-tabs-generic-mode-font-lock-defaults-1)
15755 (show-tabs-generic-mode-font-lock-defaults-2):
15756 Use renamed show-tabs faces.
15757
15758 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15759 (smerge-markers): Remove "-face" suffix from face names.
15760 (smerge-mine-face, smerge-other-face, smerge-base-face)
15761 (smerge-markers-face):
15762 New backward-compatibility aliases for renamed faces.
15763 (smerge-mine-face, smerge-other-face, smerge-base-face)
15764 (smerge-markers-face): Use renamed smerge faces.
15765
15766 * log-view.el (log-view-file, log-view-message): Remove "-face"
15767 suffix from face names.
15768 (log-view-file-face, log-view-message-face):
15769 New backward-compatibility aliases for renamed faces.
15770 (log-view-file-face, log-view-message-face): Use renamed log-view
15771 faces.
15772
15773 * paren.el (show-paren-match, show-paren-mismatch):
15774 Remove "-face" suffix from face names.
15775 (show-paren-match-face, show-paren-mismatch-face):
15776 New backward-compatibility aliases for renamed faces.
15777 (show-paren-function): Use renamed show-paren faces.
15778
15779 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15780 (ruler-mode-margins, ruler-mode-fringes)
15781 (ruler-mode-column-number, ruler-mode-fill-column)
15782 (ruler-mode-comment-column, ruler-mode-goal-column)
15783 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15784 suffix from face names.
15785 (ruler-mode-default-face, ruler-mode-pad-face)
15786 (ruler-mode-margins-face, ruler-mode-fringes-face)
15787 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15788 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15789 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15790 New backward-compatibility aliases for renamed faces.
15791 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15792 (ruler-mode-column-number, ruler-mode-fill-column)
15793 (ruler-mode-comment-column, ruler-mode-goal-column)
15794 (ruler-mode-tab-stop, ruler-mode-current-column)
15795 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15796 faces.
15797
15798 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15799 face name.
15800 (whitespace-highlight-the-space): Use renamed face.
15801 (whitespace-highlight-face): New backward-compatibility alias for
15802 renamed face.
15803
15804 * woman.el (woman-italic, woman-bold, woman-unknown)
15805 (woman-addition, woman-symbol-face):
15806 Remove "-face" suffix from face names.
15807 (woman-italic-face, woman-bold-face, woman-unknown-face)
15808 (woman-addition-face):
15809 New backward-compatibility aliases for renamed faces.
15810 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15811 (woman-decode-region, woman-replace-match)
15812 (woman-display-extended-fonts, woman-special-characters)
15813 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15814 Use renamed woman faces.
15815
15816 * longlines.el (longlines-visible-face): Face removed.
15817
15818 * diff-mode.el (diff-header, diff-file-header, diff-index)
15819 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15820 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15821 suffix from face names.
15822 (diff-header-face, diff-file-header-face, diff-index-face)
15823 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15824 (diff-changed-face, diff-function-face, diff-context-face)
15825 (diff-nonexistent-face): New backward-compatibility aliases for
15826 renamed faces.
15827 (diff-header-face, diff-file-header-face)
15828 (diff-index, diff-index-face, diff-hunk-header)
15829 (diff-hunk-header-face, diff-removed, diff-removed-face)
15830 (diff-added, diff-added-face, diff-changed-face, diff-function)
15831 (diff-function-face, diff-context-face, diff-nonexistent)
15832 (diff-nonexistent-face): Use renamed diff-mode faces.
15833
15834 * progmodes/compile.el (compilation-warning-face)
15835 (compilation-info-face): Remove "-face" suffix from face names.
15836 (compilation-warning-face, compilation-info-face):
15837 New backward-compatibility aliases for renamed faces.
15838 (compilation-warning-face, compilation-info-face):
15839 Use renamed compilation faces.
15840
15841 * add-log.el (change-log-date, change-log-name)
15842 (change-log-email, change-log-file, change-log-list)
15843 (change-log-conditionals, change-log-function)
15844 (change-log-acknowledgement): Remove "-face" suffix from face names.
15845 (change-log-date-face, change-log-name-face)
15846 (change-log-email-face, change-log-file-face)
15847 (change-log-list-face, change-log-conditionals-face)
15848 (change-log-function-face, change-log-acknowledgement-face):
15849 New backward-compatibility aliases for renamed faces.
15850 (change-log-font-lock-keywords): Use renamed change-log faces.
15851
15852 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15853 (custom-set, custom-changed, custom-saved, custom-button)
15854 (custom-button-pressed, custom-documentation, custom-state)
15855 (custom-comment, custom-comment-tag, custom-variable-tag)
15856 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15857 (custom-group-tag): Remove "-face" suffix from face names.
15858 (custom-magic-alist, custom-magic-value-create)
15859 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15860 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15861 (custom-set-face, custom-changed-face, custom-saved-face)
15862 (custom-button-face, custom-button-pressed-face)
15863 (custom-documentation-face, custom-state-face)
15864 (custom-comment-face, custom-comment-tag-face)
15865 (custom-variable-tag-face, custom-variable-button-face)
15866 (custom-face-tag-face, custom-group-tag-face-1)
15867 (custom-group-tag-face):
15868 New backward-compatibility aliases for renamed faces.
15869
15870 * wid-edit.el (widget-documentation, widget-button)
15871 (widget-field, widget-single-line-field, widget-inactive)
15872 (widget-button-pressed): "-face" suffix removed from face names.
15873 (widget-documentation-face, widget-button-face)
15874 (widget-field-face, widget-single-line-field-face)
15875 (widget-inactive-face, widget-button-pressed-face):
15876 New backward-compatibility aliases for renamed faces.
15877 (widget-documentation-face, widget-button-face)
15878 (widget-button-pressed-face, widget-specify-field)
15879 (widget-specify-inactive): Use renamed widget faces.
15880
15881 2005-06-10 Kenichi Handa <handa@m17n.org>
15882
15883 * term/x-win.el (x-clipboard-yank): Remove condition-case
15884 wrapping.
15885
15886 2005-06-11 Kenichi Handa <handa@m17n.org>
15887
15888 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15889 date lines stricter.
15890
15891 2005-06-10 Zhang Wei <id.brep@gmail.com>
15892
15893 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15894 of x-get-selection.
15895
15896 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15897
15898 * comint.el (comint-mode, comint-snapshot-last-prompt):
15899 * frame.el (frame-current-scroll-bars):
15900 * term.el (term-mode, term-check-proc, term-input-sender)
15901 (term-simple-send, term-extract-string, term-word)
15902 (term-match-partial-filename):
15903 * window.el (window-current-scroll-bars):
15904 * emulation/cua-base.el (cua-normal-cursor-color)
15905 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15906 (cua-global-mark-cursor-color):
15907 * mail/undigest.el (rmail-forward-separator-regex):
15908 Fix typos in docstrings.
15909
15910 * comint.el (comint-check-proc, make-comint-in-buffer)
15911 (comint-source-default): Doc fixes.
15912
15913 * term.el (term-send-string): Improve argument/docstring consistency.
15914
15915 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15916
15917 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15918 call to `delete-region'.
15919 (comint-mode-hook): Do not enable Font Lock by default.
15920
15921 2005-06-09 Lute Kamstra <lute@gnu.org>
15922
15923 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15924 could be void.
15925
15926 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15927
15928 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15929 (debug): Use it.
15930 (debugger-step-through, debugger-continue, debugger-jump)
15931 (debugger-return-value): Set it when needed.
15932 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15933 Use inhibit-read-only.
15934
15935 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15936
15937 * window.el (shrink-window-if-larger-than-buffer)
15938 (window-size-fixed): Fix typo in docstring.
15939
15940 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15941 thumbnails directory on loading.
15942 (thumbs-conversion-program): Use `eq' to check the system type,
15943 not `equal'.
15944 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15945 not "/tmp". Fix docstring.
15946 (thumbs-thumbsdir): New function to return the thumbnails
15947 directory, creating it if needed.
15948 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15949 (thumbs-temp-file): Delete variable and make it into a function.
15950 (thumbs-resize-image, thumbs-modify-image): Use it.
15951 (thumbs-kill-buffer): Simplify.
15952 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15953 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15954 docstrings.
15955
15956 2005-06-09 Kim F. Storm <storm@cua.dk>
15957
15958 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15959 set-match-data to free markers in match-data.
15960
15961 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15962 match-data to unchain markers in match-data.
15963
15964 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15965
15966 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15967 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15968 unnecessary now.
15969
15970 2005-06-08 Richard M. Stallman <rms@gnu.org>
15971
15972 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15973 give the variable a doc string that doesn't say don't set it directly.
15974
15975 * textmodes/ispell.el (ispell-check-version):
15976 Use match-string-no-properties.
15977 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15978 (ispell-buffer-local-words): Likewise.
15979
15980 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15981 except on terminals with enough colors to really display it.
15982 (makefile-dependency-regex): Delete spurious `bb'.
15983
15984 * faces.el (escape-glyph): Use blue once again in last case.
15985 (no-break-space): Redefine so that it isn't invisible on a tty.
15986
15987 2005-06-08 Kim F. Storm <storm@cua.dk>
15988
15989 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15990 also when reading directory name.
15991
15992 2005-06-08 Lute Kamstra <lute@gnu.org>
15993
15994 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15995 (flyspell-mode-line-string): Remove autoload cookie.
15996 (flyspell-mode): Remove defvar.
15997
15998 2005-06-07 Lute Kamstra <lute@gnu.org>
15999
16000 * textmodes/org.el (org-run-mode-hooks): New function.
16001 (org-agenda-mode): Use it.
16002
16003 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16004
16005 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16006
16007 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16008
16009 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16010
16011 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16012
16013 * font-lock.el (font-lock-add-keywords): Doc fix.
16014
16015 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16016
16017 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16018 (tex-compile-default): In the absence of any history, use the order in
16019 tex-compile-alist to choose the preferred command.
16020 (tex-compile-commands): Reorder a bit.
16021
16022 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16023 (flyspell-incorrect-face, flyspell-duplicate-face):
16024 Use (X)Emacs-agnostic code.
16025 (flyspell-mode-map): Don't overwrite at each load. Remove code
16026 redundant with the subsequent add-minor-mode. Merge Emacs and
16027 XEmacs code.
16028 (flyspell-word): Minor simplification.
16029 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16030 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16031 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16032 Merge the corresponding Emacs code.
16033 (flyspell-correct-word, flyspell-xemacs-popup):
16034 Use flyspell-do-correct.
16035
16036 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16037 a dedicated window.
16038
16039 * international/latexenc.el (latexenc-find-file-coding-system):
16040 Undo part of last patch, to turn off a compiler warning.
16041
16042 2005-06-06 Juri Linkov <juri@jurta.org>
16043
16044 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16045 Rename `tmm-inactive-face' to `tmm-inactive'.
16046
16047 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16048
16049 * iswitchb.el: Rename faces.
16050
16051 2005-06-06 Kim F. Storm <storm@cua.dk>
16052
16053 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16054 (cua-global-mark): Remove -face suffix from face names.
16055
16056 * emulation/cua-gmrk.el (cua--init-global-mark):
16057 Remove cua-global-mark face setup.
16058
16059 2005-06-06 Richard M. Stallman <rms@gnu.org>
16060
16061 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16062 just like other allowed characters.
16063 (makefile-match-dependency): Exclude leading and training whitespace
16064 from the range of regexp subexp 1.
16065 (makefile-macroassign-regex): Don't try to match the body,
16066 just the name of the macro being defined.
16067
16068 * info.el (Info-read-node-name-2): New function.
16069 (Info-read-node-name-1): Use that.
16070 Add a completion-base-size-function property.
16071
16072 * simple.el (completion-setup-function): Look for
16073 completion-base-size-function property of minibuffer-completion-table.
16074
16075 * files.el (locate-file-completion): Doc fix.
16076
16077 * printing.el: Don't call pr-update-menus; user must do that.
16078
16079 * emacs-lisp/debug.el (debugger-window): New variable.
16080 (debug): Use debugger-window if it is set and still alive.
16081 Record debugger-window for next entry.
16082
16083 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16084
16085 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16086
16087 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16088 (hack-one-local-variable, hack-local-variables)
16089 (hack-local-variables-prop-line): Pass that arg.
16090
16091 2005-06-06 Kim F. Storm <storm@cua.dk>
16092
16093 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16094 (ido-indicator): Remove -face suffix from face names.
16095
16096 2005-06-06 Juri Linkov <juri@jurta.org>
16097
16098 * font-lock.el (font-lock-regexp-backslash)
16099 (font-lock-regexp-backslash-construct): New faces.
16100 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16101 after `('. Add `while-no-input' to control structures.
16102
16103 * faces.el (no-break-space, shadow): New faces.
16104 (escape-glyph): Use less loud colors pink2 and red4.
16105
16106 * diff-mode.el (diff-context-face)
16107 * dired.el (dired-ignored)
16108 * rfn-eshadow.el (file-name-shadow)
16109 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16110
16111 * info.el (Info-title-1-face): Use green instead of yellow because
16112 bold yellow is not readable on light backgrounds.
16113
16114 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16115 before selecting the desired mode to not spend time fontifying
16116 old contents.
16117
16118 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16119
16120 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16121 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16122
16123 * ps-print.el (ps-default-fg, ps-default-bg):
16124 Fix typos in docstrings.
16125
16126 * isearchb.el (isearchb): Don't pass a spurious second argument to
16127 `iswitchb-completions'.
16128
16129 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16130
16131 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16132 to preserve point.
16133 (gdb-find-file-hook): Add doc string.
16134
16135 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16136 C dereferenced pointer expression.
16137 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16138
16139 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16140
16141 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16142 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16143 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16144 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16145 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16146 Make background transparent.
16147
16148 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16149
16150 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16151 (font-lock-remove-keywords): Doc fix.
16152 (font-lock-mode-major-mode): Compiler defvar.
16153 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16154
16155 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16156 (font-lock-mode): Update `font-lock-mode-major-mode'.
16157 (font-lock-set-defaults): Compiler defvar.
16158 (font-lock-default-function): Take `font-lock-mode-major-mode'
16159 into account.
16160
16161 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16162 keep track of which major mode it enabled the minor mode for.
16163 Use find-file-hook again. Update docstring.
16164
16165 * simple.el (eval-expression-print-level)
16166 (eval-expression-print-length, eval-expression-debug-on-error):
16167 Doc fixes.
16168
16169 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16170
16171 * iswitchb.el (iswitchb-single-match-face)
16172 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16173 (iswitchb-invalid-regexp-face): New faces.
16174 (iswitchb-completions): Use them.
16175 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16176 now marked as an obsolete alias.
16177 (iswitchb-read-buffer): Remove check for bound font variables.
16178 (iswitchb-invalid-regexp): New free variable.
16179 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16180 set iswitchb-invalid-regexp.
16181 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16182 invalid regexps.
16183 (iswitchb-completions): Add check for complete match when entering
16184 a regexp.
16185 (iswitchb-completions): Remove require-match argument.
16186 (iswitchb-exhibit): Fix caller.
16187 (iswitchb-common-match-inserted): New variable.
16188 (iswitchb-complete, iswitchb-completion-help): Use it.
16189
16190 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16191
16192 * url-http.el (url-http-chunked-encoding-after-change-function):
16193 Use `url-http-debug' instead of `message'.
16194
16195 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16196
16197 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16198 callback argument.
16199
16200 2005-06-04 Kim F. Storm <storm@cua.dk>
16201
16202 * simple.el (line-move): Only call sit-for when moving backwards.
16203
16204 * ido.el (ido-make-merged-file-list-1): New defun split from
16205 ido-make-merged-file-list.
16206 (ido-make-merged-file-list): Bind throw-on-input around call to
16207 ido-make-merged-file-list-1. Return input-pending-p if
16208 interrupted by more input available.
16209 (ido-read-internal): Handle input-pending-p return value from
16210 ido-make-merged-file-list.
16211
16212 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16213
16214 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16215 compatibility code.
16216
16217 * international/latexenc.el (latexenc-find-file-coding-system):
16218 Don't inherit the EOL part of the coding-system from the
16219 tex-main buffer. Fit within 80 columns.
16220
16221 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16222
16223 * tmm.el (tmm-inactive-face): New face.
16224 (tmm-remove-inactive-mouse-face): New function.
16225 (tmm-prompt, tmm-add-one-shortcut)
16226 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16227 but not selectable.
16228
16229 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16230
16231 * faces.el (face-equal): Improve argument/docstring consistency.
16232
16233 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16234
16235 * progmodes/make-mode.el (makefile-targets-face)
16236 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16237 (makefile-bsdmake-dependency-regex)
16238 (makefile-makepp-rule-action-regex)
16239 (makefile-bsdmake-rule-action-regex): New constants.
16240 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16241
16242 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16243 Allow (...) within `...' for makepp messages.
16244
16245 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16246
16247 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16248
16249 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16250 "." files are deleted from all file lists before comparison.
16251
16252 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16253 (viper-ESC-key): Made them customizable.
16254
16255 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16256
16257 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16258
16259 * autorevert.el (auto-revert-buffers): Use save-match-data.
16260
16261 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16262
16263 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16264 menu items with a nil command binding.
16265
16266 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16267
16268 * emacs-lisp/cl-macs.el (defsetf):
16269 Improve argument/docstring consistency.
16270
16271 * faces.el (list-faces-display): Improve the formatting by
16272 computing the maximum length required for any face-name (reworked
16273 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16274 (internal-find-face): Remove redundant info in docstring.
16275
16276 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16277
16278 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16279 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16280 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16281 (gdb-assembler-custom): Improve regexps.
16282 (def-gdb-auto-update-handler): Use window point to preserve point.
16283
16284 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16285
16286 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16287
16288 2005-05-31 Jay Belanger <belanger@truman.edu>
16289
16290 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16291 to calc-embedded.
16292 (calc-embedded-make-info): Have plain prefix argument select
16293 entire line.
16294
16295 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16296
16297 * faces.el (list-faces-display): Signal error if passed a regexp
16298 that matches no face name.
16299
16300 * simple.el (filter-buffer-substring): Fix typo in docstring.
16301
16302 2005-05-31 Richard M. Stallman <rms@gnu.org>
16303
16304 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16305 (vhdl-emacs-21): Doc fix.
16306 (vhdl-mode): Unconditionally set comment-padding.
16307 (vhdl-fixup-whitespace-region): Insert spaces only where
16308 there are none.
16309 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16310
16311 2005-05-30 John Wiegley <johnw@newartisans.com>
16312
16313 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16314 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16315 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16316 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16317 `string-to-number'.
16318
16319 2005-05-30 Jay Belanger <belanger@truman.edu>
16320
16321 * calc/calc.el (calc-bug-address): Fix docstring.
16322 (calc-window-hook, calc-trail-window-hook): New variables.
16323 (calc-trail-display): Restore use of calc-trail-window-hook.
16324 (calc): Restore use of calc-window-hook.
16325
16326 2005-05-31 Masatake YAMATO <jet@gyve.org>
16327
16328 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16329
16330 * help-fns.el (help-C-file-name): Add autoload mark for
16331 `find-function-noselect'.
16332
16333 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16334
16335 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16336 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16337
16338 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16339
16340 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16341 included diary buffer if it was not already being visited.
16342 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16343
16344 * calendar/icalendar.el (top-level): Do not require appt.
16345
16346 * mail/supercite.el (sc-select-attribution): Only use a list
16347 element from sc-attrib-selection-list if it returns a string.
16348 Reported by Davide G. M. Salvetti <salve@debian.org>.
16349
16350 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16351
16352 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16353 includes a hash value to improve its uniqueness, and has a ".jpg"
16354 extension. Also, it is now a valid filename on all systems.
16355 (thumbs-make-thumb): Use `let', not `let*'.
16356 (thumbs-show-thumbs-list): Check for JPEG availability.
16357
16358 2005-05-30 Richard M. Stallman <rms@gnu.org>
16359
16360 * filesets.el (filesets-menu-ensure-use-cached):
16361 Prevent warning when emacs-version>= is undefined.
16362
16363 * printing.el (pr-interactive-n-up): Use string-to-number.
16364
16365 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16366
16367 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16368 Warn only when name to be defined is quoted.
16369
16370 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16371
16372 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16373 Make regexp more robust.
16374 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16375 Force regeneration of disassembly.
16376
16377 2005-05-29 Jay Belanger <belanger@truman.edu>
16378
16379 * calc/calc.el (calc-user-invocation): Check if
16380 calc-invocation-macro is non-nil.
16381
16382 2005-05-29 Juri Linkov <juri@jurta.org>
16383
16384 * add-log.el (change-log-font-lock-keywords):
16385 Add `+' to e-mail regexp to accept mail address with keywords.
16386
16387 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16388
16389 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16390
16391 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16392
16393 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16394
16395 2005-05-29 Richard M. Stallman <rms@gnu.org>
16396
16397 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16398 Undo the change that moves to end of the current word.
16399
16400 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16401
16402 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16403 Throw error when count <= 0 to ensure input is a number.
16404 (gdb-read-memory-custom): Pick up address from buffer.
16405 (gdb-memory-mode): Allow user to increment and decrement
16406 memory address from header line.
16407
16408 2005-05-29 Richard M. Stallman <rms@gnu.org>
16409
16410 * flyspell.el (flyspell-version): Function deleted.
16411 (flyspell-auto-correct-previous-hook): Doc fix.
16412
16413 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16414 Do nothing if memory is full.
16415
16416 * font-lock.el (font-lock-fontify-syntactically-region):
16417 Pass t for GREEDY to looking-back.
16418
16419 * saveplace.el (save-place-alist-to-file): Write the file
16420 using write-region.
16421
16422 * subr.el (looking-back): New argument GREEDY.
16423
16424 * progmodes/compile.el (compilation-start): Set the mode
16425 before inserting the initial text.
16426
16427 * progmodes/which-func.el (which-func-update-1): Turn the mode
16428 off in case of error by setting which-func-mode.
16429
16430 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16431
16432 * flyspell.el (flyspell-auto-correct-previous-word):
16433 Narrow down to what's on the screen, and recenter overlays
16434 at the end of the next word.
16435
16436 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16437
16438 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16439 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16440 (flyspell-abbrev-p): Default to nil.
16441 (flyspell-use-global-abbrev-table-p): Doc fix.
16442 (flyspell-large-region): Allow nil as value.
16443 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16444
16445 (mail-mode-flyspell-verify): More robust handling
16446 of `mail-header-separator'. More efficient signature detection.
16447 Allow for regexp metacharacters in message-header-separator.
16448 Adding `To' not to be checked in mail-mode-flyspell-verify.
16449
16450 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16451 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16452 Bind flyspell-auto-correct-binding.
16453 Bind C-. and C-, .
16454 (flyspell-mode-map): Likewise.
16455 (flyspell-mode): Doc fix.
16456 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16457 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16458 (flyspell-word-cache-result): New var, always local.
16459 (flyspell-check-pre-word-p): Doc fix.
16460 (flyspell-check-changed-word-p): Handle spc like newline.
16461 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16462 (flyspell-word-search-backward, flyspell-word-search-forward):
16463 New functions.
16464 (flyspell-word): Return t if nothing to check.
16465 When parsing TeX code, check for after } or \.
16466 Use flyspell-word-search-backward to find previous word.
16467 Return nil if duplicated word.
16468 For word already checked, return same value as last time.
16469 Set flyspell-word-cache-result after checking.
16470 Don't clobber the return value.
16471 (flyspell-get-word): Major rewrite.
16472 (flyspell-external-point-words): New locals pword, pcount.
16473 Fix size used in progress message.
16474 Find the proper corresponding word in flyspell-large-region-buffer.
16475 (flyspell-region): Check for flyspell-large-region = nil.
16476 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16477 (flyspell-auto-correct-word): Check that WORD is a cons.
16478 (flyspell-correct-word): Likewise.
16479
16480 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16481
16482 * progmodes/make-mode.el (makefile-rule-action-regex)
16483 (makefile-macroassign-regex, makefile-makepp-mode)
16484 (makefile-bsdmake-mode): Continuation lines may be empty.
16485 Reported by Joshua Varner.
16486 (makefile-makepp-font-lock-keywords): Add $(stem).
16487
16488 2005-05-28 Karl Berry <karl@gnu.org>
16489
16490 * textmodes/tex-mode.el: Now that tex-send-command calls
16491 shell-quote-argument (2005-03-31 change), remove all calls to
16492 shell-quote-argument; they all end up invoking tex-send-command.
16493 The double quoting loses on filenames with non-safe characters,
16494 such as "@". Reported by Frederik Fouvry.
16495
16496 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16497
16498 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16499 about preserving point.
16500
16501 2005-05-27 Jay Belanger <belanger@truman.edu>
16502
16503 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16504 Info-goto-node.
16505
16506 * calc/calc-embed.el (calc-embed-arg): New variable.
16507 (calc-do-embedded-activate, calc-embedded-activate-formula)
16508 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16509 variable by new variable.
16510 (calc-embedded-make-info): Replace undeclared variable by new
16511 variable. When selecting region with positive prefix
16512 argument, use end of previous line instead of beginning of line.
16513
16514 * calc/calc-aent.el (calc-arg-values): Declare it.
16515
16516 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16517 Declare them.
16518
16519 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16520
16521 * calc/calc.el (calc-alg-map): Declare it.
16522
16523 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16524
16525 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16526
16527 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16528 (gdb-registers-buffer, toggle-gdb-all-registers):
16529 Toggle display of floating point registers.
16530 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16531
16532 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16533 (toggle-gud-tooltip-dereference):
16534 Rename from gud-toggle-tooltip-dereference.
16535
16536 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16537
16538 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16539
16540 2005-05-27 Jay Belanger <belanger@truman.edu>
16541
16542 * calc/calc-prog.el (calc-kbd-report): Remove.
16543 (calc-kbd-query): Rewrite.
16544
16545 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16546
16547 * image.el (image-library-alist): Move to image.c.
16548 (image-type-available-p): Doc fix.
16549
16550 2005-05-27 Lute Kamstra <lute@gnu.org>
16551
16552 * calc/calc.el (calc):
16553 * outline.el (outline-1, outline-2, outline-3, outline-4)
16554 (outline-5, outline-6, outline-7, outline-8):
16555 * textmodes/dns-mode.el (dns-mode):
16556 * textmodes/sgml-mode.el (sgml-namespace-face):
16557 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16558 (tex-verbatim-face, tex-use-reftex):
16559 * textmodes/texinfo.el (texinfo-heading-face):
16560 Specify customization group.
16561
16562 * longlines.el: Don't require easy-mmode.
16563 (longlines-visible-face): Specify customization group.
16564
16565 2005-05-27 Kenichi Handa <handa@m17n.org>
16566
16567 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16568 encoding table of windows-1251.
16569
16570 * international/ucs-tables.el (ucs-set-table-for-input):
16571 If translation-table-for-input of a coding system is a symbol, get
16572 its translation-table property.
16573
16574 * international/code-pages.el: Don't register a coding system into
16575 non-iso-charset-alist more than once.
16576 (cp-make-coding-system): Likewise.
16577
16578 2005-05-26 John Wiegley <johnw@newartisans.com>
16579
16580 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16581 `eshell-resume-eval' is wrapped in a list, it indicates that the
16582 command was run asynchronously. In that case, unwrap the value
16583 before checking the delimiter value.
16584
16585 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16586 character before a space at the end of a line is \, assume the space
16587 is part of the last argument rather than a final argument separator.
16588
16589 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16590 is in use, and the target is `t' or `nil' (which are the most common
16591 values), don't assume that the symbol target is a buffer.
16592
16593 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16594
16595 * calendar/calendar.el (calendar-mode-line-format):
16596 Use mode-line-highlight as mouse-face.
16597
16598 * time.el (display-time-string-forms, display-time-update):
16599 Use mode-line-highlight as mouse-face.
16600
16601 2005-05-26 Jay Belanger <belanger@truman.edu>
16602
16603 * calc/calc.el (calc-language-alist): Remove extra defvar.
16604
16605 2005-05-26 Lute Kamstra <lute@gnu.org>
16606
16607 * arc-mode.el (archive-mode):
16608 * bookmark.el (bookmark-read-annotation-mode)
16609 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16610 * bs.el (bs-mode):
16611 * calc/calc-yank.el (calc-edit-mode):
16612 * calc/calc.el (calc-mode, calc-trail-mode):
16613 * calculator.el (calculator-mode):
16614 * chistory.el (command-history-mode):
16615 * comint.el:
16616 * cus-edit.el (custom-mode):
16617 * descr-text.el (describe-text-mode):
16618 * ebuff-menu.el (Electric-buffer-menu-mode):
16619 * ediff-util.el (ediff-mode):
16620 * emacs-lisp/re-builder.el (reb-mode):
16621 * emulation/vi.el (vi-mode-setup):
16622 * emulation/ws-mode.el (wordstar-mode):
16623 * eshell/esh-mode.el (eshell-mode):
16624 * forms.el (forms-mode):
16625 * help-mode.el (help-mode):
16626 * hexl.el (hexl-mode):
16627 * ibuffer.el (ibuffer-mode):
16628 * ielm.el (inferior-emacs-lisp-mode):
16629 * info.el (Info-mode, Info-edit-mode):
16630 * international/swedish.el:
16631 * ledit.el (ledit-from-lisp-mode):
16632 * locate.el (locate-mode):
16633 * mail/rmail.el (rmail-mode):
16634 * mail/rmailedit.el (rmail-edit-mode):
16635 * mail/rmailsum.el (rmail-summary-mode):
16636 * mail/supercite.el (sc-electric-mode):
16637 * net/eudc.el (eudc-mode):
16638 * net/quickurl.el (quickurl-list-mode):
16639 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16640 * obsolete/ooutline.el (outline-mode):
16641 * obsolete/options.el (Edit-options-mode):
16642 * obsolete/rnews.el (news-mode):
16643 * obsolete/rnewspost.el (news-reply-mode):
16644 * play/5x5.el (5x5-mode):
16645 * play/decipher.el (decipher-mode, decipher-stats-mode):
16646 * play/gomoku.el (gomoku-mode):
16647 * play/snake.el (snake-mode):
16648 * play/solitaire.el (solitaire-mode):
16649 * play/tetris.el (tetris-mode):
16650 * progmodes/ada-mode.el (ada-mode):
16651 * progmodes/antlr-mode.el (antlr-mode):
16652 * progmodes/autoconf.el (autoconf-mode):
16653 * progmodes/dcl-mode.el (dcl-mode):
16654 * progmodes/delphi.el (delphi-mode):
16655 * progmodes/ebrowse.el (ebrowse-tree-mode)
16656 (ebrowse-electric-list-mode, ebrowse-member-mode)
16657 (ebrowse-electric-position-mode):
16658 * progmodes/f90.el (f90-mode):
16659 * progmodes/fortran.el (fortran-mode):
16660 * progmodes/icon.el (icon-mode):
16661 * progmodes/idlw-help.el (idlwave-help-mode):
16662 * progmodes/idlw-shell.el (idlwave-shell-mode):
16663 * progmodes/idlwave.el (idlwave-mode):
16664 * progmodes/inf-lisp.el (inferior-lisp-mode):
16665 * progmodes/m4-mode.el (m4-mode):
16666 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16667 * progmodes/modula2.el (modula-2-mode):
16668 * progmodes/octave-inf.el (inferior-octave-mode):
16669 * progmodes/octave-mod.el (octave-mode):
16670 * progmodes/pascal.el (pascal-mode):
16671 * progmodes/sh-script.el (sh-mode):
16672 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16673 * progmodes/vhdl-mode.el (vhdl-mode):
16674 * progmodes/xscheme.el (scheme-interaction-mode):
16675 * replace.el (occur-mode):
16676 * ses.el (ses-mode):
16677 * simple.el (completion-list-mode):
16678 * skeleton.el:
16679 * speedbar.el (speedbar-mode):
16680 * term.el (term-mode):
16681 * terminal.el (terminal-edit-mode):
16682 * textmodes/reftex-index.el (reftex-index-mode)
16683 (reftex-index-phrases-mode):
16684 * textmodes/reftex-sel.el (reftex-select-label-mode)
16685 (reftex-select-bib-mode):
16686 * textmodes/reftex-toc.el (reftex-toc-mode):
16687 * wdired.el (wdired-change-to-wdired-mode):
16688 * wid-browse.el (widget-browse-mode):
16689 Use run-mode-hooks.
16690
16691 * array.el (array-mode):
16692 * calendar/todo-mode.el (todo-mode):
16693 * man.el (Man-mode):
16694 * play/landmark.el (lm-mode):
16695 * play/mpuz.el (mpuz-mode):
16696 Use kill-all-local-variables and run-mode-hooks.
16697
16698 * subr.el (delay-mode-hooks): Specify indentation.
16699
16700 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16701
16702 * xml.el (xml-substitute-special): Don't die for undefined xml
16703 entities.
16704
16705 2005-05-26 Jay Belanger <belanger@truman.edu>
16706
16707 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16708 of nil.
16709
16710 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16711
16712 * progmodes/gdb-ui.el (gdb-frame-address):
16713 Rename from gdb-current-address.
16714 (gdb-previous-frame-address): Rename from gdb-previous-address.
16715 (gdb-selected-frame): Rename from gdb-current-frame.
16716 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16717 (gdb-frame-number): Rename from gdb-current-stack-level.
16718 (gdb-ann3): Match new mode-name for disassembly buffer.
16719 Extend initialization of variables.
16720 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16721 (gdb-memory-mode): Use mouse-face in header line.
16722 (gdb-assembler-buffer-name): Call it disassembly and give frame
16723 in mode line.
16724 (gdb-source-spec-regexp, gdb-assembler-custom)
16725 (gdb-invalidate-assembler, gdb-frame-handler):
16726 Make robust to leading zeroes in address format.
16727
16728 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16729
16730 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16731 define `org-mode'.
16732 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16733
16734 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16735
16736 * log-edit.el (log-edit-changelog-entries): Distinguish between
16737 filenames like xfns.c and fns.c.
16738
16739 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16740
16741 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16742 point after reverting.
16743 (Buffer-menu-make-sort-button): Handle the case where
16744 `Buffer-menu-use-header-line' is nil.
16745
16746 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16747
16748 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16749 New funcs. In minibuffer-local-completion-map bind `]', `/'
16750 and `:' to them.
16751
16752 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16753
16754 * startup.el (normal-top-level): Allow modification of load-path while
16755 we're iterating over it.
16756
16757 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16758
16759 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16760 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16761 (thumbs-resize-interactive, thumbs-insert-image)
16762 (thumbs-insert-thumb, thumbs-dired-show-marked)
16763 (thumbs-find-image-at-point, thumbs-delete-images)
16764 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16765 (thumbs-increment-image-size, thumbs-decrement-image-size):
16766 Fix typos in docstrings.
16767
16768 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16769
16770 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16771 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16772 (cperl-mode): Use them.
16773
16774 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16775
16776 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16777 Doc fixes.
16778
16779 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16780
16781 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16782 Bind C-d to gdb-inferior-io-eof.
16783
16784 * dired.el (dired-dnd-popup-notice): Use message-box.
16785
16786 2005-05-23 Masatake YAMATO <jet@gyve.org>
16787
16788 * bindings.el (mode-line-major-mode-keymap):
16789 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16790
16791 * faces.el (mode-line-highlight): New face.
16792
16793 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16794 as mouse-face.
16795
16796 * bindings.el (top-level, help-echo, mode-line-modified)
16797 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16798 as mouse-face.
16799
16800 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16801
16802 * progmodes/cc-engine.el (c-guess-basic-syntax):
16803 Remove spurious call to `zerop'.
16804
16805 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16806
16807 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16808
16809 CC Mode update to 5.30.10:
16810
16811 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16812 could go past the limit in decoration level 2, thereby causing
16813 errors during interactive fontification.
16814
16815 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16816 the file is evaluated interactively.
16817
16818 * cc-engine.el (c-guess-basic-syntax): Handle operator
16819 declarations somewhat better in C++.
16820
16821 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16822 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16823 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16824 (awk-mode): Use it.
16825 (make-local-hook): Suppress warning about obsoleteness.
16826
16827 * cc-engine.el, cc-align.el, cc-cmds.el
16828 (c-append-backslashes-forward, c-delete-backslashes-forward)
16829 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16830 Compensate for return value from `forward-line' when it has moved
16831 but not to a different line due to eob.
16832
16833 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16834 `objc-method-intro' and `objc-method-args-cont'.
16835
16836 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16837
16838 CC Mode update to 5.30.10:
16839
16840 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16841 in the copyright statement. Incidentally, change "along with GNU
16842 Emacs" to "along with this program" where it occurs.
16843
16844 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16845 so that it is interactive, hence can be found by M-x awk-mode
16846 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16847 <gmorris+emacs@ast.cam.ac.uk>.
16848
16849 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16850 Mode's regexps.
16851
16852 2005-05-23 Kevin Ryde <user42@zip.com.au>
16853
16854 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16855 c-parse-state, to avoid a lisp error (on bad code).
16856
16857 2005-05-23 Lute Kamstra <lute@gnu.org>
16858
16859 * subr.el (font-lock-defaults): Remove defvar as it's already
16860 defined in font-core.el.
16861
16862 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16863
16864 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16865
16866 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16867 more general and work when GDB variable "print pretty" is on,
16868 as with Emacs, for example.
16869
16870 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16871
16872 * font-core.el: Update comment.
16873
16874 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16875 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16876
16877 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16878
16879 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16880
16881 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16882 and `yank-handler' in the doc strings.
16883
16884 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16885
16886 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16887
16888 2005-05-22 Richard M. Stallman <rms@gnu.org>
16889
16890 * help.el (describe-key): Move print-help-return-message call
16891 out of conditional.
16892
16893 * progmodes/etags.el (list-tags): Use with-no-warnings.
16894
16895 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16896 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16897 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16898
16899 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16900
16901 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16902 Add defvar.
16903
16904 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16905 Use defvar, not defconst.
16906
16907 * hexl.el (hexl-follow-line): Use with-no-warnings.
16908
16909 * emulation/tpu-extras.el: Use write-file-functions instead of
16910 write-file-hooks.
16911
16912 * dired.el (dired-font-lock-keywords): Fontify files with junk
16913 extensions even if marked by -F.
16914
16915 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16916
16917 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16918 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16919 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16920 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16921 (concatenate, list-length, get*, getf, cl-remprop):
16922 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16923 (etypecase, progv, lexical-let, lexical-let*)
16924 (multiple-value-bind, multiple-value-setq, shiftf):
16925 Improve argument/docstring consistency.
16926
16927 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16928
16929 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16930
16931 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16932 doesn't exist.
16933
16934 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16935 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16936
16937 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16938
16939 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16940 already deleted variables: auto-fill-hook, blink-paren-hook,
16941 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16942 suspend-hooks, comment-indent-hook, meta-flag,
16943 before-change-function, after-change-function,
16944 font-lock-doc-string-face.
16945
16946 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16947
16948 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16949
16950 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16951
16952 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16953 rmail-dont-reply-to.
16954
16955 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16956
16957 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16958 literal blank when splitting new-header-values.
16959
16960 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16961
16962 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16963 string so that tmm doesn't create a completion entry for it.
16964
16965 * textmodes/table.el (table-disable-menu): Ditto.
16966
16967 2005-05-21 Richard M. Stallman <rms@gnu.org>
16968
16969 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16970
16971 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16972
16973 * net/rcompile.el (remote-compile): Use compilation-start.
16974
16975 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16976
16977 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
16978
16979 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16980 Default to makefile-bsdmake-mode on BSD systems.
16981
16982 * imenu.el (imenu-generic-expression, imenu--generic-function'):
16983 REGEXP may also be a search function now. The part of doc-string
16984 for describing the structure was 95% identical to that of
16985 `imenu--generic-function'. Unify it there.
16986
16987 * progmodes/make-mode.el (makefile-imenu-generic-expression):
16988 Use function to find dependencies, because regexp alone is so complex,
16989 it easily goes into an endless loop.
16990 (makefile-makepp-mode): Also add submenu for Perl functions
16991 defined in the makefile.
16992 (makefile-bsdmake-mode): Special imenu-generic-expression no
16993 longer needed, due to function call.
16994 (makefile-match-dependency): Take BOUND into account when checking
16995 if we're through.
16996
16997 2005-05-20 Jay Belanger <belanger@truman.edu>
16998
16999 * calc/calc-units.el (calc-invalidate-units-table):
17000 Use inhibit-read-only.
17001 (math-build-units-table-buffer): Use view-mode.
17002
17003 2005-05-20 David Kastrup <dak@gnu.org>
17004
17005 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17006 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17007
17008 2005-05-20 Lute Kamstra <lute@gnu.org>
17009
17010 * diff-mode.el (diff-header-face, diff-file-header-face)
17011 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17012 (diff-added-face, diff-changed-face, diff-function-face)
17013 (diff-context-face, diff-nonexistent-face): Put them in the
17014 diff-mode customization group.
17015
17016 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17017
17018 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17019
17020 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17021
17022 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17023 Minor regexp-optimization.
17024
17025 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17026
17027 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17028 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17029 (org-agenda-add-time-grid-maybe): New function.
17030 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17031 (org-table-create): `dotimes' instead of `mapcar'.
17032 (org-xor): Simplify implementation.
17033 (org-agenda): `inhibit-redisplay' turned on.
17034 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17035 a consistent line after a state change.
17036 (org-agenda-remove-times-when-in-prefix): New option.
17037 (org-prefix-has-time): New variable.
17038 (org-parse-time-string): Optional argument NODEFAULT.
17039 (org-format-agenda-item): Parse items for time-of-day
17040 specifications and move these into the prefix if possible.
17041 (org-agenda-priority): Get current heading, not previous heading
17042 during agenda remote editing.
17043
17044 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17045
17046 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17047 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17048 (remove-duplicates, delete-duplicates, substitute)
17049 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17050 (nsubstitute-if-not, find, find-if, find-if-not, position)
17051 (position-if, position-if-not, count, count-if, count-if-not)
17052 (mismatch, search, sort*, stable-sort, merge, member*)
17053 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17054 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17055 (intersection, nintersection, set-difference, nset-difference)
17056 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17057 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17058 (nsublis, tree-equal): Improve argument/docstring consistency.
17059
17060 * subr.el (send-string, send-region): Remove obsolescence declaration.
17061 (window-dot, set-window-dot, read-input, show-buffer)
17062 (eval-current-buffer, string-to-int):
17063 Add release number to obsolescence declarations.
17064
17065 2005-05-19 Kim F. Storm <storm@cua.dk>
17066
17067 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17068 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17069
17070 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17071
17072 * faces.el (list-faces-display): Make back button respect optional
17073 regexp arg.
17074
17075 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17076
17077 * calculator.el (calculator-radix-grouping-mode)
17078 (calculator-radix-grouping-digits, calculator-displayer)
17079 (calculator-radix-grouping-separator, calculator-copy-displayer):
17080 * dabbrev.el (dabbrev-search-these-buffers-only):
17081 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17082 (diff-advance-after-apply-hunk, diff-mode-hook)
17083 (diff-minor-mode-prefix):
17084 * imenu.el (imenu-use-popup-menu):
17085 * jit-lock.el (jit-lock-context-time):
17086 * newcomment.el (comment-fill-column, comment-column)
17087 (comment-style, comment-padding, comment-multi-line)
17088 (comment-empty-lines, comment-auto-fill-only-comments):
17089 * reveal.el (reveal-around-mark):
17090 * uniquify.el (uniquify-buffer-name-style)
17091 (uniquify-after-kill-buffer-p)
17092 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17093 (uniquify-min-dir-content, uniquify-separator)
17094 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17095 * w32-vars.el (w32-fixed-font-alist):
17096 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17097 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17098 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17099 * progmodes/perl-mode.el (perl-indent-level)
17100 (perl-continued-statement-offset, perl-continued-brace-offset)
17101 (perl-brace-offset, perl-brace-imaginary-offset)
17102 (perl-label-offset, perl-indent-continued-arguments)
17103 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17104 * progmodes/tcl.el (tcl-indent-level)
17105 (tcl-continued-indent-level, tcl-auto-newline)
17106 (tcl-tab-always-indent, tcl-electric-hash-style)
17107 (tcl-help-directory-list, tcl-use-smart-word-finder)
17108 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17109 (inferior-tcl-source-command):
17110 * textmodes/fill.el (enable-kinsoku):
17111 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17112 * textmodes/table.el (table-yank-handler):
17113 Specify missing group (and type, if simple) in defcustom.
17114
17115 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17116
17117 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17118
17119 2005-05-19 Richard M. Stallman <rms@gnu.org>
17120
17121 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17122
17123 * subr.el (event-basic-type): Don't get an error.
17124 (left-fringe-p): Function deleted.
17125
17126 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17127 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17128
17129 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17130 in recursive copy.
17131
17132 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17133
17134 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17135
17136 * emacs-lisp/bytecomp.el
17137 (byte-compile-file-form-custom-declare-variable):
17138 Call byte-compile-nogroup-warn if appropriate.
17139
17140 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17141 (compilation-set-window): Don't call left-fringe-p; do it directly.
17142
17143 2005-05-19 Jay Belanger <belanger@truman.edu>
17144
17145 * calc/calc-graph.el (calc-graph-format-data): Make sure
17146 var-PlotRejects is bound before trying to check its value.
17147
17148 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17149
17150 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17151 definition of this variable from reftex-global.el to reftex.el,
17152 because it is needed in the menu.
17153
17154 2005-05-19 Lute Kamstra <lute@gnu.org>
17155
17156 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17157 years are fixed. Don't insert a space after a dash.
17158
17159 2005-05-19 Kim F. Storm <storm@cua.dk>
17160
17161 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17162
17163 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17164
17165 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17166 strings, because (eq ... ?\\) is fairly frequent.
17167
17168 * progmodes/make-mode.el (makefile-add-this-line-targets):
17169 Simplify and integrate into `makefile-pickup-targets'.
17170 (makefile-add-this-line-macro): Simplify and integrate into
17171 `makefile-pickup-macros.
17172 (makefile-pickup-filenames-as-targets): Simplify.
17173 (makefile-previous-dependency, makefile-match-dependency):
17174 Don't stumble over `::'.
17175
17176 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17177
17178 * subr.el (post-command-idle-hook, post-command-idle-delay):
17179 Remove obsoletion of post-command-idle-hook and
17180 post-command-idle-delay.
17181
17182 * faces.el (list-faces-display): Provide button when describe-face
17183 is called to take user back to the list of faces.
17184
17185 * help-fns.el (describe-variable): Remove hyperlinks in a
17186 variable's value as these are quite frequently inappropriate.
17187
17188 * follow.el (follow-submit-feedback, follow-mode):
17189 Remove references to post-command-idle-hook.
17190
17191 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17192
17193 * progmodes/make-mode.el (makefile-previous-dependency)
17194 (makefile-match-dependency): Check for := (and in bsd mode also
17195 !=) to give a better result, even when font-lock is not on.
17196
17197 2005-05-18 Jay Belanger <belanger@truman.edu>
17198
17199 * calc/calc-help.el (calc-s-prefix-help):
17200 Add `calc-copy-special-constant' to help string.
17201
17202 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17203
17204 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17205
17206 2005-05-18 Jay Belanger <belanger@truman.edu>
17207
17208 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17209 in linear factors are in proper order.
17210
17211 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17212
17213 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17214 Support for jurabib.
17215
17216 * textmodes/reftex.el (featurep): Define aliases for overlay
17217 commands, for XEmacs compatibility, and use these aliases in
17218 overlay initializations.
17219 (reftex-highlight): Use `reftex-move-overlay'.
17220 (reftex-unhighlight): Use `reftex-delete-overlay'.
17221 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17222 (reftex-access-search-path): Use `reftex-uniquify' instead of
17223 `reftex-uniq'
17224
17225 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17226 `before-string' property modification enables for Emacs as well.
17227 (reftex-select-item): Use `reftex-delete-overlay'.
17228 (reftex-select-mark): Use `reftex-make-overlay' and
17229 `reftex-overlay-put'.
17230 (reftex-select-unmark): Use `reftex-delete-overlay' and
17231 `reftex-overlay-put'.
17232
17233 2005-05-18 Lute Kamstra <lute@gnu.org>
17234
17235 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17236
17237 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17238
17239 * add-log.el (add-change-log-entry):
17240 * array.el (array-make-template, array-reconfigure-rows)
17241 (array-init-max-row, array-init-max-column)
17242 (array-init-columns-per-line, array-init-field-width):
17243 * replace.el (replace-match-maybe-edit, perform-replace):
17244 * textmodes/spell.el (spell-region):
17245 Replace `read-input' by `read-string'.
17246
17247 * forms.el (forms-mode):
17248 * finder.el (finder-compile-keywords):
17249 * shadowfile.el (shadow-read-files):
17250 Replace `eval-current-buffer' by `eval-buffer'.
17251
17252 * terminal.el (te-pass-through):
17253 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17254 (ange-ftp-raw-send-cmd):
17255 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17256 (send-process-next-char, telnet-initial-filter, telnet):
17257 Replace `send-string' by `process-send-string'.
17258
17259 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17260 (prolog-consult-region): Replace `send-string' by
17261 `process-send-string'; replace `send-region' by `process-send-region'.
17262
17263 * progmodes/delphi.el (delphi-log-msg):
17264 Replace `set-window-dot' by `set-window-point'.
17265
17266 * subr.el (window-dot, set-window-dot, read-input, send-string)
17267 (send-region, show-buffer, eval-current-buffer):
17268 Make really obsolete, as the comment says.
17269
17270 2005-05-17 Kim F. Storm <storm@cua.dk>
17271
17272 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17273 (cua--init-keymaps): Bind C-return instead of S-return to set
17274 rectangle mark.
17275
17276 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17277 instead of S-return to toggle/clear rectangle mark.
17278
17279 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17280
17281 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17282 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17283 Also fontify plain strings assigned to variables, mostly so that a
17284 colon has a face and is thus not taken as a dependency separator.
17285 (makefile-previous-dependency): Inline the new matcher, because it
17286 is too complex to work in both directions.
17287 (makefile-match-dependency): Eliminate `backward' arg (see above).
17288 Completely reimplemented so as to not sometimes go into an endless
17289 loop. It should also be more efficient, because first it only
17290 searches for `:', instead of applying the very complex regexp.
17291 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17292 to be fontified in one piece can be too long for JIT.
17293 Makefiles are never *that* big.
17294
17295 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17296
17297 * dired.el (dired-mode): Simplify.
17298
17299 2005-05-17 Lute Kamstra <lute@gnu.org>
17300
17301 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17302 defcustom for the mode hook variable.
17303
17304 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17305 Emacs Lisp Reference Manual.
17306
17307 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17308
17309 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17310 (evenp, list*):
17311 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17312 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17313
17314 * net/tramp-smb.el (tramp-smb-open-connection):
17315 Pass `tramp-chunksize' as fifth (required) argument.
17316
17317 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17318
17319 * font-lock.el (lisp-font-lock-keywords-1):
17320 Set `font-lock-negation-char-face' for [^...] char group.
17321 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17322
17323 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17324 a var, and refine it to mask one more level of nested vars.
17325 (makefile-rule-action-regex): Turn it into a var, and refine it so
17326 it recognizes backslashed continuation lines as belonging to the
17327 same command.
17328 (makefile-macroassign-regex): Refine it so it recognizes
17329 backslashed continuation lines as belonging to the same command.
17330 (makefile-var-use-regex): Don't look at the next char, because it
17331 might be the same one to be skipped by the initial [^$], leading
17332 to an overlooked variable use.
17333 (makefile-make-font-lock-keywords): Remove two parameters, which
17334 are now variables that some of the modes set locally.
17335 Handle dependency and rule action matching through functions, because
17336 regexps alone match too often. Dependency matching now comes
17337 last, so it can check, whether a colon already matched something else.
17338 (makefile-mode): Inform that font-lock improves makefile parsing
17339 capabilities.
17340 (makefile-match-dependency, makefile-match-action): New functions.
17341
17342 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17343
17344 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17345
17346 * align.el (align-regexp):
17347 * ansi-color.el (ansi-color-get-face):
17348 * array.el (array-reconfigure-rows, array-init-max-row)
17349 (array-init-max-column, array-init-columns-per-line)
17350 (array-init-field-width):
17351 * dired-aux.el (dired-trample-file-versions):
17352 * dired-x.el (dired-mark-sexp):
17353 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17354 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17355 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17356 * faces.el (face-read-integer):
17357 * files.el (backup-extract-version, insert-directory):
17358 * hexl.el (hexl-insert-decimal-char):
17359 * server.el (server-process-filter):
17360 * shell.el (shell-extract-num):
17361 * startup.el (command-line-1):
17362 * term.el (term-command-hook):
17363 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17364 (time-stamp-do-number):
17365 * time.el (display-time-update):
17366 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17367 (timezone-fix-time):
17368 * vms-patch.el (vms-suspend-resume-hook):
17369 * calendar/appt.el (appt-convert-time):
17370 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17371 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17372 * calendar/cal-islam.el (mark-islamic-diary-entries):
17373 * calendar/calendar.el (calendar-cursor-to-date)
17374 (calendar-star-date):
17375 * calendar/diary-lib.el (diary-attrtype-convert)
17376 (mark-diary-entries, diary-entry-time):
17377 * calendar/solar.el (solar-get-number):
17378 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17379 * emacs-lisp/re-builder.el (reb-display-subexp):
17380 * emulation/edt.el (edt-set-scroll-margins):
17381 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17382 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17383 (vip-get-ex-count):
17384 * emulation/viper-ex.el (viper-get-ex-token)
17385 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17386 * international/fontset.el (fontset-plain-name):
17387 * mail/feedmail.el (feedmail-look-at-queue-directory):
17388 * mail/mailalias.el (mail-get-names):
17389 * mail/rmail.el (rmail-convert-to-babyl-format):
17390 * mail/rmailsum.el (rmail-make-basic-summary-line)
17391 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17392 (rmail-summary-goto-msg):
17393 * mail/smtpmail.el (smtpmail-read-response):
17394 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17395 (ange-ftp-vms-add-file-entry):
17396 * play/gametree.el (gametree-looking-at-ply)
17397 (gametree-current-branch-score):
17398 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17399 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17400 * progmodes/cperl-mode.el (condition-case):
17401 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17402 (ebrowse-set-member-buffer-column-width)
17403 (ebrowse-select-1st-to-9nth):
17404 * progmodes/etags.el (etags-snarf-tag):
17405 * progmodes/flymake.el (flymake-parse-line):
17406 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17407 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17408 (idlwave-shell-menu-def):
17409 * progmodes/ps-mode.el (ps-run-goto-error):
17410 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17411 (vhdl-speedbar-contract-level):
17412 * term/mac-win.el (x-handle-numeric-switch):
17413 * term/sun-mouse.el (sun-get-frame-data):
17414 * term/w32-win.el (x-handle-numeric-switch):
17415 * term/x-win.el (x-handle-numeric-switch):
17416 * textmodes/ispell.el (ispell-parse-output):
17417 * textmodes/nroff-mode.el (nroff-outline-level):
17418 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17419 (reftex-bib-sort-year-reverse, reftex-format-citation):
17420 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17421 (reftex-section-number):
17422 * textmodes/texinfmt.el (texinfo-paragraphindent):
17423 Replace `string-to-int' by `string-to-number'.
17424
17425 * international/latexenc.el: Add page marker to force the "Local
17426 Variables:" string out of the last page.
17427
17428 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17429
17430 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17431 tooltip-change-major-mode.
17432 (gud-tooltip-print-command): Remove case where gud-minor-mode
17433 is gdb ("--fullname").
17434 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17435 explain to user.
17436
17437 2005-05-16 Jay Belanger <belanger@truman.edu>
17438
17439 * calc/calc-store.el (calc-copy-special-constant): New function.
17440
17441 * calc/calc-ext.el (calc-init-extensions): Add binding for
17442 `calc-copy-special-constant'.
17443
17444 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17445 for the `calc-copy-special-constant' command.
17446
17447 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17448
17449 * subr.el (left-fringe-p): New function.
17450
17451 * progmodes/compile.el (compilation-setup): Set local value of
17452 overlay-arrow-string to "" always.
17453 (compilation-set-window): Left fringe then don't scroll.
17454 No left fringe then no arrow and scroll message to top.
17455 (compilation-context-lines): Adjust doc string accordingly.
17456
17457 2005-05-16 Kim F. Storm <storm@cua.dk>
17458
17459 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17460 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17461 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17462 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17463 (ido-read-file-name): Handle commands with ido property value
17464 equal to find-file as reading a file name, to allow C-d to enter dired.
17465 (ibuffer-find-file): Add ido property with value find-file.
17466
17467 2005-05-15 Kim F. Storm <storm@cua.dk>
17468
17469 * subr.el (open-network-stream-nowait): Remove.
17470 (open-network-stream-server): Remove.
17471
17472 2005-05-15 Richard M. Stallman <rms@gnu.org>
17473
17474 * faces.el (describe-face): Output a definition link button.
17475
17476 * help-mode.el (help-face-def): New button type.
17477
17478 * emacs-lisp/copyright.el (copyright-fix-years):
17479 Match properly if the first year is 2-digit.
17480 Don't mess up the whitespace after the years by filling.
17481
17482 * dired-aux.el (dired-mark-confirm):
17483 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17484
17485 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17486 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17487 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17488
17489 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17490 Set font-lock-comment-start-skip.
17491
17492 * font-lock.el (font-lock-comment-start-skip): New variable.
17493 (font-lock-comment-end-skip): New variable.
17494 (font-lock-fontify-syntactically-region): Use them if non-nil.
17495
17496 2005-05-15 Jay Belanger <belanger@truman.edu>
17497
17498 * calc/calc-store.el (calc-store-value): Return a string rather
17499 than display it as a message.
17500 Use calc-var-name for variable name.
17501 (calc-store-into): Add the result of calc-store-value to message.
17502 (calc-copy-variable): Add a message.
17503 (calc-store-exchange): Improve error messages.
17504 (calc-store-binary, calc-store-map): Don't reset the values of
17505 special constants.
17506
17507 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17508
17509 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17510 manual to docstring.
17511
17512 * files.el (hack-local-variables-confirm): Add STRING argument.
17513 Make the function handle non file visiting buffers correctly.
17514 (hack-local-variables-prop-line, hack-local-variables)
17515 (hack-one-local-variable): Use STRING arg of
17516 `hack-local-variables-confirm'.
17517
17518 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17519
17520 Sync with Tramp 2.0.49.
17521
17522 * net/tramp.el (tramp-handle-dired-call-process)
17523 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17524 because the contents of the Tramp buffer is changed before
17525 insertion (`expand-file' and alike).
17526 (tramp-handle-insert-directory): If `localname' has an empty
17527 nondirectory name, it must not be quoted.
17528 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17529 variable `tramp-chunksize'. Change callees.
17530 (tramp-open-connection-setup-interactive-shell): Check remote host
17531 for buggy `send-process-string' implementation.
17532 Set `tramp-chunksize' if found. Reported by Michael Kifer
17533 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17534 (tramp-handle-shell-command): `insert-buffer' cannot be used
17535 because the contents of the Tramp buffer is changed before
17536 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17537 <frederic.bothamy@free.fr>.
17538 (tramp-set-auto-save): Actions should be done for Tramp file name
17539 handler only. Ange-FTP has its own auto-save mechanism.
17540 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17541 (tramp-set-auto-save-file-modes): Set file modes of
17542 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17543 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17544 (tramp-bug): Remove obsolete variable.
17545 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17546 for presence of `mml-mode'. Make it running for older Emacsen as well.
17547
17548 2005-05-14 John Paul Wallington <jpw@pobox.com>
17549
17550 * ibuf-ext.el (define-ibuffer-filter filename):
17551 If `dired-directory' is a list, use its car.
17552
17553 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17554
17555 * ibuffer.el (define-ibuffer-column filename):
17556 If `dired-directory' is a list, use its car.
17557
17558 2005-05-14 Richard M. Stallman <rms@gnu.org>
17559
17560 * subr.el (symbol-file): Doc fix.
17561
17562 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17563 (byte-compile-form): Call byte-compile-nogroup-warn.
17564 (byte-compile-warning-types): Doc fix.
17565
17566 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17567
17568 * progmodes/cc-engine.el (c-literal-faces):
17569 Add font-lock-comment-delimiter-face.
17570
17571 * net/net-utils.el (dig): Use with-no-warnings.
17572
17573 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17574 (sc-recite-frame-alist, sc-default-cite-frame)
17575 (sc-default-uncite-frame, sc-default-recite-frame)
17576 (sc-attrib-selection-list, sc-rewrite-header-list):
17577 Mark as risky-local-variable.
17578
17579 * international/ogonek.el (ogonek-jak, ogonek-how):
17580 Don't use beginning-of-buffer.
17581
17582 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17583
17584 * calendar/solar.el (solar-data-list): Move definition up.
17585
17586 * dnd.el (dnd-protocol-alist): Add autoload.
17587
17588 * progmodes/sh-script.el: Many doc usage fixes.
17589 (sh-indent-after-do): Change default to match common styles.
17590
17591 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17592
17593 * files.el (interpreter-mode-alist)
17594 (auto-mode-interpreter-regexp): Doc fixes.
17595
17596 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17597
17598 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17599
17600 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17601
17602 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17603
17604 * dired.el (dired-mode): make-variable-buffer-local =>
17605 make-local-variable.
17606
17607 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17608
17609 * term/mac-win.el (mac-select-convert-to-string): Try coding
17610 systems in mac-script-code-coding-systems if specified one cannot
17611 encode string for `com.apple.traditional-mac-plain-text'.
17612
17613 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17614
17615 * progmodes/make-mode.el (makefile-targets-face)
17616 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17617 (makefile-dependency-regex): Fix it to not make the colon in
17618 $(var:a=b) special.
17619 (makefile-rule-action-regex): New regexp for highlighting embedded
17620 Shell strings.
17621 (makefile-macroassign-regex): Handle != for highlighting as
17622 embedded Shell strings.
17623 (makefile-var-use-regex): New const.
17624 (makefile-statements, makefile-automake-statements)
17625 (makefile-gmake-statements, makefile-makepp-statements)
17626 (makefile-bsdmake-statements): New consts.
17627 (makefile-make-font-lock-keywords): New function.
17628 (makefile-automake-font-lock-keywords)
17629 (makefile-gmake-font-lock-keywords)
17630 (makefile-makepp-font-lock-keywords)
17631 (makefile-bsdmake-font-lock-keywords): New consts.
17632 (makefile-mode-map): Add switchers between the various submodes.
17633 (makefile-mode): Document the availability of the variants.
17634 (makefile-automake-mode, makefile-gmake-mode)
17635 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17636
17637 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17638 new variants of makefile-mode.
17639
17640 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17641
17642 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17643 the inheritance.
17644
17645 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17646
17647 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17648 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17649
17650 * files.el (normal-mode): Extend the scope of the
17651 `enable-local-variables' binding to include the `set-auto-mode' call.
17652 (magic-mode-alist): Doc fix.
17653
17654 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17655
17656 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17657 font-lock-comment-face rather than copying its setting.
17658
17659 2005-05-12 Andreas Schwab <schwab@suse.de>
17660
17661 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17662
17663 2005-05-12 Lute Kamstra <lute@gnu.org>
17664
17665 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17666 defcustom for the mode hook variable. Delete the last argument.
17667 * generic-x.el: Fix callers of define-generic-mode.
17668 (generic-x-modes): Delete group.
17669 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17670 generic-x customization group.
17671
17672 2005-05-12 Kim F. Storm <storm@cua.dk>
17673
17674 * font-lock.el (font-lock-negation-char-face): Default to "off".
17675
17676 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17677 font-lock-negation-char-face to ! in !=.
17678
17679 2005-05-12 Masatake YAMATO <jet@gyve.org>
17680
17681 * add-log.el (find-change-log): Fix typos in the docstring
17682 of function.
17683
17684 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17685
17686 * international/latexenc.el (latexenc-find-file-coding-system):
17687 Avoid `re-search-forward' when looking for input encoding because
17688 of speed and safety. Better regular expressions for recognizing
17689 input encoding. Limit a search for TeX-master/tex-main-file to
17690 the local variable section.
17691
17692 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17693
17694 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17695 syntax of $ to "'" (quote).
17696
17697 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17698
17699 * dnd.el (dnd-protocol-alist): Improve custom type.
17700
17701 * dired.el (dired-dnd-protocol-alist): New variable.
17702 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17703 `dired-mode-hook' to the end.
17704
17705 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17706
17707 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17708 comment-end if comment-start-skip is not set.
17709 Obey the font-lock-comment-delimiter-face variables.
17710
17711 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17712
17713 * files.el (executable-find): Move from executable.el. Use
17714 locate-file.
17715 * progmodes/executable.el (executable-find): Move to files.el.
17716
17717 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17718 when trying to ensure forward progress.
17719
17720 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17721
17722 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17723 (mouse-select, mouse-select-internal, mouse-extend-internal):
17724 Use it to implement mouse-1-click-follows-link functionality.
17725
17726 2005-05-11 Richard M. Stallman <rms@gnu.org>
17727
17728 * font-lock.el (font-lock-fontify-syntactically-region):
17729 Use font-lock-comment-delimiter-face for comment delimiters.
17730
17731 2005-05-10 Jay Belanger <belanger@truman.edu>
17732
17733 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17734 preserving embedded modes.
17735
17736 2005-05-10 Richard M. Stallman <rms@gnu.org>
17737
17738 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17739
17740 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17741 Move from ada-stmt.el.
17742 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17743
17744 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17745 Move to ada-mode.el.
17746 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17747
17748 * cus-edit.el (custom-file): Call file-chase-links.
17749
17750 * files.el (read-directory-name): Fix previous change.
17751 (hack-local-variables-confirm): New function.
17752 (hack-local-variables-prop-line, hack-local-variables)
17753 (hack-one-local-variable): Use it.
17754
17755 2005-05-10 Lute Kamstra <lute@gnu.org>
17756
17757 * font-lock.el (font-lock-keywords-alist)
17758 (font-lock-removed-keywords-alist): Clarify docstrings.
17759
17760 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17761
17762 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17763 (gdb-source-info): Check for preprocessor info.
17764 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17765 a macro for a function.
17766 (gdb-info-breakpoints-custom): Try to find file again if not already
17767 found (user might have used GDB dir command).
17768 (gdb-get-location): Update gdb-location-alist correctly for change
17769 to gdb-info-breakpoints-custom.
17770
17771 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17772 (gud-tooltip-print-command): Add gdbmi case.
17773 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17774 preprocessor info.
17775
17776 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17777
17778 * startup.el (fancy-splash-insert): Fix typo in doc string.
17779
17780 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17781
17782 * obsolete/float.el (string-to-float):
17783 * obsolete/hilit19.el (hilit-add-pattern):
17784 * obsolete/rnews.el (news-parse-range, news-select-message)
17785 (news-get-pruned-list-of-files): Replace `string-to-int' by
17786 `string-to-number'.
17787
17788 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17789 `find-file-not-found-hooks'; use `add-hook'.
17790 (uncompress-while-visiting): Set `write-file-functions', not
17791 `write-file-hooks'; use `add-hook'.
17792
17793 2005-05-09 Kim F. Storm <storm@cua.dk>
17794
17795 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17796 (cua-paste): Handle clipboard action.
17797 (cua--init-keymaps): Remap clipboard-kill-region and
17798 clipboard-kill-ring-save.
17799
17800 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17801
17802 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17803 Improve commentary.
17804
17805 * simple.el (next-error-overlay-arrow-position): Revert the change
17806 made on 2005-04-30.
17807
17808 2005-05-07 Jay Belanger <belanger@truman.edu>
17809
17810 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17811 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17812 `calc-sel-reselect'.
17813
17814 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17815 Calc is in embedded mode.
17816
17817 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17818
17819 * progmodes/compile.el (compilation-setup):
17820 Set overlay-arrow-string to an empty string on text terminals.
17821
17822 * textmodes/ispell.el (ispell-program-name): Try looking for
17823 "aspell" along exec-path, and if found, use it as the default
17824 speller program.
17825
17826 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17827
17828 * international/mule.el (sgml-xml-auto-coding-function):
17829 Recognize encoding='FOO' in single quotes as well as in double quotes.
17830
17831 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17832
17833 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17834 as well as `interactive', so that defmacro* would recognize
17835 `declare' forms.
17836
17837 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17838
17839 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17840 Explain more about the LIGHTER arg's usage in the doc string.
17841 Add commentary to clarify what the code does. Fix the regexp that
17842 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17843 since it could have characters special to regular expressions.
17844
17845 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17846
17847 * replace.el (occur-1): Bind inhibit-read-only so that
17848 erase-buffer doesn't barf on read-only text properties (likewise
17849 for add-text-properties in occur-engine). Mark buffer as unmodified.
17850 (occur-engine): Don't set buffer-read-only here.
17851
17852 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17853
17854 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17855 list-buffers-directory. This caused the *cvs-commit* buffer to be
17856 sometimes mistakenly reused as a *cvs* buffer.
17857
17858 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17859
17860 * tooltip.el: Move code for GUD tooltips into gud.el.
17861 (require): CL no longer needed to compile case.
17862 (tooltip-mode): Do not toggle functions for GUD tooltips.
17863 (tooltip-gud-tips-p): Remove. Replace with minor mode
17864 gud-tooltip-mode in gud.el.
17865 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17866 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17867 tooltip-gud prefix with gud-tooltip and obsolete.
17868 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17869 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17870 (tooltip-mouse-motion): Mouse movement functions/variable.
17871 Rename in gud.el by adding gud prefix.
17872 (tooltip-gud-original-filter, tooltip-gud-dereference)
17873 (tooltip-gud-event, tooltip-toggle-gud-tips)
17874 (tooltip-gud-process-output, tooltip-gud-print-command)
17875 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17876 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17877 (gdb-tooltip-print): Move to gdb-ui.el.
17878
17879 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17880 (require): CL needed to compile case.
17881 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17882 tooltip-gud-tips-p. Make it a minor-mode.
17883 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17884 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17885 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17886 (gud-tooltip-change-major-mode)
17887 (gud-tooltip-activate-mouse-motions-if-enabled)
17888 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17889 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17890 (gud-tooltip-original-filter, gud-tooltip-dereference)
17891 (gud-tooltip-event, tooltip-toggle-gud-tips)
17892 (gud-tooltip-process-output, gud-tooltip-print-command)
17893 (gud-tooltip-tips): Move from tooltip.el.
17894
17895 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17896 (gdb-cpp-define-alist-flags): Doc fix.
17897 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17898 gud-tooltip-mode is t.
17899
17900 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17901
17902 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17903 evaporate if their text is deleted.
17904 (goto-address-at-point): Make it work as a mouse binding as well.
17905 (goto-address-at-mouse): Obsolete it. Update users.
17906
17907 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17908
17909 * calendar/appt.el (top-level): No longer activate on load.
17910
17911 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17912
17913 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17914 * net/webjump.el (webjump):
17915 * progmodes/idlw-help.el (idlwave-do-context-help1)
17916 (idlwave-highlight-linked-completions):
17917 * textmodes/po.el (po-find-file-coding-system-guts):
17918 Replace `assoc-ignore-case' by `assoc-string'.
17919
17920 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17921
17922 * files.el (locate-file): Doc fix.
17923
17924 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17925 Remove the redundant test for ms-dos.
17926
17927 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17928 look for the preprocessor with exec-suffixes. If not found in
17929 standard places, look in exec-path. Remove most of the tests that
17930 used system-type.
17931
17932 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17933
17934 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17935
17936 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17937 file-name clash with jka-compr.el on 8+3 filesystems.
17938
17939 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17940
17941 * term/mac-win.el: Don't define or bind scroll bar functions if
17942 x-toolkit-scroll-bars is t.
17943 (x-select-text, x-get-selection-value): Clear
17944 x-last-selected-text-clipboard if x-select-enable-clipboard is
17945 nil.
17946 (PRIMARY): Put mac-scrap-name property.
17947 (mac-select-convert-to-file-url): New function.
17948 (public.file-url): New selection target type. Add to
17949 selection-converter-alist.
17950 (x-get-selection, x-selection-value): Handle it.
17951 (x-cut-buffer-or-selection-value): New alias.
17952
17953 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17954
17955 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17956 entry to avoid calling bibtex-find-entry with arg global
17957 being t. Remove arg key.
17958 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17959 (bibtex-copy-summary-as-kill): Change accordingly.
17960
17961 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17962
17963 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17964 (org-agenda-date-later): Use with-current-buffer.
17965
17966 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17967
17968 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17969 (define-obsolete-variable-alias): Doc Fixes.
17970
17971 2005-05-06 Kim F. Storm <storm@cua.dk>
17972
17973 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
17974 vertical-motion when selective-display is active.
17975
17976 * ido.el (ido-setup-hook): New hook.
17977 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17978 (ido-input-stack): New var.
17979 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
17980 ido-next-work-file binding to M-O.
17981 Bind M-f to ido-wide-find-file-or-pop-dir.
17982 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17983 (ido-read-internal): Run ido-setup-hook.
17984 Catch quit in read-file-name and read-string to cancel edit.
17985 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17986 Automatically pop-all when completing a directory name (RET).
17987 (ido-file-internal): Add with-no-warnings around ffap and dired code.
17988 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17989 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17990 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17991 New functions for M-b/M-f to move among the directory components.
17992 (ido-make-merged-file-list): Catch quit to cancel merge.
17993 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17994 (ido-completion-help): No warnings for ido-completion-buffer-full.
17995
17996 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
17997
17998 * font-lock.el (font-lock-negation-char-face): New face and variable.
17999 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18000 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18001 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18002 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18003
18004 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18005
18006 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18007 Fix typo in docstring.
18008
18009 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18010 (ebrowse-print-statistics-line)
18011 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18012
18013 * term/w32-win.el (image-library-alist): Add additional name for
18014 Xpm library.
18015
18016 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18017
18018 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18019 use gcc instead of cpp.
18020
18021 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18022 (gdb-create-define-alist): Use it.
18023 (gdb-cpp-define-alist-program): Update for MS-DOS.
18024
18025 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18026
18027 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18028
18029 2005-05-04 Richard M. Stallman <rms@gnu.org>
18030
18031 * help.el (describe-key): No error when UNTRANSLATED is nil.
18032
18033 * simple.el (line-move-1): Fix previous change to signal errors
18034 appropriately.
18035
18036 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18037
18038 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18039 (icalendar-duration-correction): Remove.
18040 (icalendar--get-event-properties): Split result at commas.
18041 (icalendar--decode-isoduration): New optional argument
18042 DURATION-CORRECTION.
18043 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18044 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18045 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18046 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18047 (icalendar--convert-anniversary-to-ical): New functions, extracted
18048 from icalendar-export-region, with bug fixes.
18049 (icalendar-export-region): Use the above functions.
18050 (icalendar-import-buffer): Check before saving diary file.
18051 (icalendar--convert-recurring-to-diary)
18052 (icalendar--convert-non-recurring-all-day-to-diary)
18053 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18054 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18055 (icalendar--convert-ical-to-diary): Use the above functions.
18056
18057 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18058
18059 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18060 Remove these recent additions.
18061 (c-mode): Restore to before 2005-04-28.
18062
18063 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18064 recent addition.
18065
18066 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18067 (gdb-define-alist): New variables.
18068 (gdb-create-define-alist): New function.
18069 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18070 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18071 with string-to-number.
18072 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18073
18074 * progmodes/gud.el: Replace string-to-int with string-to-number.
18075 (gud-find-file): Handle gdb-define-alist.
18076
18077 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18078
18079 2005-05-02 Jay Belanger <belanger@truman.edu>
18080
18081 * calc/calc-aent.el (math-read-token):
18082 * calc/calc-bin.el (calc-word-size):
18083 * calc/calc-ext.el (calc-read-number-fancy):
18084 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18085 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18086 * calc/calc-frac.el (calc-over-notation):
18087 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18088 (calc-graph-num-points, calc-graph-init):
18089 * calc/calc-prog.el (calc-read-parse-table-part)
18090 (calc-edit-macro-repeats):
18091 * calc/calc-yank.el (calc-do-grab-rectangle):
18092 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18093 Replace `string-to-int' by `string-to-number'.
18094
18095 2005-05-02 Kim F. Storm <storm@cua.dk>
18096
18097 * kmacro.el: Use executing-kbd-macro-index variable.
18098
18099 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18100
18101 * net/rlogin.el (rlogin-parse-words): Delete func.
18102 (rlogin): Use split-string, not rlogin-parse-words.
18103 Also, if there are option-like elements in the parsed args,
18104 take the host to be the first arg immediately following them.
18105 Suggested by Michael Mauger.
18106
18107 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18108
18109 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18110
18111 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18112
18113 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18114 (cc-mode-cpp-program): Rename to cc-define-list-program and
18115 move to cc-vars.el.
18116
18117 * progmodes/cc-vars.el (cc-define-list-program):
18118 Change to "gcc -E -dM -". Make customizable.
18119
18120 2005-05-02 Kim F. Storm <storm@cua.dk>
18121
18122 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18123
18124 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18125
18126 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18127
18128 * international/mule-util.el (truncate-string): Remove alias and
18129 obsolete declaration.
18130
18131 * international/mule-cmds.el (update-iso-coding-systems):
18132 Remove alias and obsolete declaration.
18133
18134 * international/mule.el (coding-system-parent): Remove alias and
18135 obsolete declaration.
18136
18137 * subr.el (define-function, sref): Remove aliases and obsolete
18138 declarations.
18139 (chars-in-region): Remove obsolete declaration.
18140
18141 2005-05-01 Richard M. Stallman <rms@gnu.org>
18142
18143 * info.el (Info-mode): Set widen-automatically to nil, locally.
18144
18145 * simple.el (widen-automatically): New variable.
18146 (pop-global-mark): Obey widen-automatically.
18147
18148 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18149
18150 * term/xterm.el (function-key-map): Call substitute-key-definition
18151 before the keymap size is increased by a lot of define-key calls.
18152
18153 2005-05-01 Richard M. Stallman <rms@gnu.org>
18154
18155 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18156 Rename ARG to ELEMENT. Doc fix.
18157
18158 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18159
18160 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18161 Remove references to allout-exposure/change to allout-new-exposure.
18162
18163 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18164 bytecode symbols.
18165
18166 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18167 (compiled-function-p, focus-frame, unfocus-frame):
18168 Remove aliases and obsolete declarations.
18169 Back out inadvertent changes from previous commit.
18170
18171 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18172
18173 * files.el (require-final-newline): Make Custom tags consistent
18174 with mode-require-final-newline.
18175 (mode-require-final-newline): Doc fix.
18176
18177 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18178
18179 * international/latexenc.el (latexenc-find-file-coding-system):
18180 Fix regular expressions.
18181
18182 2005-05-01 David Kastrup <dak@gnu.org>
18183
18184 * international/latexenc.el (latexenc-find-file-coding-system):
18185 Fix regular expressions.
18186
18187 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18188
18189 * subr.el (string-to-int): Make obsolete.
18190
18191 2005-04-30 Richard M. Stallman <rms@gnu.org>
18192
18193 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18194
18195 * loadup.el: load jka-comp-hook.
18196
18197 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18198 (jka-compr-handler): Add autoload. `put' calls moved
18199 to jka-comp-hook.el.
18200 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18201 (jka-compr-inhibit): Autoload.
18202
18203 * jka-comp-hook.el: New file.
18204 Enable the mode by default.
18205
18206 * files.el (backup-buffer-copy): Use copy-file instead
18207 of write-region, and put back the 'excl.
18208
18209 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18210
18211 * progmodes/flymake.el (flymake-split-string)
18212 (flymake-split-string, flymake-log, flymake-pid-to-names)
18213 (flymake-reg-names, flymake-get-source-buffer-name)
18214 (flymake-unreg-names, flymake-add-line-err-info)
18215 (flymake-add-err-info): Clarify docstrings.
18216 (flymake-popup-menu, flymake-make-emacs-menu)
18217 (flymake-make-xemacs-menu): Add docstrings.
18218 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18219 Set variables directly throughout.
18220
18221 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18222
18223 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18224 exists. Initialize cc-define-alist.
18225 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18226 If there is no file (Macroexpansion) don't create an alist.
18227
18228 2005-04-29 Sam Steingold <sds@gnu.org>
18229
18230 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18231 (cc-create-define-alist): Use it instead of the hard-coded string.
18232
18233 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18234
18235 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18236 for latexenc.
18237
18238 2005-04-29 Lute Kamstra <lute@gnu.org>
18239
18240 * emacs-lisp/generic.el: Improve commentary section.
18241 (define-generic-mode): Improve docstring.
18242
18243 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18244
18245 * textmodes/org.el (many places): Change to quiet the byte compiler.
18246 (org-prefix-format-compiled): New variable.
18247 (org-compile-prefix-format): New function.
18248 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18249 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18250 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18251 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18252 consistency with entries from `org-mode' files.
18253 (org-get-time-of-day): Fix bug with partial matches early in a line.
18254 (org-non-link-chars): New constant.
18255 (org-link-regexp): Respect `org-non-link-chars'.
18256 (org-agenda-day-view): Remove command.
18257 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18258 (org-follow-bbdb-link, org-store-link): Search also company field.
18259 (org-highlight-overlay): New variable.
18260 (org-highlight, org-unhighlight): New functions.
18261 (org-agenda-mode): Add pre-command-hook to remove highlight.
18262 (org-evaluate-time-range): Behavior depends upon whether time stamp
18263 contains a time or not.
18264 (org-show-subtree, org-show-entry): New functions.
18265 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18266
18267 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18268
18269 * comint.el (comint-output-filter-functions): Add autoload cookie.
18270
18271 2005-04-28 Kim F. Storm <storm@cua.dk>
18272
18273 * ido.el (ido-everywhere): Fix last change.
18274
18275 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18276
18277 * international/latexenc.el: New file.
18278 * international/mule-conf.el (file-coding-system-alist): For .tex,
18279 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18280
18281 2005-04-28 Lute Kamstra <lute@gnu.org>
18282
18283 * font-lock.el (font-lock-add-keywords)
18284 (font-lock-remove-keywords): Clarify docstring.
18285 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18286 Don't start docstrings with a `*'.
18287 (font-lock-update-removed-keyword-alist): Give it a docstring.
18288
18289 * generic-x.el: Update commentary section.
18290 Only require font-lock when compiling.
18291 Define all modes conditionally.
18292 Place all generic modes in the generic-x-modes customization group.
18293 (generic-x-modes): New customization group.
18294 (generic-default-modes, generic-mswindows-modes)
18295 (generic-unix-modes, generic-other-modes): New constants.
18296 (generic-define-mswindows-modes, generic-define-unix-modes):
18297 Update docstrings. Make them obsolete.
18298 (generic-extras-enable-list): New default value. Update docstring.
18299 Improve :type. Change :set function.
18300 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18301 Fix docstring.
18302
18303 * emacs-lisp/generic.el (generic-mode-internal):
18304 Simplify font-lock-defaults.
18305 (define-generic-mode): Fix docstring.
18306
18307 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18308
18309 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18310 font-lock-face property to highlight matches.
18311
18312 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18313
18314 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18315 (cc-define-alist): New variable.
18316 (c-mode): Make it local and initialize it.
18317
18318 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18319 (gdb-exited): New function.
18320 (gdb-annotation-rules): Use it.
18321 (gdb-starting): Set gdb-active-process to t.
18322 (gdb-stopping): Amend doc string.
18323 (gdb-reset): Set gdb-active-process to nil.
18324
18325 * tooltip.el (tooltip-gud-tips): Show the associated #define
18326 directives when a C program under GDB is not executing.
18327
18328 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18329
18330 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18331 font-lock-fontify-syntactic-keywords.
18332
18333 * font-lock.el (font-lock-default-fontify-region): Don't force
18334 parse-sexp-lookup-properties to nil.
18335
18336 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18337
18338 * man.el (man-mode-syntax-table): Set up `:' to have
18339 word-constituent syntax.
18340
18341 2005-04-27 Lute Kamstra <lute@gnu.org>
18342
18343 * novice.el (disable-command): Don't add spurious newlines to the
18344 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18345
18346 2005-04-26 Jay Belanger <belanger@truman.edu>
18347
18348 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18349 than one window before deleting window.
18350
18351 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18352
18353 * shell.el (shell-prompt-pattern): Doc fix.
18354 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18355
18356 * comint.el (comint-prompt-regexp, comint-get-old-input)
18357 (comint-use-prompt-regexp)
18358 (comint-use-prompt-regexp-instead-of-fields)
18359 (comint-replace-by-expanded-history, comint-send-input)
18360 (comint-output-filter, comint-get-old-input-default)
18361 (comint-line-beginning-position, comint-bol, comint-show-output)
18362 (comint-backward-matching-input, comint-forward-matching-input)
18363 (comint-next-prompt, comint-previous-prompt):
18364 Rename `comint-use-prompt-regexp-instead-of-fields' to
18365 `comint-use-prompt-regexp'. Keep old name as alias and declare
18366 obsolete.
18367 (comint-use-prompt-regexp): Shorten first line of doc string.
18368
18369 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18370 Set paragraph-separate buffer locally to "\\'".
18371
18372 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18373 Adapt to above name change.
18374
18375 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18376 (smbclient-prompt-regexp): Ditto.
18377
18378 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18379
18380 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18381
18382 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18383 gdb-location-list.
18384 Break lines that are over 80 characters wide.
18385
18386 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18387
18388 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18389 New fun and var, to preserve compatibility.
18390
18391 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18392
18393 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18394
18395 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18396 name to file-newer-than-file-p.
18397
18398 2005-04-26 Richard M. Stallman <rms@gnu.org>
18399
18400 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18401
18402 * progmodes/python.el (python-mode):
18403 Use new name eldoc-documentation-function.
18404
18405 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18406
18407 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18408 (eldoc-documentation-function):
18409 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18410
18411 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18412
18413 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18414
18415 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18416
18417 * term/xterm.el (function-key-map): Fix strings for
18418 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18419 {C,S,A,C-S}-{f1-f12}.
18420
18421 2005-04-26 Kenichi Handa <handa@m17n.org>
18422
18423 * international/mule-cmds.el (select-safe-coding-system):
18424 Fix previous change.
18425
18426 2005-04-26 Lute Kamstra <lute@gnu.org>
18427
18428 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18429
18430 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18431 (font-lock-comment-delimiter-face): Ditto.
18432
18433 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18434
18435 2005-04-25 Jay Belanger <belanger@truman.edu>
18436
18437 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18438 to t while inserting information; use help-mode.
18439
18440 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18441
18442 * term.el (ansi-term-color-vector): Use the xterm colors.
18443 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18444
18445 2005-04-25 Lute Kamstra <lute@gnu.org>
18446
18447 * font-core.el (font-lock-defaults): Fix docstring.
18448
18449 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18450
18451 2005-04-25 Kenichi Handa <handa@m17n.org>
18452
18453 * international/mule-cmds.el (select-safe-coding-system):
18454 Don't check consistency with coding: spec, etc if raw-text or
18455 no-conversion was found to be safe.
18456
18457 2005-04-24 Richard M. Stallman <rms@gnu.org>
18458
18459 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18460 citation markers at start of each line.
18461
18462 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18463 citation markers at start of each line.
18464
18465 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18466
18467 * files.el (mode-require-final-newline): Fix previous change.
18468 (require-final-newline): Fix type label.
18469
18470 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18471
18472 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18473 statement in buffer (broken by 2004-11-24 change).
18474
18475 2005-04-24 Kim F. Storm <storm@cua.dk>
18476
18477 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18478 and read-file-name-function values. Don't overwrite existing
18479 non-nil values if ido-mode is enabled without ido-everywhere.
18480
18481 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18482
18483 * files.el (mode-require-final-newline): Minor doc fix.
18484
18485 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18486
18487 * subr.el (syntax-after): Doc fix.
18488 (syntax-class): If argument is nil, return nil. Mask off upper 16
18489 bits, not 8 bits.
18490
18491 * files.el (mode-require-final-newline): Doc fix.
18492 (backup-buffer-copy): Fix last change.
18493
18494 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18495
18496 * term/mac-win.el: Require select. Set selection-coding-system to
18497 mac-system-coding-system. Call menu-bar-enable-clipboard.
18498 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18499 (x-select-enable-clipboard): New variables.
18500 (x-select-text, x-get-selection, x-selection-value)
18501 (x-get-selection-value, mac-select-convert-to-string)
18502 (mac-services-open-file, mac-services-open-selection)
18503 (mac-services-insert-text): New functions.
18504 (CLIPBOARD, FIND): Put mac-scrap-name property.
18505 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18506 (public.tiff): Put mac-ostype property.
18507 (selection-converter-alist): Add entries for them.
18508 (mac-application-menu-map): New keymap.
18509 (interprogram-cut-function, interprogram-paste-function): Set to
18510 x-select-text and x-get-selection-value, respectively.
18511 (split-window-keep-point): Set to t.
18512
18513 2005-04-23 Richard M. Stallman <rms@gnu.org>
18514
18515 * files.el (read-directory-name): Always pass non-nil
18516 DEFAULT-FILENAME arg to read-file-name.
18517 (backup-buffer-copy, basic-save-buffer-2): Take care against
18518 writing thru an unexpected existing symlink.
18519 (revert-buffer): In indirect buffer, revert the base buffer.
18520 (magic-mode-alist): Doc fix.
18521 (buffer-stale-function): Doc fix.
18522 (minibuffer-with-setup-hook): Avoid warning.
18523 (mode-require-final-newline): Doc and custom fix.
18524
18525 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18526
18527 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18528 use the default appearance.
18529 (font-lock-comment-delimiter-face): New face, new variable.
18530
18531 * imenu.el (imenu--generic-function): The official position of a
18532 definition is the start of the line that BEG is in.
18533
18534 * midnight.el (midnight-timer): Move defvar up.
18535
18536 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18537
18538 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18539
18540 * startup.el (command-line): Use with-no-warnings.
18541
18542 * window.el (window-size-fixed): New defvar.
18543
18544 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18545
18546 * mail/rmail.el (rmail-font-lock-keywords):
18547 Use font-lock-comment-delimiter-face.
18548
18549 * mail/sendmail.el (mail-font-lock-keywords):
18550 Use font-lock-comment-delimiter-face.
18551
18552 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18553
18554 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18555
18556 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18557 Specify t for LAXMATCH when matching directories.
18558 Save match data around compilation-compat-error-properties form.
18559
18560 2005-04-23 David Kastrup <dak@gnu.org>
18561
18562 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18563 Mention that the autoloaded aliases should be kept for AUCTeX.
18564
18565 2005-04-23 Andreas Schwab <schwab@suse.de>
18566
18567 * isearch.el (isearch-forward): Doc fix.
18568
18569 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18570
18571 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18572 (jit-lock-stealth-nice): Change default value to 0.5.
18573
18574 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18575
18576 * abbrev.el (write-abbrev-file): Write table entries in
18577 alphabetical order by table name.
18578
18579 2005-04-22 Kim F. Storm <storm@cua.dk>
18580
18581 * ido.el (ido-read-internal): Fix `list' completion.
18582
18583 2005-04-22 Kenichi Handa <handa@m17n.org>
18584
18585 * recentf.el (recentf-save-file-coding-system): New variable.
18586 (recentf-save-list): Encode the file by
18587 recentf-save-file-coding-system and add coding: tag.
18588
18589 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18590
18591 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18592
18593 2005-04-21 Lute Kamstra <lute@gnu.org>
18594
18595 * loadhist.el (unload-feature): Don't remove a function from hooks
18596 if it is about to be restored to an autoload . Remove functions
18597 that will become unbound from auto-mode-alist. Simplify the code.
18598
18599 * subr.el (assq-delete-all): New implementation that is linear,
18600 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18601 (rassq-delete-all): New function.
18602
18603 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18604 Add size-indication-mode.
18605
18606 2005-04-21 Kenichi Handa <handa@m17n.org>
18607
18608 * international/mule-cmds.el: Add autoload for widget-value in
18609 eval-when-compile.
18610
18611 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18612
18613 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18614 Add tooltip-mode.
18615
18616 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18617
18618 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18619
18620 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18621 (inferior-lisp-filter-regexp, inferior-lisp-program)
18622 (inferior-lisp-load-command, inferior-lisp-prompt)
18623 (inferior-lisp-mode-hook, lisp-source-modes)
18624 (inferior-lisp-load-hook): defvar->defcustom.
18625 (inferior-lisp-program, inferior-lisp-prompt)
18626 (inferior-lisp-load-hook): Doc fixes.
18627 (inferior-lisp-install-letter-bindings): Small change in
18628 introductory comment.
18629
18630 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18631
18632 * vc.el (vc-annotate-color-map): Change some colors so that text
18633 using them as foreground is readable on both white and black
18634 backgrounds.
18635
18636 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18637
18638 * international/mule-conf.el (translation-table-for-input):
18639 Remove redundant declaration.
18640
18641 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18642
18643 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18644
18645 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18646 (tooltip-toggle-gud-tips): New function.
18647
18648 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18649
18650 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18651 right angle brackets.
18652
18653 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18654
18655 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18656
18657 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18658
18659 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18660 Remove. Update callers to use expand-file-name instead.
18661
18662 * subr.el (syntax-class): New function.
18663
18664 * simple.el (blink-matching-open): Use it.
18665
18666 * paren.el (show-paren-function): Use it to recognize parens that are
18667 also used in 2-char comment markers.
18668
18669 2005-04-19 Lute Kamstra <lute@gnu.org>
18670
18671 * loadhist.el (unload-feature): Update for new format of
18672 load-history. Simplify the code.
18673
18674 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18675
18676 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18677 (mac-add-charset-info): New function. Initialize variable
18678 mac-charset-info-alist using it.
18679 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18680 for translation.
18681 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18682 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18683 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18684 New CCL programs.
18685
18686 2005-04-19 Kim F. Storm <storm@cua.dk>
18687
18688 * simple.el (next-buffer, prev-buffer, next-error)
18689 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18690 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18691
18692 * bindings.el (next-buffer, prev-buffer, next-error)
18693 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18694 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18695 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18696 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18697
18698 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18699
18700 * isearch.el (isearch-edit-string): Make the search-ring available for
18701 minibuffer history commands.
18702 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18703 the default history commands now work just as well.
18704 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18705
18706 2005-04-18 Kim F. Storm <storm@cua.dk>
18707
18708 * emulation/cua-base.el (cua--pre-command-handler): Add more
18709 elaborate check for shift modifier on non-window systems.
18710
18711 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18712
18713 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18714
18715 2005-04-18 Kim F. Storm <storm@cua.dk>
18716
18717 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18718 and make it optional. Don't test tooltip-gud-echo-area here.
18719 (tooltip-gud-process-output, gdb-tooltip-print):
18720 Pass tooltip-gud-echo-area to tooltip-show.
18721 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18722
18723 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18724
18725 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18726 `display-graphic-p' may not be bound yet.
18727
18728 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18729
18730 * startup.el (command-line): No longer enable Xterm Mouse mode by
18731 default in terminals compatible with xterm.
18732
18733 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18734
18735 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18736
18737 * tooltip.el (tooltip-gud-echo-area): Rename from
18738 tooltip-use-echo-area.
18739 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18740 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18741 area independently of where help tooltips are displayed.
18742
18743 2005-04-17 David Kastrup <dak@gnu.org>
18744
18745 * cus-theme.el (custom-theme-write-variables): Quote variables
18746 where necessary.
18747
18748 2005-04-17 Richard M. Stallman <rms@gnu.org>
18749
18750 * simple.el (yank-excluded-properties): Add follow-link to value.
18751
18752 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18753
18754 * startup.el (fancy-splash-max-time): Just 30 seconds.
18755 (fancy-splash-delay): Just 7.
18756 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18757
18758 * loadhist.el (unload-feature): Update for new format of load-history.
18759 Simplify the code.
18760
18761 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18762 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18763
18764 * mail/sendmail.el (mail-font-lock-keywords):
18765 Don't fontify subject text.
18766 Don't fontify the text of a citation.
18767
18768 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18769
18770 * comint.el (comint-output-filter): Run comint-output-filter-functions
18771 with point where the user had it.
18772
18773 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18774
18775 * international/ucs-tables.el (ucs-set-table-for-input):
18776 Disable when using unify-on-decoding.
18777
18778 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18779
18780 * emulation/cua-base.el (cua-global-mark-face): Add special case
18781 for displays supporting a high number of colors.
18782
18783 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18784
18785 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18786
18787 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18788
18789 * filesets.el (filesets-add-buffer): If user supplies a name of a
18790 non-existing fileset, create a new fileset.
18791
18792 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18793
18794 * textmodes/org.el (org-up-heading-all): Fix bug with
18795 `outline-up-heading-all'.
18796
18797 2005-04-16 Andreas Schwab <schwab@suse.de>
18798
18799 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18800 /etc/permissions.d/* and /etc/aliases.d/*.
18801
18802 2005-04-16 Kenichi Handa <handa@m17n.org>
18803
18804 * international/code-pages.el (cp-make-coding-system):
18805 Set `translation-table-for-input' property value to the symbol
18806 ucs-mule-to-mule-unicode, not to that value.
18807 (pt154): Escape guillemet by `\'.
18808
18809 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18810
18811 * loadup.el: Load tooltip if x-show-tip is fboundp.
18812
18813 * startup.el (command-line): Add comment.
18814
18815 * tooltip.el (tooltip-mode): Specify correct standard value for
18816 Custom in init-value.
18817
18818 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18819
18820 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18821 possible.
18822
18823 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18824
18825 * textmodes/org.el (org-agenda-date-prompt): Rename from
18826 `org-agenda-date-today'.
18827 (org-evaluate-time-range): Insert at point instead of directly
18828 after time range.
18829 (org-first-headline-recenter, org-subtree-end-visible-p)
18830 (org-optimize-window-after-visibility-change): New functions
18831 (org-agenda-post-command-hook): Don't allow point at end of line,
18832 to make sure it always hits the text properties.
18833 (org-agenda-next-date-line, org-agenda-previous-date-line):
18834 New commands.
18835 (org-set-regexps-and-options): Category may contain white space.
18836 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18837 Improve marker positions.
18838 (org-agenda-new-marker): Argument POS made optional.
18839 (org-agenda-get-timestamps): Deadlines which are done are listed
18840 in org-done-face now.
18841 (org-agenda-get-todos, org-agenda-get-timestamps)
18842 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18843 Set `undone-face' and `done-face' properties.
18844 (org-last-todo-state-is-todo): New variable.
18845 (org-todo): Set `org-last-todo-state-is-todo'.
18846 (org-agenda-todo): Change face according to
18847 `org-last-todo-state-is-todo'. And change other lines referring to
18848 the same entry.
18849 (org-calendar-goto-agenda): New command.
18850 (org-calendar-to-agenda-key): New option.
18851 (org-startup-folded): New allowed value `content'.
18852 (org-set-regexps-and-options): Accept new value `content' for
18853 `org-startup-folded'.
18854 (org-get-current-options): Handle new value `content' for
18855 `org-startup-folded'.
18856 (org-insert-todo-heading): New command.
18857 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18858 interactively in empty file and option
18859 `org-insert-mode-line-in-empty-file' has been set.
18860 (org-agenda-todo, org-agenda-priority): Modify to use
18861 `org-agenda-change-all-lines'.
18862 (org-warning-face): Change color on dark background
18863
18864 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18865
18866 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18867 use preferences AppleLocale and AppleLanguages, and variable
18868 mac-system-locale for default locale. On Mac OS Classic, use
18869 mac-system-coding-system for default coding systems.
18870
18871 * term/mac-win.el: Don't set file-name-coding-system.
18872 Decode variables system-name, emacs-build-system, user-login-name, and
18873 user-full-name by mac-system-coding-system on Mac OS Classic.
18874 (mac-system-coding-system): New variable.
18875
18876 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18877
18878 * startup.el (command-line): Handle `xterm-mouse-mode' before
18879 reading init file.
18880
18881 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18882
18883 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18884
18885 * progmodes/sh-script.el (sh-here-document-word): Make it a
18886 defcustom. Doc fix.
18887 (sh-add): Bash uses $(( )) for arithmetic.
18888 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18889 (sh-maybe-here-document): Remove quotes and leading whitespace
18890 from heredoc word when closing. Indent heredoc with tabs if word
18891 starts with "-".
18892
18893 2005-04-13 Richard M. Stallman <rms@gnu.org>
18894
18895 * simple.el (undo): Fix previous change.
18896
18897 * custom.el (defface): Doc fix.
18898
18899 2005-04-13 Lute Kamstra <lute@gnu.org>
18900
18901 * Makefile.in (DONTCOMPILE): Remove list.
18902 (compile, compile-always): Don't use DONTCOMPILE.
18903 (update-authors): Load the library in which batch-update-authors
18904 is defined.
18905 * makefile.w32-in (DONTCOMPILE): Remove list.
18906 (compile, compile-always): Fix comments.
18907 (update-authors): Load the library in which batch-update-authors
18908 is defined.
18909
18910 * generic-x.el (generic-mode-ini-file-find-file-hook):
18911 Rename to ini-generic-mode-find-file-hook.
18912 Keep generic-mode-ini-file-find-file-hook as an alias.
18913 (ini-generic-mode-find-file-hook): Rename from
18914 generic-mode-ini-file-find-file-hook. Fix docstring.
18915 (ini-generic-mode): Docstring change.
18916 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18917
18918 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18919 called from lisp.
18920
18921 * generic.el: Move to the emacs-lisp subdir.
18922
18923 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18924
18925 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18926 and C-S- function and cursor motion keys.
18927
18928 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18929
18930 * startup.el (command-line): Enable Xterm Mouse mode by default.
18931 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18932 for Custom. No longer show "Mouse" in mode line when enabled.
18933 Doc fix.
18934
18935 2005-04-12 Kim F. Storm <storm@cua.dk>
18936
18937 * emulation/cua-base.el (cua-rectangle-face)
18938 (cua-rectangle-noselect-face): Define face attributes here.
18939
18940 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18941
18942 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18943
18944 * startup.el (command-line): Turn off blinking cursor if
18945 cursorBlink in resources is off or false.
18946
18947 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18948
18949 * term/mac-win.el (dnd): Require dnd.
18950 (mac-drag-n-drop): Call dnd-handle-one-url.
18951 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18952 (kTextEncodingISOLatin2): Remove constants.
18953 (mac-script-code-coding-systems): New constant.
18954 (mac-handle-language-change): New function.
18955 (special-event-map): Bind it to `language-change' event.
18956 (mac-centraleurroman, mac-cyrillic): New coding systems.
18957 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18958 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18959 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18960 encode-mac-cyrillic, respectively.
18961
18962 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18963
18964 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18965 Don't set overlay-arrow-string to "=>" as this is done
18966 globally in C now.
18967
18968 2005-04-12 Lute Kamstra <lute@gnu.org>
18969
18970 * generic-x.el (rc-generic-mode, rul-generic-mode):
18971 Fix auto-mode-alist entries.
18972 (etc-fstab-generic-mode): Tweak fontification.
18973
18974 * generic.el (generic-make-keywords-list): Fix docstring.
18975 (generic-mode-internal): Simplify generic-font-lock-keywords.
18976
18977 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18978
18979 * whitespace.el (whitespace-buffer-leading)
18980 (whitespace-buffer-trailing): Revert the incorrect test inversion.
18981 However, fix the highlight area for the leading and
18982 trailing whitespaces to show space.
18983
18984 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18985
18986 * whitespace.el (whitespace-version): Bump to 3.5
18987
18988 (whitespace-buffer-leading, whitespace-buffer-trailing):
18989 Invert sense of the test to highlight the whitespace.
18990
18991 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18992
18993 * progmodes/gud.el (gud-display-line): GUD uses its own
18994 overlay arrow now so don't set overlay-arrow-string.
18995 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18996
18997 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
18998
18999 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19000 (term-ansi-current-reverse, term-ansi-current-invisible)
19001 (term-ansi-face-already-done): Change to boolean.
19002 (term-reset-terminal, term-handle-colors-array): Handle the above
19003 vars accordingly.
19004 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19005 (term-emulate-terminal): Use the new name.
19006
19007 * faces.el (secondary-selection): Use yellow1, not yellow.
19008 (trailing-whitespace): Use red1, not red.
19009
19010 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19011
19012 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19013 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19014 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19015
19016 * cus-edit.el (dnd): New group.
19017
19018 * term/w32-win.el (dnd): Require dnd
19019 (w32-drag-n-drop): Call dnd-handle-one-url.
19020
19021 * x-dnd.el: Require dnd.
19022 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19023 Call dnd-handle-one-url.
19024 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19025 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19026 to dnd-insert-text.
19027 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19028 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19029 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19030 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19031
19032 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19033
19034 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19035
19036 * wdired.el: Doc fixes.
19037 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19038 (wdired-use-dired-vertical-movement): Rename from
19039 wdired-always-move-to-filename-beginning.
19040 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19041 (wdired-change-to-wdired-mode): Change mode name.
19042 (wdired-newline): Delete.
19043
19044 2005-04-11 Richard M. Stallman <rms@gnu.org>
19045
19046 * whitespace.el (whitespace-highlight-the-space):
19047 Don't call whitespace-unhighlight-the-space here.
19048
19049 * simple.el (undo): Record t in undo-equiv-table
19050 for the redo record made by an undo-in-region.
19051
19052 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19053
19054 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19055 (gdb-frame-inferior-io-buffer): New Functions to control
19056 display of separate IO buffer.
19057 (menu): Add them to menu-bar.
19058 (gdb-display-buffer): Check for buffer another frame.
19059 Protect GUD buffer.
19060 (gdb-setup-windows): Create IO buffer if not already there.
19061 (gdb-memory-mode): Remove purecopy noops.
19062
19063 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19064
19065 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19066 and pass to self-insert-command.
19067
19068 2005-04-11 Lute Kamstra <lute@gnu.org>
19069
19070 * generic.el: Commentary section cleanup.
19071 (generic): Delete.
19072 (generic-use-find-file-hook, generic-lines-to-scan)
19073 (generic-find-file-regexp, generic-ignore-files-regexp)
19074 (default-generic-mode, generic-mode-find-file-hook)
19075 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19076 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19077 (generic-use-find-file-hook, generic-lines-to-scan)
19078 (generic-find-file-regexp, generic-ignore-files-regexp)
19079 (default-generic-mode, generic-mode-find-file-hook)
19080 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19081
19082 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19083
19084 * bookmark.el (bookmark-write-file): Catch errors writing file.
19085 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19086
19087 2005-04-10 Richard M. Stallman <rms@gnu.org>
19088
19089 * startup.el (fancy-splash-tail): Update copyright year.
19090 (command-line): Split part of -Q into -D.
19091 (emacs-basic-display): New defvar.
19092 (fancy-splash-text): Correct name of menu item.
19093
19094 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19095
19096 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19097 lines in one node.
19098
19099 * comint.el (comint-send-input): New arg ARTIFICIAL.
19100 Callers in this file changed.
19101
19102 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19103
19104 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19105
19106 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19107
19108 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19109 `ldap-search-internal'.
19110
19111 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19112
19113 * files.el (set-auto-mode-1): Use line-end-position.
19114
19115 * international/latin-1.el:
19116 * international/latin-2.el:
19117 * international/latin-3.el:
19118 * international/latin-4.el:
19119 * international/latin-5.el:
19120 * international/latin-8.el:
19121 * international/latin-9.el: Give punctuation syntax to NBSP.
19122
19123 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19124 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19125 Use char-classes to accept non-ascii letters, accepted in some recent
19126 bibtex implementations.
19127
19128 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19129
19130 * custom.el (custom-set-minor-mode): Any non-nil value for the
19131 variable should enable the mode when set through Custom.
19132
19133 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19134
19135 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19136 TAB binding so tab-always-indent is obeyed.
19137 (vhdl-minibuffer-local-map): Move initialization into declaration.
19138 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19139 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19140 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19141 (vhdl-current-line): Use line-beginning-position.
19142 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19143 with-output-to-temp-buffer, so the current position can be recorded.
19144
19145 2005-04-10 Masatake YAMATO <jet@gyve.org>
19146
19147 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19148 Add regexp for gcov.
19149
19150 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19151
19152 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19153 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19154 syntax which Emacs 20 doesn't support.
19155
19156 2005-04-09 Richard M. Stallman <rms@gnu.org>
19157
19158 * help.el (describe-key-briefly, describe-key):
19159 Replace strings as event types with "(any string)".
19160
19161 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19162
19163 * arc-mode.el (archive-mode-map): Move initialization into
19164 the declaration. Override *all* bindings of `undo'.
19165 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19166
19167 2005-04-09 Jay Belanger <belanger@truman.edu>
19168
19169 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19170
19171 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19172
19173 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19174 (xterm-register-default-colors): Update color values computation
19175 to match xterm-200.
19176
19177 2005-04-09 Kenichi Handa <handa@m17n.org>
19178
19179 * international/code-pages.el (iso-latin-7): Fix the map.
19180
19181 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19182
19183 * emacs-lisp/lisp.el (defun-prompt-regexp)
19184 (parens-require-spaces, buffer-end, end-of-defun)
19185 (insert-parentheses): Doc fixes.
19186
19187 2005-04-08 Kim F. Storm <storm@cua.dk>
19188
19189 * comint.el (comint-highlight-prompt): Fix face spec.
19190 * hi-lock.el (hi-green): Likewise.
19191
19192 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19193
19194 * cus-edit.el (custom-modified-face):
19195 * comint.el (comint-highlight-input): Fix previous changes.
19196 * term.el (term-handle-ansi-escape): Add a comment.
19197
19198 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19199
19200 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19201 in the buffer and in whitespace-highlighted-space.
19202 (whitespace-unhighlight-the-space): Simplify.
19203 (whitespace-buffer): Simplify.
19204
19205 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19206
19207 * textmodes/table.el (table-cell-face): Add special case for
19208 displays supporting a high number of colors.
19209 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19210 (vhdl-font-lock-reserved-words-face)
19211 (vhdl-speedbar-architecture-face)
19212 (vhdl-speedbar-instantiation-face)
19213 (vhdl-speedbar-architecture-selected-face)
19214 (vhdl-speedbar-instantiation-selected-face): Likewise.
19215 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19216 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19217 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19218 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19219 (ebrowse-progress-face): Likewise.
19220 * progmodes/compile.el (compilation-info-face): Likewise.
19221 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19222 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19223 * calendar/calendar.el (diary-face): Likewise.
19224 * woman.el (woman-italic-face, woman-bold-face)
19225 (woman-unknown-face): Likewise.
19226 * wid-edit.el (widget-button-pressed-face): Likewise.
19227 * whitespace.el (whitespace-highlight-face): Likewise.
19228 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19229 * pcvs-info.el (cvs-marked-face): Likewise.
19230 * info.el (info-xref): Likewise.
19231 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19232 * hilit-chg.el (highlight-changes-face)
19233 (highlight-changes-delete-face): Likewise.
19234 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19235 (hi-red-b): Likewise.
19236 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19237 * font-lock.el (font-lock-keyword-face)
19238 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19239 * cus-edit.el (custom-invalid-face, custom-modified-face)
19240 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19241 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19242 * comint.el (comint-highlight-prompt): Likewise.
19243
19244 2005-04-08 Lute Kamstra <lute@gnu.org>
19245
19246 * font-lock.el (font-lock-keywords): Docstring fixes.
19247
19248 2005-04-08 Kenichi Handa <handa@m17n.org>
19249
19250 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19251 chars are more than a limit, print " and more..." at the tail.
19252
19253 2005-04-08 Kim F. Storm <storm@cua.dk>
19254
19255 * emacs-lisp/authors.el (authors-aliases): Update list.
19256 (authors-ignored-files): New list.
19257 (authors-fixed-entries): Fix typo.
19258 (authors-renamed-files-alist): Update list.
19259 (authors-add): Check authors-ignored-files.
19260
19261 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19262
19263 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19264 optional, to ensure backward compatibility.
19265
19266 2005-04-08 Stephen Eglen <stephen@gnu.org>
19267
19268 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19269
19270 2005-04-08 Kim F. Storm <storm@cua.dk>
19271
19272 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19273
19274 * mouse.el (mouse-on-link-p): Doc fix.
19275
19276 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19277
19278 * ielm.el (ielm-prompt-read-only): Doc fix.
19279
19280 * comint.el (comint-prompt-read-only): Doc fix.
19281
19282 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19283
19284 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19285 ensure dired always handles wildcards passed to ffap.
19286 (find-file-at-point): Use it.
19287 (ffap-dired-wildcards): Doc fix.
19288
19289 2005-04-07 Juri Linkov <juri@jurta.org>
19290
19291 * simple.el (next-error-overlay-arrow-position): New defvar.
19292 Put "=>" on its property `overlay-arrow-string'. Add it to
19293 `overlay-arrow-variable-list'.
19294
19295 * progmodes/compile.el (compilation-setup):
19296 Set `next-error-overlay-arrow-position' to nil. Also set it to
19297 nil in the local hook `kill-buffer-hook'. Make local variable
19298 `overlay-arrow-string' and set it to "=>".
19299 (compilation-goto-locus): Set BOL position to
19300 `next-error-overlay-arrow-position' instead of
19301 `overlay-arrow-position'.
19302
19303 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19304 locally instead of adding it to the global hook.
19305 (Info-kill-buffer): Move up.
19306
19307 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19308
19309 * term/xterm.el (xterm-standard-colors): Update color values from
19310 xterm-200.
19311
19312 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19313
19314 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19315
19316 * fast-lock.el:
19317 * lazy-lock.el: Move them to the obsolete subdir.
19318
19319 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19320
19321 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19322 (wdired-add-replace-advice): Remove.
19323 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19324
19325 2005-04-06 Kim F. Storm <storm@cua.dk>
19326
19327 * startup.el (command-line): Add --bare-bones alias for -Q.
19328
19329 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19330
19331 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19332 create the startup fontset if a font specification ends with
19333 `mac-roman'.
19334
19335 2005-04-06 Lute Kamstra <lute@gnu.org>
19336
19337 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19338 change.
19339
19340 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19341 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19342
19343 2005-04-05 Lute Kamstra <lute@gnu.org>
19344
19345 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19346 (define-generic-mode): Ditto. Fix debug declaration.
19347
19348 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19349 Put them in the generic-x group.
19350
19351 * calendar/timeclock.el (timeclock): Doc fix.
19352
19353 * generic.el (define-generic-mode): Don't use custom-current-group.
19354 Document default :group value.
19355 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19356 (define-global-minor-mode): Don't use custom-current-group.
19357
19358 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19359
19360 * startup.el (command-line-1): Display startup-echo-area-message
19361 when fancy splash screen is in use.
19362
19363 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19364 (sh-escaped-newline): New face.
19365 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19366 newline, and use sh-escaped-newline face.
19367
19368 * progmodes/tcl.el (tcl-escaped-newline): New face.
19369 (tcl-builtin-list): New variable.
19370 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19371 newlines. Fix keywords subexpression number.
19372
19373 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19374
19375 * textmodes/org.el (org-diary-default-entry): Fix call to
19376 `add-to-diary-entry'.
19377
19378 2005-04-05 Kim F. Storm <storm@cua.dk>
19379
19380 * ediff-init.el: Use (featurep 'xemacs).
19381
19382 2005-04-05 David Ponce <david@dponce.com>
19383
19384 * cus-edit.el (face): Derive from symbol widget. Display sample
19385 of the current face on the fly.
19386 (widget-face-sample-face-get, widget-face-notify): New functions.
19387 (widget-face-value-create): Remove.
19388
19389 * wid-edit.el (widget-field-end): Temporarily remove field
19390 narrowing before to call `get-char-property'.
19391
19392 2005-04-04 Jay Belanger <belanger@truman.edu>
19393
19394 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19395 (math-read-subscripts): New variable.
19396 (math-read-preprocess-string): Process subscripts.
19397
19398 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19399
19400 * comint.el (comint-prompt-read-only): Doc fix.
19401
19402 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19403 `-1'. Doc fix.
19404
19405 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19406
19407 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19408 Change default value to nil.
19409
19410 2005-04-04 Lute Kamstra <lute@gnu.org>
19411
19412 * autorevert.el (auto-revert-mode): Specify :group.
19413 * battery.el (display-battery-mode): Specify :group.
19414 * diff-mode.el (diff-minor-mode): Specify :group.
19415 * font-core.el (font-lock-mode): Specify :group.
19416 * hl-line.el (hl-line-mode): Specify :group.
19417 * iimage.el (iimage): New customization group.
19418 (iimage-mode): Specify :group.
19419 * longlines.el (longlines-mode): Specify :group.
19420 * master.el: Don't require easy-mmode.
19421 (master): New customization group.
19422 (master-mode): Specify :group.
19423 * msb.el (msb-mode): Specify :group.
19424 * reveal.el (reveal-mode): Specify :group.
19425 * simple.el (next-error-follow-minor-mode): Specify :group.
19426 * smerge-mode.el (smerge-mode): Specify :group.
19427 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19428 * emulation/cua-base.el (cua-mode): Specify :group.
19429 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19430 * language/thai-util.el (thai-auto-composition-mode)
19431 (thai-word-mode): Specify :group.
19432 * mail/supercite.el (sc-minor-mode): Specify :group.
19433 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19434 * progmodes/flymake.el (flymake-mode): Specify :group.
19435 * progmodes/glasses.el (glasses-mode): Specify :group.
19436 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19437 * textmodes/enriched.el (enriched-mode): Specify :group.
19438 * textmodes/refill.el (refill-mode): Specify :group.
19439
19440 * add-log.el (change-log-font-lock-keywords): Names in
19441 parenthesized lists can contain spaces.
19442
19443 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19444
19445 * startup.el (fancy-splash-text): Shorten default text of
19446 "Emacs Tutorial" line. Also, if the current language env
19447 indicates an available tutorial file other than TUTORIAL,
19448 extract its title and append it to the line in parentheses.
19449 (fancy-splash-insert): If arg is a thunk, funcall it.
19450
19451 2005-04-04 Jay Belanger <belanger@truman.edu>
19452
19453 * calc.el (calc-language-alist): Add tags to customization type.
19454
19455 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19456
19457 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19458 Doc fix.
19459
19460 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19461
19462 * add-log.el (change-log-font-lock-keywords): The manual
19463 describing a Change Log entry, says: (...) "Aside from these
19464 header lines, every line in the change log starts with a space or
19465 a tab.". The font-lock was not highlighting lines started with
19466 spaces, added support for it.
19467
19468 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19469
19470 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19471 (bibtex-generate-url-list): Update docstring accordingly. Put the
19472 complex example in the docstring.
19473 (bibtex-font-lock-url): Use pop.
19474
19475 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19476
19477 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19478
19479 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19480
19481 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19482
19483 * filesets.el (filesets-set-default): Doc fix.
19484
19485 2005-04-03 Lute Kamstra <lute@gnu.org>
19486
19487 * generic.el (define-generic-mode): Add argument to specify
19488 keywords for defcustom.
19489 (default-generic-mode): Specify :group.
19490
19491 * generic-x.el: Specify :group for all generic modes.
19492
19493 * desktop.el (desktop-no-desktop-file-hook)
19494 (desktop-after-read-hook): Doc fix.
19495
19496 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19497
19498 * simple.el (visible-mode): Use explicit :group keyword.
19499 This changes the group of `visible-mode-hook' from paren-blinking
19500 to editing-basics.
19501
19502 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19503
19504 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19505 mailbox specifications as well as URLs.
19506 (rmail-insert-inbox-text): Remove unused conditional branches.
19507
19508 2005-04-01 Jay Belanger <belanger@truman.edu>
19509
19510 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19511 (calc-gnuplot-print-command): Move definitions to calc.el.
19512
19513 * calc/calc-embed.el (calc-embedded-announce-formula)
19514 (calc-embedded-open-formula, calc-embedded-close-formula)
19515 (calc-embedded-open-word, calc-embedded-close-word)
19516 (calc-embedded-open-plain, calc-embedded-close-plain)
19517 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19518 (calc-embedded-open-mode, calc-embedded-close-mode):
19519 Move definitions to calc.el.
19520
19521 * calc/calc.el (calc-settings-file, calc-language-alist):
19522 Make customizable.
19523 (calc-embedded-announce-formula, calc-embedded-open-formula)
19524 (calc-embedded-close-formula, calc-embedded-open-word)
19525 (calc-embedded-close-word, calc-embedded-open-plain)
19526 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19527 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19528 (calc-embedded-close-mode, calc-gnuplot-name)
19529 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19530 from other files and make customizable.
19531
19532 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19533
19534 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19535 Use buffer-live-p.
19536 (cvs-mode-run): Don't call cvs-update-header here.
19537 (cvs-run-process): Call cvs-update-header.
19538 Use process properties for cvs-postprocess and cvs-buffer so that
19539 the sentinel can behave better if the temp buffer is killed.
19540 Use a pipe rather than a tty, to better handle unexpected prompts.
19541 (cvs-sentinel): Rewrite. Call cvs-update-header.
19542
19543 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19544
19545 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19546 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19547
19548 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19549
19550 * generic.el (define-generic-mode): Add indentation rule.
19551
19552 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19553
19554 * files.el (mode-require-final-newline): Make Custom correctly
19555 report a nil value and allow to set it to nil via Custom.
19556 Doc fix.
19557
19558 2005-04-01 Kenichi Handa <handa@m17n.org>
19559
19560 * international/characters.el: Enable the correct case setting for
19561 dotless-i and dotted-I.
19562
19563 2005-04-01 Kim F. Storm <storm@cua.dk>
19564
19565 * ido.el (ido-file-internal): Fall back to non-ido command if
19566 initial directory is on slow ftp (or tramp) host.
19567
19568 2005-03-31 Richard M. Stallman <rms@gnu.org>
19569
19570 * emacs-lisp/autoload.el (make-autoload):
19571 Handle define-global-minor-mode.
19572
19573 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19574 Rename from easy-mmode-define-global-mode.
19575 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19576
19577 * progmodes/scheme.el (scheme-mode-syntax-table):
19578 Update syntax of | and # for two-character comment syntax.
19579
19580 2005-03-31 Lute Kamstra <lute@gnu.org>
19581
19582 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19583 (define-minor-mode): Call custom-current-group at load-time.
19584
19585 * generic.el (define-generic-mode): Add debug declaration.
19586 Add defcustom for the mode hook.
19587 (generic-mode-internal): Use run-mode-hooks.
19588
19589 2005-03-31 Kim F. Storm <storm@cua.dk>
19590
19591 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19592 (mouse-fixup-help-message): New defun called by show_help_echo
19593 to fixup mouse-2 prefix in help messages when applicable.
19594
19595 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19596
19597 2005-03-31 Kenichi Handa <handa@m17n.org>
19598
19599 * language/thai-word.el (thai-find-word-ends): Pay attention to
19600 the case that we reach the end of buffer.
19601
19602 * textmodes/fill.el (fill-text-properties-at): New function.
19603 (fill-newline): Use fill-text-properties-at instead of
19604 text-properties-at.
19605
19606 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19607
19608 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19609 not comint-quote-filename.
19610
19611 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19612
19613 * help-fns.el (help-with-tutorial): Revert last change.
19614
19615 2005-03-31 Kim F. Storm <storm@cua.dk>
19616
19617 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19618
19619 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19620
19621 * calendar/cal-china.el: Update reference to "Calendrical
19622 Calculations" book; there's a new edition.
19623 * calendar/cal-coptic.el: Likewise.
19624 * calendar/cal-french.el: Likewise.
19625 * calendar/cal-hebrew.el: Likewise.
19626 * calendar/cal-islam.el: Likewise.
19627 * calendar/cal-iso.el: Likewise.
19628 * calendar/cal-julian.el: Likewise.
19629 * calendar/cal-mayan.el: Likewise.
19630 * calendar/cal-persia.el: Likewise.
19631 * calendar/calendar.el: Likewise.
19632 * calendar/holidays.el: Likewise.
19633 * calendar/lunar.el: Likewise.
19634 * calendar/solar.el: Likewise.
19635
19636 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19637 white space from doc string.
19638
19639 2005-03-30 Jay Belanger <belanger@truman.edu>
19640
19641 * calc/calc-help.el (calc-full-help): Remove email address.
19642
19643 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19644
19645 * help-fns.el (help-with-tutorial): Delete title line.
19646
19647 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19648
19649 * calendar/cal-x.el (calendar-one-frame-setup)
19650 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19651 rather than `symbol' for set-window-dedicated-p.
19652
19653 * calendar/appt.el (appt-buffer-name): Make it a constant.
19654 (appt-add): Doc fix.
19655
19656 * filesets.el (filesets-menu-path, filesets-menu-before)
19657 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19658 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19659 (filesets-add-submenu): Delete and use add-submenu instead.
19660
19661 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19662
19663 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19664 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19665 (org-diary-default-entry): New function.
19666 (org-get-entries-from-diary): Better parsing of diary entries.
19667 (org-agenda-check-no-diary): New function.
19668 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19669 linking to diary entries.
19670 (org-agenda-execute-calendar-command): New function.
19671 (org-agenda): Improve visible section in window.
19672 Use `org-fit-agenda-window'.
19673 (org-fit-agenda-window): New option.
19674 (org-move-subtree-down): Better handling of empty lines
19675 at end of subtree.
19676 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19677 levels up.
19678 (org-fontify-done-headline): New option.
19679 (org-headline-done-face): New face.
19680 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19681 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19682 When current field is non-empty, it is copied to next row.
19683 (org-table-copy-from-above): Fix bug which made it
19684 impossible to copy fields containing only a single non-white character.
19685
19686 2005-03-30 Kim F. Storm <storm@cua.dk>
19687
19688 * kmacro.el (kmacro-end-macro): Isearch may store this command
19689 into the macro -- so ignore it when executing keyboard macro.
19690
19691 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19692
19693 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19694
19695 2005-03-29 Kenichi Handa <handa@m17n.org>
19696
19697 * language/thai.el ("Thai"): Set setup-function and exit-function
19698 for Thai language environment.
19699
19700 * language/thai-util.el: Require thai-word.
19701 (thai-word-mode-map): New variable.
19702 (thai-word-mode): New minor mode.
19703 (setup-thai-language-environment-internal): New function.
19704 (exit-thai-language-environment-internal): New function.
19705
19706 * language/thai-word.el (thai-word-table): Declare it by defvar,
19707 use dolist to initialize it.
19708 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19709 (thai-fill-find-break-point): New functions.
19710
19711 2005-03-29 Richard M. Stallman <rms@gnu.org>
19712
19713 * simple.el (idle-update-delay): Move definition up.
19714 (set-mark): Doc fix.
19715
19716 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19717
19718 * longlines.el: New file.
19719
19720 * simple.el (buffer-substring-filters): New variable.
19721 (filter-buffer-substring): New function.
19722 (kill-region, copy-region-as-kill): Use it.
19723
19724 * register.el (copy-to-register, append-to-register)
19725 (prepend-to-register): Use filter-buffer-substring.
19726
19727 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19728
19729 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19730 (gud-filter-pending-text): Move in front of gdb.
19731 (gud-overlay-arrow-position): New variable.
19732 (gud-sentinel, gud-display-line): Use it in place of
19733 overlay-arrow-position.
19734
19735 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19736
19737 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19738 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19739 (fortran-font-lock-keywords-4): New variable.
19740 (fortran-blocks-re, fortran-end-block-re)
19741 (fortran-start-block-re): New constants, for hideshow.
19742 (hs-special-modes-alist): Add a Fortran entry.
19743 (fortran-mode-map): Bind fortran-end-of-block,
19744 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19745 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19746 (fortran-looking-at-if-then, fortran-end-of-block)
19747 (fortran-beginning-of-block): New functions, for hideshow.
19748
19749 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19750 Doc fix. Tweak regexp.
19751 (f90-beginning-of-block): Push mark first.
19752
19753 2005-03-29 Jay Belanger <belanger@truman.edu>
19754
19755 * calc/calc.el: Update copyright date.
19756 (calc-version): Increase to 2.1.
19757 (calc-version-date): Remove.
19758
19759 * calc/calc-help.el: Update copyright date.
19760 (calc-full-help): Remove reference to calc-version-date.
19761 Update copyright date.
19762
19763 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19764
19765 * vc.el (vc-do-command): Use a pipe for async processes, so password
19766 prompts don't show up at places where the user can't reply.
19767
19768 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19769
19770 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19771 on the file name we pass to the inferior shell.
19772
19773 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19774
19775 * progmodes/which-func.el (which-function): Be robust in the face of an
19776 imenu--make-index-alist failure.
19777
19778 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19779
19780 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19781
19782 * progmodes/python.el (python-preoutput-filter): Fix last change.
19783
19784 2005-03-29 Lute Kamstra <lute@gnu.org>
19785
19786 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19787 functions and compiled macros.
19788 (debug-convert-byte-code): Handle macros too.
19789 (debug-on-entry-1): Don't signal an error when trying to clear a
19790 function that is not set to debug on entry.
19791
19792 2005-03-29 Jay Belanger <belanger@truman.edu>
19793
19794 * calc/calc-lang.el: Add functions to math-function-table
19795 properties of tex and math.
19796
19797 2005-03-29 Kenichi Handa <handa@m17n.org>
19798
19799 * ps-mule.el (ps-mule-plot-string): Translate characters by
19800 ps-print-translation-table.
19801 (ps-mule-begin-job): Call find-charset-region/string with
19802 ps-print-translation-table.
19803 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19804
19805 * ps-print.el (ps-print-translation-table): New variable.
19806 (ps-plot-region): Translate characters by ps-print-translation-table.
19807
19808 2005-03-29 Juri Linkov <juri@jurta.org>
19809
19810 * simple.el (next-error-highlight-timer): New variable.
19811
19812 * progmodes/compile.el (compilation-goto-locus):
19813 Use `next-error-highlight-timer' instead of `sit-for'.
19814
19815 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19816
19817 * mail/supercite.el (sc-mail-field): Use assoc-string.
19818 (sc-get-address): Simplify regexps.
19819
19820 * files.el (minibuffer-with-setup-hook): New macro.
19821 (find-file-read-args): Use it to avoid let-binding
19822 minibuffer-with-setup-hook (which breaks turning on/off
19823 file-name-shadow-mode while in the prompt).
19824
19825 * complete.el (PC-read-include-file-name-internal):
19826 Use test-completion.
19827
19828 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19829
19830 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19831
19832 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19833
19834 * window.el (window-buffer-height): Use count-screen-lines.
19835
19836 * progmodes/python.el (python-preoutput-leftover): New var.
19837 (python-preoutput-filter): Use it.
19838 (python-send-receive): Loop until all the result has been received.
19839
19840 2005-03-28 Juri Linkov <juri@jurta.org>
19841
19842 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19843
19844 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19845 "Recover Crashed Session".
19846 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19847 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19848 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19849 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19850 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19851 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19852 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19853 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19854
19855 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19856 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19857 Ediff Sessions", "Toggle use of separate control buffer frame",
19858 "Use separate frame for Ediff control buffer".
19859
19860 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19861 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19862 "Rename Bookmark", "Delete Bookmark".
19863
19864 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19865 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19866 Add `:active Info-index-alternatives' to "Next Matching Item".
19867
19868 * wdired.el (wdired-change-to-wdired-mode):
19869 Mention `wdired-abort-changes' key in the initial message.
19870
19871 * international/mule.el (auto-coding-alist): Associate non-ascii
19872 image filename extensions with `no-conversion'.
19873
19874 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19875
19876 * international/iso-acc.el:
19877 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19878
19879 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19880
19881 * textmodes/sgml-mode.el (html-mode): Doc update.
19882
19883 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19884
19885 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19886
19887 * term.el (term-move-columns): Fix face after extending a line.
19888 (term-insert-spaces): Likewise.
19889 (term-reset-terminal): Fix off by one error.
19890
19891 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19892
19893 * international/mule.el (auto-coding-alist): Add .xpi files.
19894
19895 * files.el (auto-mode-alist): Add .xpi files.
19896
19897 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19898
19899 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19900
19901 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19902
19903 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19904
19905 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19906
19907 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19908 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19909
19910 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19911 cursor to Jan 1 when needed.
19912 (calendar-end-of-year): Fix -/+ typo.
19913 Reported by Chong Yidong <cyd@stupidchicken.com>.
19914
19915 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19916
19917 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19918
19919 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19920 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19921
19922 2005-03-25 Richard M. Stallman <rms@gnu.org>
19923
19924 * filesets.el (filesets-init): Add autoload.
19925
19926 * mail/mailalias.el (mail-directory): Doc fix.
19927
19928 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19929
19930 * mail/mailalias.el (mail-directory-process): Do nothing if
19931 mail-directory-process is an atom.
19932 (mail-get-names): Ignore mail-directory-names if it is an atom.
19933 (mail-directory-process defvar): Doc fix.
19934 (mail-names): Doc fix.
19935
19936 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19937
19938 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19939
19940 2005-03-26 Kenichi Handa <handa@m17n.org>
19941
19942 * international/mule-util.el (detect-coding-with-priority):
19943 Call update-coding-systems-internal before detect-coding-region.
19944
19945 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19946
19947 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19948 (gdb-frames-mode-map): Add follow-link property.
19949
19950 2005-03-25 Jay Belanger <belanger@truman.edu>
19951
19952 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19953 for variables.
19954
19955 2005-03-25 Juri Linkov <juri@jurta.org>
19956
19957 * image-mode.el: Optimize image filename extension regexps in
19958 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19959 in `auto-mode-alist'.
19960 (image-mode): Add `image-toggle-display-text' to local hook
19961 `change-major-mode-hook'. Display the image as an image by
19962 default. Set `cursor-type' and `truncate-lines' if the image
19963 is already displayed. Take into account the current mode (image
19964 or text) in message.
19965 (image-minor-mode): New minor mode.
19966 (image-mode-maybe, image-toggle-display-text): New functions.
19967 (image-toggle-display): Use called-interactively-p.
19968 Let-bind `inhibit-read-only' to t.
19969
19970 * image-mode.el (image-minor-mode): Set `cursor-type' and
19971 `truncate-lines' if the image is already displayed. Add turning
19972 image-minor-mode off to `change-major-mode-hook'. Add message.
19973 Call `image-toggle-display-text' after turning image-minor-mode off.
19974
19975 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19976
19977 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19978 Terminal.app, use utf-8.
19979 (set-display-table-and-terminal-coding-system): Add coding-system arg.
19980 (set-locale-environment): Use it.
19981
19982 * term/xterm.el: Undo last change, better done in mule-cmds.el.
19983
19984 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19985
19986 * progmodes/python.el (python-close-block-statement-p)
19987 (python-outdent-p, python-current-defun): Use symbol-end.
19988
19989 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19990
19991 * files.el (save-some-buffers): Doc fix.
19992
19993 2005-03-25 Werner Lemberg <wl@gnu.org>
19994
19995 * complete.el, thumbs.el: Replace `legal' with `valid'.
19996 * calendar/calendar.el: Replace `legal' with `valid'.
19997 * emacs-lisp/advice.el: Replace `legal' with `valid'.
19998 * mail/supercite.el: Replace `legal' with `valid'.
19999 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20000 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20001 Replace `legal' with `valid'.
20002 * textmodes/reftex-vars.el, textmodes/reftex.el:
20003 Replace `legal' with `valid'.
20004
20005 2005-03-25 Werner Lemberg <wl@gnu.org>
20006
20007 * calc/calc-forms.el, calc/calc-sel.el
20008 * midnight.el, vc-cvs.el
20009 * emacs-lisp/cl-macs.el
20010 * emulation/vip.el
20011 * eshell/esh-io.el, eshell/esh-var.el
20012 * mail/supercite.el
20013 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20014 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20015 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20016 * progmodes/sh-script.el, progmodes/xscheme.el
20017 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20018 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20019 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20020 * textmodes/reftex.el, textmodes/org.el:
20021 Replace `illegal' with `invalid'.
20022
20023 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20024
20025 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20026 (flymake-find-buildfile, flymake-find-possible-master-files)
20027 (flymake-check-include, flymake-parse-line): Replace loops over the
20028 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20029
20030 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20031 Substitute file-name-as-directory in the rest of the file.
20032 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20033 (flymake-replace-region): Remove unused arg `buffer'.
20034 (flymake-check-patch-master-file-buffer): Update calls to it.
20035 (flymake-add-err-info): Remove unused var `count'.
20036 (flymake-mode): Use define-minor-mode.
20037
20038 * progmodes/flymake.el: Use with-current-buffer.
20039 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20040 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20041 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20042 Avoid testing for `xemacs'.
20043 (flymake-nop): Move.
20044 (flymake-region-has-flymake-overlays): Return the computed value.
20045 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20046 Remove unused var `endline'.
20047 (flymake-get-line-count): Remove unused function.
20048 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20049
20050 * emulation/vi.el:
20051 * generic.el:
20052 * hilit-chg.el (global-highlight-changes):
20053 * hi-lock.el (hi-lock-mode):
20054 * follow.el: find-file-hooks -> find-file-hook.
20055
20056 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20057
20058 2005-03-24 Juri Linkov <juri@jurta.org>
20059
20060 * dired.el (dired-mode-map): Add menu item "Compare directories"
20061 for dired-compare-directories.
20062
20063 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20064 Doc fix. Replace `read-file-name' with `read-directory-name'.
20065
20066 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20067
20068 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20069
20070 2005-03-24 Jay Belanger <belanger@truman.edu>
20071
20072 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20073 relevant mode settings in calc-embedded-original-modes when modes
20074 are permanently changed.
20075
20076 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20077
20078 * autoinsert.el: find-file-hooks -> find-file-hook.
20079
20080 2005-03-24 Lute Kamstra <lute@gnu.org>
20081
20082 * generic.el (generic-font-lock-defaults): Make it obsolete.
20083 (generic-font-lock-keywords): New variable to replace
20084 generic-font-lock-defaults.
20085 (generic-mode-set-font-lock): Delete it.
20086 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20087 (generic-bracket-support): Add docstring.
20088
20089 * generic-x.el: Rename generic-font-lock-defaults to
20090 generic-font-lock-keywords throughout.
20091 (mailagent-rules-setup-function): Delete it.
20092 (mailagent-rules-generic-mode): Use anonymous function instead.
20093 (show-tabs-generic-mode-font-lock-defaults-1)
20094 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20095 Quote faces.
20096 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20097 not foreground.
20098
20099 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20100 Recognize define-generic-mode.
20101
20102 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20103
20104 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20105 if there's no completion table.
20106
20107 2005-03-23 Miles Bader <miles@gnu.org>
20108
20109 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20110 Remove tty-specific variants, as they're no longer needed.
20111
20112 2005-03-23 Lute Kamstra <lute@gnu.org>
20113
20114 * generic-x.el: Code cleanup: make args constant whenever possible.
20115 (installshield-statement-keyword-list)
20116 (installshield-system-functions-list)
20117 (installshield-system-variables-list, installshield-types-list)
20118 (installshield-funarg-constants-list): Make them constants.
20119
20120 * generic.el (generic-make-keywords-list): Add autoload cookie.
20121
20122 * calendar/time-date.el: Add comment on time value formats.
20123 Don't require parse-time.
20124 (with-decoded-time-value): New macro.
20125 (encode-time-value): New function.
20126 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20127 (days-to-time): Return a valid time value when arg is huge.
20128 (time-since): Use time-subtract.
20129 (time-to-number-of-days): Use time-to-seconds.
20130
20131 2005-03-23 David Ponce <david@dponce.com>
20132
20133 * recentf.el (recentf-keep): New option.
20134 (recentf-menu-action): Default to `find-file'.
20135 (recentf-keep-non-readable-files-flag)
20136 (recentf-keep-non-readable-files-p)
20137 (recentf-file-readable-p, recentf-find-file)
20138 (recentf-cleanup-remote): Remove.
20139 (recentf-include-p): More robust.
20140 (recentf-keep-p): New function.
20141 (recentf-remove-if-non-kept): Rename from
20142 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20143 All callers updated.
20144 (recentf-menu-items-for-commands): Fix help string.
20145 (recentf-track-closed-file): Update. Doc fix.
20146 (recentf-cleanup): Update. Count removed files. Doc fix.
20147
20148 2005-03-23 Kim F. Storm <storm@cua.dk>
20149
20150 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20151 Don't inherit from fringe face (now happens automatically).
20152
20153 2005-03-22 Kim F. Storm <storm@cua.dk>
20154
20155 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20156 position values.
20157
20158 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20159
20160 * menu-bar.el (showhide-date-time): Remove.
20161 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20162 (menu-bar-make-mm-toggle): Simplify.
20163
20164 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20165
20166 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20167 Accept qualified variable and function names.
20168
20169 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20170
20171 * bindings.el (completion-ignored-extensions):
20172 Remove ".lis" for `vax-vms'.
20173
20174 2005-03-22 Andreas Schwab <schwab@suse.de>
20175
20176 * generic-x.el: Revert last change.
20177 * ldefs-boot.el: Update.
20178
20179 2005-03-22 Jay Belanger <belanger@truman.edu>
20180
20181 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20182 (calc-embedded-save-original-modes)
20183 (calc-embedded-restore-original-modes): New functions.
20184 (calc-do-embedded): Save original modes when entering embedded mode
20185 and restore when leaving embedded mode.
20186 (calc-embedded-modes-change): Change the value of
20187 calc-embedded-original-modes to reflect permanent changes.
20188
20189 2005-03-22 Lute Kamstra <lute@gnu.org>
20190
20191 * generic-x.el: Require generic again.
20192
20193 2005-03-22 Miles Bader <miles@gnu.org>
20194
20195 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20196 Tweak details to look good on both ttys and bitmap displays, light
20197 or dark background, etc.
20198
20199 2005-03-21 Kim F. Storm <storm@cua.dk>
20200
20201 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20202 mouse position.
20203
20204 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20205
20206 * icomplete.el: Don't forcibly turn on the mode upon load.
20207 (icomplete-mode): Use define-minor-mode.
20208 (icomplete-eoinput): Default to nil.
20209 (icomplete-minibuffer-setup): Remove autoload.
20210 (icomplete-tidy): Simplify.
20211 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20212 in the initial state or if the user has modified the field.
20213 Fix handling of icomplete-max-delay-chars.
20214 Remove code that handles the oddball case where
20215 minibuffer-completion-table is an integer.
20216 Wrap icomplete-completions in while-no-input in case building
20217 completions takes more time than expected.
20218 (icomplete-completions): Simplify.
20219
20220 2005-03-21 Richard M. Stallman <rms@gnu.org>
20221
20222 * jka-compr.el (jka-compr-really-do-compress):
20223 Make variable buffer-local.
20224
20225 * image-mode.el: Handle .xpm files too.
20226 (image-toggle-display): Preserve modification flag.
20227
20228 * help.el (where-is): Don't mention aliases with no key bindings.
20229
20230 2005-03-21 Lute Kamstra <lute@gnu.org>
20231
20232 * generic.el: Fix commentary section. Don't require cl for
20233 compilation.
20234 (generic-mode-list): Add autoload cookie.
20235 (generic-use-find-file-hook, generic-lines-to-scan)
20236 (generic-find-file-regexp, generic-ignore-files-regexp)
20237 (generic-mode, generic-mode-find-file-hook)
20238 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20239 (define-generic-mode): Make it a defmacro. Fix docstring.
20240 (generic-mode-internal): Code cleanup. Add autoload cookie.
20241 (generic-mode-set-comments): Code cleanup.
20242 * generic-x.el: Don't prevent compilation. Don't require generic.
20243 Follow coding conventions. Minor code cleanup.
20244 (etc-fstab-generic-mode): Add some keywords.
20245 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20246 define-generic-mode like a function declaration.
20247
20248 2005-03-21 Jay Belanger <belanger@truman.edu>
20249
20250 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20251 changing modes.
20252
20253 2005-03-21 Sam Steingold <sds@gnu.org>
20254
20255 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20256
20257 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20258
20259 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20260 Add underscore to "f$ lexicals" regexp.
20261
20262 2005-03-20 Juri Linkov <juri@jurta.org>
20263
20264 * subr.el (progress-reporter-do-update): When `min-value' is equal
20265 to `max-value', set `percentage' to 0 and prevent division by zero.
20266
20267 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20268
20269 Sync with Tramp 2.0.48.
20270
20271 * net/tramp.el (all): Change all addresses to .gnu.org.
20272 (tramp-append-tramp-buffers): New defun.
20273 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20274 Catch `dont-send' signal.
20275 (tramp-set-auto-save-file-modes): Set always permissions, because
20276 there might be an old auto-saved file belonging to another
20277 original file. This could be a security threat. Reported by
20278 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20279 Check for Emacs 21.3.50 removed.
20280
20281 * net/tramp-smb.el (all): Remove debug construct for
20282 `with-parsed-tramp-file-name'.
20283 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20284 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20285 No error message if DIRECTORY or FILENAME doesn't exist.
20286 (tramp-smb-open-connection): Check existence of
20287 `tramp-smb-program'.
20288
20289 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20290
20291 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20292 Properly handle the case where the `m' or `s' command's argument is not
20293 yet terminated.
20294 (perl-indent-new-calculate): New function.
20295 (perl-indent-line): Use it.
20296
20297 2005-03-20 Miles Bader <miles@gnu.org>
20298
20299 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20300 in text-mode too. Change to new face names.
20301 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20302 Add `:weight bold' attribute.
20303 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20304
20305 2005-03-19 Juri Linkov <juri@jurta.org>
20306
20307 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20308
20309 * international/mule.el (auto-coding-alist): Sync with
20310 `auto-mode-alist' by adding upper case archive file extensions
20311 and adding ear/war to jar extension.
20312
20313 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20314
20315 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20316 running, restart it.
20317
20318 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20319
20320 * finder.el (finder-current-item): Throw an error on an empty line.
20321
20322 * man.el (Man-follow-manual-reference): If current-word returns
20323 nil, use "".
20324
20325 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20326
20327 * simple.el (goto-line): Doc fix.
20328
20329 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20330
20331 * files.el (save-buffer): Doc fix.
20332
20333 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20334
20335 * recentf.el (recentf-cleanup-remote): New variable.
20336 (recentf-cleanup): Use it to conditionally check availability of
20337 remote files.
20338
20339 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20340
20341 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20342 function names.
20343
20344 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20345
20346 * language/thai-word.el: New file.
20347
20348 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20349
20350 * files.el (backup-buffer): If the file's directory is not
20351 writable, use copy instead of move to backup the file.
20352
20353 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20354
20355 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20356
20357 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20358
20359 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20360 Use functionp instead of symbolp and fboundp. Reported by Drkm
20361 <darkman_spam@yahoo.fr>.
20362 (ps-print-version): New version 6.6.6.
20363
20364 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20365
20366 * textmodes/table.el (table--line-column-position): New idiom.
20367 (table--row-column-insertion-point-p): New function to test
20368 validity of row and column insertion operation at a location.
20369 (table-global-menu, table-cell-menu): Use above functions for
20370 deterministic test operation.
20371 (table--editable-cell-p): Behave in deterministic fashion.
20372
20373 2005-03-18 Juri Linkov <juri@jurta.org>
20374
20375 * isearch.el (isearch-lazy-highlight-new-loop):
20376 Make arguments beg and end optional.
20377 (isearch-update): Remove optional arguments nil from
20378 isearch-lazy-highlight-new-loop.
20379 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20380 isearch-lazy-highlight-case-fold-search instead of
20381 isearch-case-fold-search, and let-bind isearch-regexp to
20382 isearch-lazy-highlight-regexp.
20383 Use isearch-lazy-highlight-last-string instead of isearch-string.
20384
20385 * replace.el (perform-replace): Remove bindings of global
20386 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20387 Add three new arguments to `replace-highlight'.
20388 (replace-highlight): Add arguments string, regexp, case-fold.
20389 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20390 to allow isearch-lazy-highlight-new-loop to use these values
20391 to set corresponding isearch-lazy-highlight-* internal
20392 variables whose values lazy highlighting will use regardless of
20393 changes to global variables isearch-string, isearch-regexp,
20394 isearch-case-fold-search during lazy highlighting loop.
20395 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20396 to `lazy-highlight-cleanup'.
20397
20398 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20399 (ispell-highlight-face): Set default face to `isearch' when
20400 lazy highlighting is enabled.
20401 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20402 priority to 1. Add lazy highlighting.
20403 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20404 from `isearch-dehighlight'.
20405
20406 2005-03-18 David Ponce <david@dponce.com>
20407
20408 * files.el (hack-local-variables): Do a case-insensitive search
20409 for End.
20410
20411 2005-03-18 Juri Linkov <juri@jurta.org>
20412
20413 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20414 `isearch-lazy-highlight-cleanup', add alias to old name and
20415 declare obsolete. Add release numbers to other obsolete vars.
20416 (isearch-done, isearch-lazy-highlight-new-loop):
20417 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20418 (lazy-highlight-cleanup) <variable>: Doc fix.
20419 (isearch-lazy-highlight-update): Rename obsolete
20420 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20421
20422 2005-03-18 Kenichi Handa <handa@m17n.org>
20423
20424 * language/thai-util.el: Fix categorization of Thai characters in
20425 thai-category-table.
20426 (thai-composition-pattern): Adjust it for the above change.
20427 (thai-self-insert-command, thai-compose-syllable): New functions.
20428 (thai-compose-region): Use thai-compose-syllable.
20429 (thai-compose-string): Likewise.
20430 (thai-composition-function): Likewise.
20431 (thai-auto-composition): New function.
20432 (thai-auto-composition-mode): New minor mode.
20433
20434 * language/thai.el: Fix patterns to be registered in
20435 composition-function-table.
20436
20437 * international/quail.el (quail-input-method): Locally bind
20438 inhibit-modification-hooks to t.
20439
20440 2005-03-17 Richard M. Stallman <rms@gnu.org>
20441
20442 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20443 (perl-mode): Use run-mode-hooks.
20444
20445 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20446 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20447 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20448
20449 * mail/sendmail.el (sendmail-send-it): Reenable the code
20450 to compute resend-to-address and use it.
20451
20452 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20453
20454 * image-mode.el: New file.
20455
20456 * image.el (insert-sliced-image): Add autoload cookie.
20457
20458 * font-lock.el (font-lock-lines-before): New user option.
20459 (font-lock-after-change-function): Obey it.
20460
20461 * bindings.el (esc-map): Make M-g a prefix.
20462 Bind M-g g and M-g M-g to goto-line.
20463
20464 * faces.el (face-id): Doc fix.
20465
20466 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20467
20468 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20469 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20470 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20471
20472 * mail/sendmail.el (mail-yank-ignored-headers)
20473 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20474 Add Mail-Followup-To and Mail-Reply-To headers.
20475 (mail-citation-hook): Add autoload cookie.
20476 (mail-mode): Doc fix.
20477 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20478 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20479 (mail-mode-fill-paragraph): Handle those headers.
20480 (mail-mailing-lists): New variable.
20481 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20482
20483 2005-03-17 Juri Linkov <juri@jurta.org>
20484
20485 * isearch.el (isearch-fallback): Check for `(car previous)'
20486 before calling `isearch-other-end-state'.
20487
20488 2005-03-17 Kim F. Storm <storm@cua.dk>
20489
20490 * simple.el (move-beginning-of-line): Move to beginning of buffer
20491 line, as well as beginning of screen line.
20492
20493 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20494
20495 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20496 argument REDRAW rather than calendar-redrawing variable.
20497 * calendar/calendar.el (calendar-redrawing): Delete.
20498 (redraw-calendar): Do not bind calendar-redrawing.
20499
20500 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20501
20502 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20503 diary-file buffer.
20504
20505 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20506
20507 * help.el (describe-mode): Allow a :minor-mode-function property to
20508 specify a different minor mode toggle function than the variable.
20509 * simple.el (auto-fill-function):
20510 * subr.el (add-minor-mode): Use it.
20511
20512 2005-03-16 Kenichi Handa <handa@m17n.org>
20513
20514 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20515 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20516 (ethio-fidel-to-sera-buffer): Likewise.
20517
20518 2005-03-16 Juri Linkov <juri@jurta.org>
20519
20520 * emacs-lisp/find-func.el (find-function-regexp):
20521 Add defun-emitting macro `menu-bar-make-toggle'.
20522
20523 * isearch.el: Put `isearch-scroll' property to
20524 `split-window-horizontally'.
20525
20526 * info.el: Update error messages for `debug-ignored-errors'.
20527 (Info-isearch-search): Doc fix.
20528 (Info-find-node): Move up code to go into info buffer before
20529 recording the node to the history.
20530 (Info-fontify-node): Fontify titles only if the next line
20531 has two or more `*', `=', `-', `.'.
20532 Display "go to this node" for empty (match-string 3).
20533
20534 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20535
20536 * term/mac-win.el: Add mouse pointer shape constants.
20537
20538 2005-03-15 Kim F. Storm <storm@cua.dk>
20539
20540 * simple.el (move-beginning-of-line): Use vertical-motion.
20541
20542 2005-03-15 Juri Linkov <juri@jurta.org>
20543
20544 * isearch.el (isearch-error): New variable.
20545 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20546 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20547 (isearch-within-brackets-state): Remove.
20548 (isearch-case-fold-search-state, isearch-pop-fun-state):
20549 Decrease frame index.
20550 (isearch-mode, isearch-top-state, isearch-push-state)
20551 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20552 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20553 (isearch-search, isearch-lazy-highlight-new-loop):
20554 Replace `isearch-invalid-regexp' with `isearch-error'.
20555 Remove `isearch-within-brackets'.
20556 (isearch-search): Add `search-failed' handler to `condition-case'.
20557 (isearch-lazy-highlight-search): Add `condition-case' to catch
20558 errors and allow `isearch-lazy-highlight-update' to try
20559 highlighting from the beginning of the window.
20560 (isearch-repeat): Move up code to set isearch-wrapped to t
20561 before calling isearch-wrap-function.
20562
20563 * info.el (Info-isearch-initial-node): New internal variable.
20564 (Info-search): Signal an error in isearch mode when search leaves
20565 the initial node. Signal an error when `bound' is non-nil and
20566 nothing was found in the current subfile.
20567 (Info-isearch-search): Remove `condition-case'.
20568 (Info-isearch-wrap): Don't wrap when search failed during leaving
20569 the initial node. If `Info-isearch-search' is nil, wrap around
20570 the current node.
20571 (Info-isearch-start): New fun.
20572 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20573 `isearch-mode-hook'.
20574
20575 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20576
20577 * simple.el (normal-erase-is-backspace): Set default to t if
20578 running on Mac.
20579
20580 * term/mac-win.el (function-key-map): Sync with x-win.el.
20581
20582 2005-03-15 Kenichi Handa <handa@m17n.org>
20583
20584 * international/mule-cmds.el (locale-language-names): Modify the
20585 format of elements and add more entries.
20586 (locale-preferred-coding-systems): Add more entries.
20587 (set-locale-environment): Adjust for the change of
20588 locale-language-names.
20589
20590 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20591
20592 * pcvs.el (smerge-ediff): Remove bogus autoload.
20593
20594 2005-03-14 Lute Kamstra <lute@gnu.org>
20595
20596 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20597 Ignore a `*' at the beginning of a line.
20598
20599 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20600 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20601 subr.el.
20602 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20603 to specify indentation.
20604
20605 * generic.el (define-generic-mode): Let generic-mode-list be a
20606 list of strings; test membership with equal.
20607
20608 2005-03-14 Kim F. Storm <storm@cua.dk>
20609
20610 * simple.el (next-line, previous-line): Add optional try-vscroll
20611 arg to recognize interactive use. Pass it on to line-move.
20612 (line-move): Don't perform auto-window-vscroll when defining or
20613 executing keyboard macro to ensure consistent behavior.
20614
20615 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20616
20617 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20618
20619 2005-03-13 Lute Kamstra <lute@gnu.org>
20620
20621 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20622 debugger-setup-buffer so that backtrace marks the frames set to
20623 debug-on-exit and we don't have to do it manually. Set an extra
20624 debug-on-exit for macro's.
20625 (debugger-setup-buffer): Don't mark the top frame manually.
20626
20627 2005-03-12 Lute Kamstra <lute@gnu.org>
20628
20629 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20630 lisp-indent-function throughout.
20631 (with-no-warnings): Set lisp-indent-function property.
20632
20633 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20634
20635 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20636 Add entry for backslash.
20637
20638 2005-03-12 Juri Linkov <juri@jurta.org>
20639
20640 * info.el (Info-search): Four fixes for backward search.
20641
20642 2005-03-11 Jay Belanger <belanger@truman.edu>
20643
20644 * calc/calc.el (calc-language-alist): New variable.
20645 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20646 (calc-embedded-find-modes): Use calc-language-alist instead of
20647 calc-embedded-language-alist.
20648
20649 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20650
20651 * calendar/calendar.el (calendar-redrawing): New internal
20652 variable.
20653 (redraw-calendar): Remove bogus save-excursion from previous
20654 change. Bind calendar-redrawing to t for mark-diary-entries.
20655 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20656 calendar if that is why we were called.
20657
20658 2005-03-11 Kenichi Handa <handa@m17n.org>
20659
20660 * international/mule.el (make-coding-system): Set property
20661 coding-system-define-form to nil.
20662 (define-coding-system-alias): Likewise.
20663
20664 2005-03-11 Kenichi Handa <handa@m17n.org>
20665
20666 These changes are suggested by Dave Love <fx@gnu.org>.
20667
20668 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20669 coding: tag.
20670 (adaptive-fill-regexp): Add more bullets.
20671 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20672 regexps.
20673
20674 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20675
20676 * help.el (describe-mode): Properly handle non-trivial lighters.
20677 Don't ignore minor modes that are not listed in minor-mode-list.
20678
20679 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20680 feature ON when the user requests to turn it OFF.
20681
20682 2005-03-10 Lute Kamstra <lute@gnu.org>
20683
20684 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20685 (implement-debug-on-entry): New function to replace debug-entry-code.
20686 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20687 second argument as the 2005-03-07 change makes it obsolete.
20688 (debug-on-entry, cancel-debug-on-entry): Update call to
20689 debug-on-entry-1.
20690 (debug, debugger-setup-buffer): Comment update.
20691 (debugger-frame-number): Update to work with implement-debug-on-entry.
20692
20693 2005-03-10 Jay Belanger <belanger@truman.edu>
20694
20695 * calc/calc-embed.el (math-ms-args): Declare it.
20696 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20697 math-ms-args.
20698 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20699 variables.
20700
20701 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20702
20703 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20704 Use message-box.
20705
20706 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20707 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20708 (tooltip-gud-tips): Simplify.
20709 (tooltip-gud-tips-p): Remove superfluous :set.
20710 (tooltip-gud-modes): Add fortran-mode.
20711 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20712
20713 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20714
20715 2005-03-09 Kim F. Storm <storm@cua.dk>
20716
20717 * play/animate.el (animate-place-char): Use forward-line instead
20718 of next-line to improve performance.
20719
20720 2005-03-09 Simon Josefsson <jas@extundo.com>
20721
20722 * net/browse-url.el (browse-url-default-browser): Doc fix.
20723
20724 2005-03-09 Miles Bader <miles@gnu.org>
20725
20726 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20727 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20728
20729 2005-03-09 Kenichi Handa <handa@m17n.org>
20730
20731 * international/latin-1.el: Set case and syntax for 255 only if
20732 set-case-syntax-set-multibyte is nil.
20733
20734 * textmodes/ispell.el (ispell-insert-word): New function.
20735 (ispell-word): Use ispell-insert-word to insert a new word.
20736 (ispell-process-line): Likewise.
20737 (ispell-complete-word): Likewise.
20738
20739 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20740
20741 * calendar/calendar.el (redraw-calendar): Preserve point.
20742 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20743 (calendar-week-start-day): Move after definition of
20744 redraw-calendar. Delete buffer test, since redraw-calendar has
20745 that now.
20746
20747 * calendar/diary-lib.el (mark-diary-entries): Only call
20748 redraw-calendar in the first of any recursive calls.
20749 Reported by Alan Shutko <ats@acm.org>.
20750
20751 2005-03-08 Juri Linkov <juri@jurta.org>
20752
20753 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20754 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20755 (html-radio-buttons): Add a space before the trailing `/>' where
20756 sgml-xml-mode is non-nil.
20757 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20758 the subsequent tag of the empty XML tag.
20759 (html-href-anchor): Don't set initial input to "http:".
20760 (html-image): Ask for the image URL and set point inside alt="".
20761 (html-name-anchor): Duplicate the name in the `id' attribute when
20762 sgml-xml-mode is non-nil.
20763 (html-paragraph): Remove \n before <p>.
20764 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20765 instead of `checked' when sgml-xml-mode is non-nil.
20766
20767 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20768 Remove 1 space before #RRGGBB to not truncate it on terminal
20769 windows w/o fringes. Remove 1 space between bg and fg examples
20770 to get more space.
20771 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20772 avoid byte-compile warnings.
20773
20774 * image-file.el (image-file-handler): Put `safe-magic' property to
20775 `image-file-handler'.
20776
20777 * info.el (Info-isearch-search): Emulate word search in
20778 isearching through multiple Info nodes with Info-search.
20779 (Info-isearch-wrap): Allow isearch-word.
20780
20781 2005-03-08 Lute Kamstra <lute@gnu.org>
20782
20783 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20784 stepping into the debugger's code is not possible.
20785 (debugger-jumping-flag): Docstring update.
20786
20787 2005-03-08 Jay Belanger <belanger@truman.edu>
20788
20789 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20790 embedded mode begins.
20791 (calc-embedded-language-alist): New variable.
20792 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20793 set default language mode.
20794
20795 2005-03-08 Kenichi Handa <handa@m17n.org>
20796
20797 * international/ccl.el (define-ccl-program): Fix docstring about
20798 extra 256 bytes assured for the output buffer.
20799
20800 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20801 Fix BUFFER_MAGNIFICATION to 2.
20802 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20803
20804 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20805
20806 * align.el (align-rules-list): Added an alignment rule for CSS
20807 declarations (applies to css-mode and html-mode buffers).
20808
20809 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20810
20811 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20812
20813 2005-03-07 Kim F. Storm <storm@cua.dk>
20814
20815 * simple.el (move-beginning-of-line): New command.
20816
20817 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20818
20819 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20820
20821 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20822 and move-beginning-of-line.
20823
20824 * apropos.el (apropos-print): Omit command from M-x ... RET.
20825
20826 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20827
20828 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20829 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20830
20831 2005-03-06 Richard M. Stallman <rms@gnu.org>
20832
20833 * bindings.el (esc-map): Bind M-g to goto-line.
20834
20835 * facemenu.el (global-map): Bind M-o, not M-g.
20836
20837 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20838
20839 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20840 "Open Directory" as for "Open File".
20841
20842 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20843
20844 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20845 (push-mark-command): Run activate-mark-hook.
20846
20847 2005-03-06 Richard M. Stallman <rms@gnu.org>
20848
20849 * help-mode.el (help-mode-finish): Don't alter the element
20850 in view-return-to-alist if there already is one.
20851
20852 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20853 make sure the current buffer is the expected one.
20854
20855 * novice.el (disabled-command-function): Output in *Disabled Command*.
20856 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20857
20858 * textmodes/flyspell.el (flyspell-large-region):
20859 Pass args differently for aspell.
20860
20861 * files.el (mode-require-final-newline): Doc fix.
20862
20863 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20864
20865 * progmodes/which-func.el (which-function):
20866 Specify NOERROR when calling imenu--make-index-alist.
20867
20868 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20869
20870 * simple.el (normal-erase-is-backspace): Define default value.
20871
20872 * custom.el (custom-theme-set-variables): Remove unused var
20873 `immediate'.
20874 (custom-reevaluate-setting): Simple function to handle variables
20875 that are defined before their default value can really be
20876 computed.
20877
20878 * startup.el (command-line): Use it for temporary-file-directory,
20879 small-emporary-file-directory, auto-save-file-name-transforms,
20880 blink-cursor-mode, and normal-erase-is-backspace.
20881
20882 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20883 progress, even with buggy anchored keywords.
20884
20885 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20886
20887 * simple.el (goto-line): Remove unbalanced final parenthesis.
20888
20889 2005-03-05 Richard M. Stallman <rms@gnu.org>
20890
20891 * simple.el (goto-line): Use a number at point as the default.
20892 With C-u as arg, switch buffers.
20893
20894 2005-03-05 Juri Linkov <juri@jurta.org>
20895
20896 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20897 with `no-blinking-cursor'.
20898
20899 * startup.el (no-blinking-cursor): New defvar.
20900 (command-line): Add `--no-blinking-cursor' to longopts.
20901 Set `no-blinking-cursor' to t for command line arguments
20902 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20903 with `no-blinking-cursor' in the condition for calling
20904 `blink-cursor-mode'.
20905
20906 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20907
20908 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20909 (menu-bar-options-save): Add blink-cursor-mode.
20910 (menu-bar-options-menu): Add blink-cursor-mode.
20911
20912 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20913
20914 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20915 (icalendar-export-file, icalendar-export-region)
20916 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20917 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20918
20919 2005-03-04 Lute Kamstra <lute@gnu.org>
20920
20921 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20922 (debug-function-list): Ditto.
20923
20924 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20925
20926 * textmodes/texinfmt.el (texinfo-append-refill):
20927 Redefine the types of line to which @refill
20928 is not appended by replacing a search for `@refill\\|@bye' with
20929 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20930 itemize@refill' bug and the unfilled long lines bug.
20931 (texinfmt-version): Update number and date.
20932
20933 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20934
20935 * international/code-pages.el (windows-1250, windows-125[2-8])
20936 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20937
20938 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20939
20940 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20941 bound yet.
20942
20943 2005-03-02 Romain Francoise <romain@orebokech.com>
20944
20945 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20946 buffer after removing limits.
20947 (ibuffer-pop-filter): Ditto.
20948 Update copyright.
20949
20950 2005-03-02 Miles Bader <miles@gnu.org>
20951
20952 * button.el (make-text-button): If the user doesn't specify a
20953 type, use the default. Rewrite to use `add-text-properties' and
20954 plist functions.
20955
20956 2005-03-01 Lute Kamstra <lute@gnu.org>
20957
20958 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20959 (debugger-jumping-flag): New var.
20960 (debug-entry-code): Use it.
20961 (debugger-jump): Use debugger-jumping-flag and add
20962 debugger-reenable to post-command-hook.
20963 (debugger-reenable): Use debugger-jumping-flag and remove itself
20964 from post-command-hook.
20965 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20966 debugger-reenable.
20967
20968 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20969
20970 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20971 inclusion of "itemize\\|", which may be unnecessary, is certainly
20972 inelegant, and stops refilling in itemize lists when formatting
20973 Japanese Texinfo files to Info.
20974 Update copyright to 2005.
20975
20976 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
20977
20978 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20979 of an error if GDB can't find the source file.
20980
20981 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20982
20983 * calendar/calendar.el (redraw-calendar): Work from any buffer,
20984 not just the calendar.
20985
20986 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20987 first.
20988 (diary-redraw-calendar): New function.
20989 (make-diary-entry): Add diary-redraw-calendar to local
20990 write-contents-functions. Turn off selective display before
20991 inserting in diary.
20992
20993 2005-03-01 Kim F. Storm <storm@cua.dk>
20994
20995 * emacs-lisp/copyright.el (copyright-fix-years): New command.
20996
20997 2005-03-01 Lute Kamstra <lute@gnu.org>
20998
20999 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21000 that debug-entry-code can be safely removed from a function while
21001 this code is being evaluated. Revert the 2005-02-27 change as the
21002 new implementation no longer requires it. Make sure that a
21003 function body containing just a string is not mistaken for a docstring.
21004 (debug): Skip one more frame in case of debug on entry.
21005 (debugger-setup-buffer): Delete one more frame line in case of
21006 debug on entry.
21007 (debugger-frame-number): Update to use the new text introduced by
21008 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21009
21010 2005-02-28 Kim F. Storm <storm@cua.dk>
21011
21012 * double.el (double-translate-key): Call force-window-update after
21013 read-event to avoid crash in redisplay.
21014
21015 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21016
21017 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21018 (debug): Use it. Move the inhibit-trace earlier.
21019 (debug-entry-code): New const.
21020 (debug-on-entry-1): Use it.
21021
21022 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21023
21024 * international/utf-16.el (ccl-encode-mule-utf-16le):
21025 Fix BUFFER_MAGNIFICATION to 2.
21026 (ccl-encode-mule-utf-16be): Likewise.
21027
21028 2005-02-28 Kenichi Handa <handa@m17n.org>
21029
21030 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21031 Fix BUFFER_MAGNIFICATION to 4.
21032 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21033
21034 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21035
21036 * speedbar.el (speedbar-update-flag): Doc fix.
21037 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21038 argument.
21039
21040 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21041
21042 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21043 have a non-nil `invisible' property but are actually visible.
21044
21045 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21046 for perldoc sections.
21047 (perl-outline-regexp, perl-outline-level): New var and function.
21048 (perl-mode): Use them.
21049
21050 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21051
21052 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21053 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21054
21055 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21056
21057 * cus-edit.el: Comment change.
21058 (custom-buffer-create-internal): Slightly reword text at top of
21059 Custom buffers. Mention there that saving an option edits the
21060 init file. Add link to Emacs manual node on `custom-file'.
21061 (custom-magic-alist): Rewrite individual State messages to use
21062 capitalized keywords. Doc fix.
21063
21064 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21065
21066 * calendar/calendar.el (calendar-buffer): Move above
21067 calendar-week-start-day.
21068 (calendar-week-start-day): Doc fix. Add :set function.
21069 (calendar-minimum-window-height): New variable.
21070 (generate-calendar-window): Only resize window if selected-window
21071 is displaying the calendar buffer. Use new variable
21072 calendar-minimum-window-height.
21073 (generate-calendar): Reword error message.
21074 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21075
21076 2005-02-27 Andreas Schwab <schwab@suse.de>
21077
21078 * vc.el (vc-do-command): Don't run command asynchronously when
21079 operating in a remote directory.
21080
21081 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21082 change from sync with Tramp 2.0.47.
21083
21084 2005-02-27 Richard M. Stallman <rms@gnu.org>
21085
21086 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21087
21088 * textmodes/flyspell.el (flyspell-mode-on):
21089 Call ispell-change-dictionary only if necessary.
21090
21091 * emacs-lisp/re-builder.el (regexp-builder): New function.
21092
21093 * register.el (describe-register-1): Explicitly handle
21094 yank-excluded-properties = t.
21095
21096 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21097 (custom-magic-alist): Change the status descriptions again.
21098 (face widget-type): Total rewrite based on `restricted-sexp'
21099 to eliminate the confusing double hiding levels.
21100
21101 * emacs-lisp/debug.el (debug-on-entry-1):
21102 If function body is empty, add nil as body form.
21103
21104 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21105
21106 * emacs-lisp/trace.el (inhibit-trace): New var.
21107 (trace-make-advice): Use it.
21108
21109 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21110
21111 2005-02-26 Kim F. Storm <storm@cua.dk>
21112
21113 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21114 (mouse-on-link-p, mouse-drag-region-1): Use it.
21115
21116 2005-02-25 Lute Kamstra <lute@gnu.org>
21117
21118 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21119
21120 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21121
21122 * frame.el (blink-cursor-mode): Add :group keyword.
21123
21124 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21125
21126 * calendar/icalendar.el (icalendar--decode-isodatetime):
21127 New optional argument DAY-SHIFT.
21128 (icalendar-export-region): Fix coding-system-for-write.
21129 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21130 events by one.
21131
21132 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21133
21134 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21135
21136 2005-02-24 Kim F. Storm <storm@cua.dk>
21137
21138 * international/iso-acc.el (iso-accents-compose): Fix crash
21139 during redisplay. Call force-window-update after read-event
21140 and delete-region to signal that window is not accurate.
21141
21142 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21143
21144 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21145 Remove unused and inexistent var `inhibit-trace'.
21146 (debugger-mode): Use run-mode-hooks.
21147 (debugger-list-functions): Add buttons; setup xref stack.
21148
21149 2005-02-23 Richard M. Stallman <rms@gnu.org>
21150
21151 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21152 appointment says it was explicitly made.
21153 (appt-add): Set the 3rd element.
21154 (appt-make-list): Preserve explicit appointments.
21155
21156 * subr.el (find-tag-default): Catch errors in forward-sexp.
21157
21158 2005-02-23 Juri Linkov <juri@jurta.org>
21159
21160 * info.el (Info-isearch-search): New defcustom.
21161 (Info-isearch-search): Call the default isearch function
21162 when Info-isearch-search is nil.
21163 (Info-isearch-wrap): Use variable Info-isearch-search.
21164
21165 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21166
21167 * cus-edit.el: Comment change.
21168
21169 2005-02-22 Kim F. Storm <storm@cua.dk>
21170
21171 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21172 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21173
21174 2005-02-22 Simon Josefsson <jas@extundo.com>
21175
21176 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21177 New variable.
21178 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21179 Oskarsson" <myrkraverk@users.sourceforget.net>.
21180
21181 2005-02-22 Kim F. Storm <storm@cua.dk>
21182
21183 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21184 check that window of that event is the selected window.
21185 (mouse-drag-region-1): Compare mouse event window to selected
21186 window before setting point.
21187
21188 * tooltip.el (tooltip-show-help-function): Pass event to
21189 mouse-on-link-p so it can check selected window.
21190
21191 2005-02-22 Kenichi Handa <handa@m17n.org>
21192
21193 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21194 (ps-mule-show-warning): New function.
21195 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21196 characters are found.
21197
21198 * ps-print.el (ps-header-footer-string): Return a list of header
21199 and footer strings.
21200
21201 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21202
21203 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21204
21205 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21206
21207 * frame.el (blink-cursor-mode): Use define-minor-mode.
21208
21209 * term/mac-win.el (function-key-map): Use char-names more consistently.
21210 (file-name-coding-system): Only set it for MacOS-9. The other case is
21211 already handled in mule-cmds.el (where it also works when mac-win.el
21212 is not used).
21213
21214 2005-02-21 Kenichi Handa <handa@m17n.org>
21215
21216 * international/mule.el (ctext-pre-write-conversion): Always use
21217 " *code-converting-work*" buffer for work.
21218
21219 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21220
21221 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21222
21223 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21224
21225 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21226
21227 * ses.el (undo-more): Restore defadvice, but only the part that
21228 allows changes outside the restricted area of the buffer.
21229
21230 2005-02-20 Kim F. Storm <storm@cua.dk>
21231
21232 * simple.el (line-move): Add fourth optional arg try-vscroll which
21233 must be set to perform auto-window-vscroll.
21234 When moving backwards and doing auto-window-vscroll, automatically
21235 vscroll to the last part of lines which are taller than the window.
21236 (next-line, previous-line): Set try-vscroll arg on line-move.
21237
21238 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21239
21240 * replace.el (query-replace, query-replace-regexp)
21241 (replace-string, replace-regexp): When operating on region, make
21242 the minibuffer prompt say so.
21243
21244 * isearch.el (isearch-forward): Document isearch-query-replace and
21245 isearch-query-replace-regexp keybindings.
21246
21247 2005-02-19 Jay Belanger <belanger@truman.edu>
21248
21249 * calc/calc-aent.el (math-read-token): Add local variable.
21250
21251 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21252 (calc-edit-top): Move declaration to earlier in file.
21253 (calc-edit-macro-repeats): Add local variables.
21254
21255 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21256 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21257 calcFunc-tanh.
21258 Adjust integration rule for calcFunc-tan.
21259
21260 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21261
21262 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21263 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21264 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21265 (viper-skip-separators): Bug fix.
21266 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21267 particular major mode.
21268 (viper-del-backward-char-in-replace): Don't put deleted char on the
21269 kill ring.
21270
21271 * viper-ex.el (viper-color-display-p): New function.
21272 (viper-has-face-support-p): Use viper-color-display-p.
21273
21274 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21275
21276 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21277
21278 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21279 (viper-file-remote-p): Make equivalent to file-remote-p.
21280
21281 * viper.el (viper-major-mode-modifier-list):
21282 Use viper-gnus-modifier-map.
21283
21284 2005-02-19 David Kastrup <dak@gnu.org>
21285
21286 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21287 quoting.
21288
21289 2005-02-19 Jay Belanger <belanger@truman.edu>
21290
21291 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21292 Remove extra definitions.
21293 (calc-coth): New function.
21294 (calcFunc-cot): Fix `let'.
21295
21296 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21297
21298 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21299 the reasons we use "type pc" in these faces.
21300
21301 * button.el (button): Ditto.
21302
21303 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21304
21305 * replace.el (query-replace-read-from): Set the value of
21306 query-replace-from-history-variable to handle the case of an empty
21307 string entered to accept the suggested default.
21308
21309 * net/tramp.el (tramp-file-name-for-operation):
21310 Use dired-call-process instead of dired-call-process-command.
21311
21312 2005-02-19 Jay Belanger <belanger@truman.edu>
21313
21314 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21315 (math-div-non-trig): New variables.
21316 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21317 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21318 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21319 trig expressions.
21320
21321 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21322
21323 * progmodes/gdb-ui.el (gdb-var-update-handler)
21324 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21325 for watch expressions,
21326 (gdb-var-create-handler): Don't set speedbar-update-flag.
21327 (gdb-post-prompt): Simplify test for speedbar.
21328
21329 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21330
21331 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21332 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21333 we use the syntax table of the correct buffer.
21334 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21335 Felix Gatzemeier.
21336
21337 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21338 (ediff-file-remote-p): Make synonymous with file-remote-p.
21339 In all deffaces ediff-*-face-*, use min-colors.
21340
21341 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21342 ediff-recurse-to-subdirectories.
21343 (ediff-mark-if-equal): Check that the arguments are strings, use
21344 ediff-same-contents (after to Felix Gatzemeier).
21345
21346 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21347 nil.
21348
21349 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21350
21351 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21352
21353 2005-02-18 David Kastrup <dak@gnu.org>
21354
21355 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21356 use `mark-active' when defined.
21357
21358 2005-02-18 Kenichi Handa <handa@m17n.org>
21359
21360 * ps-print.el (ps-font-info-database): New entry
21361 ZapfChancery-MediumItalic with correct font name. Fix font name
21362 of the entry Zapf-Chancery-MediumItalic.
21363
21364 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21365
21366 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21367
21368 2005-02-16 Kim F. Storm <storm@cua.dk>
21369
21370 * ido.el (ido-fallback-command): Pass user input to fallback command.
21371
21372 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21373
21374 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21375 (gdb-find-file-hook): Add server prefix.
21376
21377 2005-02-16 Richard M. Stallman <rms@gnu.org>
21378
21379 * replace.el (perform-replace): Pass new args to replace-highlight.
21380 (replace-highlight): Take region args,
21381 and pass them to isearch-lazy-highlight-new-loop.
21382
21383 * novice.el (disabled-command-hook): Autoload the defalias
21384 and the make-obsolete-variable call.
21385
21386 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21387
21388 * isearch.el (isearch-lazy-highlight-start-limit)
21389 (isearch-lazy-highlight-end-limit): New variables limit
21390 the region for highlighting.
21391 (isearch-lazy-highlight-new-loop): New args BEG and END.
21392 (isearch-lazy-highlight-search): Use the new vars.
21393 (isearch-lazy-highlight-update): Likewise.
21394
21395 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21396
21397 * cus-start.el (all): Use default-boundp.
21398
21399 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21400
21401 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21402
21403 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21404
21405 * autorevert.el (auto-revert-stop-on-user-input)
21406 (auto-revert-verbose): Doc fixes.
21407
21408 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21409
21410 * international/mule-cmds.el (set-locale-environment): Remove call
21411 to set-selection-coding-system on Windows.
21412
21413 2005-02-15 Jay Belanger <belanger@truman.edu>
21414
21415 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21416 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21417 calcFunc-coth.
21418 (math-simplify-sqrt): Add simplifications.
21419
21420 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21421 to list.
21422
21423 * calc/calc-ext.el: Add functions to autoloads.
21424
21425 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21426 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21427 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21428 (math-csc-raw, math-cot-raw): New functions.
21429
21430 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21431
21432 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21433 the variable name in a message.
21434
21435 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21436 calcFunc-csc, calcFunc-cot.
21437
21438 * calc/calcalg2.el: Add derivative and integration rules for
21439 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21440 calcFunc-csch, calcFunc-coth.
21441 (math-do-integral-methods): Add to checks for when to use
21442 substitutions.
21443
21444 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21445
21446 2005-02-15 Lute Kamstra <lute@gnu.org>
21447
21448 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21449 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21450 <monnier@iro.umontreal.ca>
21451 (lisp-outline-level): Improve efficiency. Suggested by David
21452 Kastrup <dak@gnu.org>.
21453
21454 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21455
21456 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21457 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21458 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21459 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21460 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21461
21462 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21463
21464 * cus-start.el (all): Comment change.
21465
21466 2005-02-14 Lute Kamstra <lute@gnu.org>
21467
21468 * cus-start.el (all): Check if symbol is void.
21469
21470 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21471
21472 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21473 optional argument to \cite.
21474
21475 2005-02-14 Richard M. Stallman <rms@gnu.org>
21476
21477 * cus-edit.el (custom-buffer-create-internal): Update help message.
21478 (custom-magic-alist): Update help messages.
21479
21480 * cus-start.el (all): Allow a var to specify a standard value.
21481
21482 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21483
21484 * custom.el (custom-theme-set-variables): Handle variable aliases.
21485
21486 * frame.el (blink-cursor-timer): Doc fix.
21487 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21488 declare obsolete.
21489 (blink-cursor-mode): Define with defcustom and use correct
21490 standard expression in that defcustom.
21491 * startup.el (command-line): Adapt to above changes in frame.el.
21492
21493 2005-02-11 Lute Kamstra <lute@gnu.org>
21494
21495 * apropos.el (apropos-score-doc): Prevent division by zero.
21496
21497 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21498
21499 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21500 (icalendar--get-event-property-attributes)
21501 (icalendar--get-event-properties)
21502 (icalendar--datetime-to-diary-date): New functions.
21503 (icalendar--split-value): Doc fix.
21504 (icalendar--datetime-to-noneuropean-date)
21505 (icalendar--datetime-to-european-date): New optional argument
21506 SEPARATOR. Return result as a string instead of a list.
21507 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21508 (icalendar--convert-string-for-export): Rename arg S to STRING.
21509 (icalendar-export-region): Doc fix. Change name of error buffer.
21510 Save output buffer.
21511 (icalendar-import-file): Add blank at end of prompt.
21512 (icalendar-import-buffer): Doc fix. Do not switch to error
21513 buffer. Indicate status in return value.
21514 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21515 buffer. Save output buffer. Handle exception from recurrence
21516 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21517 events. Fix problems with weekly all-day events.
21518
21519 2005-02-10 Richard M. Stallman <rms@gnu.org>
21520
21521 * simple.el (eval-expression-print-format):
21522 Avoid warning about edebug-active.
21523
21524 * help.el (help-for-help-internal): Rename from help-for-help.
21525 (help-for-help): Define with defalias.
21526
21527 * font-core.el (font-lock-default-function): Use with-no-warnings.
21528
21529 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21530
21531 * custom.el (defface): Doc fix.
21532
21533 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21534
21535 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21536 width 0" to prevent word wrapping problems.
21537
21538 2005-02-09 Kim F. Storm <storm@cua.dk>
21539
21540 * ido.el (ido-file-extensions-order): New defcustom.
21541 (ido-file-extension-lessp, ido-file-extension-aux)
21542 (ido-file-extension-order): New advanced file ordering.
21543 (ido-file-lessp): New simple file ordering.
21544 (ido-sort-list): Remove.
21545 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21546 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21547
21548 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21549
21550 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21551 that some versions of grep produce.
21552 (grep-mode-font-lock-keywords): Likewise.
21553
21554 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21555
21556 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21557 (gdb-cdir): Delete.
21558 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21559 (gdb-source-info): Treat case when source file is in another
21560 directory properly.
21561 (gdb-get-location): New function.
21562
21563 2005-02-07 Jay Belanger <belanger@truman.edu>
21564
21565 * calc/calc-prog.el (calc-write-parse-table-part)
21566 (calc-fix-token-name): Fix a check for language type.
21567
21568 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21569
21570 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21571
21572 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21573 as directory not writable.
21574
21575 2005-02-07 Kim F. Storm <storm@cua.dk>
21576
21577 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21578 (cua--standard-movement-commands): Remove list.
21579 Instead, set CUA property value to move for movement commands.
21580 (cua-movement-commands): Remove. Users must set CUA prop instead.
21581 (cua--pre-command-handler): Check CUA property.
21582 (cua--init-keymaps): Don't remap undo commands.
21583 (cua-mode): Don't call cua--rectangle-on-off.
21584
21585 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21586 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21587 (cua--rect-undo-set-point): New var.
21588 (cua--rectangle-undo-boundary): Setup undo apply entry.
21589 (cua--rect-undo-handler): New function for rectangle undo.
21590 (cua--rect-start-position, cua--rect-end-position): Add.
21591 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21592 for restored rectangle. Set point if cua--rect-undo-set-point.
21593
21594 2005-02-06 Jay Belanger <belanger@truman.edu>
21595
21596 * calc/calc-lang.el (calc-tex-language): Display more information
21597 in messages.
21598
21599 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21600 in TeX mode.
21601
21602 2005-02-06 Richard M. Stallman <rms@gnu.org>
21603
21604 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21605
21606 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21607
21608 * net/ldap.el (ldap-search-internal): Support attributes with
21609 optional descriptions separated by a semi-colon, as in
21610 "userCertificate;binary".
21611
21612 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21613
21614 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21615 isn't a cons (i.e. the version is 0).
21616
21617 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21618
21619 * help.el (help-for-help): Doc fix.
21620
21621 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21622
21623 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21624 GDB-Windows on the menu-bar as this works better.
21625
21626 2005-02-04 Jay Belanger <belanger@truman.edu>
21627
21628 * calc/calc-embed.el (calc-embedded-update): Don't put in
21629 unnecessary newlines. Adjust the end of formula marker.
21630
21631 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21632 (math-latex-parse-two-args): New function.
21633
21634 2005-02-03 Lute Kamstra <lute@gnu.org>
21635
21636 * help-fns.el (help-with-tutorial): Make sure that users cannot
21637 remove the entire text of the tutorial by means of `undo'.
21638
21639 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21640
21641 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21642 in recent changes, where the ispell process was repeatedly
21643 killed & restarted.
21644
21645 * international/mule-cmds.el (set-locale-environment): Set file-name
21646 coding system to utf-8 on Darwin systems.
21647 (set-default-coding-systems): Don't set default-file-name-coding-system
21648 on Darwin systems.
21649
21650 2005-02-03 Richard M. Stallman <rms@gnu.org>
21651
21652 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21653
21654 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21655
21656 * faces.el (list-faces-display): Add optional argument.
21657
21658 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21659
21660 * font-core.el (font-lock-default-function): Handle the rare case where
21661 only font-lock-keywords is set.
21662
21663 2005-02-02 Kenichi Handa <handa@m17n.org>
21664
21665 * international/characters.el: Cancel previous change for
21666 I-WITH-DOT-ABOVE and DOTLESS-i.
21667
21668 * international/latin-5.el: Cancel previous change.
21669
21670 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21671
21672 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21673
21674 2005-02-02 Kenichi Handa <handa@m17n.org>
21675
21676 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21677 DOTLESS-i.
21678
21679 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21680 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21681
21682 * case-table.el (get-upcase-table): New function.
21683 (copy-case-table): Copy upcaes table too if non-nil.
21684 (set-case-syntax-delims): Maintain upcase table too.
21685 (set-case-syntax-pair): Likewise.
21686 (set-upcase-syntax, set-downcase-syntax): New functions.
21687 (set-case-syntax): Maintain upcase table too.
21688
21689 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21690
21691 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21692
21693 * progmodes/gud.el (gud-goto-info): New function.
21694 (gud-tool-bar-map): Use correct icon.
21695
21696 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21697
21698 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21699 When delegating, order args in the funcall correctly.
21700
21701 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21702
21703 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21704
21705 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21706
21707 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21708 buffer not visiting a file.
21709
21710 2005-01-31 Jay Belanger <belanger@truman.edu>
21711
21712 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21713 bound on the line with the formula.
21714
21715 2005-01-31 Kim F. Storm <storm@cua.dk>
21716
21717 * ses.el (ses-create-cell-variable-range)
21718 (ses-destroy-cell-variable-range, ses-reset-header-string)
21719 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21720 (ses-insert-row): Fix format of apply undo entries.
21721
21722 2005-01-31 Jay Belanger <belanger@truman.edu>
21723
21724 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21725 parts.
21726
21727 * calc/calc-embed.el (calc-embedded-open-formula)
21728 (calc-embedded-close-formula): Ignore matrix environments.
21729
21730 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21731 TeX mode.
21732
21733 * calc/calc-lang.el (math-function-table, math-oper-table)
21734 (math-variable-table): Adjust the LaTeX portions.
21735
21736 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21737 (math-latex-ignore-words): New constant.
21738
21739 2005-01-31 Richard M. Stallman <rms@gnu.org>
21740
21741 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21742 (ispell-local-dictionary): Doc fix.
21743 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21744 Don't reinitialize at run time. Don't defcustom.
21745 All uses changed to append ispell-local-dictionary-alist,
21746 or check it first.
21747 (ispell-current-dictionary): New variable for dictionary in use.
21748 (ispell-dictionary): Now used only for global default.
21749 (ispell-start-process): Set ispell-current-dictionary,
21750 not ispell-dictionary.
21751 (ispell-change-dictionary): Use this only for setting
21752 user preferences.
21753 (ispell-internal-change-dictionary): New function
21754 to change the current dictionary in use.
21755 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21756 Use ispell-current-dictionary.
21757 Handle ispell-local-dictionary-overridden.
21758 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21759
21760 2005-01-31 Jay Belanger <belanger@truman.edu>
21761
21762 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21763
21764 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21765 (calc-mode-map): Add calc-latex-language.
21766
21767 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21768 (math-latex-print-frac): New functions.
21769 (math-oper-table, math-function-table, math-variable-table)
21770 (math-complex-format, math-input-filter): Add latex properties.
21771 (calc-set-language): Set math-expr-special-function-mapping.
21772
21773 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21774 (calc-write-parse-table-part): Add LaTeX support.
21775
21776 * calc/calc.el (calc-language): Adjust docstring.
21777 (calc-set-mode-line): Add LaTeX support.
21778 (math-expr-special-function-mapping): New variable.
21779 (math-tex-ignore-words): Add to list.
21780
21781 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21782 Add LaTeX support.
21783 (math-compose-expr): Add support for special functions.
21784
21785 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21786
21787 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21788
21789 * progmodes/gdb-ui.el (gdb-memory-address)
21790 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21791 (gdb-memory-mode-map, gdb-memory-format-keymap)
21792 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21793 (gdb-memory-unit-menu): New variables for a buffer
21794 that lets the user examine program memory.
21795 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21796 (gdb-memory-format-binary, gdb-memory-format-octal)
21797 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21798 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21799 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21800 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21801 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21802 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21803 (gdb-memory-mode, gdb-memory-buffer-name)
21804 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21805 New functions for above buffer.
21806
21807 2005-01-30 Richard M. Stallman <rms@gnu.org>
21808
21809 * cus-edit.el (custom-bury-buffer): Function deleted.
21810 (custom-buffer-done-function): Option deleted.
21811 (custom-buffer-done-kill): New replacement option.
21812 (Custom-buffer-done): Call quit-window.
21813 (custom-buffer-create-internal): Update for above changes.
21814
21815 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21816
21817 * simple.el (undo-ask-before-discard): New var.
21818 (undo-outer-limit-truncate): Implement it.
21819 (undo-extra-outer-limit): Doc update.
21820
21821 2005-01-29 Richard M. Stallman <rms@gnu.org>
21822
21823 * ses.el (undo-more): Delete defadvice.
21824 (ses-begin-change): Doc fix.
21825
21826 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21827 instead of rebinding C-x u and C-_.
21828
21829 * files.el (normal-backup-enable-predicate): Return nil for files
21830 in /tmp, regardless of temporary-file-directory.
21831
21832 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21833
21834 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21835 (open-rectangle, delete-whitespace-rectangle-line)
21836 (clear-rectangle-line): If FILL, pass t instead of FILL
21837 for move-to-column's 2nd arg.
21838
21839 * simple.el (undo): Fix the test for continuing a series of undos.
21840 (undo-more): Set pending-undo-list to t when we reach end.
21841 (pending-undo-list): Move up defvar.
21842
21843 * wid-edit.el (widget-button-click):
21844 Shorten the range of the track-mouse binding.
21845
21846 * comint.el (comint-insert-input): Undo previous changes;
21847 use last-input-event in interactive spec.
21848
21849 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21850
21851 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21852 to nil before invoking call-process. Reset buffer's modified flag
21853 after fontifying it in the no-async branch.
21854
21855 * wid-edit.el (widget-specify-button): If mouse pointer shape
21856 cannot be changed, use mouse face instead.
21857
21858 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21859
21860 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21861 (gdb-goto-breakpoint): Make breakpoint handling work on template
21862 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21863 (gdb-assembler-custom): Update to recognize breakpoint information
21864 added on 2005-01-19.
21865
21866 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21867
21868 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21869 (dsssl-mode): Use define-derived-mode.
21870 (scheme-mode-initialize): Remove.
21871 (scheme-mode): Use run-mode-hooks.
21872
21873 * cus-edit.el (customize-group-other-window)
21874 (custom-buffer-create-other-window): Don't override special-display-*.
21875 (custom-mode-map): Make it dense.
21876
21877 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21878 sets the default value.
21879
21880 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21881
21882 * descr-text.el: Add more keywords.
21883
21884 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21885
21886 * speedbar.el: Avoid unnecessary use of locate-library.
21887
21888 * international/mule-cmds.el (standard-display-european-internal):
21889 Don't fiddle with latin-1 non-break space any more since it's now
21890 special cased in the C code.
21891 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21892
21893 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21894
21895 * cus-start.el (all): Add `undo-outer-limit'.
21896
21897 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21898
21899 * textmodes/bibtex.el (bibtex-format-entry):
21900 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21901 field lines.
21902 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21903 not on part of a buffer.
21904
21905 2005-01-25 Lute Kamstra <lute@gnu.org>
21906
21907 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21908 nonempty field text strings like "{letters\\macro{}more letters}".
21909 Clarify docstring.
21910 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21911 (bibtex-entry-offset, bibtex-parse-association)
21912 (bibtex-parse-field-name): Fix typos in docstrings.
21913 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21914
21915 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21916
21917 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21918 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21919 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21920 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21921
21922 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21923 isearch minor mode.
21924
21925 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21926
21927 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21928
21929 2005-01-24 Lute Kamstra <lute@gnu.org>
21930
21931 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21932 CASECHARS and NOT-CASECHARS regular expressions of the
21933 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21934 striding over charsets" error.
21935
21936 2005-01-24 Jay Belanger <belanger@truman.edu>
21937
21938 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21939 display variable name.
21940
21941 2005-01-24 Kenichi Handa <handa@m17n.org>
21942
21943 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21944 Fix setting of the element of encoded-kbd-iso2022-invocations.
21945
21946 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21947
21948 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21949 (gdb-threads-select): Change to also accept mouse events.
21950 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21951 (gdb-threads-mouse-select): Delete.
21952
21953 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21954
21955 * files.el (insert-directory): Take care of empty directory,
21956 listed without -a switch.
21957
21958 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21959
21960 * textmodes/refill.el (refill-post-command-function):
21961 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21962 to the list of functions that we should be careful not to undo.
21963 (refill-late-fill-paragraph-function): Remove.
21964 (refill-saved-state): New var.
21965 (refill-mode): Use it to save fill-paragraph-function.
21966 Save also the value of auto-fill-function.
21967
21968 * term/w32-win.el: Simplify code.
21969
21970 2005-01-23 Kim F. Storm <storm@cua.dk>
21971
21972 * simple.el (line-move): Adapt to new return value from
21973 pos-visible-in-window-p.
21974
21975 * simple.el (line-move): Fix last change. Check partial
21976 visibility at point rather than at window-start.
21977
21978 2005-01-22 Jason Rumney <jasonr@gnu.org>
21979
21980 * term/w32-win.el (xw-defined-colors): Remove debug-message.
21981
21982 2005-01-22 David Kastrup <dak@gnu.org>
21983
21984 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21985
21986 2005-01-22 Eli Zaretskii <eliz@gnu.org>
21987
21988 * type-break.el (type-break-mode): Add a test for
21989 type-break-file-name being non-nil.
21990
21991 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
21992
21993 * net/eudc.el (top level): Call (message "") via progn, so that
21994 eudc-options-file is loaded.
21995
21996 2005-01-22 Kim F. Storm <storm@cua.dk>
21997
21998 * simple.el (line-move-1): Rename from line-move.
21999 (line-move): New function that adjusts vscroll for partially
22000 visible rows, and calls line-move-1 otherwise.
22001
22002 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22003
22004 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22005 since it's not a complete read-event implementation
22006
22007 2005-01-20 Jay Belanger <belanger@truman.edu>
22008
22009 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22010 for called function.
22011
22012 2005-01-20 Steven Tamm <steventamm@mac.com>
22013
22014 * term/mac-win.el (process-connection-type): Remove.
22015 Controlled now by s/darwin.h:PTY_ITERATION.
22016
22017 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22018
22019 * window.el (handle-select-window): Don't switch window when we're
22020 in the minibuffer.
22021
22022 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22023
22024 * subr.el (dotimes-with-progress-reporter): New macro.
22025
22026 * ses.el (ses-dotimes-msg): Remove macro.
22027 Use `dotimes-with-progress-reporter' instead.
22028
22029 2005-01-19 Steven Tamm <steventamm@mac.com>
22030
22031 * term/mac-win.el (process-connection-type): Use new
22032 operating-system-release variable to use ptys on Darwin 7 (OS X
22033 10.3) when using carbon build.
22034
22035 2005-01-19 Jay Belanger <belanger@truman.edu>
22036
22037 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22038 flags if the last command was a tab or M-tab.
22039
22040 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22041 in formula editing buffer.
22042
22043 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22044
22045 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22046 breakpoint image symbol in margin.
22047
22048 2005-01-19 Jay Belanger <belanger@truman.edu>
22049
22050 * calc/calc-prog.el (calc-execute-kbd-macro):
22051 Ignore calc-keep-arg-flag.
22052
22053 2005-01-19 Kenichi Handa <handa@m17n.org>
22054
22055 * textmodes/ispell.el (ispell-looking-at): New function.
22056 (ispell-process-line): Use ispell-looking-at to compare the ispell
22057 output and the buffer contents.
22058
22059 2005-01-18 Jay Belanger <belanger@truman.edu>
22060
22061 * calc/calc.el (calc-display-raw): Fix docstring.
22062
22063 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22064
22065 * simple.el (blink-matching-open): Strip extra info from syntax.
22066
22067 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22068 funny chars in the end-of-here-doc marker.
22069
22070 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22071
22072 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22073 that enable/disabled state of breakpoints is shown correctly in
22074 fringe and on ttys.
22075 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22076 Add breakpoint information as text properties.
22077 (gdb-mouse-toggle-breakpoint):
22078 Rename to gdb-mouse-set-clear-breakpoint.
22079 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22080 breakpoints in the margin.
22081 (gdb-remove-strings): Simplify.
22082
22083 2005-01-17 Jay Belanger <belanger@truman.edu>
22084
22085 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22086 erasing buffer.
22087
22088 2005-01-17 Richard M. Stallman <rms@gnu.org>
22089
22090 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22091 for calling grep-compute-defaults.
22092
22093 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22094 if buffer is empty.
22095
22096 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22097
22098 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22099
22100 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22101
22102 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22103 non-preloaded variables.
22104
22105 2005-01-17 Steven Tamm <steventamm@mac.com>
22106
22107 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22108 tex-shell cause to force interactivity when using pipes.
22109
22110 2005-01-17 Kim F. Storm <storm@cua.dk>
22111
22112 * simple.el (just-one-space): Make arg optional.
22113
22114 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22115
22116 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22117 posn-at-x-y to t to access left-margin.
22118
22119 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22120
22121 Sync with Tramp 2.0.47.
22122
22123 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22124 catching keep-date problems in cp/scp operations.
22125 (tramp-handle-copy-file): Don't call `set-file-modes'
22126 unconditionally. Specialized functions should know better what is
22127 necessary. This improves performance a little bit, and the
22128 functions could catch errors with `cp -p' and `scp -p'.
22129 (tramp-do-copy-or-rename-file-via-buffer)
22130 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22131 when appropriate.
22132 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22133 Call `set-file-modes' when appropriate.
22134 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22135 Johnsson <isak@hypergene.com>
22136 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22137 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22138 <joakim@verona.se>
22139 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22140 Emacs only.
22141
22142 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22143 `find-file-hooks' and `dired-mode-hook'.
22144 (tramp-minor-mode-map): Respective map. Add remapping for
22145 `compile' and `recompile'.
22146 (tramp-remap-command, tramp-recompile): New defuns.
22147 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22148 in buffer "*Compilation*". Call the commands asynchronously.
22149
22150 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22151 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22152 `shell-command', because it isn't magic in XEmacs. Reported by
22153 Adrian Aichner <adrian@xemacs.org>.
22154
22155 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22156 `substitute-in-file-name.
22157 (tramp-smb-handle-substitute-in-file-name): New defun.
22158 (tramp-smb-advice-PC-do-completion): Delete advice.
22159
22160 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22161
22162 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22163 Fix error in deleting region.
22164
22165 2005-01-15 Richard M. Stallman <rms@gnu.org>
22166
22167 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22168 In non-temp buffer, switch syntax table temporarily.
22169
22170 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22171
22172 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22173
22174 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22175
22176 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22177 (imenu--generic-function): Use START, not BEG, as pos of definition.
22178
22179 * simple.el (just-one-space): Argument specifies number of spaces.
22180
22181 * simple.el (eval-expression-print-format): Avoid warning
22182 about edebug-active.
22183
22184 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22185
22186 * progmodes/sh-script.el: Code copied from make-mode.el
22187 with small changes,
22188 (sh-mode-map): Bind C-c C-\.
22189 (sh-backslash-column, sh-backslash-align): New variables.
22190 (sh-backslash-region, sh-append-backslash): New functions.
22191
22192 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22193
22194 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22195 (rmail-pop-password, rmail-pop-password-required): Move to
22196 rmail-obsolete group.
22197 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22198 All callers updated.
22199 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22200 Take an argument specifying whether it is POP or IMAP mailbox we
22201 are using. All callers updated.
22202 (rmail-pop-password-error): Rename to
22203 rmail-remote-password-error. Added mailutils-specific error message.
22204 (rmail-movemail-search-path)
22205 (rmail-movemail-variant-in-use): New variables.
22206 (rmail-remote-password, rmail-remote-password-required):
22207 New customization variables.
22208 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22209 (rmail-parse-url): New function.
22210 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22211 with GNU mailutils movemail.
22212
22213 2005-01-15 Kevin Ryde <user42@zip.com.au>
22214
22215 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22216 suffix to space, $ or '$, to correctly position point when going
22217 to @table style constants like DBL_MAX.
22218
22219 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22220
22221 * type-break.el (type-break-mode, type-break-file-time)
22222 (type-break-file-keystroke-count, type-break-choose-file):
22223 Don't store data in or load data from the file if type-break-file-name
22224 is nil.
22225 (type-break-file-name): Doc update as per the above.
22226
22227 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22228
22229 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22230 lookup-key might return nil; handle that.
22231
22232 2005-01-15 Alan Mackenzie <acm@muc.de>
22233
22234 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22235 rather than the element found, thus enabling the tree to be setcar'd.
22236
22237 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22238
22239 * textmodes/org.el (org-show-following-heading): New option.
22240 (org-show-hierarchy-above): Use `org-show-following-heading'.
22241 (org-cycle): Documentation fix.
22242
22243 * textmodes/org.el (orgtbl-optimized): New option
22244 (orgtbl-mode): New command, a minor mode.
22245 (orgtbl-mode-map): New variable.
22246 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22247 (orgtbl-error, orgtbl-self-insert-command)
22248 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22249
22250 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22251 a local variable in each org-mode buffer.
22252
22253 * textmodes/org.el (org-set-regexps-and-options): Rename from
22254 `org-set-regexps'. Added checking for STARTUP keyword.
22255 (org-get-current-options): Add STARTUP options.
22256 (org-table-insert-row): Make mode intelligent about when
22257 realignment is needed.
22258 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22259 New commands.
22260 (org-enable-table-editor): New default value `optimized'.
22261 (org-table-blank-field): Support blanking regions if active.
22262
22263 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22264
22265 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22266 if the year is not given.
22267
22268 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22269 Add new escapes %m and %M, fixed bug with %F by adding
22270 save-match-data.
22271 (reftex-reference): Remove ?. from list of spaces.
22272 (reftex-label-info): Add automatic label prefix recognition.
22273
22274 * textmodes/reftex-index.el (reftex-index-next-phrase):
22275 Add slave parameter to call of `reftex-index-this-phrase'.
22276 (reftex-index-this-phrase): New optional argument.
22277 (reftex-index-region-phrases): Add slave parameter to call of
22278 `reftex-index-this-phrase'.
22279 (reftex-display-index): New argument redo.
22280 (reftex-index-rescan): Add `redo' to arguments of
22281 `reftex-display-index'.
22282 (reftex-index-Rescan, reftex-index-revert)
22283 (reftex-index-switch-index-tag): Add `redo' to arguments of
22284 `reftex-display-index'.
22285 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22286 indexing. Fix bug with matching is there is a quote before or
22287 after the word.
22288
22289 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22290 Fix bug when collecting citation keys in lines with comments.
22291 (reftex-citation): Prefix argument no longer rescans the document,
22292 but forces prompting for optional arguments of cite macros.
22293 (reftex-do-citation): Prompting for optional arguments implemented.
22294
22295 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22296 Add optional arguments to most cite commands.
22297 (reftex-cite-cleanup-optional-args): New option
22298 (reftex-cite-prompt-optional-args): New option.
22299 (reftex-trust-label-prefix): New option.
22300
22301 * textmodes/reftex-toc.el (reftex-toc-find-section):
22302 Add push-mark before changing the position in the buffer.
22303
22304 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22305 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22306
22307 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22308
22309 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22310 more carefully.
22311
22312 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22313
22314 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22315 (sgml-mode): Use it.
22316 (sgml-get-context): Better keep track of implicitly closed tags.
22317
22318 2005-01-13 Kenichi Handa <handa@m17n.org>
22319
22320 * textmodes/ispell.el: These changes are to fix misalignment error
22321 caused by equivalent characters of different Emacs charsets.
22322 (ispell-unified-chars-table): New variable.
22323 (ispell-get-decoded-string): New function.
22324 (ispell-get-casechars, ispell-get-not-casechars)
22325 (ispell-get-otherchars): Call ispell-get-decoded-string.
22326
22327 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22328
22329 * custom.el (custom-declare-variable): Just put symbol instead
22330 of (defvar . symbol) in `current-load-list'.
22331
22332 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22333
22334 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22335
22336 2005-01-12 Jay Belanger <belanger@truman.edu>
22337
22338 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22339 to create a Calc summary.
22340
22341 2005-01-12 Kim F. Storm <storm@cua.dk>
22342
22343 * mouse.el (mouse-on-link-p): Change functionality and doc
22344 string to comply with latest description in lisp ref.
22345
22346 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22347
22348 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22349 Enable mouse clicks on mode-line, header-line and margin.
22350 (event-type): Give mouse event symbols an `event-kind' property
22351 with value `mouse-click'.
22352
22353 2005-01-12 Juri Linkov <juri@jurta.org>
22354
22355 * facemenu.el (list-colors-display): Add new arg buffer-name.
22356 Use it. Fix docstring. Replace code for identifying duplicate
22357 colors by the name with call to `list-colors-duplicates' which
22358 identifies duplicate colors by the value unless the color
22359 is one of special Windows colors. Set truncate-lines to t.
22360 Print sorted duplicate color names on each line. Indent to 22
22361 \(the longest color name in rgb.txt) instead of 20. Optimize.
22362 (list-colors-duplicates): New function.
22363 (facemenu-color-name-equal): Delete function.
22364
22365 * facemenu.el (list-colors-print): New function created from code
22366 in list-colors-display. Print #RRGGBB at the window right edge.
22367 (list-colors-display): When temp-buffer-show-function is not
22368 defined, call list-colors-print from temp-buffer-show-hook
22369 to get the right value of window-width in list-colors-print
22370 after the buffer is displayed.
22371
22372 * simple.el (pop-mark): Move deactivate-mark out of conditional
22373 part to deactivate the active mark regardless of the state of the
22374 mark ring.
22375
22376 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22377 variables line in desktop files.
22378
22379 2005-01-12 Juri Linkov <juri@jurta.org>
22380
22381 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22382 Bring together isearch highlight related options.
22383 (lazy-highlight): Replace group `replace' by `matching'.
22384 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22385 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22386 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22387 and declare them obsolete.
22388 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22389 (isearch-faces): Remove defgroup.
22390 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22391 Move isearch highlighting code closer to lazy highlighting code.
22392
22393 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22394 (query-replace-highlight, query-replace-lazy-highlight)
22395 (query-replace): Move definitions to the beginning of the file.
22396
22397 2005-01-11 Juri Linkov <juri@jurta.org>
22398
22399 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22400 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22401 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22402
22403 * info.el (Info-history-forward): New variable.
22404 (Info-select-node): Reset Info-history-forward to nil.
22405 (Info-last): Turn into defalias.
22406 (Info-history-back): Rename from Info-last.
22407 Add current node to Info-history-forward.
22408 (Info-history-forward): New fun.
22409 (Info-mode-map): Replace Info-last by Info-history-back.
22410 Bind Info-history-forward to "r".
22411 (Info-mode-menu): Replace Info-last by Info-history-back.
22412 Fix menu item text. Add menu item for Info-history-forward.
22413 (info-tool-bar-map): Replace Info-last by Info-history-back.
22414 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22415 for Info-history-forward.
22416 (Info-mode): Replace Info-last by Info-history-back in docstring.
22417 Add local variable Info-history-forward.
22418 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22419
22420 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22421
22422 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22423 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22424 Ignore select-window events rather than fiddle with
22425 mouse-autoselect-window.
22426
22427 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22428
22429 * type-break.el (type-break-mode): Fix previous change.
22430
22431 2005-01-10 Jay Belanger <belanger@truman.edu>
22432
22433 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22434 calculator; only reset when point is inside a calculator.
22435 Don't adjust the window height if the window takes up the whole height
22436 of the frame.
22437
22438 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22439
22440 * ebuff-menu.el (Electric-buffer-menu-mode):
22441 Preserve value of buffer-local var header-line-format.
22442
22443 2005-01-09 Jay Belanger <belanger@truman.edu>
22444
22445 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22446 Make sure settings file exists before accessing it.
22447
22448 * calc/calc-embed.el (calc-embedded-subst):
22449 Replace math-multi-subst-rec, which is only supposed to be called
22450 by math-multi-subst, by math-multi-subst.
22451
22452 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22453
22454 * vc.el (vc-allow-async-revert): New user option.
22455 (vc-disable-async-diff): New internal variable.
22456 (vc-revert-buffer): Use them to disable asynchronous diff.
22457
22458 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22459 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22460 asynchronously if vc-disable-async-diff is t.
22461
22462 2005-01-09 Jay Belanger <belanger@truman.edu>
22463
22464 * calc/calc.el (defcalcmodevar): New macro.
22465 (calc-mode-var-list-restore-default-values)
22466 (calc-mode-var-list-restore-saved-values): New functions.
22467 (calc-mode-var-list): Use defcalcmodevar to define it.
22468 (calc-always-load-extensions, calc-line-numbering)
22469 (calc-line-breaking, calc-display-just, calc-display-origin)
22470 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22471 (calc-group-char, calc-point-char, calc-frac-format)
22472 (calc-prefer-frac, calc-hms-format, calc-date-format)
22473 (calc-float-format, calc-full-float-format, calc-complex-format)
22474 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22475 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22476 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22477 (calc-matrix-brackets, calc-language, calc-language-option)
22478 (calc-left-label, calc-right-label, calc-word-size)
22479 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22480 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22481 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22482 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22483 (calc-window-height, calc-display-trail, calc-show-selections)
22484 (calc-use-selections, calc-assoc-selections)
22485 (calc-display-working-message, calc-auto-why, calc-timing)
22486 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22487 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22488 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22489 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22490 (calc-gnuplot-geometry, calc-graph-default-resolution)
22491 (calc-graph-default-resolution-3d, calc-invocation-macro)
22492 (calc-show-banner): Use defcalcmodevar to declare them and set
22493 their default values.
22494
22495 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22496 instead of default values (but restore default values if there is
22497 an argument of 0).
22498
22499 2005-01-09 David Kastrup <dak@gnu.org>
22500
22501 * desktop.el (desktop-restore-eager): Fix typo in type.
22502
22503 2005-01-08 Richard M. Stallman <rms@gnu.org>
22504
22505 * cus-edit.el (customize): Delete :link.
22506
22507 2005-01-08 Jay Belanger <belanger@truman.edu>
22508
22509 * calc/calc.el (calc-mode): Remove the extension from the
22510 `calc-settings-file' file name when loading it.
22511
22512 2005-01-08 Kim F. Storm <storm@cua.dk>
22513
22514 * info.el (Info-mode-map, Info-next-link-keymap)
22515 (Info-prev-link-keymap, Info-up-link-keymap):
22516 Map follow-link to mouse-face.
22517 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22518
22519 2005-01-08 Jay Belanger <belanger@truman.edu>
22520
22521 * calc/calc.el (calc-settings-file): Change default value.
22522 Suggested by cgw in a comment in calc-mode.el.
22523
22524 * calc/calc-mode.el (calc-settings-file-name):
22525 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22526 Replace ~/.emacs in a prompt by calc-settings-file.
22527
22528 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22529
22530 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22531 (desktop-lazy-idle-delay): New customizable variables.
22532 (desktop-buffer-args-list): New variable.
22533 (desktop-append-buffer-args): New function.
22534 (desktop-save): Call desktop-append-buffer-args for some buffers.
22535 (desktop-lazy-create-buffer): New function.
22536 (desktop-idle-create-buffers): New function.
22537 (desktop-read): Add message about buffers to restore lazily.
22538 (desktop-lazy-abort): New command.
22539 (desktop-clear): Call desktop-lazy-abort.
22540 (desktop-lazy-complete): New command.
22541
22542 2005-01-06 Richard M. Stallman <rms@gnu.org>
22543
22544 * emacs-lisp/find-func.el (find-face-definition):
22545 Rename from find-face.
22546
22547 2005-01-06 Kim F. Storm <storm@cua.dk>
22548
22549 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22550
22551 * man.el (Man-xref-man-page, Man-xref-header-file)
22552 (Man-xref-normal-file): Add follow-link property.
22553
22554 2005-01-06 Jay Belanger <belanger@truman.edu>
22555
22556 * calc/calc-units.el: Make sure the proper macro definitions are
22557 available when compiling.
22558
22559 2005-01-06 Juri Linkov <juri@jurta.org>
22560
22561 * isearch.el (isearch-lazy-highlight-update):
22562 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22563
22564 2005-01-06 Miles Bader <miles@gnu.org>
22565
22566 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22567 (isearch-lazy-highlight-face): Use new name.
22568
22569 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22570
22571 * uniquify.el (uniquify-rationalize-file-buffer-names):
22572 Re-add an interactive spec.
22573 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22574 to the same name.
22575
22576 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22577 (isearch-update, isearch-done): Adjust calls accordingly.
22578
22579 2005-01-05 Richard M. Stallman <rms@gnu.org>
22580
22581 * custom.el (custom-set-variables, custom-theme-set-variables):
22582 Clarify documentation.
22583
22584 * emacs-lisp/find-func.el (find-variable)
22585 (find-variable-other-window, find-variable-other-frame):
22586 Fix the TYPE args to find-function-read and find-function-do-it.
22587 (find-function): Doc fix.
22588 (find-function-at-point): Replace function-at-point alias.
22589
22590 2005-01-04 Richard M. Stallman <rms@gnu.org>
22591
22592 * cus-face.el (custom-declare-face):
22593 Record defface in current-load-list.
22594
22595 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22596
22597 * emacs-lisp/find-func.el: Doc fixes.
22598 (find-face-regexp): New variable.
22599 (find-function-regexp-alist): New variable.
22600 (find-function-C-source): Third arg is now TYPE.
22601 (find-function-search-for-symbol): Handle general TYPE.
22602 (find-function-read, find-function-do-it): Handle general TYPE.
22603 (find-definition-noselect, find-face): New functions.
22604 (function-at-point): Alias deleted.
22605
22606 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22607
22608 * battery.el (display-battery-mode): Rename from display-battery.
22609 Handle the case where it gets turned off.
22610
22611 2005-01-04 Richard M. Stallman <rms@gnu.org>
22612
22613 * cus-edit.el (customize): Make :link point to user doc.
22614
22615 * man.el (Man-fontify-manpage): Turn off undo generation.
22616
22617 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22618
22619 2005-01-04 Andreas Schwab <schwab@suse.de>
22620
22621 * files.el (insert-directory): Only look for error lines in
22622 inserted text. Don't move too far after processing --dired markers.
22623
22624 2005-01-04 Richard M. Stallman <rms@gnu.org>
22625
22626 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22627 Don't expand if the character is @, period, dash, etc.
22628 (define-mail-abbrev): Quote names that contain problem characters.
22629
22630 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22631
22632 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22633
22634 2005-01-03 Richard M. Stallman <rms@gnu.org>
22635
22636 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22637 (query-replace-highlight, query-replace-lazy-highlight)
22638 (query-replace): Definitions moved up. Doc fix.
22639
22640 2005-01-03 Richard M. Stallman <rms@gnu.org>
22641
22642 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22643 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22644 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22645 (lazy-highlight-face): Rename from isearch-lazy-...
22646 Change all references to them.
22647
22648 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22649
22650 * cus-edit.el (custom-file): Doc fix for defcustom.
22651 (custom-file): The function no longer sets the variable
22652 `custom-file' to its return value.
22653
22654 * startup.el (command-line): No longer load `custom-file'.
22655
22656 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22657
22658 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22659
22660 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22661 Don't confuse module-prefixed identifiers for labels.
22662 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22663
22664 2005-01-02 Richard M. Stallman <rms@gnu.org>
22665
22666 * files.el (basic-save-buffer-1): Fix previous change.
22667
22668 * loadhist.el (file-loadhist-lookup): New function.
22669 (file-provides, file-requires): Use it.
22670
22671 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22672 instead of calculating the right size.
22673
22674 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22675
22676 * vc-svn.el (vc-svn-diff): Stay local if possible.
22677
22678 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22679
22680 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22681
22682 * files.el (hack-local-variables): Fix last change.
22683
22684 2005-01-02 Jay Belanger <belanger@truman.edu>
22685
22686 * calc/calc-yank.el (calc-edit-top): New variable.
22687 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22688 object. Change header properties.
22689 (calc-edit-finish, calc-edit-finish-stack-object)
22690 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22691 edited object.
22692 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22693 for the beginning of the edited object.
22694 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22695 for the beginning of the edited object.
22696 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22697 (calc-finish-formula-edit, calc-macro-repeats)
22698 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22699 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22700 beginning of the edited object.
22701 (calc-user-define-edit): Change the header for editing macros.
22702 Remove unnecessary variable.
22703
22704 2005-01-01 Jay Belanger <belanger@truman.edu>
22705
22706 * calc/calc-yank.el (calc-edit-mode): Change default header.
22707 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22708 * calc/calc-store.el (calc-edit-variable): Change title to match new
22709 header.
22710 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22711 mode to match new header.
22712 (calc-user-define-edit): Change titles to include names of commands.
22713 (calc-finish-formula-edit): Adjust to handle new header.
22714 (calc-finish-macro-edit): Remove.
22715 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22716 (calc-edit-macro-command, calc-edit-macro-command-type)
22717 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22718 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22719 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22720 (calc-edit-macro-finish-edit): New functions.
22721 (calc-user-define-edit): Use new functions to edit named calc macros.
22722
22723 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22724
22725 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22726
22727 * ses.el (copy-region-as-kill): Deactivate mark.
22728
22729 2005-01-01 Richard M. Stallman <rms@gnu.org>
22730
22731 * replace.el (occur-1): If the output buffer is also an input,
22732 don't kill it, rename it.
22733
22734 * faces.el (set-face-background, set-face-foreground): Doc fix.
22735
22736 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22737 for :foreground and :background.
22738
22739 * dired.el (dired-view-command-alist): Variable deleted.
22740 (dired-view-file, dired-mouse-find-file-other-window):
22741 Delete the code to use it.
22742
22743 2005-01-01 Kim F. Storm <storm@cua.dk>
22744
22745 * image.el (insert-sliced-image): Use t for line-height property.
22746
22747 See ChangeLog.11 for earlier changes.
22748
22749 ;; Local Variables:
22750 ;; coding: iso-2022-7bit
22751 ;; End:
22752
22753 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22754 Copying and distribution of this file, with or without modification,
22755 are permitted provided the copyright notice and this notice are preserved.
22756
22757 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1