]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el: (org-export-plain-list-max-depth)
4 (org-table-spaces-around-separators)
5 (org-radio-targets, org-activate-camels)
6 (org-table-spaces-around-invisible-separators): Options removed.
7 (org-time-stamp-rounding-minutes, org-remember-templates)
8 (org-ellipsis, org-activate-links, org-descriptive-links): New
9 options.
10 (org-remember-apply-template, org-current-time)
11 (org-finish-edit-table-field)
12 (org-link-unescape, org-link-escape)
13 (org-string-width, org-table-clean-line, org-html-do-expand)
14 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
15 (org-read-agenda-file-list): New functions.
16 (org-table-edit-field)
17 (org-table-create-or-convert-from-region): New commands
18 (org-table-toggle-vline-visibility): Command removed.
19 (org-table-convert-region): Made a command.
20 (orgtbl-deleta-backward-char,orgtbl-delete-char): Commands
21 removed, replaced with the normal org- functions.
22 (org-self-insert-command): Don't trigger realign unnecessarily
23 when blanking a field that is not full.
24 (org-mode): `Set buffer-invisibility-spec' for links.
25 (org-activate-links2): Hide link part and only show descriptive
26 part of the link.
27 (org-insert-link): Modified for new linking system.
28 (org-store-link): Store description separately, for use by
29 `org-insert-link'.
30 (org-table-align): Use `org-string-width'.
31 (defgroup): Completely new group structure for custom variables.
32 (org-agenda-files): Option: Single file name allowed. Function:
33 Optional argument unrestrited means ignore any restricitons.
34 (org-install-agenda-files-menu): Find a buffer in Org-mode before
35 trying to modify the menu. Use generalized access to
36 `org-agenda-files.'
37 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
38 (org-agenda-file-to-front, org-remove-file, org-diary)
39 (org-tags-view, org-export-icalendar-all-agenda-files)
40 (org-export-icalendar-combine-agenda-files): Use generalized
41 access to `org-agenda-files'.
42 (org-remember-handler): Correctly preserve heading if present.
43 (org-table-insert-row, org-table-insert-hline): Deal with
44 invisible characters.
45
46 2006-04-10 Bill Wohler <wohler@newt.com>
47
48 * custom.el (defcustom, custom-handle-keyword): Add
49 :package-version keyword.
50 (custom-add-package-version): New function. Sets value of new
51 property 'custom-package-version from :package-version keyword.
52 (defcustom): Create Common Keywords section in docstring.
53 (defface, defgroup): Replace definitions of a select few keywords
54 with a reference to the Common Keywords in defcustom.
55 (defcustom, defface, defgroup): Replace reference to Customization
56 chapter in manual with hyperlink.
57
58 * cus-edit.el (customize-package-emacs-version-alist): New
59 variable.
60 (customize-changed-options): Add check for custom-package-version.
61 (customize-package-emacs-version): New function to look up Emacs
62 version corresponding to the given package version.
63
64 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
65 defun name, in similar fashion to find-variable-regexp.
66
67 2006-04-10 Eli Zaretskii <eliz@gnu.org>
68
69 * international/mule-cmds.el (set-locale-environment): Fix last
70 change for when the locale's preferences don't specify any
71 encoding.
72
73 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
76 so the defined var/fun doesn't need to be quoted.
77
78 2006-04-10 Richard Stallman <rms@gnu.org>
79
80 * finder.el (finder-mode-map): Add n and p bindings.
81
82 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
83
84 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
85 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
86 (gdb-setup-windows): Put something in source window if we can't find
87 the source file.
88 (gdb-frame-handler): Make it work again with just assembly.
89 (gdb-data-list-register-values-handler): Make it work when there is
90 no stack.
91
92 2006-04-09 Richard Stallman <rms@gnu.org>
93
94 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
95 specs while looking for charset.
96
97 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
98
99 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
100 Make them faces.
101 (lm-font-lock-keywords): Update appropriately.
102
103 2006-04-10 Kim F. Storm <storm@cua.dk>
104
105 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
106 it can also replace buffer-substring-no-properties.
107
108 * emulation/cua-base.el (cua-delete-region, cua-paste)
109 (cua-repeat-replace-region): Use filter-buffer-substring.
110
111 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
112 (cua-cut-region-to-global-mark): Likewise.
113
114 * emulation/cua-rect.el (cua--extract-rectangle)
115 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
116
117 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
118
119 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
120 entry-type. Add field delimiters to numerical fields if they are
121 not present.
122
123 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
124
125 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
126 string-const to return value.
127 (bibtex-remove-delimiters): Use it.
128
129 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
132 cl-byte-compile-compiler-macro unless it exists.
133
134 2006-04-08 Eli Zaretskii <eliz@gnu.org>
135
136 * files.el (hack-local-variables-confirm) <offer-save>:
137 Clarify message text. Suggested by Ralf Angeli.
138
139 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
140
141 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
142 (delete-extract-rectangle-line): Use `filter-buffer-substring'
143 instead of `buffer-substring' and `delete-region'. (Most of the
144 code actually copied from `kill-region'.)
145
146 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
147
148 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
149 (rcirc-default-port): Rename from rcirc-port.
150 (rcirc-default-nick): Rename from rcirc-nick.
151 (rcirc-default-user-name): Rename from rcirc-user-name.
152 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
153 (rcirc-low-priority-flag): New variable.
154 (rcirc-decode-coding-system): New defcustom.
155 (rcirc-encode-coding-system): New defcustom.
156 (rcirc-coding-system-alist): New defcustom.
157 (rcirc-multiline-major-mode): New defcustom.
158 (rcirc-nick): New internal variable.
159 (rcirc-process): Remove variable.
160 (rcirc-server-buffer): New variable.
161 (rcirc): Update to use rcirc-default-* variables above.
162 (rcirc-connect): Do not add window-configuration-hook-here.
163 (rcirc-server): New internal variable.
164 (rcirc-connect): Do not send keepalive pings if
165 rcirc-keepalive-seconds is nil.
166 (with-rcirc-server-buffer): New macro.
167 (rcirc-send-string): Encode with rcirc-encode-coding-system.
168 (rcirc-server-name): Rename from rcirc-server.
169 (rcirc-buffer-process): New function.
170 (rcirc-buffer-nick): New function.
171 (rcirc-buffer-target): Remove function.
172 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
173 New commands.
174 (rcirc-mode-map): Change binding of C-c C-l to
175 rcirc-toggle-low-priority.
176 (rcirc-mode): Initialize coding system based on
177 rcirc-coding-system-alist. New change-major-mode-hook to part the
178 channel on a mode change. Make kill-buffer-hook buffer-local.
179 (rcirc-change-major-mode-hook): New function.
180 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
181 (rcirc-last-post-time): New variable.
182 (rcirc-process-message): Store the last time user posted a message
183 to this target.
184 (rcirc-multiline-minor-mode): New mode.
185 (rcirc-multiline-minor-mode-map): New mode map.
186 (rcirc-edit-multiline): Put multiline-edit buffer in
187 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
188 (rcirc-print): Ignore any line starting with an ignored nick.
189 (rcirc-print): Decode using rcirc-decode-coding-system.
190 (rcirc-track-minor-mode): Update global-mode-string when disabling
191 this mode.
192 (minor-mode-alist): Add LowPri indicator.
193 (rcirc-toggle-low-priority): New function.
194 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
195 next lowpriority buffer with activity.
196 (rcirc-record-activity): Sort buffers in rcirc-activity by the
197 last time the user posted a message in to the target.
198 (rcirc-update-activity-string): New formatting for low priority
199 buffers.
200 (rcirc-split-activity): New function.
201 (rcirc-handler-PART, rcirc-handler-KICK)
202 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
203 (rcirc-nick-away-alist): New variable.
204 (rcirc-handler-301): New handler. Away messages are printed once
205 per change.
206
207 2006-04-08 Eli Zaretskii <eliz@gnu.org>
208
209 * info.el (Info-follow-nearest-node): Doc fix.
210
211 * international/mule-cmds.el (set-locale-environment): Make sure
212 the coding-system preferred by the locale's language has the same
213 EOL conversion type as the original buffer-file-coding-system.
214 (locale-language-names): Add a few MS Windows language codes.
215
216 2006-04-07 Richard Stallman <rms@gnu.org>
217
218 * simple.el (eval-expression): Doc fix.
219
220 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
221 (eval-defun): Doc fixes.
222
223 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
224
225 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
226
227 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
228
229 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
230 GDB list command without argument for greater generality.
231
232 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
233
234 * subr.el (string-or-null-p): New function.
235
236 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
237
238 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
239
240 * files.el: Update comment about safe-local-variable declarations.
241
242 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
243
244 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
245 See idlwave.org.
246
247 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
248 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
249
250 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
251 See idlwave.org.
252
253 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
254 version 6.0 (minimal changes). See idlwave.org.
255
256 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
257 6.0 (minimal changes). See idlwave.org.
258
259 * progmodes/idlw-rinfo.el: File obsoleted and removed.
260
261 2006-04-06 Romain Francoise <romain@orebokech.com>
262
263 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
264 symmetric encryption features and a new asynchronous interface to
265 GnuPG. This new version is version 1.4, plus whitespace changes.
266
267 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
268
269 * files.el: Move some `safe-local-variable' declarations to the
270 respective files.
271
272 * textmodes/ispell.el (ispell-check-comments)
273 (ispell-local-dictionary): Mark as safe.
274
275 * abbrev.el (abbrev-mode): Mark as safe.
276
277 * add-log.el (change-log-default-name): Mark as safe.
278
279 * textmodes/reftex-vars.el (reftex-vref-is-default)
280 (reftex-fref-is-default, reftex-level-indent)
281 (reftex-guess-label-type): Mark as safe.
282
283 * textmodes/fill.el (colon-double-space): Mark as safe.
284
285 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
286 (sentence-end-double-space, sentence-end-without-period)
287 (sentence-end-without-space, sentence-end, sentence-end-base)
288 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
289
290 2006-04-06 Kim F. Storm <storm@cua.dk>
291
292 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
293 the :set-after list.
294 (ido-downcase-unc-hosts): New user option. Default on.
295 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
296 when it is set, as regexps are now applied on the fly.
297 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
298 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
299 on the fly, but only when ido-process-ignore-lists is set.
300 Do case insensitive filtering if ido-downcase-unc-hosts is set.
301 Only downcase names if ido-downcase-unc-hosts is set.
302
303 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
304
305 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
306
307 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
308
309 2006-04-05 Kim F. Storm <storm@cua.dk>
310
311 * ido.el (ido-mode): Set after ido-unc-hosts and
312 ido-ignore-unc-host-regexps.
313 (ido-save-history): Save ido-unc-hosts-cache.
314 (ido-load-history): Load ido-unc-hosts-cache.
315 (ido-reread-directory): Refresh unc hosts cache in // dir.
316
317 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
318 to nil while displaying slash screen.
319
320 2006-04-05 Daiki Ueno <ueno@unixuser.org>
321
322 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
323 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
324
325 2006-04-05 Kenichi Handa <handa@m17n.org>
326
327 * international/characters.el: Setup cases of Latin, Greek, and
328 Cyrillic characters in CJK charsets.
329
330 2006-03-29 Daiki Ueno <ueno@unixuser.org>
331
332 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
333 default-enable-multibyte-characters. This reverts the change from
334 revision 6.17 which is no longer necessary because the passphrase
335 is sent separately now. GnuPG messages are unreadable under
336 multibyte locales with default-enable-multibyte-characters set to nil.
337
338 2006-04-04 Andreas Schwab <schwab@suse.de>
339
340 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
341 and `byte-compile-warnings' as `safe-local-variable'.
342
343 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
344
345 * man.el (Man-mode-map): Restore the \r binding.
346 (Man-abstract-xref-man-page): If Man-target-string is a function,
347 call it.
348 (Man-highlight-references): Use Man-default-man-entry to get the
349 target. Deal with xrefs too.
350 (Man-highlight-references0): Don't call the target function.
351
352 * woman.el (WoMan-xref-man-page): Strip the section number, woman
353 cannot deal with it.
354
355 2006-04-04 Daiki Ueno <ueno@unixuser.org>
356
357 * pgg-gpg.el: Clean up process buffers every time gpg processes
358 complete.
359
360 2006-04-04 Kenichi Handa <handa@m17n.org>
361
362 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
363 here.
364 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
365 Temporarily bind inhibit-field-text-motion to t.
366
367 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
368
369 * startup.el (normal-splash-screen): Only set mode-line-format in the
370 splash buffer, so as not to interfere when debugging the code.
371 Ignore errors when switching buffer.
372
373 2006-04-03 Romain Francoise <romain@orebokech.com>
374
375 * dired.el (dired-dnd-protocol-alist): Fix typo.
376
377 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
378
379 * savehist.el (savehist): Add :version.
380 (savehist-ignored-variables): New variable.
381 (savehist-minibuffer-hook): Don't save variables listed in
382 `savehist-ignored-variables'.
383
384 * dired.el (dired-dnd-protocol-alist): Mention that change does
385 only apply to new buffers in doc string.
386
387 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
388
389 * recentf.el (recentf-open-files-item): Include newline in button
390 field, so opening a file will work, when the point is at the end
391 of the file name. Allow, for example, to [i]search a file by
392 extension and just push RET to open it.
393
394 2006-04-03 Daiki Ueno <ueno@unixuser.org>
395
396 * pgg-gpg.el (pgg-gpg-process-filter)
397 (pgg-gpg-wait-for-completion): Check if buffer is alive.
398
399 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
400 lines, temporary fix.
401
402 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
403
404 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
405
406 2006-04-02 Richard Stallman <rms@gnu.org>
407
408 * progmodes/compile.el (compilation-message-face): Make it defcustom.
409
410 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
411
412 * ibuf-macs.el (define-ibuffer-column): Add a new key:
413 header-mouse-map.
414
415 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
416 (ibuffer-mode-header-map): New keymaps.
417 (ibuffer-update-title-and-summary): Enable mouse face highlighting
418 and keybindings for column headers.
419 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
420 property.
421
422 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
423
424 * speedbar.el (speedbar-after-create-hook): Doc fix.
425
426 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
427
428 * shell.el (shell-directory-tracker)
429 (shell-dynamic-complete-command): Doc fixes.
430
431 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
432
433 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
434 terminals.
435
436 2006-04-01 Kim F. Storm <storm@cua.dk>
437
438 * ido.el (ido-unc-hosts-cache): New defvar.
439 (ido-unc-hosts): If value of defcustom is a function, call it to
440 get list of UNC hosts. Add function-item choices to specify
441 ido-unc-hosts-net-view or user function.
442 (ido-ignore-unc-host-regexps): New defcustom.
443 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
444 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
445 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
446
447 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
450 wwidth.
451
452 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
453
454 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
455 (ido-max-work-file-list, ido-switch-buffer)
456 (ido-read-file-name-as-directory-commands):
457 Fix typos in docstrings.
458
459 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
460
461 * term/mac-win.el (mac-system-coding-system): Define and use after
462 Mac-specific coding systems are ready.
463
464 2006-03-27 Romain Francoise <romain@orebokech.com>
465
466 * net/rcirc.el (rcirc-connect): Add autoload cookie.
467
468 * ldefs-boot.el: Update.
469
470 2006-03-27 Daiki Ueno <ueno@unixuser.org>
471
472 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
473 passphrases when it is not needed.
474 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
475 passphrase stuff from gpg, should only be necessary when you use
476 gpg with a smartcard.
477
478 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
479
480 * comint.el (comint-dynamic-list-completions): Allow user to
481 select *Completions* buffer.
482
483 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
484
485 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
486
487 2006-03-26 Andreas Schwab <schwab@suse.de>
488
489 * progmodes/gud.el (gdb): Only complain about multiple debugging
490 when the gdb process is still running.
491
492 2006-03-25 Eli Zaretskii <eliz@gnu.org>
493
494 * mail/rmail.el (tool-bar-map): Defvar it.
495 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
496 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
497
498 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
499
500 * help.el (print-help-return-message): Suggest to use
501 display-buffer instead of switch-to-buffer-other-window to restore
502 the previous window without selecting it.
503
504 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
505
506 * frame.el (select-frame-by-name): Call x-focus-frame also when
507 window-system is mac.
508
509 * term/mac-win.el: Adjust Courier font specifications in
510 x-fixed-font-alist.
511 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
512 when directly encoding to UTF-16 in native byte order, no BOM.
513
514 2006-03-25 Kim F. Storm <storm@cua.dk>
515
516 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
517 (cua--init-keymaps): Use it instead of fixed C-return.
518 (cua-mode): Set after it.
519
520 * emulation/cua-rect.el (cua--init-rectangles):
521 Use cua-rectangle-mark-key instead of fixed C-return.
522
523 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
524
525 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
526 "run" in .gdbinit.
527 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
528
529 2006-03-24 Romain Francoise <romain@orebokech.com>
530
531 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
532 `display-buffer-other-frame'.
533
534 2006-03-24 Kim F. Storm <storm@cua.dk>
535
536 * apropos.el (apropos-synonyms): Add selection => region.
537
538 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
539
540 * progmodes/gdb-ui.el (gdb-var-create-regexp)
541 (gdb-var-list-children-regexp, gdb-var-update-regexp)
542 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
543 (gdb-data-list-register-values-regexp)
544 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
545 Future proof against new fields being added to MI output.
546 (gdb-send): Don't treat backslashes for program input as
547 continuations.
548 (gdb-assembler-handler): Don't use window-start for this handler.
549 (gdb-frame-handler): Don't change to hollow arrow if overlay
550 arrow doesn't move to new frame.
551
552 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
553
554 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
555 prevent compiler warnings.
556 (gdb-stopped): Check for gud-last-last-frame (case: signal).
557 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
558 (gdb-assembler-custom): Use hollow-right-triangle for assembler
559 buffer too.
560
561 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
562
563 * pgg-gpg.el (pgg-gpg-update-agent): Check for
564 make-network-process, so we can use the same code in Gnus v5-10
565 too and have this file fully synchronized with that release.
566
567 2006-03-23 Romain Francoise <romain@orebokech.com>
568
569 * ibuf-ext.el (ibuffer-read-filter-group-name):
570 Use `ibuffer-generate-filter-groups' to make completion list match
571 the filter groups that are really displayed in the Ibuffer buffer.
572 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
573
574 2006-03-23 Kenichi Handa <handa@m17n.org>
575
576 * international/mule-cmds.el (sort-coding-systems): Describe that
577 the argument is modified in docstring.
578
579 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
580
581 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
582 (pgg-gpg-update-agent): New function.
583 (pgg-gpg-use-agent-p): New function.
584 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
585 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
586 (pgg-gpg-sign-region): Use it.
587
588 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
589
590 * cus-edit.el (custom-face-set): Call custom-push-theme before
591 face-spec set so that `changed' theme is correctly saved.
592 (custom-face-reset-standard): Reset to recalculated face rather
593 than defface spec.
594
595 * custom.el (custom-push-theme): Only save `changed' theme if the
596 current face does not match the defface specs.
597
598 2006-03-21 Simon Josefsson <jas@extundo.com>
599
600 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
601 <wilde@sha-bang.de>.
602 (pgg-gpg-use-agent): New variable.
603 (pgg-gpg-process-region): Use it.
604 (pgg-gpg-encrypt-region): Likewise.
605 (pgg-gpg-encrypt-symmetric-region): Likewise.
606 (pgg-gpg-decrypt-region): Likewise.
607 (pgg-gpg-sign-region): Likewise.
608 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
609
610 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
611
612 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
613 bracket links.
614
615 2006-03-21 Kim F. Storm <storm@cua.dk>
616
617 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
618 fringe-indicator-alist instead of modifying global value.
619 (gdb-frame-handler): Likewise.
620
621 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
622
623 * diff-mode.el (diff-function): Make it inherit from diff-header
624 instead of diff-context.
625
626 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
627 bitmap.
628 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
629 change names in macro above for consistency.
630 (gdb-frame-handler): Use hollow-right-triangle for all selected
631 frames which except the innermost (where execution has stopped).
632 (gdb-reset): Reset buffer-local values of overlay-arrow.
633
634 2006-03-20 Richard Stallman <rms@gnu.org>
635
636 * simple.el (set-mark-command): Doc fix.
637
638 * files.el (display-buffer-other-frame): New command.
639 (ctl-x-4-map): Bind C-x 5 C-o to it.
640
641 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
644 rather than just defer-time, in case defer-time has been changed but
645 the timer isn't running yet.
646 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
647
648 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
649
650 * help-mode.el (help-follow-symbol): New function.
651 Essentially identical to the old `help-follow', but do not let
652 `push-button' do the work when on an xref.
653 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
654
655 2006-03-19 Richard Stallman <rms@gnu.org>
656
657 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
658 preceded by the word `program'.
659 (help-follow-mouse, help-follow): Throw error if not on xref.
660 Delete no longer used args.
661
662 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
663
664 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
665 annotation ensure gud-overlay-arrow-position is redisplayed.
666
667 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
668
669 * textmodes/bibtex.el (bibtex-include-OPTkey)
670 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
671 (bibtex-autokey-name-case-convert)
672 (bibtex-autokey-titleword-case-convert): Make these the aliases
673 for the following two variables.
674 (bibtex-autokey-name-case-convert-function)
675 (bibtex-autokey-titleword-case-convert-function): Make these the
676 real names.
677 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
678 bibtex-font-lock-crossref sublists.
679 (bibtex-mode): Revert 2005-12-30 change (which made
680 completion-ignore-case buffer-local).
681 (bibtex-url): Simplify.
682
683 2006-03-19 Kim F. Storm <storm@cua.dk>
684
685 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
686 cursor property value to 2 (to align with C level change).
687
688 2006-03-19 Bill Wohler <wohler@newt.com>
689
690 * image.el (image-load-path-for-library): Shorten first line in
691 docstring.
692
693 2006-03-18 Richard Stallman <rms@gnu.org>
694
695 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
696
697 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
698
699 * isearch.el (isearch-other-meta-char): Handle user bindings for
700 shifted control characters.
701
702 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
703
704 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
705 part that matches email addresses, file names, etc.
706
707 2006-03-18 Eli Zaretskii <eliz@gnu.org>
708
709 * term/w32-win.el (mouse-set-font):
710 Mention w32-list-proportional-fonts in the doc string.
711
712 2006-03-18 Kim F. Storm <storm@cua.dk>
713
714 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
715 (ido-unc-hosts): New user option to explicitly define list of know
716 UNC-style hosts for completion.
717 (ido-cache-unc-host-shares-time): New user option.
718 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
719 New helper functions for UNC file-name support.
720 (ido-may-cache-directory): Check for UNC host. Simplify.
721 (ido-wash-history): Clean out old UNC hosts.
722 (ido-nonreadable-directory-p): UNC hosts are always readable.
723 (ido-directory-too-big-p): UNC hosts are never too big.
724 (ido-set-current-directory): Handle UNC root path.
725 (ido-file-name-all-completions): Complete UNC host names from
726 ido-unc-hosts list. Cache UNC host shares.
727 (ido-make-file-list-1): Don't filter UNC root.
728 (ido-exhibit): Check for // in root directory, and switch to UNC
729 mode by setting ido-current-directory to //.
730
731 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
732
733 * cus-edit.el (customize-changed-options): Mention explicit
734 version number as default in prompt.
735
736 2006-03-17 Bill Wohler <wohler@newt.com>
737
738 * image.el (image-load-path-for-library): Minor docstring fix.
739
740 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
741
742 * textmodes/org.el (org-read-date): Include subgroup 5 into
743 replacement text.
744 (org-popup-calendar-for-date-prompt): Fix customization type.
745
746 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
747
748 * progmodes/gdb-ui.el (gud-watch): Provide completion.
749 (gdb-continuation): New variable.
750 (gdb-send): Deal with continuation lines.
751
752 * progmodes/gud.el (gud-gdb-complete-command)
753 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
754 expressions.
755 (gud-tooltip-mode): Use buffer-local value.
756
757 2006-03-16 Kim F. Storm <storm@cua.dk>
758
759 * ido.el (ido-edit-input): Use selected match, if any.
760
761 2006-03-16 Bill Wohler <wohler@newt.com>
762
763 * image.el (image-load-path-for-library): Prefer user's images in
764 image-load-path.
765
766 2006-03-16 Martin Rudalics <rudalics@gmx.at>
767
768 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
769 when checking for attempt to drag leftmost or rightmost scrollbar.
770
771 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
772
773 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
774 (gdb-force-mode-line-update): New function.
775 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
776 (gdb-exited): Use them.
777 (gdb-signal): New function.
778 (gdb-annotation-rules): Provide a rule for it.
779
780 2006-03-16 Kenichi Handa <handa@m17n.org>
781
782 * international/mule.el (auto-coding-regexp-alist): Add entries
783 for Unicode BOM.
784
785 * sort.el (sort-build-lists): Temporarily bind
786 inhibit-field-text-motion to t.
787
788 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
789
790 * locate.el (locate-command, locate-make-command-line)
791 (locate-fcodes-file, locate-update-command)
792 (locate-prompt-for-command, locate, locate-with-filter)
793 (locate-get-file-positions): Doc fixes.
794 (locate-buffer-name, locate-header-face): Remove leading `*' in
795 defcustom.
796 (locate-filter-output): Use `keep-lines' instead of its alias
797 `delete-non-matching-lines'.
798 (locate-get-filename, locate-get-dirname): Add introductory comment.
799 (locate-find-directory-other-window): Give appropriate error
800 message if used outside main listing.
801
802 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
803
804 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
805 the new extend-region feature.
806 (font-lock-after-change-function): Update correspondingly.
807 * jit-lock.el (jit-lock-after-change): Update correspondingly.
808 * progmodes/grep.el (font-lock-lines-before): Don't disable.
809
810 2006-03-15 Bill Wohler <wohler@newt.com>
811
812 * image.el (image-load-path-for-library): Fix example by not
813 recommending that one binds image-load-path. Just defvar it to
814 placate compiler and only use it if previously defined.
815
816 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
817
818 * textmodes/org.el (org-insert-centered): Use `string-width' to
819 make underlining work for wide characters.
820 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
821 TAB to `org-cycle', to make sure that no binding in
822 `outline-mode-map' can supercede it.
823
824 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
825
826 * allout.el: Increment version to 2.2.1 in file commentary.
827
828 (allout-version): Increment to 2.2.1.
829
830 (allout-default-layout): New customization variable, used when the
831 file lacks a specific allout-layout. Uses allout-layout-type for
832 recursively nested definition.
833
834 (allout-layout-type): Widget defining allout layouts, necessary for
835 self-recursive definition.
836
837 (allout-mode): Incorporate allout-default-layout as fallback for
838 allout-layout.
839
840 (allout-layout): Mark as 'safe-local-variable', and refer mention
841 fallback to `allout-default-layout' in absence of a specified value.
842 (allout-passphrase-verifier-string)
843 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
844
845 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
846
847 (allout-get-encryption-passphrase-verifier): Use correct name of
848 passphrase verifier in docstring.
849
850 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
851
852 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
853 elements.
854 (gdb-find-watch-expression): Make it work for arrays too.
855 Follow change to gdb-var-list.
856 (gud-watch): Allow the user to enter variable name with a prexix
857 arg. Create keybindings.
858 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
859 (gdb-var-list-children-handler, gdb-var-update-handler)
860 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
861 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
862 Follow change to gdb-var-list.
863 (gdb-starting): Don't show the overlay arrows when program is running.
864
865 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
866 gdb-var-list.
867
868 2006-03-14 Bill Wohler <wohler@newt.com>
869
870 * image.el (image-load-path-for-library): Pass value of path
871 rather than symbol. Always return list of directories.
872 Guarantee that image directory comes first.
873
874 2006-03-14 Alan Mackenzie <acm@muc.de>
875
876 * font-core.el (font-lock-extend-region\(-function\)?.):
877 New function/variable.
878
879 * font-lock.el (font-lock-after-change-function):
880 Call font-lock-extend-region. Obey font-lock-lines-before.
881 (font-lock-default-fontify-region): Remove reference to
882 font-lock-lines-before.
883
884 * jit-lock.el (jit-lock-after-change):
885 Call font-lock-extend-region. Obey font-lock-lines-before.
886
887 2006-03-14 David Ponce <david@dponce.com>
888
889 * tree-widget.el (tree-widget-themes-load-path)
890 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
891
892 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
893
894 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
895 (rcirc-print): Mark the start of text at the end of the prompt.
896 (rcirc-track-minor-mode): Add autoload cookie.
897 (rcirc-update-activity-string): Add space to front of mode-line
898 indicator.
899
900 2006-03-13 Miles Bader <miles@gnu.org>
901
902 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
903 (rcirc-abbrev-nick): Remove function.
904 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
905
906 2006-03-13 David Ponce <david@dponce.com>
907
908 * tree-widget.el: Handle themes across all occurrences of the main
909 themes sub-directory found in tree-widget-themes-load-path.
910 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
911 (tree-widget--locate-sub-directory): Return all occurrences.
912 (tree-widget-themes-path): New function.
913 Replace tree-widget-themes-directory, and return a list of directories.
914 (tree-widget-set-parent-theme)
915 (tree-widget-lookup-image): Use it.
916
917 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
918
919 * textmodes/org.el (org-link-search): Avoid self-matching of
920 links, allow target text to be distributed over several lines.
921 (org-search-not-link): New function.
922 (org-set-regexps-and-options, org-get-current-options):
923 New startup options.
924 (org-export-as-html): Take odd-level setting from local variable.
925 (org-fontify-emphasized-text): New option.
926 (org-set-font-lock-defaults): Include emphasized text.
927 (org-follow-mhe-link): Allow folder-only links, fix folder name.
928 (org-font-lock): Customize group renamed from `org-faces'.
929
930 2006-03-13 John Paul Wallington <jpw@pobox.com>
931
932 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
933 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
934
935 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
936
937 * cus-start.el (all): Delete :version keyword for members of the
938 fringe group, since the entire group is new in 22.1.
939
940 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
941
942 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
943 map if value is hexadecimal (an address).
944 (gud-watch): Only search roots for existing watch expressions.
945 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
946 prevent caching problems with speedbar-update-directory-contents.
947
948 2006-03-12 Juri Linkov <juri@jurta.org>
949
950 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
951 before comparing with `low' and `warn'.
952
953 * info.el (Info-dir-remove-duplicates): Move point to the
954 beginning of the current line after deleting the entries from
955 redundant heading. Use marker for `limit' and compare it with
956 point before calling `re-search-forward'.
957
958 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
959
960 * simple.el (yank): Fix typo in docstring.
961
962 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
963
964 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
965 messages, where "D" is the 6th character.
966
967 2006-03-11 Eli Zaretskii <eliz@gnu.org>
968
969 * simple.el (yank): Fix last change.
970
971 2006-03-11 David Ponce <david@dponce.com>
972
973 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
974 merging elements from the standard ispell-dictionary-alist.
975 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
976 alist, and return the new alist.
977
978 2006-03-11 Richard Stallman <rms@gnu.org>
979
980 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
981
982 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
983 the way it is implemented is too unclean.
984
985 * simple.el (kill-region, yank): Doc fix.
986
987 * battery.el (battery-echo-area-format): Doc fix.
988 (battery-mode-line-format): Likewise.
989 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
990 (battery-linux-proc-acpi): Ignore batteries that say "charged".
991
992 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
993
994 * progmodes/octave-mod.el (octave-indent-for-comment):
995 Behave according to do string.
996
997 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
998
999 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1000 Be visible only if major mode is Mail Mode.
1001
1002 * textmodes/flyspell.el (flyspell-external-point-words)
1003 (flyspell-process-localwords): Fix last changes.
1004
1005 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1006
1007 * calendar/holidays.el (list-holidays): Doc fix.
1008
1009 * international/mule.el (auto-coding-alist): Add .odt
1010 (OpenOffice's open document) files.
1011
1012 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1013 document) files. Mention in the doc string the need to sync with
1014 auto-coding-alist.
1015
1016 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1017
1018 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1019 enable-local-variables is set to always query, or there is no
1020 savable variable.
1021
1022 2006-03-10 Bill Wohler <wohler@newt.com>
1023
1024 * image.el (image-load-path-for-library): Merge at least three
1025 functions from Gnus and MH-E into this one function that can now
1026 be shared.
1027
1028 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1029
1030 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1031 gdb-remove-mouse-face and remove help-echo too.
1032 (gdb-enqueue-input): Correct conditional clause.
1033
1034 2006-03-10 Glenn Morris <rgm@gnu.org>
1035
1036 * calendar/calendar.el (calendar-holidays): Doc fix.
1037 * calendar/holidays.el (list-holidays): Doc fix.
1038
1039 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1040
1041 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1042 it gets called in gdb-prompt anyway.
1043 (gdb-use-separate-io-buffer): Only restore window arrangement for
1044 gdb-many-windows.
1045 (gdb-enqueue-input): Make it harder to send GDB input when program
1046 is running.
1047 (gdb-buffer-list): New variable.
1048 (gdb-remove-mouse-face): New function.
1049 (gdb-starting): Use it when GDB input won't get sent.
1050
1051 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * help.el (view-lossage): Remove trailing whitespace before
1054 inserting "\n".
1055
1056 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1057
1058 * files.el (hack-local-variables-confirm):
1059 Set coding-system-for-read to nil before writing to .emacs.
1060
1061 * arc-mode.el (archive-extract): Check if an existing buffer name
1062 comes from a different archive.
1063
1064 * help.el (describe-key-briefly): If KEY is a down event, read and
1065 discard the up event.
1066
1067 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1068
1069 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1070 be edited and use font-lock-warning-face for any changes.
1071
1072 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1073 (gdb-edit-value): Use it to report any errors.
1074
1075 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1076
1077 * help.el (describe-key): Remove leftover test code.
1078
1079 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1080
1081 * textmodes/org.el: Move defvars out of eval-when-compile.
1082 Use buffer-file-name variable.
1083 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1084 arg `file'.
1085 (org-level-faces): Remove startup dependency.
1086 (org-cycle, org-map-tree, org-scan-tags)
1087 (org-remember-handler): Don't call `outline-level' directly.
1088 (org-mhe-search-all-folders): New option.
1089 (org-mhe-get-message-folder-from-index)
1090 (org-mhe-get-message-folder): Fix indexing search.
1091 (org-format-agenda-item): Handle nil TAGS argument.
1092 (org-cleaned-string-for-export, org-activate-target-links)
1093 (org-make-target-link-regexp): Deal with empty radio target list.
1094 (org-tag): New face.
1095 (org-get-level-face): New function.
1096 (org-set-font-lock-defaults): Simplify setup for headlines.
1097 (org-complete): Pass common substring to `display-completion-list'.
1098
1099 2006-03-06 David Ponce <david@dponce.com>
1100
1101 * tree-widget.el: Update Commentary header.
1102 (tree-widget-theme-name): Ignore parent themes.
1103 (tree-widget-set-parent-theme): New function.
1104 (tree-widget-set-theme): Use it.
1105 (tree-widget-set-image-properties): Move definition. Does nothing
1106 if image properties have already been set.
1107 (tree-widget-image-properties): Move definition. Receive an image
1108 name. Set the :pointer property.
1109 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1110 Don't set the :pointer image property.
1111 (tree-widget-convert-widget): New function. Handle :dynargs
1112 compatibility here.
1113 (tree-widget): Use it to :convert-widget. Add the :expander-p
1114 predicate to control when the :expander function is entered.
1115 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1116 (tree-widget-value-create): Handle :expander-p. widget-apply
1117 :expander.
1118 (tree-widget-expander-p): New function. Default value of the
1119 :expander-p property.
1120
1121 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1122
1123 * help.el (describe-key): Properly handle the return value of
1124 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1125 remaps. Handle string and vector `follow-link' values.
1126
1127 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * complete.el (PC-expand-many-files): Try be more careful when parsing
1130 the shell's output.
1131
1132 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * outline.el (hide-sublevels): Provide better interactive default.
1135
1136 2006-03-06 Kenichi Handa <handa@m17n.org>
1137
1138 * international/fontset.el (create-fontset-from-fontset-spec):
1139 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1140
1141 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1142
1143 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1144 backslashes instead of one in regexp.
1145 (gud-tooltip-dereference): Add missing optional argument.
1146
1147 2006-03-04 John Paul Wallington <jpw@pobox.com>
1148
1149 * wdired.el (toplevel): Require `cl' at compile-time.
1150
1151 2006-03-04 Andreas Schwab <schwab@suse.de>
1152
1153 * server.el (server-process-filter): Handle errors during
1154 evaluation of the argument.
1155
1156 2006-03-03 John Paul Wallington <jpw@pobox.com>
1157
1158 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1159 escape parentheses at beginning of line.
1160 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1161 (t-mouse-mode): Remove period from end of error message.
1162
1163 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1164
1165 * textmodes/flyspell.el (flyspell-process-localwords):
1166 Be case-sensitive.
1167
1168 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1169
1170 * cus-edit.el (custom-quote): Remove function, since it has been
1171 moved to custom.el.
1172
1173 * font-lock.el (lisp-font-lock-keywords-2)
1174 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1175 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1176 they have no special meaning.
1177
1178 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1179 indirect buffer gets killed before indirect buffer. Use dolist.
1180
1181 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1182
1183 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1184 value instead of a literal constant (1) on more pauses.
1185
1186 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1187
1188 * textmodes/flyspell.el (flyspell-external-point-words):
1189 Be case-sensitive.
1190
1191 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1192
1193 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1194 with "www".
1195
1196 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1197
1198 * allout.el: Restablish intermediate missing comment header to
1199 preserve outline structure.
1200 (allout-beginning-of-current-entry): Skip invisible text.
1201 (allout-open-topic): Fix opening a topic at end-of-buffer.
1202 (allout-minor-mode): Move nearer to allout-mode function.
1203
1204 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1205
1206 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1207
1208 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1209
1210 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1211 is nil.
1212
1213 * progmodes/gud.el (gud-speedbar-menu-items):
1214 Use buffer-local-value and add missing :visible keyword.
1215
1216 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1217
1218 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1219
1220 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1221 must be `follow-link'.
1222
1223 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1224
1225 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1226 formatting: No nested anchors.
1227 (org-all-targets): Fix bug with XEmacs compatibility.
1228 (org-read-date): Add (require 'parse-time).
1229 (org-set-tags): Fix bug with extra inserted space.
1230 (org-export-html-style): Define a style class for targets.
1231 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1232 (org-hide-leading-stars): New option.
1233 (org-hide): New face.
1234 (org-set-font-lock-defaults): Allow to hide leading stars.
1235 (org-get-legal-level, org-tr-level): New functions.
1236 (org-odd-levels-only): New option.
1237 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1238 (org-demote, org-promote): Deal with double-star levels.
1239 (org-convert-to-odd-levels): New command.
1240
1241 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1242
1243 * speedbar.el (speedbar-update-localized-contents): Try to
1244 preserve window-start.
1245 (speedbar-update-directory-contents): Try to preserve window-start
1246 and window-point.
1247 (speedbar-update-special-contents): Don't move back to start of window.
1248
1249 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1250 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1251 speedbar-timer-fn.
1252 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1253 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1254 instead of gdb-speedbar-timer-fn.
1255
1256 2006-02-28 Jay Belanger <belanger@truman.edu>
1257
1258 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1259 (math-compose-expr): Use latex option when calling
1260 `math-compose-tex-matrix' for latex mode.
1261
1262 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1263
1264 * speedbar.el: Re-instate comments about developing for speedbar
1265 [this is what info and gdb-ui use even if better methods exist now].
1266
1267 * t-mouse.el: New file.
1268 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1269 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1270 (t-mouse-make-event-element): Use posn-at-x-y instead.
1271 (t-mouse-make-event): Deal with Fedora Core 3.
1272 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1273 (t-mouse-mouse-position-function): New function. Use it instead
1274 of advising mouse-position.
1275 (t-mouse-mode): New minor mode.
1276 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1277
1278 2006-02-27 Glenn Morris <rgm@gnu.org>
1279
1280 * calendar/calendar.el (calendar-holidays): Doc fix.
1281
1282 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1283
1284 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1285 Re-introduce the concept of a source window.
1286 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1287 consistency with get-buffer-create.
1288 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1289 (gdb-data-list-register-values-handler)
1290 (gdb-stack-list-locals-handler): Try to preserve window-start as
1291 well as window-point.
1292 (gdb-display-source-buffer): New function (old concept).
1293 (gdb-goto-breakpoint): Use it.
1294
1295 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1296 for gdb-ui/gdb-mi (old concept).
1297
1298 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1299
1300 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1301 binding.
1302
1303 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1304
1305 * textmodes/reftex-sel.el (reftex-select-label-map)
1306 (reftex-select-bib-map): Add `follow-mouse' binding.
1307
1308 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1309
1310 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1311 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1312 Give :set functions to provide automatic updating.
1313 Update docstring. Give compiler defvars early in the file
1314 and move the defcustoms to a later spot where all called functions
1315 are defined.
1316 (jka-compr-file-name-handler-entry): Doc fix.
1317 (jka-compr-compression-info-list--internal)
1318 (jka-compr-mode-alist-additions--internal)
1319 (jka-compr-load-suffixes--internal): New variables.
1320 (jka-compr-install): Set the three above variables.
1321 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1322 (jka-compr-update, jka-compr-set): New functions.
1323 (auto-compression-mode): Doc fix.
1324
1325 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1326 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1327 Use jka-compr-compression-info-list--internal,
1328 jka-compr-mode-alist-additions--internal and
1329 jka-compr-load-suffixes--internal.
1330
1331 * files.el (load-library):
1332 * loadhist.el (file-loadhist-lookup):
1333 * startup.el (command-line):
1334 * subr.el (locate-library):
1335 * emacs-lisp/autoload.el (update-directory-autoloads):
1336 * emacs-lisp/find-func.el (find-library-suffixes):
1337 Use `get-load-suffixes' instead of `load-suffixes'.
1338
1339 * subr.el (locate-library):
1340 * emacs-lisp/find-func.el (find-library-name):
1341 Use `load-file-rep-suffixes' instead of '("").
1342
1343 2006-02-26 Kim F. Storm <storm@cua.dk>
1344
1345 * ido.el (ido-save-history, ido-load-history): Simplify.
1346 Don't use find-file-noselect to avoid interference from other modes.
1347
1348 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1349
1350 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1351 to use the default shell if filename is not available.
1352 Reported by Giorgos Keramidas.
1353
1354 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1355
1356 * progmodes/etags.el (tags-completion-table): Do completion from
1357 all the tables in the current list, as documented in the manual.
1358
1359 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1360
1361 * CC Mode Update to 5.31.3.
1362
1363 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1364
1365 * progmodes/cc-mode.el (c-postprocess-file-styles):
1366 Bind inhibit-read-only to t, around the call to
1367 c-remove-any-local-eval-or-mode-variables, so that it works on a
1368 RO file.
1369
1370 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1371
1372 * progmodes/cc-awk.el: Correct a typo.
1373
1374 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1375
1376 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1377 c-hungry-delete-backwards, at the request of RMS. Leave the old
1378 name as an alias.
1379
1380 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1381
1382 * progmodes/cc-mode.el: Correct a typo.
1383
1384 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1385
1386 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1387
1388 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1389
1390 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1391 brace-else-brace (error due to mbeg, mend being undefined).
1392
1393 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1394
1395 * progmodes/cc-mode.el: File Local variables: Solve the problem
1396 where both `mode' and c-file-offsets are specified: `mode' will
1397 overwrite c-f-o's settings:
1398 (c-remove-any-local-eval-or-mode-variables): New function.
1399 (c-postprocess-file-styles): Call the above new function, within
1400 c-tentative-buffer-change, to splat `mode' and `eval' before the
1401 second hack-local-variables.
1402
1403 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1404
1405 * progmodes/cc-mode.el:
1406 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1407 (c-after-change): Protect the match data with save-match-data.
1408 It was getting corrupted by c-after-change-check-<>-operators.
1409
1410 * cc-defs.el: [Supersedes patch V1.38]:
1411 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1412 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1413
1414 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1415 with save-match-data. It was being corrupted when Font Lock was
1416 not enabled.
1417
1418 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1419
1420 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1421 Mode and Subword Mode.
1422
1423 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1424 real labels ("case 1:" or "foo:") from non-labels ("public:").
1425 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1426 coding; c-f-t-2 doesn't move over a token at EOB.
1427
1428 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1429
1430 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1431 (c-update-modeline): Concatenate the minor mode indicators
1432 directly onto mode-name, removing c-submode-indicators.
1433 Sometimes, c-s-i got separated from the mode name on the mode line.
1434
1435 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1436 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1437
1438 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1439
1440 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1441 error message when there's an evaluation error to show whether
1442 it's loaded from source or not.
1443 (c-filter-ops): Make it available at runtime too to work when
1444 `c-make-init-lang-vars-fun' needs to evaluate from source.
1445
1446 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1447
1448 * help.el (help): Revert last part of 2006-02-23 change (deletion
1449 of the `provide' call).
1450
1451 2006-02-23 Juri Linkov <juri@jurta.org>
1452
1453 * compare-w.el (compare-windows-highlight): Add new value
1454 `persistent' and change :type from `boolean' to `choice'.
1455 (compare-windows-overlays1, compare-windows-overlays2):
1456 New internal variables.
1457 (compare-windows-highlight): If compare-windows-highlight is
1458 `persistent', add current overlays to compare-windows-overlays[12]
1459 instead of adding compare-windows-dehighlight to pre-command-hook.
1460 (compare-windows-dehighlight): Delete all overlays from
1461 compare-windows-overlays[12].
1462
1463 * info.el (Info-search): Don't bind search-spaces-regexp to
1464 Info-search-whitespace-regexp in non-regexp isearch mode.
1465
1466 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1468 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1469
1470 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1471
1472 * textmodes/org.el (org-xemacs-p)
1473 (org-export-html-show-new-buffer, org-table-may-need-update)
1474 (org-insert-item, org-mhe-get-message-real-folder)
1475 (org-mhe-get-message-folder-from-index)
1476 (org-mhe-get-message-folder, org-mhe-get-message-num)
1477 (org-mhe-get-header, org-make-org-heading-search-string)
1478 (org-make-org-heading-camel, org-table-sort-lines)
1479 (org-format-org-table-html, org-format-table-table-html):
1480 Fix typos in docstrings.
1481
1482 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1483
1484 * textmodes/org.el (org-cleaned-string-for-export)
1485 (org-solidify-link-text): New function.
1486 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1487 XEmacs, just to silence the compiler.
1488 (org-export-as-ascii, org-export-as-html-and-open):
1489 Use `org-cleaned-string-for-export' and create internal links.
1490 (org-follow-mhe-link): Require mh-e, use folder.
1491
1492 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1493
1494 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1495
1496 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1497 gdb-debug-log-length.
1498 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1499 it a real ring but...
1500 (gud-gdba-marker-filter): ...make it work like mark-ring.
1501 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1502 (gdb-mouse-jump): New function. Add bindings.
1503
1504 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1505
1506 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1507 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1508 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1509 (gdb-debug-log-length): Customize it's length.
1510 (gud-watch, gdb-var-create-handler): Display function::var format
1511 but don't use to create variable object.
1512 (gdb-var-create-handler): Use message-box in place of message.
1513 (gdb-stopped): Call gdb-exited if signalled.
1514
1515 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1516
1517 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1518
1519 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1520
1521 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1522 if `reftex-try-all-extensions' is set.
1523
1524 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1525 fail silently when there is no valid argument at point.
1526 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1527 `fail-silently' argument. From a patch by David Reiter.
1528
1529 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1530 New commands.
1531 (org-mark-ring): New variable.
1532 (org-mark-ring-length): New option.
1533 (org-open-at-point, org-goto, org-open-file): Push old position
1534 onto the mark ring.
1535 (org-add-hook): New function.
1536 (org-export-table-remove-special-lines): New option.
1537 (org-skip-comments, org-format-org-table-html): Respect new
1538 option `org-export-table-remove-special-lines'.
1539 (org-open-file): Allow special command configuration for
1540 directory link.
1541 (org-file-apps): Fix bugs in customize type, added setting
1542 for directories.
1543 (org-activate-tags, org-format-agenda-item, org-complete)
1544 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1545 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1546 (org-link-search, org-make-org-heading-search-string)
1547 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1548 (org-radio-targets, org-file-link-context-use-camel-case)
1549 (org-activate-camels): New options.
1550 (org-update-radio-target-regexp, org-all-targets)
1551 (org-make-target-link-regexp, org-activate-target-links):
1552 New functions.
1553 (org-make-org-heading-search-string): New function.
1554 (org-store-link, org-insert-link): Use new option
1555 `org-file-link-context-use-camel-case'.
1556 (org-activate-camels): Use new option `org-activate-camels'.
1557 (org-link-regexp): Add mhe prefix.
1558 (org-open-at-point, org-store-link): Support for mhe links.
1559 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1560 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1561 (org-mhe-get-header, org-follow-mhe-link): New functions.
1562 (org-remove-angle-brackets, org-add-angle-brackets):
1563 New functions.
1564 (org-bracket-link-regexp): New constant.
1565 (org-read-date): Fix bug that was rejecting all typed dates.
1566 (org-link-search): Make hierarchy above visible after a match.
1567 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1568 (org-store-link): Fix bug with link creation when cursor is in
1569 an empty line.
1570 (org-open-at-point): Fix bug with matching a link.
1571 Fixed buggy argument sequence in call to `org-view-tags'.
1572 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1573 (org-prefix-has-tag): New variable.
1574 (org-format-agenda-item): Remove tags from headline
1575 if appropriate.
1576 (org-agenda-remove-tags-when-in-prefix): New option.
1577
1578 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1579
1580 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1581 Fix the regular expressions.
1582
1583 2006-02-21 Richard M. Stallman <rms@gnu.org>
1584
1585 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1586 if there's no other specific basis.
1587
1588 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1589 as variables at all.
1590 (unsafep-variable): Rename arg; doc fix.
1591
1592 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1593
1594 * calendar/appt.el (diary-selective-display): Add defvar.
1595
1596 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1597
1598 * isearch.el (search-whitespace-regexp): Fix custom type.
1599
1600 * help.el (describe-key-briefly): Compute interactive args
1601 in same was as before previous change.
1602
1603 * files.el (enable-local-variables): Doc fix.
1604
1605 2006-02-21 Kim F. Storm <storm@cua.dk>
1606
1607 * fringe.el: Cleanup as file is now pre-loaded.
1608 (fringe-bitmaps): Initialize unconditionally.
1609 (fringe-mode, set-fringe-style): Remove autoload cookies.
1610
1611 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1612
1613 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1614 `horizontal-bar'.
1615 (fringe-cursor-alist): Use `horizontal-bar'.
1616
1617 2006-02-20 Kim F. Storm <storm@cua.dk>
1618
1619 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1620 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1621
1622 * loadup.el: Load "fringe" on window systems.
1623
1624 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1625
1626 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1627 out of scope components.
1628
1629 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1630 default.
1631
1632 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * custom.el (customize-mark-to-save, customize-mark-as-set):
1635 Load the symbol first.
1636
1637 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1638
1639 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1640 strech spec so it doesn't display as "^J" on the header line
1641 when `Buffer-menu-use-header-line' is t.
1642
1643 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1644
1645 * speedbar.el (speedbar-make-button): Keep text properties
1646 of string arguments if desired.
1647
1648 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1649 expessions.
1650
1651 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1652 of speedbar.
1653
1654 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1655
1656 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1657 to value of `read-file-name-completion-ignore-case'.
1658
1659 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1660
1661 * custom.el (customize-mark-as-set): Push to `user' theme.
1662
1663 * cus-edit.el (custom-save-variables): Allow unthemed values.
1664 (customize-set-variable): Push setting to `user' theme.
1665
1666 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1667
1668 * progmodes/gud.el: Don't require font-lock as it's now
1669 automatically loaded.
1670 (gud-speedbar-buttons): Replace gdb-var-changed with
1671 gdb-force-update.
1672
1673 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1674 gdb-var-changed.
1675 (gdb-post-prompt): Use it.
1676 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1677 (gdb-var-update-handler, gdb-var-delete)
1678 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1679 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1680 gdb-force-update in gdb-post-prompt.
1681 (gdb-reset): Clear watch expressions from speedbar when quitting.
1682
1683 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1684
1685 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1686 (viper-change-state-to-vi, viper-change-state-to-emacs):
1687 Make aware of cursor coloring in the Emacs state.
1688 (viper-special-read-and-insert-char): Use read-char-exclusive.
1689 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1690
1691 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1692
1693 * viper-util.el (viper-save-cursor-color)
1694 (viper-get-saved-cursor-color-in-replace-mode)
1695 (viper-get-saved-cursor-color-in-insert-mode)
1696 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1697 state.
1698 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1699
1700 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1701 (ediff-ignore-case-option3, ediff-actual-diff-options)
1702 (ediff-actual-diff3-options): New variables to control case sensitivity.
1703 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1704 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1705 (ediff-toggle-ignore-case): New function.
1706 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1707
1708 * ediff-help.el (ediff-long-help-message-narrow2)
1709 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1710 (ediff-long-help-message-word-mode): Add ignore-case command.
1711 (ediff-help-for-quick-help): Add ignore-case command.
1712
1713 * ediff-merg.el: Move provide to the end.
1714
1715 * ediff-ptch.el: Move provide to the end.
1716
1717 * ediff-wind.el: Move provide to the end.
1718
1719 * ediff-mult.el: Move provide to the end.
1720 (ediff-set-meta-overlay): Enable follow-link.
1721
1722 * ediff.el: Move provide to the end.
1723 Break recursive load cycle in eval-when-compile.
1724 (ediff-patch-buffer): Better heuristics.
1725
1726 * ediff-util.el: Move provide to the end.
1727 Break recursive load cycle in eval-when-compile.
1728 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
1729 defuns.
1730 (ediff-submit-report): Pass the values of ediff-diff3-program,
1731 ediff-diff3-options.
1732
1733 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
1734
1735 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1736 the opening bracket of the following bracketing pairs: {}, [], (), <>,
1737 `' (for example, in the docstring of `windmove-default-keybindings').
1738
1739 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1740
1741 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1742 shadow face. Don't provide binding to edit variable when it is
1743 out of scope.
1744
1745 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1746 (gdb-var-update-handler): Detect out of scope variables with pre
1747 GDB 6.4 too.
1748 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1749 Reset status of variable objects to nil in update handlers.
1750 (gdb-var-update-handler-1): Detect when a variable object comes
1751 in scope. setcar on var changes gdb-var-list directly.
1752
1753 2006-02-17 Juri Linkov <juri@jurta.org>
1754
1755 * ffap.el (ffap) <defface>: Add explicit face declaration.
1756 (ffap-highlight): Use face `ffap' directly instead of checking
1757 for its existence.
1758
1759 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1760 `visible-ok' of `other-buffer' to find the right original buffer.
1761
1762 * info.el (Info-search): Skip `Local Variables' node.
1763
1764 2006-02-17 Juri Linkov <juri@jurta.org>
1765
1766 * info.el (Info-find-file): Check for symbols `apropos', `history',
1767 `toc' in the input filename, and return these symbols as is.
1768 (Info-find-node-2): Set Info-current-file to symbols `apropos',
1769 `history', `toc' instead of strings.
1770 (Info-set-mode-line): For non-string Info-current-file use the
1771 symbol's name inside **.
1772 (Info-isearch-push-state): Add quote before Info-current-file and
1773 Info-current-node.
1774 (Info-isearch-pop-state): Use `equal' instead of `string='.
1775 (Info-extract-pointer, Info-following-node-name): Use
1776 `match-string-no-properties' instead of `match-string'.
1777 (Info-up): Check `old-file' for `stringp'.
1778 (Info-history): Use `equal' instead of `string-equal'.
1779 Check `file' for `stringp'.
1780 (Info-history): Use symbol `history' instead of string as first arg
1781 of `Info-find-node'.
1782 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
1783 `toc' instead of string.
1784 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1785 instead of `buffer-substring', and `match-string-no-properties'
1786 instead of `match-string'.
1787 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1788 instead of strings.
1789 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1790 Use symbol `apropos' instead of string.
1791 (Info-copy-current-node-name): Check `Info-current-file' for
1792 `stringp' and construct a command with `Info-find-node' from it.
1793 (Info-fontify-node): Use `match-string-no-properties' instead of
1794 `match-string' and check file names for `stringp'.
1795 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1796 `history', `toc' instead of strings.
1797
1798 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * files.el: Rearrange functions and variables in the file local
1801 variables section.
1802
1803 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1804
1805 * files.el: Add truncate-lines, ispell-check-comments and
1806 ispell-local-dictionary as safe local variables.
1807
1808 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
1809
1810 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1811 out of scope variables.
1812 (gud-speedbar-buttons): Use unless.
1813
1814 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1815 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1816 (gdb-show-changed-values): Also use for out of scope variables.
1817 (gdb-var-update-handler-1): Note if variable goes out of scope.
1818
1819 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
1820
1821 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1822 default to global variable values for unsupplied args.
1823 (rcirc-get-buffer-create): Fix bug with setting the target.
1824 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1825 test for rcirc-always-use-server-buffer-flag here.
1826 (rcirc-response-formats): Add %N, which is a facified nick. %n
1827 uses the default face. Change the ACTION format string. If the
1828 "nick" is the server, don't print anything for that field.
1829 Comment fixes.
1830 (rcirc-target-buffer): Don't test
1831 rcirc-always-use-server-buffer-flag here.
1832 (rcirc-print): Squeeze extra spaces out of the text before message.
1833 (rcirc-put-nick-channel): Strip potential "@" char from nick
1834 before adding them to nick table.
1835 (rcirc-url-regexp): Improve to match address like "foo.com".
1836
1837 2006-02-17 Eli Zaretskii <eliz@gnu.org>
1838
1839 * allout.el (allout-hidden-p): Move this defsubst before
1840 allout-overlay-interior-modification-handler, where it is first
1841 used.
1842
1843 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1844
1845 * allout.el: Use allout invisible-text overlays instead of
1846 selective display for concealed text. Also, lots of general
1847 cleanup, and improved compatibility code.
1848
1849 (allout-version) Incremented, corrected, revised, and refined
1850 module commentary.
1851
1852 (provide 'allout): Moved to the bottom, added a require of overlay.
1853
1854 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1855 `except-current'.
1856 (allout-write-file-hook-handler): Minimize delay.
1857 (count-trailing-whitespace-region): New function so
1858 auto-encryption of current topic can resituate cursor exactly.
1859 PGP/GPG encryption trims trailing whitespace from lines, which
1860 must be accounted for across encryption then decryption.
1861
1862 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1863 just plain "\C-c", to avoid intruding on user's keybinding space.
1864
1865 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1866 parameter, so user request to provide a new password is done.
1867
1868 (allout-outside-normal-auto-fill-function, allout-auto-fill):
1869 Refined mechanism for auto-filling behavior while in allout mode.
1870
1871 (allout-mode): Explicitly specify the mode map in the docstring.
1872 Clarify provision for various write-file hook var names.
1873 Adjusted for invisible-text overlays instead of selective-display.
1874
1875 (allout-depth): Really return 0 if not within any topic. This
1876 rectifies `allout-beginning-of-level' and sequence numbering
1877 errors that occur when cutting and pasting numbered topics.
1878 Changed from a in-line subst to a regular function, as well.
1879
1880 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1881
1882 (allout-end-of-subtree, allout-end-of-subtree)
1883 (allout-end-of-entry, allout-end-of-current-heading)
1884 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1885 (allout-show-children, allout-show-to-offshoot)
1886 (allout-hide-current-entry, allout-show-current-entry): Rectified
1887 handling of trailing blank lines between items.
1888
1889 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1890 (allout-current-depth, allout-unprotected, allout-hidden-p)
1891 (allout-on-current-heading-p, allout-listify-exposed)
1892 (allout-chart-subtree, allout-goto-prefix)
1893 (allout-back-to-current-heading, allout-get-body-text)
1894 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1895 (allout-hide-region-body, allout-toggle-subtree-encryption)
1896 (allout-encrypt-string, allout-encrypted-key-info)
1897 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1898 (allout-file-vars-section-data): Adjusted for use with
1899 invisible-text overlays instead of selective-display.
1900
1901 (allout-kill-line, allout-kill-topic, allout-yank-processing):
1902 Reworked for use with invisible text overlays.
1903
1904 (allout-current-topic-collapsed-p): New function.
1905
1906 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1907 to know when to close the containing topic.
1908
1909 (allout-pre-command-business, allout-post-command-business):
1910 Simplify undo-batching and dynamic isearch exposure.
1911
1912 (allout-set-overlay-category): New for invisible-text overlays.
1913 Sets properties of allout-overlay-category, used by
1914 allout-flag-region to set invisible-text overlay properties.
1915 (allout-get-invisibility-overlay): Get the first qualifying
1916 invisibility overlay, so we can find the extent of it.
1917 (allout-back-to-visible-text): Get to just before the beginnining
1918 of the current invisibility overlay, if any.
1919
1920 (allout-overlay-insert-in-front-handler)
1921 (allout-overlay-interior-modification-handler)
1922 (allout-before-change-handler, allout-isearch-end-handler): New
1923 functions to handle extraordinary actions affecting concealed
1924 text.
1925
1926 (allout-flag-region): Use overlays instead of selective-display
1927 for invisible text - by inheritence from the properties of
1928 allout-overlay-category in mainline Emacs, and applied
1929 property-by-property in XEmacs, some recent versions of which
1930 don't inherit the properties from the category. Provisions to
1931 respond to concealed-text edits simplified drastically.
1932
1933 (allout-isearch-rectification, allout-isearch-was-font-lock)
1934 (allout-isearch-expose, allout-enwrap-isearch)
1935 (allout-isearch-abort, allout-pre-was-isearching)
1936 (allout-isearch-prior-pos, allout-isearch-did-quit)
1937 (allout-isearch-dynamic-expose)
1938 (allout-hide-current-entry-completely): Functions deleted.
1939
1940 (allout-undo-aggregation): Explicit undo aggregation no longer
1941 necessary due to transition away from selective-display.
1942
1943 (set-allout-regexp, allout-up-current-level)
1944 (allout-next-visible-heading, allout-forward-current-level)
1945 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
1946 (allout-kill-line, allout-yank-processing, allout-show-children)
1947 (allout-expose-topic, allout-old-expose-topic)
1948 (allout-listify-exposed, allout-insert-latex-header)
1949 (allout-toggle-subtree-encryption, allout-encrypt-string)
1950 (remove-from-invisibility-spec, allout-hide-current-subtree):
1951 Ditched unused variables.
1952
1953 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
1954
1955 * textmodes/ispell.el (ispell-change-dictionary): Call
1956 ispell-buffer-local-dict instead of
1957 ispell-accept-buffer-local-defs.
1958 (ispell-local-dictionary-alist): Accept as valid any coding-system
1959 supported by Emacs.
1960 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1961 changed to iso-8859-3.
1962
1963 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
1964
1965 * speedbar.el (speedbar-frame-width): Make an inline function
1966 instead of a macro. Use frame-width.
1967 (speedbar-try-completion, speedbar-update-contents)
1968 (speedbar-timer-fn): Use consp.
1969 (speedbar-update-localized-contents): Try to preserve point.
1970
1971 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
1972 (menu): Re-order menu items.
1973 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1974 field.
1975 (gdb-var-update-handler-1): Use it for GDB 6.4+.
1976 (gdb-post-prompt): Speed things by not forcing update.
1977
1978 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
1979
1980 * wid-edit.el (widget-button-click): For mouse-1, cancel button
1981 press and perform default action if we get a mouse movement event.
1982
1983 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
1984
1985 * calendar/icalendar.el (icalendar--get-event-property)
1986 (icalendar--get-event-property-attributes): Fix typos in
1987 docstrings.
1988
1989 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1990 docstring.
1991
1992 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * bs.el (bs-mode): Use `buffer-disable-undo'.
1995 (bs--get-file-name): Simplify.
1996 (bs-show-in-buffer): Mark the buffer as not modified.
1997
1998 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1999
2000 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2001 widget-button-click.
2002
2003 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2004 (custom-mode): Update docstring.
2005
2006 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2007 binding.
2008
2009 * files.el (hack-local-variables-confirm): Allow scrolling if the
2010 file variable list is too long. Kill temp buffer after use.
2011
2012 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2013
2014 * progmodes/gud.el (gdb): Improve doc string.
2015 (gdb-script-font-lock-keywords): Expand allowed character set.
2016
2017 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2018 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2019 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2020 (gdb-separate-io-stop, gdb-separate-io-eof):
2021 Rename from gdb-inferior-* to gdb-separate-*.
2022 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2023
2024 2006-02-14 Jay Belanger <belanger@truman.edu>
2025
2026 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2027 expression is a symbol before checking that it is bound.
2028
2029 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2030 test to see if equation can be solved.
2031
2032 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2033
2034 * wid-edit.el (widget-button-click): Use :pressed-face property
2035 for overlay face, if it exists.
2036
2037 * cus-edit.el (custom-manual, custom-add-see-also)
2038 (custom-add-parent-links, custom-group-link): Add :pressed-face
2039 property to links.
2040
2041 * files.el (hack-local-variables): Remove ignored variables before
2042 checking if any variables need setting.
2043
2044 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2045
2046 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2047
2048 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2049
2050 * help.el (where-is): Fix message for remapped commands.
2051
2052 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2053 Fix typos in docstrings.
2054
2055 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * files.el (safe-local-variable-values): New option.
2058 (hack-local-variables-prop-line): Return a list of variable-value
2059 pairs if MODE-ONLY is non-nil.
2060 (hack-local-variables): Construct list of variable-value pairs,
2061 and apply or reject them in one go. Ask for confirmation if
2062 variables are not known safe.
2063 (hack-local-variables-confirm): Complete rewrite. Support
2064 `safe-local-variable-values'.
2065 (enable-local-variables): Update docstring to reflect new
2066 behavior.
2067 (ignored-local-variables): Ignore ignored-local-variables and
2068 safe-local-variable-values.
2069 (safe-local-variable-p): New function.
2070 (risky-local-variable-p): `safe-local-variable' property check
2071 moved to safe-local-variable-p.
2072 (hack-one-local-variable): Checks moved to hack-local-variables.
2073
2074 (byte-compile-dynamic, c-basic-offset, c-file-style)
2075 (c-indent-level, comment-column, fill-column, fill-prefix)
2076 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2077 (no-update-autoloads, outline-regexp, page-delimiter)
2078 (paragraph-start, paragraph-separate, sentence-end)
2079 (sentence-end-double-space tab-width, version-control):
2080 Add `safe-local-variable' property.
2081
2082 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2083
2084 * icomplete.el, play/landmark.el: Change nonexistent
2085 `outline-layout' file variable to `allout-layout'.
2086
2087 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2088
2089 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2090 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2091 to gud-comint-buffer.
2092 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2093 gdb-ui.el for gdb-mi.el.
2094 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2095 registers buffer to gdb-get-changed-registers.
2096 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2097 deletion of catchpoints (throw and catch).
2098 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2099 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2100 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2101 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2102 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2103
2104 2006-02-13 Jay Belanger <belanger@truman.edu>
2105
2106 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2107 expression is a symbol before checking that it is bound.
2108
2109 2006-02-13 Richard M. Stallman <rms@gnu.org>
2110
2111 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2112 for the minibuffer too, but not if resize-mini-windows will interfere.
2113
2114 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2115 inside `interactive' spec.
2116 (describe-key-briefly-internal, describe-key-internal):
2117 Functions merged back into their callers.
2118
2119 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2120
2121 * info.el (info-xref-visited): Inherit from info-xref too.
2122 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2123 when propertizing Info-current-file and Info-current-node.
2124
2125 2006-02-13 Juri Linkov <juri@jurta.org>
2126
2127 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2128 (tumme-thumb-name): Fix per-directory format.
2129
2130 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2131
2132 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2133
2134 2006-02-12 Miles Bader <miles@gnu.org>
2135
2136 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2137
2138 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2139
2140 * tumme.el: Remove history section. If someone needs the it, it
2141 can always be found in CVS.
2142
2143 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2144
2145 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2146 about the Thumbnail Managing Standard option.
2147
2148 2006-02-12 Richard M. Stallman <rms@gnu.org>
2149
2150 * subr.el (substitute-key-definition): Doc fix.
2151
2152 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2153
2154 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2155
2156 * info.el (Info-mode): Doc fix.
2157
2158 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2159
2160 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2161
2162 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2163 because on Solaris a POSIX compatible "id" is needed. Reported by
2164 Magnus Henoch <mange@freemail.hu>.
2165
2166 2006-02-12 Juri Linkov <juri@jurta.org>
2167
2168 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2169 (tumme) <defgroup>: Change :group to `multimedia'.
2170 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2171 Managing Standard.
2172 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2173 Fix dostring.
2174 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2175 and %y. Fix docstring.
2176 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2177 (tumme-cmd-create-standard-thumbnail-command): New user options.
2178 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2179 is `standard'. Fix docstring.
2180 (tumme-thumb-width, tumme-thumb-height): New user options.
2181 (tumme-external-viewer): Try to find various viewers.
2182 (tumme-get-thumbnail-image): Use `create-image' instead of
2183 constructing the `image' structure.
2184 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2185 `standard'.
2186 (tumme-thumb-name): Add file name generation for standard storage.
2187 Simplify code for other storages.
2188 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2189 Add modification time %m and thumbnail-nq8 %q.
2190 Use `tumme-cmd-create-standard-thumbnail-command' if
2191 tumme-thumbnail-storage is `standard'.
2192 (tumme-dired-insert-marked-thumbs): New autoload command.
2193 (tumme-dired-after-readin-hook): New function.
2194 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2195 `tumme-thumb-size'.
2196 (tumme-display-image): Replace size-x %x and size-y %y with
2197 width %w and height %h.
2198
2199 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2200 `tumme-dired-insert-marked-thumbs'.
2201
2202 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2203
2204 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2205 include path).
2206 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2207 matching tag.
2208
2209 2006-02-12 Miles Bader <miles@gnu.org>
2210
2211 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2212 New variables.
2213 (rcirc-abbrev-nick): New function.
2214 (rcirc-format-response-string): Rewrite to use the formats in
2215 `rcirc-response-formats' and expand escape sequences therein.
2216 A text-property `rcirc-text' is added over the actual response
2217 text to make easy to find inside the returned string.
2218 (rcirc-print): When filling, just look for the `rcirc-text'
2219 text-property to find the appropriate fill prefix, instead of
2220 using hardwired patterns.
2221
2222 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2223
2224 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2225 Managing Standard.
2226
2227 2006-02-11 Kim F. Storm <storm@cua.dk>
2228
2229 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2230 Don't use insert-buffer; do insert-buffer-substring directly.
2231 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2232
2233 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2234
2235 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2236 with inhibit-read-only. Suggested by Stefan Monnier.
2237 (revert-buffer): Let insert-file-contents discard
2238 buffer-undo-list. Simplify code.
2239 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2240
2241 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2242
2243 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2244
2245 * help.el (describe-key-briefly): Now a wrapper for
2246 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2247 to t. Populate yank-menu if empty.
2248 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2249 (describe-key): Now a wrapper for describe-key-internal. Bind
2250 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2251 (describe-key-internal): Renamed from describe-key.
2252
2253 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2254
2255 * progmodes/glasses.el (glasses-separator): Doc fix.
2256 (glasses-original-separator): New defcustom.
2257 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2258
2259 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2260
2261 * mwheel.el (mouse-wheel-up-event): Doc fix.
2262
2263 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2264
2265 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2266 (tumme-dir): New function. Copied from thumbs.el.
2267
2268 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2269
2270 * desktop.el (desktop-outvar): Fix typo.
2271 (desktop-save-buffer-p): Doc fix.
2272
2273 * subr.el (substitute-key-definition): Fix typo.
2274
2275 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2276
2277 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2278 when window-system is mac.
2279
2280 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2281
2282 2006-02-10 Kim F. Storm <storm@cua.dk>
2283
2284 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2285 indirect-function instead of using condition-case.
2286
2287 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2288
2289 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2290 less `colloquial'...
2291
2292 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2293
2294 * tumme.el: Add a couple of todo items.
2295
2296 2006-02-09 Lars Hansen <larsh@soem.dk>
2297
2298 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2299 (highlight-changes-mode): Don't change desktop-locals-to-save.
2300
2301 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * image-mode.el (image-toggle-display): Clear image cache if using
2304 filename.
2305
2306 2006-02-09 Masatake YAMATO <jet@gyve.org>
2307
2308 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2309 a `dired-man' target.
2310
2311 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2312 boundary of symbols.
2313
2314 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2315
2316 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2317
2318 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2319
2320 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2321 `mapcar'; return nil.
2322
2323 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2326 some other event.
2327
2328 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2329
2330 * net/rcirc.el (rcirc-startup-channels-alist):
2331 Add irc.freenode.net and #emacs as defaults.
2332 (rcirc-ignore-all-activity-flag): Remove variable.
2333 (rcirc-authinfo): New variable.
2334 (rcirc-authinfo-filename): Remove variable.
2335 (rcirc-always-use-server-buffer-flag): New flag.
2336 (rcirc): M-x rcirc will automatically connect without prompting.
2337 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2338 connection in lisp.
2339 (rcirc-process-server-response-1): Remove everything but the nick
2340 portion of the sender so it doesn't need to be done everywhere
2341 else. Update related code.
2342 (global-map): Remove global keybindings.
2343 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2344 (rcirc-send-input): Split into several functions.
2345 (rcirc-process-input-line, rcirc-process-message)
2346 (rcirc-process-command): New functions.
2347 (rcirc-target-buffer): New function to determine where to route
2348 messages.
2349 (rcirc-user-nick): Save match data.
2350 (rcirc-toggle-ignore-buffer-activity)
2351 (rcirc-update-activity-string): Remove global ignore functionality,
2352 which can be done now by toggling rcirc-track-minor-mode.
2353 (rcirc-track-minor-mode-map): New keymap.
2354 (rcirc-track-minor-mode): New minor-mode.
2355 (ignore): Make the ignore output nicer. Always print it when
2356 adding or removing nicks.
2357 (rcirc-url-regexp): Improve.
2358 (rcirc-mangle-text): Remove properties before using text in the
2359 modeline.
2360 (rcirc-authenticate): Authentication data comes from
2361 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2362 (rcirc-server-prefix): Inherit from rcirc-server.
2363
2364 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2365
2366 * Makefile.in (compile): Append "|| true" to the end of the `find'
2367 command, like compile-always does.
2368
2369 2006-02-08 Sam Steingold <sds@gnu.org>
2370
2371 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2372 output from a dead connection.
2373
2374 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2375
2376 * dired.el (dired-mode-map): Add more bindings for tumme.
2377
2378 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * wdired.el (wdired-mode-map): Use remap.
2381 (wdired-get-filename): Massage.
2382 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2383 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2384 `keymap' property rather than `local-map'.
2385
2386 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2387
2388 * tumme.el (tumme-get-thumbnail-image): New utility function.
2389 Suggested by from Chong Yidong.
2390 (tumme-dired-with-window-configuration): Rename from
2391 `tumme-dired'. Add code to save window configuration.
2392 (tumme-restore-window-configuration): New command to restore the
2393 window configuration that `tumme-dired-with-window-configuration'
2394 saves before it changes the window configuration.
2395 (tumme-show-all-from-dir): New command to display thumbnails for
2396 all files in a directory entered by the user, like M-x thumbs.
2397 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2398 have been created.
2399 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2400 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2401 Remove obsolete test function.
2402
2403 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2404
2405 * vc.el (small-temporary-file-directory): Remove defvar; there's
2406 a defcustom for it in files.el.
2407
2408 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2409 Fix typo in message.
2410 (tumme-gallery-generate): Fix typo in `error' message.
2411 (tumme-display-window-height-correction)
2412 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2413 (tumme-line-up-interactive): Dox fixes.
2414 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2415 (tumme-restore-window-configuration, tumme-format-properties-string)
2416 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2417 Fix typos in docstrings.
2418
2419 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2420
2421 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2422
2423 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2424
2425 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2426 User should use hook if desired.
2427
2428 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2429 buffer if necessary.
2430 (gdb-delete-frame-or-window): New function.
2431 (gdb-breakpoints-mode-map): Bind "q" to it.
2432
2433 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * textmodes/nroff-mode.el: Clean up name space.
2436 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2437 (nroff-mode): Obey the global setting of nroff-electric-mode.
2438 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2439
2440 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2441
2442 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2443
2444 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2445
2446 2006-02-06 Lars Hansen <larsh@soem.dk>
2447
2448 * generic-x.el (etc-fstab-generic-mode): Add file system types
2449 cifs and usbdevfs. Allow special chars in file names.
2450
2451 2006-02-05 Jay Belanger <belanger@truman.edu>
2452
2453 Update copyright notices of the files in lisp/calc.
2454
2455 2006-02-05 Romain Francoise <romain@orebokech.com>
2456
2457 Update copyright notices of all files in the lisp/play directory.
2458
2459 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2460
2461 * ldefs-boot.el: Regenerate.
2462
2463 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2464
2465 2006-02-05 Kim F. Storm <storm@cua.dk>
2466
2467 * files.el (magic-mode-regexp-match-limit): New defvar.
2468 (set-auto-mode): Use it to limit magic-mode-alist matching.
2469
2470 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2471
2472 * simple.el (display-message-or-buffer): Compare the number of
2473 characters to the frame width when determining whether a 1-line
2474 message string will fit in the echo area. Count screen lines
2475 instead of buffer lines when determining whether a multi-line
2476 message will fit in the echo area/minibuffer window.
2477
2478 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2479
2480 * info.el (Info-index, Info-mode): Improve the description of the
2481 `i' command.
2482
2483 * ldefs-boot.el: Regenerate.
2484
2485 2006-02-03 Werner Lemberg <wl@gnu.org>
2486
2487 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2488 greedy to find the closing bracket in \*[...] and similar
2489 expressions. This is a first rough fix -- many additional
2490 refinements are necessary to make nroff mode really usable with groff.
2491
2492 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2493
2494 * international/mule-cmds.el (set-locale-environment):
2495 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2496 libX11.
2497
2498 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2499
2500 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2501 archive are created in archive-tmpdir.
2502
2503 2006-02-02 John Paul Wallington <jpw@pobox.com>
2504
2505 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2506 (ibuffer-fontification-alist): Use it.
2507 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2508 to "* z" and the Ibuffer Mark menu.
2509
2510 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2511
2512 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * textmodes/table.el (*table--cell-describe-mode)
2515 (*table--cell-describe-bindings): Undo last change since
2516 print-help-return-message is not obsoleted by anything at all.
2517
2518 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2519
2520 * emulation/cua-base.el (cua-mode): Doc fix.
2521
2522 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2523
2524 * dframe.el (dframe-handle-make-frame-visible)
2525 (dframe-handle-iconify-frame, dframe-get-focus)
2526 (dframe-select-attached-frame, dframe-power-click)
2527 (dframe-frame-mode): Fix typos in docstrings.
2528
2529 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2530 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2531 Fix typos in docstrings.
2532
2533 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2534 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2535 (hi-lock-archaic-interface-message-used)
2536 (hi-lock-file-patterns-range): Fix typos in docstrings.
2537
2538 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2539 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2540
2541 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2542 Fix typo in docstring.
2543
2544 * net/newsticker.el (newsticker--decode-iso8601-date)
2545 (newsticker--set-customvar, newsticker--buffer-insert-item)
2546 (newsticker--do-run-auto-mark-filter)
2547 (newsticker--parse-generic-feed): Doc fixes.
2548 (newsticker--retrieval-timer-list, newsticker-url-list)
2549 (newsticker-hide-immortal-items-in-echo-area)
2550 (newsticker-hide-obsolete-items-in-echo-area)
2551 (newsticker-new-item-face, newsticker--enclosure)
2552 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2553 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2554 (newsticker--parse-generic-feed, newsticker--cache-contains)
2555 (newsticker--stat-num-items, newsticker-download-enclosures):
2556 Fix typos in docstrings.
2557
2558 * net/rcirc.el (rcirc-debug): Doc fix.
2559 (rcirc-fill-column, rcirc-receive-message-hooks)
2560 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2561 (rcirc-mode, rcirc-generate-new-buffer-name)
2562 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2563 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2564 Fix typos in docstrings.
2565 (rcirc-print): "?\ " -> "?\s".
2566 (rcirc-cmd-join): Improve argument/docstring consistency.
2567
2568 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2569
2570 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2571 before narrow-to-region.
2572
2573 2006-02-01 Richard M. Stallman <rms@gnu.org>
2574
2575 * simple.el (move-beginning-of-line): Scan properly for invis change.
2576
2577 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2578
2579 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2580
2581 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2582 change bit only when id-format is 'integer. Reported by Matt
2583 Hodges <M.P.Hodges@rl.ac.uk>.
2584
2585 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2586
2587 * hilit-chg.el (highlight-changes-initial-state)
2588 (highlight-changes-global-initial-state): Doc fixes.
2589 (highlight-changes-global-modes, global-highlight-changes):
2590 Fix typos in docstrings.
2591
2592 2006-02-01 Kim F. Storm <storm@cua.dk>
2593
2594 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2595 transient-mark-mode in doc string.
2596
2597 2006-01-31 Richard M. Stallman <rms@gnu.org>
2598
2599 * replace.el (multi-occur): Doc fix.
2600 (multi-occur-in-matching-buffers): Rename from
2601 multi-occur-by-filename-regexp. Prefix arg says match
2602 buffer names instead of file names.
2603
2604 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2605
2606 * bs.el: Allow non-default values of `bs-header-lines-length'.
2607 (bs--running-in-xemacs): Remove (not needed anymore).
2608 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2609 instead of `shrink-window', thus avoiding having to compute the
2610 height of the window.
2611 (bs--up): Wrap around even when there's no header.
2612 (bs--down): Use `forward-line' instead of `next-line'.
2613
2614 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * image-mode.el (image-toggle-display): Use file name if possible,
2617 instead of unnecessarily allocating a (possibly huge) lisp string.
2618
2619 2006-01-30 John Paul Wallington <jpw@pobox.com>
2620
2621 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2622 because the `assert' macro signals it at runtime.
2623
2624 * emacs-lisp/cl.el (toplevel): Remove definition of
2625 `cl-assertion-failed' condition.
2626
2627 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2628
2629 * thumbs.el (thumbs-marked-list): Make buffer-local and
2630 permanent-local.
2631 (thumbs-insert-thumb): Make help-echo non-sticky.
2632 (thumbs-file-alist): Use eolp as check for (non)-image.
2633
2634 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2635
2636 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2637 (ediff-before-session-group-setup-hooks)
2638 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2639 Fix typos in docstrings.
2640
2641 * window.el (bw-dir, bw-eqdir, balance-windows)
2642 (split-window-keep-point): Fix typos in docstrings.
2643
2644 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2645 (org-quote-string, org-calendar-to-agenda-key)
2646 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2647 (org-show-following-heading, org-tags-column)
2648 (org-use-tag-inheritance, org, org-allow-space-in-links)
2649 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2650 (org-enable-table-editor, org-calc-default-modes)
2651 (org-table-allow-automatic-line-recalculation)
2652 (org-export-html-style, org-export-with-fixed-width)
2653 (org-export-with-sub-superscripts, org-special-keyword)
2654 (org-formula, org-time-grid, org-table-may-need-update)
2655 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2656 (org-goto-quit, org-get-indentation, org-end-of-item)
2657 (org-move-item-down, org-move-item-up)
2658 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2659 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2660 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2661 (org-agenda-log-mode, org-agenda-toggle-diary)
2662 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2663 (org-agenda-file-to-end, org-agenda-no-heading-message)
2664 (org-agenda-get-closed, org-format-agenda-item)
2665 (org-cmp-priority, org-cmp-category, org-cmp-time)
2666 (org-agenda-change-all-lines, org-agenda-diary-entry)
2667 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2668 (org-link-search, org-camel-to-words, org-open-file)
2669 (org-remember-handler, org-table-convert-region)
2670 (org-table-move-row-down, org-table-move-row-up)
2671 (org-table-copy-region, org-table-wrap-region)
2672 (org-table-toggle-vline-visibility)
2673 (org-table-get-vertical-vector, org-table-modify-formulas)
2674 (org-table-get-specials, org-recalc-commands)
2675 (org-table-rotate-recalc-marks, org-table-eval-formula)
2676 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2677 (org-level-color-stars-only, org-insert-heading):
2678 Fix typos in docstrings.
2679 (last-arg): Add defvar.
2680
2681 * makefile.w32-in (WINS): Add erc.
2682 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2683
2684 2006-01-29 Bill Wohler <wohler@newt.com>
2685
2686 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2687 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2688 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2689 (mh-autoloads): Don't use comments on otherwise empty lines.
2690
2691 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2692
2693 * emulation/viper.el (viper-major-mode-modifier-list): Add
2694 insert-state and vi-state entries for erc-mode.
2695 (viper-go-away, viper-set-hooks): Add and remove
2696 viper-comint-mode-hook from erc-mode-hook as appropriate.
2697
2698 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2699
2700 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2701
2702 * bs.el (bs--format-aux): Implement `middle' alignment as
2703 described in the docstring for `bs-attributes-list'.
2704 (bs--get-name): Simplify. Don't pad the buffer name.
2705
2706 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2707
2708 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2709 English aspell dictionary is installed, use the first entry of
2710 ispell-dictionary-alist-1.
2711
2712 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2713
2714 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2715 Doc fix.
2716
2717 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
2718
2719 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2720 for `process-file', in order to let it work for older Emacsen too.
2721
2722 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2723
2724 * international/latexenc.el: Add a suitable `coding:' tag.
2725 (latexenc-find-file-coding-system): Undo last change.
2726
2727 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2728
2729 * international/latexenc.el (latexenc-find-file-coding-system):
2730 Make sure latexenc-main-file is a regular file and is readable.
2731
2732 2006-01-27 Andre Spiegel <spiegel@gnu.org>
2733
2734 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2735 Pass FILE to vc-user-login-name.
2736
2737 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2738
2739 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
2740
2741 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2742 there are no more images to display.
2743 (thumbs-mark, thumbs-unmark): Revert change so that they move to
2744 the next image.
2745
2746 2006-01-26 Richard M. Stallman <rms@gnu.org>
2747
2748 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2749
2750 * wid-edit.el (advertised-widget-backward): New alias.
2751 (widget-keymap): Use advertised-widget-backward for S-TAB.
2752
2753 * tumme.el: Correct the keywords.
2754 (tumme-dir-max-size): Use defvar.
2755 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2756
2757 * simple.el (move-beginning-of-line): Take account of fields.
2758 (clone-indirect-buffer-other-window): Take args like
2759 clone-indirect-buffer, and work like it.
2760
2761 * help-fns.el (describe-function): Don't pass `nil' as default.
2762
2763 * files.el (risky-local-variable-p): Follow var aliases.
2764
2765 * subr.el (lazy-completion-table): Doc fix.
2766
2767 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2768 global binding of `line'.
2769
2770 2006-01-25 Andre Spiegel <spiegel@gnu.org>
2771
2772 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2773 Tramp.
2774
2775 * vc.el (vc-default-dired-state-info): Pass FILE to
2776 vc-user-login-name.
2777 (vc-default-update-changelog): Don't use vc-user-login-name, we
2778 don't need it here.
2779
2780 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2781 no longer necessary.
2782
2783 2006-01-25 Kenichi Handa <handa@m17n.org>
2784
2785 * international/mule.el (decode-char): Avoid the overhead of
2786 calling utf-lookup-subst-table-for-decode if
2787 utf-translate-cjk-mode is nil.
2788 (encode-char): Avoid the overhead of calling
2789 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2790 nil.
2791
2792 2006-01-22 Kenichi Handa <handa@m17n.org>
2793
2794 * international/mule.el (make-subsidiary-coding-system): Reset
2795 `coding-system-define-form' property of subsidiaries to nil.
2796 Avoid duplicated entry in coding-system-alist.
2797 (make-coding-system): Avoid duplicated entry in
2798 coding-system-alist.
2799 (define-coding-system-alias): Likewise.
2800
2801 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
2802
2803 * completion.el: Minor fixes in introductory comment.
2804 (completion-def-wrapper): Fix alist.
2805
2806 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2807
2808 * thumbs.el (thumbs-new-image-size): New function.
2809 (thumbs-increment-image-size-element)
2810 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2811 (thumbs-decrement-image-size): Delete.
2812 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
2813 temp files and use to resize.
2814 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2815 Use increment argument to enlarge/shrink. Preserve point.
2816 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2817 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2818 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2819 (thumbs-mark, thumbs-unmark): Preserve point.
2820 (thumbs-modify-image): Keep old temp files and use to modify.
2821 Cleanup old temp files at load time. Preserve point.
2822 (thumbs-view-image-mode-map): Use new command names.
2823
2824 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 * log-view.el (log-view-minor-wrap): First rev is the one at point.
2827
2828 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2829 the nastiest part of the cyclic dependency.
2830 (cal-menu-update): Use dotimes and calendar-increment-month.
2831
2832 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2833 (calendar-week-start-day): Add an :initializer.
2834 (calendar-mode-map): Use suppress-keymap, and command remapping.
2835 (describe-calendar-mode): Setup xref-stack info for the back button.
2836 (calendar-star-date): Insert before delete.
2837 (calendar-set-mode-line): Add file-modified info if applicable.
2838 (calendar-increment-month): New function.
2839
2840 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2841
2842 * font-lock.el (lisp-font-lock-keywords-2):
2843 Recognize "& keywords" only at word boundaries.
2844
2845 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
2846
2847 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
2848 and permanent-local.
2849 (thumbs-max-image-number): New variable.
2850 (thumbs-do-thumbs-insertion): Use them.
2851 (thumbs-per-line): Change default to 4.
2852 (thumbs-marked-list): Rename from thumbs-markedL.
2853 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2854 (thumbs-rename-images): Use -list instead of L for internal variables.
2855 (thumbs-call-convert): Use call-process instead of shell-command.
2856 (thumbs-insert-thumb): Add filename as help-echo to each image.
2857 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2858 Give dir to thumbs-show-thumbs-list.
2859 (thumbs-show-thumbs-list): Set default-directory to that of images.
2860 (thumbs-dired-show): Rename from thumbs-dired-show-all.
2861 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2862 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2863 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2864
2865 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2866
2867 * ses.el (ses-read-cell): Provide a default value.
2868
2869 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
2870
2871 * term/w32-win.el (image-library-alist): Add additional names for
2872 GIF library.
2873
2874 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2875
2876 * international/latexenc.el (latexenc-find-file-coding-system):
2877 Add file-regular-p check.
2878
2879 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2880
2881 * simple.el (clone-buffer): Don't show the new buffer in the same
2882 window.
2883
2884 2006-01-23 Juri Linkov <juri@jurta.org>
2885
2886 * faces.el (link, link-visited): New faces based on default values
2887 of `info-xref' and `info-xref-visited'.
2888
2889 * info.el (info-xref): Inherit from `link'.
2890 (info-xref-visited): Inherit from `link-visited'.
2891
2892 * cus-edit.el (custom-buffer-create-internal): Use widget type
2893 `custom-manual' instead of `info-link' and don't set properties
2894 `button-face' and `mouse-face' explicitly.
2895 (custom-browse-group-tag, custom-browse-variable-tag)
2896 (custom-browse-face-tag): Inherit from widget class
2897 `custom-group-link' instead of `push-button'.
2898 (custom-button-unraised): Inherit from `underline' face.
2899 (custom-link): Inherit from `link' face. Fix doc and group.
2900 (custom-add-parent-links, custom-group-value-create): Don't set
2901 properties `button-face' and `mouse-face' explicitly for
2902 `custom-group-link' widget.
2903 (custom-group-link): Add properties `button-face' and `mouse-face'
2904 to widget definition.
2905 (custom-field-keymap): New variable. Put `custom-field-keymap' to
2906 editable-field's :keymap property.
2907 (custom-mode): Fix docstring: substitute keybindings for
2908 `widget-forward' and `widget-backward' from `widget-keymap',
2909 `widget-complete' from `custom-field-keymap', replace old
2910 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
2911
2912 * desktop.el (desktop-load-file): Check for `fboundp' before
2913 calling `symbol-function'.
2914
2915 * simple.el (clone-buffer, clone-indirect-buffer)
2916 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
2917 `read-string'. Fix prompts.
2918
2919 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
2920
2921 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
2922
2923 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
2924
2925 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
2926
2927 * startup.el (inhibit-splash-screen, initial-scratch-message):
2928 Doc fixes.
2929
2930 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
2931
2932 Sync with Tramp 2.0.52.
2933
2934 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
2935 net/tramp-vc.el: Add code for unloading Tramp. See comment before
2936 `tramp-unload-tramp' for checklist.
2937
2938 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
2939 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
2940 (tramp-unload-file-name-handler-alist)
2941 (tramp-unload-tramp): New defuns.
2942 (tramp-advice-PC-expand-many-files): New defadvice.
2943 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
2944 removed.
2945 (tramp-handle-expand-file-name): Remove double slash.
2946 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
2947 It doesn't matter, because it will be converted later on.
2948 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
2949 implementation was just heuristic.
2950 (tramp-post-connection): Set uid and gid properties.
2951 (tramp-convert-file-attributes): Set file's gid change bit.
2952 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
2953 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
2954 in case of su(do)? methods. The home directory of the local user
2955 will be taken else.
2956 (tramp-open-connection-telnet)
2957 (tramp-open-connection-rsh, tramp-open-connection-su)
2958 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
2959 local shell prompt could hurt. Reported by Romain Francoise
2960 <romain@orebokech.com>.
2961 (tramp-let-maybe): Add `edebug-form-spec' property.
2962 (tramp-handle-expand-file-name): Bind `default-directory' locally
2963 to "/" in order to avoid problems with UNC shares or Cygwin
2964 mounts.
2965 (tramp-md5-function): Fix typo in error message.
2966
2967 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2968
2969 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2970 for byte-compiler pacification.
2971
2972 2006-01-22 Andre Spiegel <spiegel@gnu.org>
2973
2974 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2975 ID-FORMAT `string'. This allows us to get rid of
2976 `vc-user-login-name UID'.
2977
2978 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2979
2980 2006-01-22 John Paul Wallington <jpw@pobox.com>
2981
2982 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2983
2984 2006-01-21 Martin Rudalics <rudalics@gmx.at>
2985
2986 * emacs-lisp/find-func.el (find-definition-noselect)
2987 (find-variable-noselect): Search variables in C source code too.
2988 (find-function-C-source, find-function-noselect, find-function)
2989 (find-function-other-frame, find-variable-noselect, find-variable)
2990 (find-variable-other-frame, find-variable-at-point):
2991 Fix docstrings.
2992
2993 2006-01-21 Francesco Potorti` <pot@gnu.org>
2994
2995 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2996
2997 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
2998
2999 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3000 Default to disabling the "Save affix" question.
3001
3002 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3003
3004 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3005 the first arg to run-python.
3006
3007 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3008
3009 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3010 is not loaded.
3011
3012 2006-01-20 Jay Belanger <belanger@truman.edu>
3013
3014 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3015 limit is 0.
3016
3017 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3018 the correct variable.
3019
3020 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3021
3022 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3023 link. Fixed buggy argument sequence in call to `org-view-tags'.
3024 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3025 (org-prefix-has-tag): New variable.
3026 (org-format-agenda-item): Remove tags from headline if
3027 appropriate.
3028 (org-agenda-remove-tags-when-in-prefix): New option.
3029 (org-get-tags-at): New function.
3030
3031 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3032
3033 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3034 (thumbs-find-image): Move image name and number from buffer name
3035 to mode name. Set thumbs-buffer. Preserve point so that large
3036 images remain visible.
3037 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3038 order.
3039 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3040 mode name.
3041 (thumbs-next-image, thumbs-previous-image): Make them work.
3042
3043 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3044
3045 * cus-edit.el (custom-buffer-create-internal): State in the text above
3046 the whole buffer buttons that they do not operate on hidden items.
3047 (custom-face-menu): Use `custom-face-save' instead of
3048 `custom-face-save-command'.
3049 (custom-face-save-command): Make it an alias for `custom-face-save'
3050 and declare it obsolete.
3051 (custom-face-save): Doc fix.
3052
3053 * dired.el (dired-no-confirm): Add quote.
3054 (dired-subdir-alist-pre-R): Add quote in
3055 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3056
3057 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3058
3059 * textmodes/table.el (table-mode-indicator): Typo in last change.
3060
3061 2006-01-19 Richard M. Stallman <rms@gnu.org>
3062
3063 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3064 Fixes bug reported in Nov 2005.
3065
3066 * isearch.el (isearch-forward): Doc fix.
3067
3068 * dired.el (dired-move-to-filename-regexp): Define as alias.
3069 (dired-no-confirm): Use defcustom.
3070 (dired-subdir-alist-pre-R): Put defvar at top level.
3071
3072 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3073
3074 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3075 Mark as risky.
3076
3077 * simple.el (set-mark-command): Doc fix.
3078 (clone-indirect-buffer-other-window):
3079 Read arg like clone-indirect-buffer.
3080 (move-beginning-of-line): Skip invisible newlines.
3081
3082 2006-01-19 Masatake YAMATO <jet@gyve.org>
3083
3084 * progmodes/cpp.el (cpp-edit-load): Make the order of
3085 listed conditions in a base C code buffer and its associate
3086 CPP Edit buffer the same.
3087
3088 2006-01-19 Kenichi Handa <handa@m17n.org>
3089
3090 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3091 (rmail-mime-feature): Likewise.
3092 (rmail-require-mime-maybe): Use display-warning to show a warning
3093 message.
3094
3095 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3096 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3097
3098 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * array.el: Move defvars out of eval-when-compile.
3101 (array-make-template): Replace undeclared global var with a local one.
3102 (array-mode): Inline initialization functions.
3103 (array-init-local-variables, array-init-max-row)
3104 (array-init-max-column, array-init-columns-per-line)
3105 (array-init-field-width, array-init-rows-numbered)
3106 (array-init-line-length, array-init-lines-per-row): Remove.
3107
3108 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3109 (doc-mode-map): Define explicitly.
3110 (doctor-txtype): Use mapc.
3111
3112 * textmodes/table.el: Move defvars out of eval-when-compile.
3113 Remove harmful code meant to avoid byte-compiler warnings.
3114 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3115 specification that checks table-fixed-width-mode directly.
3116 (table-recognize-region, table-recognize-cell):
3117 Use restore-buffer-modified-p.
3118 (table-fixed-width-mode): Remove code that refreshes
3119 table-fixed-mode-indicator.
3120 (*table--cell-describe-bindings, *table--cell-describe-mode):
3121 Avoid obsolete name print-help-return-message.
3122 (table--test-cell-list): Don't use replace-regexp from elisp.
3123 (table--point-entered-cell-function, table--point-left-cell-function):
3124 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3125
3126 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3127 that was after the end of file. Use buffer-file-name variable.
3128 (org-timestamp-change): Use with-current-buffer.
3129 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3130 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3131 `file'.
3132
3133 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3134 (fortran-break-line): Remove unused var `opoint'.
3135 (fortran-abbrev-start): Obey help-event-list.
3136
3137 2006-01-18 Jesper Harder <harder@phys.au.dk>
3138
3139 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3140
3141 2006-01-18 Masatake YAMATO <jet@gyve.org>
3142
3143 * progmodes/make-mode.el (makefile-imake-mode): New mode
3144 derived from makefile-mode.
3145 (makefile-imake-mode-syntax-table): New syntax table
3146 derived from makefile-mode-syntax-table.
3147 (makefile-mode): Write about makefile-imake-mode in doc string.
3148 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3149 (makefile-imake-font-lock-keywords): New font lock keywords.
3150
3151 * files.el (auto-mode-alist): Add Imakefile.
3152
3153 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3154
3155 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3156 loading the file rather than when turning on flyspell-mode.
3157
3158 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3159
3160 * cus-edit.el (customize-rogue): Minor doc fix.
3161
3162 2006-01-17 Juri Linkov <juri@jurta.org>
3163
3164 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3165 instead of the file at the mark as default if the file at the mark
3166 is the same as the file at point or if dired-dwim-target-directory
3167 is not the same as the current directory and the mark is not active.
3168
3169 * log-view.el (log-view-minor-wrap): Use the same logic to get
3170 revisions as `log-view-diff'.
3171
3172 * info.el (Info-revert-find-node): Check for Info-current-file
3173 before preserving new-history.
3174
3175 * man.el (Man-heading-regexp): Add `/'.
3176
3177 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3178 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3179
3180 2006-01-16 Juri Linkov <juri@jurta.org>
3181
3182 * faces.el (mode-line-faces): New defgroup.
3183 (mode-line-highlight): Move definition after new defgroup.
3184 (mode-line, mode-line-inactive, mode-line-highlight):
3185 Replace :group `modeline' with `mode-line-faces'.
3186 (mode-line-buffer-id): New face.
3187 (modeline-buffer-id): New face alias.
3188 (vertical-border): Remove :group `modeline'.
3189
3190 * bindings.el (propertized-buffer-identification): Use face
3191 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3192 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3193 (mode-line-buffer-identification-keymap): For mouse-1 replace
3194 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3195 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3196 mouse-3.
3197
3198 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3199 Buffer-menu-buffer. Doc fix.
3200 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3201 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3202 `Buffer-menu-buffer'.
3203
3204 * info.el (Info-mode-line-node-keymap): New defvar.
3205 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3206 Propertize Info-current-node with `mode-line-buffer-id' and
3207 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3208
3209 * time.el (display-time-mail-face): Replace :group `faces' with
3210 `mode-line-faces'.
3211
3212 2006-01-16 Kenichi Handa <handa@m17n.org>
3213
3214 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3215
3216 * language/european.el (cp1252): New alias for windows-1252.
3217
3218 * international/mule.el (autoload-coding-system): Prepare for EOL
3219 variants.
3220
3221 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3222
3223 * term.el (term-raw-map): Add mapping for insert.
3224 (term-send-insert): New.
3225 (term-mode): Make variables local here instead of doing it in
3226 `term-emulate-terminal'.
3227 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3228 Scroll reverse needs to take into account the scroll region.
3229 Saving and restoring the cursor should save the color attributes too.
3230 (term-reset-terminal): Reset the scroll region.
3231 (term-handle-ansi-escape): Cursor up and down should take into
3232 account the scroll region.
3233 (term-set-scroll-region): Rename from `term-scroll-region'.
3234 Move to 0,0 after setting the region.
3235 (term-handle-scroll): Handle scroll up.
3236 (term-down): Fix off by one error.
3237 (term-delete-lines): Do not delete outside the scroll region.
3238 (term-insert-lines): Take into account the scroll region.
3239
3240 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * textmodes/ispell.el (ispell-internal-change-dictionary)
3243 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3244 (start, end): Move declaration outside of eval-when-compile.
3245
3246 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3247 (flyspell-mode-on): Use it.
3248
3249 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3250 ispell-kill-ispell-hook.
3251
3252 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3253
3254 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3255 (Custom-reset-saved): Do not ask for confirmation in single option
3256 buffers.
3257
3258 2006-01-13 Richard M. Stallman <rms@gnu.org>
3259
3260 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3261
3262 2006-01-13 Romain Francoise <romain@orebokech.com>
3263
3264 * add-log.el (add-change-log-entry, change-log-merge):
3265 Conditionally use `hard-newline'.
3266
3267 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3268
3269 * wid-edit.el (widget-field-end): If the overlay is no longer
3270 associated with a buffer, behave as if the overlay didn't exist.
3271
3272 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3273 Make sure the links use the `custom-link' face.
3274
3275 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3276
3277 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3278 (ld-script-mode): Don't set indent-line-function since we don't
3279 have one.
3280
3281 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3282
3283 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3284 application.
3285 (org-file-apps-defaults-gnu): Use mailcap as the default for
3286 selecting an application on a UNIX system.
3287 (org-agenda-show-tags): New command.
3288 (org-table-insert-hline): Keep cursor in current table line.
3289 (org-table-convert): Offset effect of modifying
3290 `org-table-insert-hline'.
3291 (org-format-agenda-item): New optional argument TAG.
3292 (org-compile-prefix-format): Handle %T format for the tag.
3293 (org-expand-wide-chars): New function.
3294 (org-table-insert-row, org-table-insert-hline):
3295 Use `org-expand-wide-chars'.
3296 (org-open-file): Fix bug in program launch.
3297 (org-get-time-of-day): Fix bug with times before 1am.
3298 (org-agenda-menu): Add tags commands.
3299
3300 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3301
3302 * textmodes/ispell.el (ispell-init-process): Include the used
3303 dictionary in ispell process start message.
3304 (ispell-internal-change-dictionary): When flyspell-mode is active
3305 and dictionary is changed, make sure ispell process is restarted
3306 and flyspell word cache cleared out for the current buffer.
3307 (ispell-change-dictionary): Make sure flyspell word cache is
3308 cleared out in all buffers with active flyspell mode when
3309 dictionary is globally changed.
3310 Call ispell-internal-change-dictionary after dictionary change.
3311
3312 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3313
3314 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3315
3316 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3317 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3318 years. Fix small differences wrt Makefile.in.
3319 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3320 Makefile.in does.
3321
3322 2006-01-12 Bill Wohler <wohler@newt.com>
3323
3324 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3325 mh-search.el.
3326
3327 2006-01-12 Masatake YAMATO <jet@gyve.org>
3328
3329 * progmodes/ld-script.el: Update copyright year.
3330
3331 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3332
3333 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3334 Don't add widget if setting undefined.
3335
3336 2006-01-12 John Paul Wallington <jpw@pobox.com>
3337
3338 * help-fns.el (describe-variable): Remove newlines from void
3339 variable output.
3340
3341 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3342
3343 * wdired.el (wdired-mode-map): Add help echo for
3344 wdired-abort-changes.
3345
3346 * man.el (Man-file-name-regexp): Adjust for a list of files.
3347
3348 2006-01-12 Masatake YAMATO <jet@gyve.org>
3349
3350 * progmodes/ld-script.el (auto-mode-alist): Support
3351 suffix conventions used in netbsd and eCos.
3352
3353 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3354
3355 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3356 (custom-variable-menu, custom-face-menu, custom-group-menu)
3357 (Custom-mode-menu): Change names of menu items. (As discussed on
3358 emacs-devel.)
3359 (custom-face-menu): Add "Undo Edits" item.
3360
3361 * startup.el (init-file-user): defcustom -> defvar.
3362
3363 * tooltip.el (tooltip-mode): Doc fix.
3364
3365 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * reveal.el (reveal-post-command): window-buffer signals an error on
3368 dead windows rather than returning nil.
3369 (reveal-open-new-overlays): An overlay might die while we open others.
3370
3371 2006-01-11 Bill Wohler <wohler@newt.com>
3372
3373 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3374 phrasing in docstring.
3375
3376 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3377 can give some systems gas. Add new file mh-buffers.el.
3378
3379 2006-01-06 Masatake YAMATO <jet@gyve.org>
3380
3381 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3382 C preprocessor forward ported from GNU Emacs 21.2.
3383
3384 * progmodes/asm-mode.el (asm-font-lock-keywords):
3385 Use `cpp-font-lock-keywords'.
3386
3387 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3388
3389 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3390 of $ for "\\.ld[s]?".
3391
3392 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3395 (tcl-indent-line): Return `noindent' if inside a string.
3396
3397 * progmodes/flymake.el (flymake-split-string): Remove more than one
3398 empty string at beg/end of the result.
3399 (flymake-find-buildfile, flymake-find-possible-master-files):
3400 Use expand-file-name.
3401 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3402 since expand-file-name does it for us. Use directory-file-name.
3403 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3404 (flymake-ler-get-type, flymake-ler-get-text)
3405 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3406 (flymake-current-line-no): Remove spurious interactive spec.
3407 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3408 (flymake-check-include): Remove arg inc-path merged into inc-name.
3409 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3410 Arg regexp-list replaced by a simple regexp.
3411 (flymake-master-make-header-init, flymake-master-tex-init):
3412 Correspondingly replace regexp-list with a regexp. Fix regexp.
3413
3414 2006-01-10 Simon Josefsson <jas@extundo.com>
3415
3416 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3417 describing AUTH PLAIN fix.
3418
3419 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3420
3421 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3422 (report-emacs-bug): Don't record initial prompt text.
3423 Instead, add text properties to prompting text.
3424 (report-emacs-bug-hook): Delete prompting text.
3425
3426 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3429 `dirs'. Adjust callers.
3430
3431 2006-01-09 John Paul Wallington <jpw@gnu.org>
3432
3433 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3434
3435 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * reveal.el (reveal-open-new-overlays): New extracted fun.
3438 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3439 using them. Simplify the code.
3440 (reveal-post-command): Use them. Fix up obsolete windows in
3441 reveal-open-spots.
3442
3443 * progmodes/flymake.el: Use `require' rather than autoload for
3444 XEmacs's overlays.
3445 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3446 Delete. Use file-relative-name instead.
3447 (flymake-get-syntax-check-program-args, flymake-perl-init):
3448 Simplify the resulting code.
3449
3450 * log-view.el (log-view-file-re, log-view-message-re): Add support
3451 for DaRCS output.
3452
3453 2006-01-09 Alex Schroeder <alex@gnu.org>
3454
3455 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3456 identifiers sometimes added in square brackets at the beginning of
3457 subject lines.
3458
3459 2006-01-07 Richard M. Stallman <rms@gnu.org>
3460
3461 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3462 (Custom-reset-current, Custom-reset-saved): Change question text.
3463 (Custom-reset-standard): Likewise.
3464 (custom-variable-reset-saved): Doc fix.
3465
3466 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3467
3468 * startup.el (init-file-user): Doc fix.
3469
3470 2006-01-07 Alex Schroeder <alex@gnu.org>
3471
3472 * mail/rmail.el (rmail-current-subject): New function.
3473 (rmail-current-subject-regexp): New function.
3474 (rmail-next-same-subject): Use it.
3475
3476 * mail/rmailsum.el (rmail-summary-by-topic):
3477 Use rmail-current-subject and rmail-current-subject-regexp.
3478 (rmail-summary-next-same-subject): Ditto.
3479
3480 * net/rcirc.el (rcirc-send-input): No longer check whether the
3481 process is open, since not all commands need an open process.
3482 (rcirc-send-string): Check whether the process is open before
3483 sending anything.
3484 (rcirc-ignore-list): New option.
3485 (rcirc-ignore-list-automatic): New variable.
3486 (rcirc-print): Take rcirc-ignore-list into account.
3487 (rcirc-cmd-ignore): New command.
3488 (rcirc-ignore-update-automatic): New function.
3489 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3490 list if ignored nicks.
3491 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3492
3493 2006-01-06 David Reitter <david.reitter@gmail.com>
3494
3495 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3496 reflect the address to which the report will be sent.
3497
3498 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3499
3500 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3501 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3502
3503 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3504
3505 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3506
3507 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3508 the doc string: "functoin" => "function".
3509 * ldefs-boot.el: Likewise.
3510
3511 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3512 message text: "Duplicat" => "Duplicate".
3513
3514 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3515
3516 * files.el (basic-save-buffer-2): If backing-up failed, reset
3517 buffer-backed-up to nil.
3518
3519 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3520
3521 * progmodes/gud.el (gdb-script-skip-to-head)
3522 (gdb-script-calculate-indentation): Indent for breakpoint command
3523 lists also.
3524
3525 2006-01-05 Bill Wohler <wohler@newt.com>
3526
3527 * Makefile.in (compile-always): Add mh-autoloads dependency.
3528 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3529 provides it.
3530 (updates): Remove mh-autoloads dependency, since it probably has
3531 already run recently (via recompile).
3532
3533 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3536 argument `force' to disable the flyspell-last-buffer optimization.
3537 (flyspell-mode-on): Use it.
3538
3539 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3540 flymake-simple-cleanup.
3541 (flymake-allowed-file-name-masks): Use this new default.
3542 All the functions are now called in the right buffer rather than
3543 passing the buffer as argument.
3544 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3545 (flymake-parse-err-lines): Remove redundant buffer arg.
3546 (flymake-get-program-dir): Comment out unused function.
3547 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3548 Remove redundant buffer argument.
3549 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3550 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3551
3552 2006-01-05 Richard M. Stallman <rms@gnu.org>
3553
3554 * info.el (Info-find-node): Don't record previous node if have none.
3555 (info): Go to directory only if history is empty.
3556
3557 * simple.el (mark): Doc fix.
3558
3559 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3560
3561 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3562 already of desired type.
3563 (mac-ae-list): Coerce parameter to "list" type.
3564 (mac-dispatch-apple-event): Replace cadr part of event with a
3565 dummy position so that event-start returns it.
3566
3567 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3568
3569 * textmodes/org.el (org-end-of-subtree): New function.
3570 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3571 Use `org-end-of-subtree'.
3572 (org-agenda, org-agenda-convert-date): Protect calls to
3573 `fit-window-to-buffer'.
3574 (org-tags-view): Force matching of sublevels when doing a
3575 todo-only search. Define the correct redo command, including the
3576 arguments.
3577 (org-agenda-redo): Display message.
3578 (org-check-for-org-mode): New function.
3579 (org-agenda-type): New variable.
3580 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3581 Set `org-agenda-type'.
3582 (org-agenda-check-type): New function.
3583 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3584 (org-agenda-week-view, org-agenda-day-view)
3585 (org-agenda-next-date-line, org-agenda-previous-date-line)
3586 (org-agenda-log-mode, org-agenda-toggle-diary)
3587 (org-agenda-toggle-time-grid, org-agenda-date-later)
3588 (org-agenda-date-prompt, org-agenda-diary-entry)
3589 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3590 (org-agenda-convert-date, org-agenda-menu):
3591 Use `org-agenda-check-type'.
3592 (org-make-overlay, org-delete-overlay)
3593 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3594 New compatibility functions.
3595 (org-calendar-select-mouse): New command.
3596
3597 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3600 (Custom-reset-standard): Fix y-or-n-p messages.
3601 (custom-link): New face for links.
3602 (custom-buffer-create-internal, custom-manual): Use it.
3603 (custom-face-save): Push to theme-face before setting face spec.
3604
3605 * wid-edit.el (widget-default-mouse-face-get): New function.
3606 (widget-specify-button): Handle mouse-face like button-face.
3607
3608 * custom.el (load-theme): Clear old theme settings if reloading.
3609
3610 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3611
3612 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3613 "Erase Customization" button back to same position it occupies in
3614 the individual State menus.
3615
3616 2006-01-04 Kim F. Storm <storm@cua.dk>
3617
3618 * wid-edit.el (key-sequence): Rework widget to read key binding
3619 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3620 (widget-key-sequence-default-value): Default value for empty sequence.
3621 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3622 (widget-key-sequence-read-event): New command for C-q.
3623 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3624 (widget-key-sequence-value-to-external): New functions.
3625
3626 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3629 Use expand-file-name.
3630 (flymake-delete-temp-directory): Use expand-file-name,
3631 file-name-directory, and directory-file-name.
3632 (flymake-strrchr): Delete.
3633 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3634 to the init-f function.
3635 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3636 (flymake-init-find-buildfile-dir)
3637 (flymake-init-create-temp-source-and-master-buffer-copy)
3638 (flymake-simple-make-init-impl, flymake-simple-make-init)
3639 (flymake-master-make-init, flymake-master-make-header-init)
3640 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3641 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3642 (flymake-xml-init): Remove corresponding redundant buffer argument.
3643 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3644 the default anyway. Clean up regexps.
3645
3646 * progmodes/flymake.el (flymake-temp-source-file-name)
3647 (flymake-master-file-name, flymake-temp-master-file-name)
3648 (flymake-base-dir): New buffer-local vars.
3649 (flymake-buffer-data, flymake-get-buffer-value)
3650 (flymake-set-buffer-value): Replace those hash-tables by the new
3651 buffer-local vars. Update callers.
3652
3653 * progmodes/flymake.el (flymake-check-start-time)
3654 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3655 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3656 Move definition, so we can remove redundant earlier declaration.
3657 (flymake-replace-regexp-in-string, flymake-split-string)
3658 (flymake-get-temp-dir): Use defalias.
3659 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3660 (flymake-xemacs-window-edges): Remove unused function.
3661 (flymake-get-point-pixel-pos): Move.
3662 (flymake-pid-to-names, flymake-reg-names)
3663 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3664 Replace by a simple list flymake-processes and by process-buffer.
3665 Update callers. Other than simplify the code, it uses buffers rather
3666 than buffer-names so it doesn't get confused by uniquify.
3667 (flymake-buffer-data): The global value should just be nil.
3668
3669 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3670 Optimize the body of a defalias like any other code.
3671
3672 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3673 Make sure we've setup font-lock's vars. It may influence which
3674 function we then call.
3675 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3676 here since it's too late anyway.
3677
3678 2006-01-03 Romain Francoise <romain@orebokech.com>
3679
3680 * startup.el (fancy-splash-tail, normal-splash-screen):
3681 Update copyright year.
3682
3683 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3684
3685 * mouse.el (mouse-drag-track): Rename, from
3686 `mouse-drag-region-1'. Includes optional argument required to
3687 enable post-drag event processing (e.g. delete region keys).
3688 Can be used without this argument to track a mouse region and operate
3689 on it as soon as the drag completes.
3690 (mouse-drag-region): Use `mouse-drag-track'.
3691
3692 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3693
3694 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3695 Move to `custom-buffer' group.
3696
3697 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3698 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3699 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3700 (custom-theme-face-menu): New variables.
3701 (custom-theme-add-variable, custom-theme-variable-action)
3702 (custom-variable-reset-theme, custom-theme-delete-variable)
3703 (custom-face-reset-theme, custom-theme-face-action)
3704 (custom-theme-delete-face, custom-theme-merge-theme)
3705 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3706
3707 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3708
3709 * custom.el: Move Custom Themes commentary to start of theme code.
3710 (custom-known-themes): Rename `standard' theme to `changed'.
3711 (custom-push-theme): Caller no longer specifies what theme to use
3712 when doing `reset'---the setting is simply removed from the theme.
3713 Delete MODE from `theme-value' and `theme-settings' properties.
3714 (custom-declare-theme): Ignore &rest args since we don't use them.
3715
3716 (custom-loaded-themes): Delete variable.
3717 (custom-theme-load-themes, custom-theme-loaded-p)
3718 (custom-theme-value): Delete functions.
3719
3720 (custom-declare-theme): Signal error on invalid theme names.
3721 (provide-theme): custom-loaded-themes was deleted.
3722 (load-theme): Load the file unconditionally.
3723 (enable-theme): Call `load-theme' if theme is undefined.
3724 (custom-enabled-themes): Only update value for successful loads.
3725 (disable-theme): Complete from enabled themes when interactive.
3726 (custom-variable-theme-value): Calculate theme value directly.
3727
3728 (custom-theme-reset-variables, custom-reset-variables): Mark as
3729 XEmacs compatibility functions. We don't actually use these.
3730
3731 * cus-edit.el (custom-variable-state-set):
3732 Use custom-variable-theme-value instead of custom-theme-value.
3733 (custom-face-state-set): Rename `standard' theme to `changed'.
3734 (custom-save-variables, custom-save-faces): Delete unneeded
3735 references to custom-reset-variables.
3736 (custom-save-resets): Delete function.
3737 (custom-save-variables, custom-save-faces): MODE argument deleted.
3738 (custom-save-variables, custom-save-faces): Ignore theme values.
3739
3740 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3741 compatibility function.
3742
3743 2006-01-01 Richard M. Stallman <rms@gnu.org>
3744
3745 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3746 (Custom-reset-current, Custom-reset-saved): Likewise.
3747 (Custom-reset-standard): Show message if aborted.
3748 (custom-mode): Doc fix, describing those commands.
3749
3750 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3751 put on event-kind property.
3752
3753 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
3754
3755 * custom.el (provide-theme): Ban `user' theme name.
3756 (custom-enabling-themes): New variable.
3757 (enable-theme): Don't enable user if custom-enabling-themes is t.
3758 (custom-enabled-themes): Make it a defcustom.
3759 (custom-theme-recalc-face): No-op if face is undefined.
3760
3761 * cus-edit.el (custom-button-mouse): New variable.
3762 (custom-button-mouse): New face.
3763 (custom-raised-buttons, custom-mode): Use it.
3764
3765 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3766
3767 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3768
3769 * progmodes/gud.el (gud-display-line): Support hl-line in the
3770 source buffer.
3771
3772 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3773
3774 * mouse.el (mouse-drag-window-above): Verify that the found window
3775 overlaps with the given window in the horizontal dimension.
3776
3777 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3778
3779 * Makefile.in (cvs-update): New target.
3780
3781 * makefile.w32-in (cvs-update): Ditto.
3782
3783 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3786 (custom-new-theme-mode-map): New variable.
3787
3788 2005-12-30 Richard M. Stallman <rms@gnu.org>
3789
3790 * custom.el (custom-load-themes): Function deleted.
3791
3792 * cus-edit.el (custom-save-loaded-themes): Function deleted.
3793 (custom-save-variables): Don't delete or add custom-load-themes call.
3794
3795 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * cus-start.el: Add `visible-cursor'.
3798
3799 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3800 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3801 (flymake-process-filter): Switch to buffer before calling it instead.
3802 (flymake-post-syntax-check, flymake-highlight-err-lines)
3803 (flymake-delete-own-overlays, flymake-parse-err-lines)
3804 (flymake-start-syntax-check, flymake-start-syntax-check-process)
3805 (flymake-count-lines, flymake-parse-residual):
3806 Remove constant buffer argument.
3807 (flymake-start-syntax-check-for-current-buffer): Remove.
3808 Update callers to use flymake-start-syntax-check instead.
3809 (flymake-display-err-menu-for-current-line):
3810 Remove unused var `mouse-pos'.
3811 (flymake-restore-formatting): Comment out unused function.
3812 (flymake-report-status, flymake-report-fatal-status): Remove buffer
3813 argument, use current-buffer instead. Update callers.
3814
3815 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3816
3817 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3818 buffer-local because choose-completion-delete-max-match requires
3819 that we set completion-ignore-case (i.e., binding via let is not
3820 sufficient).
3821 (bibtex-complete): Always set completion-ignore-case and
3822 choose-completion-string-functions. The latter is needed because
3823 choose-completion-string-functions keeps its value if we quit the
3824 *Completions* buffer without requesting a completion.
3825
3826 2005-12-30 Andreas Schwab <schwab@suse.de>
3827
3828 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3829
3830 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3831
3832 * jit-lock.el (jit-lock-chunk-size): Doc fix.
3833
3834 2005-12-30 Juri Linkov <juri@jurta.org>
3835
3836 * locate.el (locate-fcodes-file, locate-header-face)
3837 * progmodes/delphi.el (delphi-other-face)
3838 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3839
3840 * paren.el (show-paren-match, show-paren-mismatch): Use existing
3841 group `paren-showing-faces'.
3842
3843 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3844 (goto-address): Fix docstring.
3845
3846 * net/webjump.el (webjump-sample-sites): Update URLs.
3847
3848 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3849
3850 * subr.el (cancel-change-group): Add listp around pending-undo-list.
3851
3852 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * font-lock.el (font-lock-compile-keywords): Signal an error when
3855 font-lock-set-defaults hasn't been called.
3856
3857 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3858
3859 * subr.el (noreturn, 1value): Doc fixes.
3860
3861 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3862
3863 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3864 that assoc-string returns nil.
3865
3866 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3867
3868 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3869 (bibtex-entry-type-str, bibtex-empty-field-re)
3870 (bibtex-search-backward-string, bibtex-preamble-prefix)
3871 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3872 (bibtex-any-valid-entry-type): New variable.
3873 (bibtex-parse-field-name): Simplify.
3874 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3875 (bibtex-preamble-prefix): Include left delimiter.
3876 (bibtex-search-forward-field, bibtex-search-backward-field):
3877 Allow unbounded search past entry boundaries (required by bibtex-pop).
3878 (bibtex-text-in-field-bounds): Use push.
3879 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3880 (bibtex-parse-preamble, bibtex-valid-entry)
3881 (bibtex-beginning-first-field): New functions.
3882 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
3883 (bibtex-map-entries): Fix docstring.
3884 (bibtex-flash-head): New arg prompt. Simplify.
3885 (bibtex-enclosing-field): Include code of bibtex-inside-field.
3886 (bibtex-insert-kill): Simplify. Always insert text past the
3887 current field or entry.
3888 (bibtex-format-entry): Use bibtex-parse-field.
3889 (bibtex-pop): Use bibtex-beginning-of-entry and
3890 bibtex-end-of-entry to initiate the search. Insert empty field if
3891 we found ourselves.
3892 (bibtex-print-help-message): New args field and comma.
3893 Handle entry keys.
3894 (bibtex-make-field): Use bibtex-beginning-of-entry.
3895 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
3896 invalid entry.
3897 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3898 Handle preambles. Simplify code for thorough test.
3899 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3900 New arg comma. Handle entry heads.
3901 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3902 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3903 New arg comma.
3904 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3905 (bibtex-fill-field): Simplify.
3906 (bibtex-fill-entry): Use bibtex-beginning-first-field and
3907 bibtex-parse-field.
3908 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
3909 (bibtex-complete): Use bibtex-parse-preamble.
3910
3911 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
3912
3913 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
3914 Display name of expression instead of convenience variable.
3915 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
3916
3917 * progmodes/gud.el (gud-tooltip-dereference): Rename from
3918 toggle-gud-tooltip-dereference.
3919 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
3920 (gud-tooltip-tips): ...here when dereferencing.
3921
3922 2005-12-28 Bill Wohler <wohler@newt.com>
3923
3924 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
3925
3926 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
3927
3928 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
3929 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
3930 (vc-annotate-display-autoscale): Adjust call.
3931 (vc-annotate-display-default): Adjust call. Make arg compulsory.
3932 Fix interactive spec.
3933 (vc-annotate-time-span): Remove.
3934 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
3935 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
3936 (vc-annotate-display-select): Use new name.
3937
3938 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
3939 (vc-annotate-mode-menu): Remove left-over redundant declaration.
3940 Correct the construction of span entries. Simplify.
3941 (vc-annotate-display-select): Fix the nil case.
3942 (vc-annotate): Remove obsolete (and now broken) code.
3943 (vc-annotate-extract-revision-at-line): Remove obsolete code.
3944 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
3945
3946 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3947
3948 * subr.el (lazy-completion-table): Correct typo in docstring.
3949
3950 * startup.el (command-line): Use `custom-reevaluate-setting' for
3951 `send-mail-function'.
3952
3953 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
3954
3955 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
3956
3957 * mail/smtpmail.el (smtpmail-try-auth-methods):
3958 Send credentials together with "AUTH PLAIN" command.
3959
3960 2005-12-27 Richard M. Stallman <rms@gnu.org>
3961
3962 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3963 mouse-2, go back to previously selected window, so it's selected
3964 when mouse-2 command runs.
3965
3966 2005-12-27 Juri Linkov <juri@jurta.org>
3967
3968 * descr-text.el (describe-text-sexp): Use square brackets for
3969 button [Show] to distinguish it from the property value `show'.
3970 (describe-property-list): Use `insert-text-button' with
3971 `help-face' type instead of putting face in quotes, because button
3972 is not created automatically for a list of faces.
3973 (describe-text-properties-1): Put button-type value in quotes to
3974 distinguish from plain text "button".
3975 (describe-char): Display code point values in hex. Don't use
3976 `symbol-name' for `current-input-method' because it is a string.
3977 Use `insert-text-button' with `help-face' type instead of putting
3978 hardcoded face in quotes, because button is not created automatically.
3979
3980 2005-12-27 Richard M. Stallman <rms@gnu.org>
3981
3982 * progmodes/glasses.el (glasses-face): More specific custom type.
3983
3984 * files.el (set-visited-file-name): Doc fix.
3985
3986 * textmodes/flyspell.el (flyspell-external-point-words):
3987 Use local var buffer-scan-pos to advance scan for next misspelling.
3988 Advance it only after we find the misspelling.
3989
3990 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
3991
3992 * textmodes/flyspell.el (flyspell-external-point-words):
3993 New criteria for finding the misspelling in the buffer.
3994
3995 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
3996
3997 * help-mode.el (help-insert-string): Set help-xref-stack-item
3998 rather than call help-setup-xref.
3999
4000 * descr-text.el (describe-char): Revert previous changes for
4001 optional buffer argument.
4002
4003 2005-12-27 Juri Linkov <juri@jurta.org>
4004
4005 * help-mode.el (help-insert-string): New function. Save buffer
4006 contents in cases where it is impossible to recompute the old contents.
4007
4008 * descr-text.el (describe-char): Set help-xref-stack-item
4009 explicitly after buffer has been generated.
4010
4011 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4012
4013 * cus-start.el (all): Add x-gtk-show-hidden-files.
4014
4015 2005-12-26 Richard M. Stallman <rms@gnu.org>
4016
4017 * replace.el (perform-replace): Calculate match-again
4018 before skipping read-only matches.
4019
4020 * paren.el (paren-showing-faces): New group.
4021 (show-paren-match, show-paren-mismatch): Move to that group.
4022
4023 * button.el (button): Put into group `basic-faces'.
4024
4025 * progmodes/make-mode.el: Remove faces from group `faces'.
4026
4027 * apropos.el (apropos, apropos-value): Doc fix.
4028 (apropos-documentation): Doc fix.
4029
4030 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * subr.el (lazy-completion-table): Remove argument `args'.
4033
4034 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4035 Don't use the `args' argument of lazy-completion-table.
4036
4037 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4038
4039 * descr-text.el (describe-char): Add optional argument for buffer.
4040 Set buffer appropriately. Call help-setup-xref.
4041 Suggested by Stefan Monnier.
4042
4043 2005-12-26 Juri Linkov <juri@jurta.org>
4044
4045 * descr-text.el: Require `help-fns' at runtime. Don't require
4046 `button' for byte compilation.
4047 (describe-text-widget): Add `help-echo' for first button.
4048 Use `help-info' for second.
4049 (describe-property-list): Use `help-argument-name' instead of `italic'.
4050 (describe-text-category): Add prompt to interactive spec.
4051 Call `help-setup-xref'.
4052 (describe-char): Use `help-character-set'. Add `help-echo' for
4053 code point. Use `help-input-method'. Remove superfluous insert.
4054
4055 2005-12-25 Richard M. Stallman <rms@gnu.org>
4056
4057 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4058 at point, in case of narrowing.
4059
4060 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4061
4062 * locate.el (locate-header-face): Allow nil in type.
4063
4064 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4065
4066 2005-12-25 Romain Francoise <romain@orebokech.com>
4067
4068 * battery.el (battery-linux-proc-acpi): Also try
4069 `/proc/acpi/thermal_zone/THM0/temperature'.
4070
4071 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4072
4073 * custom.el (custom-push-theme): Fix docstring.
4074
4075 * cus-edit.el (custom-variable-set, custom-variable-save)
4076 (custom-variable-save): Custom-quote widget values.
4077 (customize-save-variable): Fix custom-push-theme call.
4078
4079 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4080
4081 * w32-fns.el (w32-batch-update-autoloads): New function.
4082
4083 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4084 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4085 from the command line.
4086
4087 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4088
4089 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4090 reset means to remove setting from theme entirely. Don't keep
4091 expanding theme-settings list; delete old entries if necessary.
4092
4093 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4094 customization" button one line up.
4095 (custom-themed): New face.
4096 (custom-magic-alist): New value, THEMED, for theme settings.
4097 (custom-variable-state-set, custom-face-state-set):
4098 Check theme-value instead of saved-value.
4099 (custom-variable-reset-standard, custom-face-reset-standard):
4100 Remove theme setting entirely. Recalculate new values.
4101 (custom-variable-set, custom-variable-set)
4102 (custom-variable-reset-saved, custom-variable-reset-backup)
4103 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4104 (custom-variable-save): Fix typos.
4105
4106 2005-12-23 Juri Linkov <juri@jurta.org>
4107
4108 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4109 Add autoload cookies.
4110 (edebug-outside-d-c-i-n-s-w): New variable.
4111 (edebug-display, edebug-outside-excursion): Use it to save the
4112 original value of default-cursor-in-non-selected-windows.
4113 Set default-cursor-in-non-selected-windows to t while Edebug
4114 is active.
4115 (edebug-mode, edebug-eval-mode): Doc fix.
4116
4117 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4118 with `buffer-substring-no-properties' to remove common substring
4119 highlighting.
4120
4121 * info.el (info-other-window, info): Rename function argument
4122 `file' to `file-or-node'.
4123 (Info-complete-menu-item): Use local variable `complete-nodes' to
4124 keep the global value of `Info-complete-nodes' unchanged for
4125 subsequent completions.
4126 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4127
4128 * simple.el (get-next-valid-buffer, last-buffer)
4129 (next-error-buffer-p, next-error-find-buffer)
4130 (minibuffer-history-sexp-flag): Doc fix.
4131
4132 * savehist.el (savehist-mode-hook): Add `:group'.
4133
4134 * log-view.el: Call autoload for vc-find-version.
4135 (log-view-current-file): Adjust subgroup numbers.
4136 (log-view-current-tag): Add `length'.
4137
4138 2005-12-23 Richard M. Stallman <rms@gnu.org>
4139
4140 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4141
4142 2005-12-23 Juri Linkov <juri@jurta.org>
4143
4144 * hi-lock.el (hi-lock-archaic-interface-message-used)
4145 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4146 (hi-lock-mode): Display "Hi" in the mode line only when
4147 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4148 (hi-lock-write-interactive-patterns):
4149 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4150 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4151 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4152 font-lock-add-keywords to t.
4153
4154 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4155
4156 * hi-lock.el (hi-lock-highlight-range): New variable.
4157 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4158 only if font-lock-fontified is non-nil. Remove overlays.
4159 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4160 font-lock-fontified is non-nil, otherwise use overlays (instead of
4161 text properties).
4162 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4163 New variables.
4164 (hi-lock-string-serialize) New function.
4165
4166 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4167
4168 * menu-bar.el (menu-find-file-existing): New function.
4169 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4170
4171 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4172
4173 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * vc.el: Remove unnecessary leading * in docstrings.
4176 (vc-annotate-mode-map): Move initialization into declaration.
4177 (vc-static-header-alist): Nitpick on the regexp.
4178 (vc-default-init-version): New fun.
4179 (vc-register): Use it.
4180 (vc-insert-headers): Use dolist.
4181 (vc-annotate-get-backend): Remove unused function.
4182 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4183 (vc-annotate-mode): Remove corresponding call.
4184 (vc-annotate-car-last-cons): Simplify.
4185 (vc-annotate-buffers): Remove var.
4186 (vc-annotate-backend): Make it buffer-local.
4187 (vc-annotate): Move the interaction to the interactive spec.
4188 Add a `buf' argument.
4189 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4190 killing&creating a vc-annotate buffer, which is very disruptive when
4191 the buffers are shown in dedicated frames.
4192
4193 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4194
4195 * descr-text.el: Add FSF as maintainer.
4196 (describe-text-mode, describe-text-mode-map)
4197 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4198 help-mode.
4199 (describe-text-widget, describe-text-sexp)
4200 (describe-property-list, describe-text-category)
4201 (describe-text-properties, describe-text-properties-1)
4202 (describe-char): Use help buttons instead of widgets.
4203 (describe-char-unicodedata-file): Make URL link in doc string.
4204
4205 2005-12-22 Richard M. Stallman <rms@gnu.org>
4206
4207 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4208 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4209 Don't include buttons that write a file when there's no file.
4210 (custom-variable-menu, custom-face-menu, custom-group-menu):
4211 Don't include commands that write a file when there's no file.
4212 (customize-browse): Reword the top-of-buffer help intro.
4213 (custom-buffer-create-internal): Fix previous change.
4214 (customize-changed-options-previous-release): Prev release is 21.1.
4215 (customize-changed-options): Doc fix.
4216 (customize-changed): New alias.
4217 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4218 Say "standard values".
4219 (Custom-reset-standard): Doc fix.
4220 (custom-face-reset-standard): Doc fix.
4221
4222 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4225 even if font-lock-mode is non-nil since it may be t without having
4226 turned on font-lock-mode-internal.
4227 (font-lock-choose-keywords): Minor optimization.
4228 (font-lock-add-keywords, font-lock-remove-keywords)
4229 (font-lock-set-defaults): Don't call make-local-variable on a variable
4230 that we know to already be local.
4231
4232 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4233
4234 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4235 messages if in the minibuffer.
4236
4237 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4240 (tex-mode-flyspell-verify, flyspell-get-word)
4241 (flyspell-external-point-words): Don't use point-min/max uselessly.
4242
4243 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4244 by Kevin Rodgers. Instead, just hide the completions buffer if we
4245 don't need to show it.
4246
4247 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4248
4249 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4250
4251 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4254 delete-windows-on with an inexistent buffer.
4255
4256 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4257
4258 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4259 Delete defcustom variable :tag names.
4260
4261 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4264 (log-view-font-lock-keywords): Ajust subgroup numbers.
4265 (log-view-current-tag): Don't hard code the number of subgroups.
4266
4267 2005-12-20 Juri Linkov <juri@jurta.org>
4268
4269 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4270 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4271
4272 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4273 (menu-bar-non-minibuffer-window-p): Instead of checking
4274 display-multi-frame-p, use selected-frame when menu-updating-frame
4275 is nil.
4276
4277 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
4278
4279 * align.el (align-rules-list): Use [ \t] instead of \s-
4280 for column separators in text mode.
4281
4282 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4283
4284 * help-mode.el (help-customize-variable, help-customize-face):
4285 Don't pop help-xref-stack as help-follow no longer pushes
4286 anything on to it.
4287
4288 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4289
4290 * textmodes/org.el (org-agenda-custom-commands): New option.
4291 (org-agenda): Offer custom commands on splash screen.
4292 (org-make-tags-matcher): Parser for Boolean logic added.
4293 (org-agenda-set-tags): New command.
4294 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4295 (org-set-tags): Efficiency improvements.
4296 (org-auto-align-tags): New option.
4297 (org-todo, org-demote, org-promote): Realign tags.
4298 (org-tags-completion-function): Use also "&" and "|" as separators.
4299 (org-org-menu): Agenda commands simplified.
4300
4301 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4302
4303 * cus-edit.el (customize-apropos, customize-apropos-options):
4304 Docstring changes.
4305
4306 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4307
4308 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4309
4310 * longlines.el (longlines-mode): Wrap while widened.
4311 (longlines-decode-region, longlines-encode-region): Compute max
4312 just once.
4313
4314 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4315
4316 * cus-edit.el (mac): New group.
4317
4318 * cus-start.el (all): Add user options in macterm.c. Add test for
4319 Mac-related built-ins. Fix test for GTK-related built-ins.
4320
4321 * term/mac-win.el (mac-handle-language-change)
4322 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4323 (mac-services-open-selection, mac-services-mail-selection)
4324 (mac-services-mail-to, mac-services-insert-text)
4325 (mac-dispatch-apple-event): Add docstrings.
4326 (x-get-selection, mac-select-convert-to-string): Select coding
4327 system from `utf-16be' and `utf-16le' using `byteorder'.
4328
4329 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4332 a "list" (lambda ...) rather than a real completion list.
4333
4334 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4335 lexical-let when encountering ((lambda (...) ...) ...).
4336
4337 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * progmodes/sh-script.el (sh-mode):
4340 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4341 * textmodes/picture.el (picture-mode): Update docstrings.
4342
4343 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4344
4345 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4346 commands enclosed in $(ARGQUOTE)s should not be split between two
4347 lines, as that will break with GNU Make >3.80, when sh.exe is used
4348 and arg quoting is with '..'.
4349 (autoloads): Don't break the quoted --eval expression between
4350 several lines.
4351
4352 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4355 Capture error from printing circular structures.
4356
4357 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4358
4359 * wid-edit.el (widget-checkbox-action): Clear undo info.
4360
4361 2005-12-16 Bill Wohler <wohler@newt.com>
4362
4363 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4364 bar, not menubar in comment.
4365
4366 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4369 After-change-functions should not clobber the match data.
4370
4371 2005-12-16 Juri Linkov <juri@jurta.org>
4372
4373 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4374 instead of `buffer-substring'.
4375 (completion-common-substring): Doc fix.
4376 (completion-setup-function): Use minibuffer-completion-contents
4377 instead of minibuffer-contents. Don't set common-string-length
4378 initially. Remove special handling of partial-completion-mode.
4379 Move computation of completion-base-size into one cond.
4380 Call completion-base-size-function in mainbuf. In computation of
4381 completion-base-size for file name completion don't move point to
4382 the end of the minibuffer. Move computation of common-string-length
4383 into one cond. Start putting faces only when common-string-length>=0.
4384 Add condition to put completions-common-part when
4385 common-string-length>0.
4386
4387 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4388 place point at the first different character in the minibuffer
4389 even if this position is at the beginning of the minibuffer.
4390
4391 * info.el (Info-read-node-name-1): In completion-base-size-function's
4392 lambda return 1 if common-substring or minibuffer-completion-contents
4393 starts with (, and 0 otherwise.
4394
4395 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4396 Use `crm-current-element' for second arg of `display-completion-list'.
4397
4398 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4399
4400 * files.el (set-auto-mode): Look for an interpreter specified on
4401 the first line also if search for mode specification succeeded,
4402 but the mode is not known.
4403
4404 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4405
4406 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4407 (org-open-at-point): Implement tag searches as links.
4408 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4409 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4410 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4411 (org-agenda-dispatch): New commands.
4412 (org-use-tag-inheritance, org-tags-column): New options.
4413 (org-tab-follows-link, org-return-follows-link): New options.
4414 (org-tags): New customize group.
4415 (org-start-icalendar-file): Get local time zone.
4416 (org-tags-completion-function): New function.
4417 (org-set-font-lock-defaults): Make sure links will also be
4418 highlighted inside headlines.
4419
4420 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4421
4422 * term.el (term-emulate-terminal):
4423 Let term-handle-ansi-terminal-messages override what Bash says about
4424 its current directory.
4425
4426 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4427
4428 * bindings.el (last-buffer): Move to simple.el.
4429 * simple.el (last-buffer): Move here.
4430 (get-next-valid-buffer): New function.
4431 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4432 (prev-buffer): Ditto. Rename to `previous-buffer'.
4433
4434 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4435 * bindings.el (global-map): Ditto.
4436
4437 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4438
4439 * cus-edit.el: Introductory comment change.
4440 (custom-magic-alist): Change message string for the `rogue' state.
4441
4442 2005-12-15 Richard M. Stallman <rms@gnu.org>
4443
4444 * tooltip.el: Delete defcustom variable :tag names.
4445
4446 * complete.el (partial-completion-mode): Doc fix.
4447
4448 * textmodes/flyspell.el (flyspell-external-point-words):
4449 Use save-excursion to ensure we don't move backward in the
4450 search loop, not even one character.
4451 (flyspell-delete-all-overlays): Use remove-overlays directly.
4452
4453 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4454 (ispell-start-process): Set that variable.
4455 Clear ispell-buffer-local-name.
4456 (ispell-internal-change-dictionary):
4457 Set ispell-current-dictionary after killing process.
4458 (ispell-buffer-local-dict):
4459 Don't set spell-personal-dictionary after killing process.
4460 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4461 (ispell-tex-skip-alists, ispell-html-skip-alists)
4462 (ispell-skip-region-alist): Mark as risky.
4463
4464 * net/newsticker.el (newsticker--retrieval-timer-list)
4465 (newsticker--display-timer, newsticker-running-p)
4466 (newsticker-ticker-running-p): Definitions moved up.
4467
4468 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4469
4470 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4471
4472 2005-12-15 David Ponce <david@dponce.com>
4473
4474 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4475 (recentf-edit-list, recentf-open-files): Signal an error when
4476 there is no recent file.
4477
4478 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4479
4480 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4481 read-only except for texinfo-format-region evaluation.
4482
4483 2005-12-14 Richard M. Stallman <rms@gnu.org>
4484
4485 * vc.el (vc-default-previous-version, vc-default-next-version)
4486 (vc-do-command): Doc fixes.
4487
4488 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4489
4490 * textmodes/bibtex.el (bibtex-expand-strings)
4491 (bibtex-autokey-expand-string, bibtex-name-part)
4492 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4493 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4494 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4495 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4496 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4497 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4498 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4499 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4500 (bibtex-beginning-of-last-entry): Remove.
4501 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4502 message if comma is missing but buffer is read-only.
4503 (bibtex-parse-field-text): Handle whitespaces at the end of field
4504 text. Return 3-element list with beginning and end of field text
4505 and end of field.
4506 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4507 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4508 (bibtex-search-forward-field, bibtex-search-backward-field):
4509 Search always delimited by limits of entry. Use more efficient
4510 search algorithms.
4511 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4512 bibtex-end-of-name-in-field.
4513 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4514 extracting the content of a field.
4515 (bibtex-text-in-field): Use search limits.
4516 (bibtex-parse-string-prefix): Handle empty string keys based on
4517 bibtex-string-empty-key.
4518 (bibtex-parse-string): Fix docstring.
4519 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4520 (bibtex-preamble-prefix, bibtex-strings): New functions.
4521 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4522 BibTeX entries (consistent with other BibTeX functions).
4523 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4524 (bibtex-search-entry): Fix docstring. Simplify.
4525 (bibtex-flash-head, bibtex-complete-string-cleanup)
4526 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4527 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4528 (bibtex-parse-entry): New optional arg content.
4529 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4530 Use bibtex-text-in-field-bounds.
4531 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4532 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4533 bibtex-parse-string-postfix.
4534 (bibtex-find-text-internal): New function.
4535 (bibtex-remove-delimiters): Use it.
4536 (bibtex-find-text): Use it. New optional arg help.
4537 (bibtex-complete): Handle BibTeX string and preamble entries.
4538 (bibtex-Preamble): Fix order of closing delimiters.
4539
4540 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 * vc.el (vc-default-revert): New fun.
4543
4544 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4545
4546 2005-12-14 Romain Francoise <romain@orebokech.com>
4547
4548 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4549 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4550 (font-lock-remove-keywords): Likewise.
4551
4552 2005-12-14 Juri Linkov <juri@jurta.org>
4553
4554 * log-view.el (log-view-diff): Doc fix.
4555
4556 * isearch.el (isearch-query-replace): Use (mark) instead of
4557 isearch-opoint if mark is active in transient-mark-mode.
4558
4559 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4560
4561 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4562
4563 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4564
4565 * progmodes/cpp.el (cpp-face): New widget.
4566 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4567
4568 2005-12-14 Juri Linkov <juri@jurta.org>
4569
4570 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4571 around `erase-buffer' and `insert'.
4572
4573 * descr-text.el (describe-text-properties): Replace buffer name
4574 "*Help-2*" with "*Help*<2>".
4575 (describe-char): Add functions print-help-return-message,
4576 toggle-read-only. Use help-setup-xref with nil to not store
4577 describe-char in help-xref-stack. Use help-make-xrefs to
4578 make [back] button.
4579
4580 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4581
4582 * wdired.el (wdired-old-point): New internal variable.
4583 (wdired-change-to-wdired-mode): Set it buffer-locally.
4584 (wdired-abort-changes): Restore point after aborting changes.
4585
4586 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * vc.el (vc-do-command): Add a new value t for okstatus.
4589
4590 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4591 frame in case of errors.
4592
4593 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4594
4595 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4596 so it comes after "On the Left" in the menu.
4597
4598 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4599
4600 * cus-edit.el (customize-apropos, customize-apropos-options)
4601 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4602
4603 2005-12-12 Bill Wohler <wohler@newt.com>
4604
4605 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4606 non-writable Subversion-controlled files by saving window
4607 configuration before calling vc-do-command. vc-do-command calls
4608 pop-to-buffer on error which is unexpected during registration.
4609
4610 2005-12-12 Jay Belanger <belanger@truman.edu>
4611
4612 * calc/README: Update the summary of changes.
4613
4614 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * descr-text.el (describe-char): Rework last fix to solve the problem
4617 is the same way it's solved for everything else in that function
4618 (i.e. by extracting the info before setting up the *Help* buffer).
4619
4620 2005-12-12 Kim F. Storm <storm@cua.dk>
4621
4622 * subr.el (version-regexp-alist): Allow space as separator before
4623 non-numeric part, e.g. "1.0 alpha".
4624 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4625
4626 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4627
4628 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4629 Implement Logging and the keep-modes setting.
4630 (org-get-category): Make sure a string is returned.
4631 (org-log-done): New function.
4632 (org-log-done, org-closed-string): New options.
4633
4634 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4635
4636 * tooltip.el (tooltip-y-offset): Change default to 20.
4637
4638 2005-12-12 Richard M. Stallman <rms@gnu.org>
4639
4640 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4641
4642 * frame.el (display-hourglass): Doc fix.
4643
4644 * help.el (help-for-help-internal): Simplify entry for `a'.
4645
4646 * info.el (Info-on-current-buffer): Doc fix.
4647 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4648
4649 * startup.el (inhibit-splash-screen): Make this the real name.
4650 (inhibit-startup-message): Make this the alias.
4651 (command-line): Find only simple.el, and use its directory
4652 to fill in other preloaded files' names.
4653 (command-line): Deactivate the mark if deactivate-mark is set.
4654
4655 * international/mule.el (load-with-code-conversion):
4656 Bind deactivate-mark.
4657
4658 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4659
4660 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4661
4662 * cus-edit.el (customize-apropos): Avoid listing an option more
4663 than once under different aliases. No longer list user options
4664 that are not defined with defcustom (unless a prefix arg is given).
4665 Doc fix.
4666 (customize-apropos-options): Doc fix.
4667
4668 2005-12-11 Juri Linkov <juri@jurta.org>
4669
4670 * frame.el (set-background-color, set-foreground-color)
4671 (set-cursor-color, set-mouse-color, set-border-color):
4672 Add explicit prompts to read colors by `facemenu-read-color'.
4673 (show-trailing-whitespace, blink-cursor-delay)
4674 (blink-cursor-interval, display-hourglass, hourglass-delay):
4675 Remove tags.
4676 (display-hourglass, hourglass-delay): Doc fix.
4677 (cursor-in-non-selected-windows): Capitalize words in tag.
4678
4679 * faces.el (frame-background-mode): Replace `choice-item' keywords
4680 with `const' to not make [default] button. Change default value tag
4681 from `default' to `automatic'. Doc fix.
4682 (trailing-whitespace) <defface>: Change group `whitespace' to
4683 `whitespace-faces'.
4684
4685 2005-12-11 Richard M. Stallman <rms@gnu.org>
4686
4687 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4688
4689 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4690
4691 * term/mac-win.el: Create keymap for mac-apple-event-map.
4692
4693 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4694
4695 * tooltip.el (tooltip-mode): Move to start of file so that it
4696 appears at top of customize buffer.
4697
4698 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4699 Add the gud groupname.
4700 (gud-tooltip-mode): Add the tooltip groupname.
4701 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4702 avoid conflict with tooltip-use-echo-area.
4703
4704 2005-12-10 Romain Francoise <romain@orebokech.com>
4705
4706 * help.el (help-for-help-internal): Add `r' in doc string.
4707
4708 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4709
4710 * align.el (align-regexp, align-highlight-rule):
4711 Use region-beginning and region-end instead of point and mark, so that
4712 repetition (with `repeat-complex-command') recomputes the region
4713 bounds.
4714
4715 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
4716
4717 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4718 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4719 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4720 (balance-windows): Rewrite using the above new functions.
4721
4722 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
4723
4724 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4725 react if global-hi-lock-mode seems intended.
4726 (global-hi-lock-mode) Renamed from hi-lock-mode.
4727 (hi-lock-archaic-interface-message-used)
4728 (hi-lock-archaic-interface-deduce): New variables.
4729 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4730 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4731 (hi-lock-find-patterns, hi-lock-font-lock-hook):
4732 Replace hi-lock-buffer-mode with hi-lock-mode.
4733
4734 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
4735
4736 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4737 completion list, even after a partial completion has been
4738 inserted in the current buffer. If there are more than 1
4739 completion, redisplay the *Completions* buffer; if the
4740 completion is unique, delete the *Completions* window.
4741
4742 2005-12-10 Eli Zaretskii <eliz@gnu.org>
4743
4744 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4745 strings and long subject lines that were broken into multiple
4746 lines at arbitrary places. Handle subjects that have "Re: " in
4747 the middle.
4748
4749 2005-12-10 John W. Eaton <jwe@octave.org>
4750
4751 * emacs/octave-mod.el (octave-electric-space): Don't indent
4752 comments or strings if octave-auto-indent is nil.
4753
4754 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4755
4756 * term/mac-win.el: Require url when compiling.
4757 Call mac-process-deferred-apple-events after loading init files.
4758 (mac-apple-event-map): New defvar. Define event handlers in it.
4759 (core-event, internet-event): New Apple event class symbols.
4760 (open-application, reopen-application, open-documents)
4761 (print-documents, open-contents, quit-application)
4762 (application-died, show-preferences, autosave-now, get-url):
4763 New Apple event ID symbols.
4764 (about): New HICommand ID symbol.
4765 (mac-event-spec, mac-event-ae): New macros.
4766 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4767 (mac-ae-selection-range, mac-ae-text-for-search)
4768 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4769 (mac-application-menu-map): Remove keymap. Handlers for HICommand
4770 and Services menu events are now defined in mac-apple-event-map.
4771 (mac-drag-n-drop): Remove selection range handling.
4772
4773 2005-12-10 Kenichi Handa <handa@m17n.org>
4774
4775 * simple.el (zap-to-char):
4776 * isearch.el (isearch-process-search-char): Translate CHAR by
4777 translation-table-for-input.
4778
4779 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
4780
4781 * foldout.el (foldout-exit-fold): Properly hide subtree.
4782
4783 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
4784
4785 * files.el (save-buffer):
4786 * international/ucs-tables.el (ucs-set-table-for-input):
4787 * mail/mail-extr.el (mail-extract-address-components):
4788 * mail/sendmail.el (mail-mode): Reformat doc string.
4789
4790 2005-12-09 Juri Linkov <juri@jurta.org>
4791
4792 * isearch.el (isearch-highlight): Change main overlay priority
4793 from 1 to 1001. Simplify.
4794 (isearch-lazy-highlight-update): Change lazy overlay priority
4795 from 0 to 1000.
4796
4797 * replace.el (replace-highlight): Change overlay priority from
4798 1 to 1001.
4799
4800 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4801 Change overlay priority from 1 to 1001. Reuse existing overlay.
4802
4803 * compare-w.el (compare-windows-highlight): Change overlay
4804 priority from 1 to 1000.
4805
4806 * menu-bar.el (menu-bar-edit-menu): Add listp around
4807 pending-undo-list to disable menu item "undo" when pending
4808 undo list is empty.
4809
4810 * locate.el (locate): Disable undo in *Locate* buffer.
4811
4812 2005-12-09 Kim F. Storm <storm@cua.dk>
4813
4814 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4815
4816 2005-12-09 David Ponce <david@dponce.com>
4817
4818 * recentf.el: Improvement of the menu code.
4819 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
4820 instead of menu hook.
4821 (recentf-show-menu, recentf-hide-menu): New functions.
4822 (recentf-menu-customization-changed, recentf-mode): Use them.
4823 (recentf-menu-action, recentf-max-menu-items)
4824 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4825 (recentf-arrange-by-rule-others)
4826 (recentf-arrange-by-rules-min-items)
4827 (recentf-arrange-by-rule-subfilter) : Don't use
4828 `recentf-menu-customization-changed'.
4829 (recentf-arrange-rules): Likewise. Accept functions to compute
4830 sub-menu titles.
4831 (recentf-menu-filter): Likewise. Doc fix.
4832 (recentf-menu-value-shortcut): Doc fix.
4833 (recentf-dump-variable): Quote atom value.
4834 (recentf-make-menu-items): Update to use it as a menu filter.
4835 (recentf-match-rule): New function.
4836 (recentf-arrange-by-rule): Use it.
4837 (recentf-indirect-mode-rule): New function.
4838 (recentf-build-mode-rules): Use it.
4839 (recentf-dir-rule): New function.
4840 (recentf-arrange-by-dir): Use it.
4841 (recentf-filter-changer-current): Rename from
4842 `recentf-filter-changer-state'. All references updated.
4843 (recentf-filter-changer-alist): Update filter names.
4844 (recentf-filter-changer-select): New function.
4845 (recentf-filter-changer): Use it. Make a sub-menu from filters
4846 available in `recentf-filter-changer-alist'.
4847 (recentf-data-cache, recentf-clear-data)
4848 (recentf-update-menu): Remove. All references updated.
4849 (recentf-match-rule-p, recentf-build-dir-rules)
4850 (recentf-filter-changer-goto-next)
4851 (recentf-filter-changer-get-current)
4852 (recentf-filter-changer-get-next): Remove.
4853
4854 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4855
4856 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4857 buffer "Reset" button to "Reset to Current" for consistency with
4858 the State buttons.
4859
4860 2005-12-08 John Paul Wallington <jpw@pobox.com>
4861
4862 * ibuf-ext.el (define-ibuffer-filter filename):
4863 If `dired-directory' is a list then really use its car.
4864
4865 2005-12-08 Kim F. Storm <storm@cua.dk>
4866
4867 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4868 Fix indention of text on right side of replaced rectangle.
4869
4870 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
4871
4872 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4873 No need to check gud-comint-buffer is bound.
4874 (gdb): Prevent multiple debugging when first session uses gdba.
4875
4876 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4877
4878 CC Mode update to 5.31.
4879
4880 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4881 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
4882 We might do this function properly in the future).
4883
4884 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
4885 New macros c-sentence-end and c-default-value-sentence end, to cope
4886 with Emacs 22's new function `sentence-end'.
4887
4888 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4889
4890 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
4891 compat issue using `c-put-overlay' and `c-delete-overlay'.
4892
4893 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
4894 New compat macros to handle overlays/extents.
4895
4896 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4897
4898 * progmodes/cc-fix.el: Add definitions of the macros push and pop
4899 (for GNU Emacs 20.4)
4900
4901 * progmodes/cc-defs.el:
4902 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4903
4904 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
4905 highlighting mechanism so it will work in XEmacs too.
4906
4907 * progmodes/cc-defs.el: Insert c-int-to-char.
4908
4909 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4910 call to the new macro c-int-to-char. This solves XEmacs's
4911 regarding characters as different from integers.
4912
4913 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4914
4915 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
4916 New internal helper.
4917
4918 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
4919 construct to make the indirect face lookup work in XEmacs.
4920
4921 (c-cpp-matchers): Append the negation char face to the existing
4922 fontification, so that the cpp face doesn't disappear.
4923 Use `c-make-syntactic-matcher' to avoid negation chars in comments
4924 and strings.
4925
4926 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
4927 to map to `font-lock-negation-char-face' in emacsen where it exists.
4928
4929 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4930
4931 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
4932
4933 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
4934 Rename "c-subword-move-mode" as "c-subword-mode".
4935
4936 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
4937 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
4938
4939 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4940
4941 * progmodes/cc-mode.el: Added autoload directive for
4942 `c-subword-move-mode' for use in older emacsen.
4943
4944 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4945
4946 * progmodes/cc-mode.el:
4947 (i) Insert a binding for C-c C-backspace into
4948 c-bind-special-erase-keys which works in TTYs.
4949 (ii) Make sure that when file styles are used, any explicitly
4950 given style variables take priority over those in the style.
4951 Do this by calling `hack-local-variables' a second time.
4952
4953 * progmodes/cc-vars.el: Add language specific customization
4954 widgets for AWK to c-doc-comment-style, c-require-final-newline
4955 and c-default-style. Add a defcustom for awk-mode-hook.
4956 Give c-syntactic-element and c-syntactic-context doc-strings by
4957 directly setting their `variable-documentation' propery.
4958 This allows Emacs 22.1 to read these with C-h v.
4959
4960 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
4961
4962 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4963
4964 * progmodes/cc-fonts.el, cc-vars.el
4965 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4966 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
4967 Masatake YAMATO.
4968
4969 (c-doc-comment-style): Made GtkDoc default in C mode.
4970
4971 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4972 and C-c C-<delete>.
4973
4974 (c-bind-special-erase-keys): New function for use on
4975 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4976
4977 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4978 <delete> key behavior in XEmacs according to `delete-forward-p'.
4979 C.f. `c-electric-delete'.
4980
4981 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4982
4983 * progmodes/cc-mode.el: Give c-hungry-backspace and
4984 c-hungry-delete-forward permanent key bindings.
4985
4986 * progmodes/cc-cmds.el (c-electric-semi&comma):
4987 Bind c-syntactic-context for calls to "criteria functions", for
4988 consistency with other calls to user functions.
4989
4990 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
4991 `current-prefix-arg', since this might be the prefix arg to a
4992 command which calls c-indent-command as a function. Change the
4993 interactive spec from "p" to "P".
4994
4995 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4996 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4997 was difficult to understand.
4998
4999 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5000
5001 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5002 first char of an identifier.
5003
5004 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5005 +" syntax in C++.
5006
5007 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5008
5009 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5010 auto-fill doesn't split a c-comment's last word from a hanging
5011 "*/" when a space is typed between them after fill-column.
5012
5013 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5014
5015 * progmodes/cc-styles.el (c-set-style)
5016 (c-setup-paragraph-variables): Abort the command if we're not in a
5017 CC Mode buffer.
5018
5019 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5020 with blank comment-prefix, and a blank line as the comment's
5021 second line.
5022
5023 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5024
5025 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5026 Incorporate the patterns added in the Emacs development branch
5027 for the new Emacs 22 face `font-lock-negation-char-face'.
5028
5029 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5030 of "red" since it stands out better in xterms and DOS terminals.
5031
5032 * progmodes/cc-engine.el (c-literal-faces):
5033 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5034
5035 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5036
5037 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5038 forcibly enable c-electric-flag.
5039
5040 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5041 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5042 after the comment-prefix of a C-style comment will close that comment.
5043
5044 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5045
5046 * progmodes/cc-fonts.el (c-basic-matchers-before)
5047 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5048 in Pike.
5049
5050 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5051 digraphs.
5052
5053 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5054 (c-cpp-message-directives, c-cpp-include-directives)
5055 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5056 (c-cpp-expr-directives): Introduce new language constants to
5057 control cpp syntax in a cleaner way.
5058
5059 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5060
5061 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5062
5063 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5064 (c-multiline-string-start-char): New language constants and
5065 variables to specify how newlines in string literals work.
5066
5067 (c-font-lock-invalid-string): Use them.
5068
5069 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5070 unbalanced close brace is entered. Optimization by avoiding going
5071 back over arbitrarily large blocks. Removed hints that this
5072 function only would be relevant/useful in AWK.
5073
5074 (c-electric-brace): Indent syntactically after the cleanups since
5075 lineup functions might do it differently then.
5076
5077 * progmodes/cc-engine.el, cc-langs.el
5078 (c-opt-op-identifier-prefix): New language constant and variable.
5079
5080 (c-just-after-func-arglist-p, c-after-special-operator-id)
5081 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5082
5083 * progmodes/cc-align.el, cc-engine.el
5084 (c-after-special-operator-id): New helper to handle C++ operator
5085 identifiers.
5086
5087 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5088 (c-guess-basic-syntax): Handle C++ operator identifiers in
5089 declarations.
5090
5091 * progmodes/cc-langs.el (c-assignment-operators): Add the
5092 trigraph version of ^= too.
5093
5094 * progmodes/cc-langs.el (c-assignment-operators): Add the
5095 trigraph version of |= in C++.
5096
5097 * progmodes/cc-fonts.el (c-font-lock-declarators):
5098 Handle `c-decl-hangon-kwds' after the identifier name.
5099
5100 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5101 whether an arglist is "nonempty", ignore a comment after the open
5102 paren if it isn't followed by a non-comment token on the same line.
5103
5104 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5105 Enable heuristics below the point to cope with classes inside special
5106 brace lists in Pike.
5107
5108 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5109
5110 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5111
5112 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5113
5114 * progmodes/cc-guess.el (cc-guess-install): New function to
5115 install an already guessed style in another buffer.
5116
5117 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5118 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5119 anyway if the change always is undone.
5120
5121 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5122
5123 Implement togglable electricity:
5124
5125 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5126 saying when it should be used.
5127
5128 * progmodes/cc-engine.el: Add the new buffer-local variable,
5129 c-electric-flag.
5130
5131 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5132 c-toggle-auto-newline.
5133
5134 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5135 c-toggle-auto-newline. Remove the binding for
5136 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5137 c-toggle-electric-state.
5138
5139 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5140
5141 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5142 c-\(forward\|backward\)-subword.
5143 (c-update-modeline): Add the new modeline flag `l' for
5144 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5145 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5146 Make the old name an alias of the new name.
5147 (c-toggle-electric-state): New function.
5148 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5149 Adapt these functions to do electric things only when
5150 c-electric-flag is non-nil.
5151 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5152 new functions from c-electric-brace.
5153 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5154 mode, so that the tentative extra newline doesn't change the
5155 syntax of the following brace.
5156 (c-electric-brace): Restructure by extracting the above functions.
5157 Tidy up the coding somewhat.
5158 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5159 restructure a bit.
5160
5161 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5162
5163 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5164 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5165
5166 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5167 (c-submode-indicators): Change name from `c-auto-hungry-string'
5168 since it's now used to track another submode.
5169
5170 (c-update-modeline): Convert to function and extended to check
5171 `c-subword-move-mode'.
5172
5173 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5174 Convert to compat aliases for `c-forward-subword' and
5175 `c-backward-subword'.
5176
5177 * progmodes/cc-subword.el: New functions and minor mode to handle
5178 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5179
5180 (c-forward-subword, c-backward-subword, c-mark-subword)
5181 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5182 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5183 Functions corresponding to the standard word handling functions.
5184
5185 (c-subword-move-mode): Minor mode that replaces all the standard
5186 word handling functions with their subword equivalences.
5187
5188 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5189
5190 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5191 entry for one-liner-defun.
5192
5193 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5194 name in its def-edebug-spec.
5195
5196 * progmodes/cc-cmds.el (c-electric-brace): Make the
5197 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5198 compacts space before a comment, if this will make things fit on
5199 one line.
5200
5201 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5202
5203 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5204
5205 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5206 clean-up one-liner-defun.
5207
5208 * progmodes/cc-styles.el: Add the new "awk" style.
5209
5210 * progmodes/cc-vars.el: Add description of one-liner-defun to
5211 c-cleanup-list's doc-string. New user options,
5212 c-max-one-liner-length. In c-default-style, set the default style
5213 for AWK to "awk".
5214
5215 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5216
5217 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5218 macros inside labels.
5219
5220 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5221 `c-at-statement-start-p' and `c-at-expression-start-p'.
5222
5223 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5224 error if the mark isn't set.
5225
5226 * progmodes/cc-engine.el (c-guess-continued-construct)
5227 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5228 accurately detect functions inside functions.
5229
5230 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5231 like `c-at-statement-start-p' that additionally recognizes commas
5232 and expression parentheses as delimiters.
5233
5234 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5235 to avoid heuristics that doesn't work for unclosed blocks.
5236 (c-at-statement-start-p): New function.
5237
5238 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5239 Objective-C directives, e.g. directives spanning lines should work
5240 reasonably well now.
5241
5242 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5243
5244 (c-forward-objc-directive): New function to move over any ObjC
5245 directive.
5246
5247 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5248 (c-basic-matchers-before): Use it.
5249
5250 (c-font-lock-objc-iip-decl): Remove.
5251
5252 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5253 in the template arglist recognition.
5254
5255 * progmodes/cc-styles.el (c-style-alist): Fix several
5256 inconsistencies in the Whitesmith style.
5257
5258 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5259 New lineup function to get lines after Whitesmith style blocks
5260 correctly indented.
5261
5262 (c-lineup-whitesmith-in-block): Back out the compensation for
5263 opening parens since it's done using `add' lists in the style
5264 definition instead. Don't use the anchor position since it varies
5265 too much between the syntactic symbols. :P
5266
5267 * progmodes/cc-vars.el (c-valid-offset): Update.
5268
5269 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5270 lists where the offsets are combined according to several
5271 different methods: `first', `min', `max', and `add'.
5272 Report offset evaluation errors with `c-benign-error' so that some kind
5273 of reindentation still is done.
5274
5275 * progmodes/cc-engine.el (c-guess-basic-syntax):
5276 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5277 `arglist-close'.
5278
5279 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5280 situations for `arglist-cont-nonempty' and `arglist-close'.
5281
5282 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5283
5284 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5285 cc-bytecomp-boundp' in a number of places.
5286
5287 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5288 macro related issue.
5289
5290 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5291
5292 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5293 list is now [asdf], a char class [:alpha:].
5294 Include code for char classes.
5295 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5296 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5297
5298 Remove (nearly all of) the cruft associated with AWK Mode's former
5299 concept of "virtual semicolons":
5300
5301 Adapt c-beginning-of-statement, c-end-of-statement (together with
5302 subfunctions) to use the new notion of "virtual semicolon" in
5303 place of the old awkward special handling for AWK. There remains
5304 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5305 * progmodes/cc-cmds.el:
5306 (c-ascertain-adjacent-literal): In the backwards direction, now
5307 recognises AWK regexp delimiters as string delimiters.
5308 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5309 check more rigorously for "end of macro".
5310 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5311 virtual semicolons;
5312 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5313 out the code for forward movement into ...
5314 (c-end-of-statement): Now contains the code for forward movement,
5315 adapted for virtual semicolons.
5316
5317 * progmodes/cc-engine.el:
5318 (c-ws*-string-limit-regexp): New regexp.
5319 (c-forward-single-comment, c-backward-single-comment): Comment out
5320 the (now redundant) "special" AWK stuff.
5321
5322 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5323 c-string-par-start, c-string-par-separate to be more like Text
5324 Mode than Fundamental Mode.
5325
5326 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5327
5328 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5329 to the fontified region so that fontification doesn't occur
5330 outside it (could happen e.g. when fontifying a line with an
5331 unfinished declaration).
5332
5333 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5334
5335 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5336 start of the file. ^L now separate sections of the file.
5337 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5338 (c-awk-one-line-possibly-open-string-re)
5339 (c-awk-regexp-one-line-possibly-open-char-class-re)
5340 (c-awk-one-line-possibly-open-regexp-re)
5341 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5342 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5343
5344 Amend the concept of "virtual semicolons" (in the indentation
5345 engine) for languages like AWK, such that they are now
5346 conceptually attached to end of the last token of a statement, not
5347 the end of the line. (In AWK Mode, however, the pertinent text
5348 property is still physically set on the EOL.) Remove the specific
5349 tests for awk-mode, thus facilitating the introduction of other
5350 language modes where EOLs can end statements.
5351 (Note: The funtionality in cc-cmds.el, specifically
5352 c-beginning/end-of-statement has yet to be amended.)
5353
5354 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5355 New macros.
5356
5357 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5358 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5359 c-vsemi-status-unknown-p-fn (in a new page).
5360
5361 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5362 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5363 numerous awkward forms like
5364 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5365 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5366 variable before-ws-ip, the place just after char-before-ip appears.
5367
5368 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5369 a comment.
5370
5371 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5372
5373 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5374 `c-tentative-buffer-changes'.
5375
5376 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5377 convert to macro to choose between Emacs and XEmacs at compile time.
5378
5379 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5380
5381 (c-tentative-buffer-changes): New macro to handle temporary buffer
5382 changes in a convenient way.
5383
5384 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5385 for `c-tentative-buffer-changes'.
5386
5387 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5388 the checks for paren sexps between the point and the keyword, to
5389 avoid some false alarms.
5390
5391 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5392 Fixed a situation where an error could be thrown for unbalanced
5393 parens. Changed to make use of c-keyword-member' to avoid some
5394 repeated regexp matches.
5395
5396 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5397 These language variable are no longer necessary.
5398
5399 (c-block-stmt-kwds): New language constant used by
5400 c-looking-at-inexpr-block'.
5401
5402 (c-guess-basic-syntax): Remove an optional check that looked at
5403 the existence of the now removed language variables.
5404
5405 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5406 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5407 object instantiation expressions as declarations in some contexts.
5408 This bug only affected languages where the declarator can't be
5409 enclosed in parentheses.
5410
5411 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5412 insert newlines before and after substatement braces.
5413
5414 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5415 function declaration headers and the handling of C++ style member
5416 init lists.
5417
5418 (c-just-after-func-arglist-p): Rewritten to use
5419 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5420
5421 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5422
5423 (c-guess-basic-syntax): Adapt case 5B for the new
5424 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5425 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5426 covers all cases now).
5427
5428 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5429
5430 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5431
5432 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5433 c-string-par-start/separate c-sentence-end-with-esc-eol,
5434 initialised in c-setup-paragraph-variables, used in string
5435 scanning subroutines of c-beginning-of-statement.
5436
5437 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5438 which precedes the newly inserted `{'.
5439
5440 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5441
5442 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5443 function for declaration level blocks. It should now cope with
5444 templates better and also be a lot more comprehensible.
5445
5446 (c-looking-at-decl-block): The new function.
5447
5448 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5449 for compatibility.
5450
5451 (c-add-class-syntax, c-guess-continued-construct)
5452 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5453
5454 (c-decl-block-key): Change to tell apart ambiguous and
5455 unambiguous keywords. Pike specials are now handled directly in
5456 the code instead.
5457
5458 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5459 New language constants and variables to make the backward skip in
5460 `c-looking-at-decl-block' as tight as possible.
5461
5462 (c-nonsymbol-token-char-list): New language constant.
5463
5464 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5465 find balanced template arglists backwards.
5466
5467 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5468 making char classes for `c-syntactic-skip-backward'.
5469
5470 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5471 16D - can't be a class-close at that point.
5472
5473 * progmodes/cc-engine.el (c-guess-basic-syntax)
5474 (c-add-class-syntax): Don't narrow out the enclosing declaration
5475 level. This makes everything a lot easier, and it was actually
5476 only four small places that needed it to work. Some places that
5477 previously did `widen' are removed now, which has the effect that
5478 `c-guess-basic-syntax' never will look at things outside the
5479 current narrowment now. The anchor position for `topmost-intro'
5480 is affected by this, but it was so bogus it was basically useless
5481 before, and now it's equally bogus but in a slightly different way.
5482
5483 (c-narrow-out-enclosing-class): Gone.
5484
5485 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5486 the narrowed region.
5487
5488 (c-least-enclosing-brace): Remove silly optional argument.
5489
5490 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5491 the point could be left directly after an open paren when finding
5492 the beginning of the first decl in the block.
5493
5494 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5495 Specify which submatch to use.
5496
5497 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5498
5499 (c-decl-start-re): No longer any need for special treatment of
5500 ObjC due to the above.
5501
5502 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5503 presumably follows C in that regard.
5504
5505 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5506 New language constants to specify operator tokens inside
5507 identifiers in a more high level way.
5508
5509 (c-opt-identifier-prefix-key): New internal language constant.
5510
5511 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5512 (c-identifier-start, c-identifier-key): Now completely calculated
5513 from other constants.
5514
5515 (c-identifier-last-sym-match): Decommission since it's no longer used.
5516
5517 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5518
5519 * progmodes/cc-engine.el (c-forward-name): Remove the
5520 optimization when c-identifier-key is equal to c-symbol-key since
5521 it doesn't work in byte compiled files. Don't record empty
5522 regions as identifiers.
5523
5524 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5525 simplify access to `c-operators' and its likes.
5526
5527 (c-operator-list, c-all-op-syntax-tokens)
5528 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5529 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5530 (c-primary-expr-regexp, c-cast-parens): Use it.
5531
5532 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5533 an explicit language in functions.
5534
5535 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5536 variant of adornment.
5537
5538 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5539 variable.
5540
5541 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5542 the Pike value.
5543
5544 * progmodes/cc-engine.el (c-on-identifier)
5545 (c-simple-skip-symbol-backward): Small fix for handling "-"
5546 correctly in `skip-chars-backward'. Affected the operator lfun
5547 syntax in Pike.
5548
5549 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5550 diagnostic message about precompiled language vars not being used.
5551
5552 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5553 "__attribute__" is followed by a parenthesis.
5554
5555 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5556 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5557 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5558
5559 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5560 Internal cleanups to properly detect the declared identifiers in
5561 various declarations.
5562
5563 (c-decl-start-kwds): New language constant to recognize
5564 declarations that can start anywhere. Used for class declarations
5565 in Pike.
5566
5567 (c-specifier-key, c-not-decl-init-keywords)
5568 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5569 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5570
5571 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5572 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5573 handling of the compiler specific extension keywords into a new
5574 language constant `c-decl-hangon-kwds' that defines keyword
5575 clauses to be ignored in declarations.
5576
5577 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5578 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5579 Necessary to stop at the declared identifier in e.g. IDL valuetype
5580 declarations.
5581
5582 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5583 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5584 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5585 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5586 class and enum declarations as such and not as part of the type.
5587
5588 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5589 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5590
5591 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5592 declarations when there's some syntax error later on.
5593
5594 (c-complex-decl-matchers): Did away with a reference to
5595 `c-specifier-key'.
5596
5597 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5598 value - this variable is always dynamically bound.
5599
5600 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5601 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5602 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5603 functions that might do hidden buffer changes: All such internal
5604 functions are now marked instead of those that don't.
5605
5606 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5607 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5608 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5609 (c-literal-type): Allow these functions to make hidden buffer changes,
5610 so that they are free to use text property caching later on.
5611
5612 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5613 (c-electric-brace, c-electric-slash, c-electric-star)
5614 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5615 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5616 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5617 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5618 with the changed semantics of the functions above.
5619
5620 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5621 when macros occur in obscure places. Optimized the sexp movement
5622 a bit.
5623
5624 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5625
5626 Enhancements for c-beginning-of-statement to work in AWK Mode:
5627
5628 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5629 (completed statement) with `}' (statement completed by closing
5630 brace or semicolon) and `$' (statement completed by EOL).
5631
5632 (c-awk-virtual-semicolon-ends-prev-line-p)
5633 (c-awk-virtual-semicolon-ends-line-p)
5634 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5635 (c-awk-at-statement-end-p): New functions.
5636
5637 * progmodes/cc-cmds.el: Simplify the structure of functions
5638 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5639 two functions and c-beginning-of-statement to handle AWK Mode.
5640
5641 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5642 c-backward-single-comment for AWK mode. Attempt to clarify their
5643 doc-strings.
5644
5645 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5646
5647 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5648
5649 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5650 label handling. Labels are now recognized in a uniform and more
5651 robust way, regardless of context. Text properties are put on all
5652 labels to recognize the following declarations better.
5653 Multiword labels are handled both in indentation and fontification for
5654 the benefit of language extensions like Qt. For consistency, keywords
5655 in labels are now fontified with the label face instead.
5656 That also applies to "case" and "default".
5657
5658 (c-beginning-of-statement-1): Fix some bugs in the label
5659 handling. Disregard `c-nonlabel-token-key' in labels that begin
5660 with `c-label-kwds'.
5661
5662 (c-find-decl-spots): Support that the callback adds more
5663 `c-decl-end' spots to find.
5664
5665 (c-forward-decl-or-cast-1): Don't treat a list of plain
5666 identifiers followed by a colon as a declaration.
5667
5668 (c-forward-label): New function to recognize labels.
5669
5670 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5671 `c-forward-label'. Moved the label recognition cases (14 and 15)
5672 earlier since they aren't so context sensitive now. Handle labels
5673 on the top level gracefully. Moved access label recognition to
5674 the generic label case (CASE 15) - removed CASE 5E.
5675
5676 (c-font-lock-declarations): Add recognition of labels in the
5677 same round since we need to handle labels in parallell with other
5678 declarations to recognize both accurately. It should also improve
5679 speed.
5680
5681 (c-simple-decl-matchers, c-basic-matchers-after):
5682 Move `c-font-lock-labels' so that it only is used on decoration level 2
5683 since `c-font-lock-declarations' handles it otherwise.
5684
5685 (c-complex-decl-matchers): Remove the simplistic recognition of
5686 access labels.
5687
5688 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5689 with labels earlier.
5690
5691 (c-decl-start-re): New language variable to make
5692 `c-font-lock-declarations' stop for the special protection labels
5693 in Objective-C that start with `@'.
5694
5695 (c-label-key): Remove since it's no longer used.
5696
5697 (c-recognize-colon-labels, c-label-prefix-re): New language
5698 constants to support recognition of generic colon-terminated labels.
5699
5700 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5701 are colon terminated labels.
5702
5703 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5704 first argument starts with a special brace list.
5705
5706 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5707 (c-font-lock-declarations): Break out the declaration and cast
5708 recognition from `c-font-lock-declarations' to a new function, so
5709 that it can be used in the indentation engine.
5710
5711 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5712 up to the start of the literal. Fixed bug with the point on the
5713 wrong side of the search limit that could happen when the start
5714 position is inside a literal.
5715
5716 * progmodes/cc-engine.el (c-parse-state)
5717 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5718 so that it's kept a little bit back to increase the hit rate.
5719
5720 (c-parse-state): Change the macro handling and fixed some
5721 glitches. Macro context is checked more often than necessary now,
5722 but otoh less garbage conses are generated.
5723
5724 * progmodes/cc-engine.el (c-parse-state)
5725 (c-invalidate-state-cache): Cache the last position where
5726 `c-state-cache' applies. This can speed up refontification quite
5727 a bit in blocks where there are many non-brace parens before the point.
5728
5729 (c-state-cache-end): New variable for this.
5730
5731 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5732 cache variable.
5733
5734 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5735 get close initial continue positions when the start position is
5736 inside a literal or macro. Do not call the callback for spots
5737 before the start position (which can happen e.g. for `c-decl-end'
5738 spots inside comments). Optimize better in special cases when the
5739 region is a single line inside a literal or macro (typically when
5740 the current line is refontified).
5741
5742 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5743 to `c-add-stmt-syntax' - there's no need to explicitly whack off
5744 entries from the paren state.
5745
5746 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5747 special case for "else if" clauses.
5748
5749 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5750 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5751
5752 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5753 New language variable to recognize the gcc extension with statement
5754 blocks inside expressions.
5755
5756 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5757 it somewhat more comprehensible. The argument AT-BLOCK-START is
5758 no longer used and hence removed.
5759
5760 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5761 to `c-add-stmt-syntax'.
5762
5763 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5764 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5765 This fixes bogus label recognition.
5766
5767 * progmodes/cc-engine.el (c-add-type, c-check-type)
5768 (c-forward-name, c-forward-type): Improve storage of template
5769 types in `c-found-types' so that they can be recognized better.
5770
5771 (c-syntactic-content): Add option to skip past nested parens.
5772
5773 * progmodes/cc-engine.el (c-forward-name):
5774 Set `c-last-identifier-range' all the time. It's less work that way.
5775 Handle that there might not be an identifier to store in
5776 `c-last-identifier-range'.
5777
5778 (c-forward-type): Handle that `c-last-identifier-range' might be
5779 nil from `c-forward-name'.
5780
5781 * progmodes/cc-defs.el (c-safe-scan-lists)
5782 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5783
5784 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5785 to work even if the form fails.
5786
5787 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5788 down in a large file in one go.
5789
5790 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5791
5792 * progmodes/cc-align.el (c-lineup-assignments): New lineup
5793 function which is like `c-lineup-math' but returns nil instead of
5794 `c-basic-offset' when it doesn't match.
5795
5796 (c-lineup-math): Change to use `c-lineup-assignments'.
5797
5798 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5799
5800 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5801 c-beginning-of-statement. New subfunctions
5802 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5803
5804 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5805
5806 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5807 hardcoded char classes whereever possible. Changed a couple of
5808 places to use skip by syntax instead of skip by char class.
5809
5810 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5811 Fix a bug in the regexp that caused extreme backtracking.
5812
5813 * progmodes/cc-langs.el (c-block-comment-starter)
5814 (c-block-comment-ender): New language constants to specify in a
5815 single place how block comments look.
5816
5817 (c-comment-start-regexp, c-block-comment-start-regexp)
5818 (comment-start, comment-end, comment-start-skip)
5819 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5820 (c-syntactic-ws, c-nonempty-syntactic-ws)
5821 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5822 `c-line-comment-starter', `c-block-comment-starter' and
5823 `c-block-comment-ender'.
5824
5825 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5826 New language constants to break up things a bit.
5827
5828 (c-simple-ws): New language constant for simple whitespace.
5829
5830 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5831
5832 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5833 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5834 newlines. Allow and ignore nil elements in the list.
5835
5836 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5837
5838 * progmodes/cc-cmds.el: Comment out a (n almost certainly
5839 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5840
5841 * progmodes/cc-cmds.el: Tidy up the comments in
5842 c-beginning-of-statement and subfunctions.
5843
5844 * progmodes/cc-awk.el: Replace calls to put-text-property to the
5845 more flexible c-put-char-property and c-clear-char-properties.
5846 Add the author's email address.
5847
5848 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5849
5850 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5851 closing "*/" of a block comment.
5852
5853 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5854 subfunctions) so that it works at BOB and EOB.
5855
5856 * progmodes/cc-cmds.el, cc-vars.el: More updating of
5857 c-beginning-of-statement, including new variable
5858 c-block-comment-start-regexp.
5859
5860 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5861
5862 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5863 symbols from `*-font-lock-extra-types' so that there's no need to
5864 use `regexp-opt' on those lists.
5865
5866 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5867 `c-type-modifier-kwds' is empty.
5868
5869 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5870 there are several strings on the same line.
5871
5872 * progmodes/cc-engine.el (c-literal-limits): Remove the
5873 compatibility function for older emacsen. `c-literal-limits-fast'
5874 has now taken the place of this function.
5875
5876 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
5877 with older emacsen: We now require `pps-extended-state'.
5878
5879 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5880
5881 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5882 which obviates the need to hack sentence-end. This now handles
5883 escaped newlines in strings correctly. Correct minor bugs in
5884 c-move-over-sentence and in c-beginning-of-statement.
5885
5886 * progmodes/cc-cmds.el (c-beginning-of-statement (and
5887 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5888 that movement over macros and code are rigorously separated from
5889 eachother. Correct a few incidental bugs.
5890
5891 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5892 Improve its doc-string. Improve the handling of certain specific cases.
5893
5894 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5895
5896 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5897 (c-guess-basic-syntax): Change the way class-level labels are
5898 recognized; they can now contain essentially any symbols.
5899
5900 (c-opt-extra-label-key): New language variable to cope with the
5901 special protection label syntax in Objective-C.
5902
5903 (c-opt-access-key): Remove; this is now handled better by
5904 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5905
5906 (c-complex-decl-matchers): Update to handle that
5907 `c-opt-access-key' no longer exists.
5908
5909 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5910 improved label recognition in `c-beginning-of-statement-1'.
5911
5912 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5913 Recognize bitfields better.
5914
5915 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
5916 Remove some cruft and fixed a bug that could cause it to go to a
5917 position further down.
5918
5919 * progmodes/cc-langs.el, cc-engine.el
5920 (c-beginning-of-statement-1): Improve detection of labels in
5921 declaration contexts.
5922
5923 (c-beginning-of-decl-1): Use it.
5924
5925 (c-nonlabel-token-key): New language constant and variable needed
5926 by `c-beginning-of-statement-1'.
5927
5928 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
5929 manifested itself due to the correction in `c-forward-sexp'.
5930
5931 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
5932 Make these behave as documented when used at the buffer limits.
5933
5934 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5935 (c-type-decl-end-used): Made this a language variable.
5936
5937 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5938 correctly when `combine-after-change-calls' is used together with
5939 temporary narrowings.
5940
5941 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5942 Report labels correctly when the start point is immediately after the
5943 colon.
5944
5945 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
5946 Remove since it isn't used anymore.
5947
5948 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5949 bracket arglists such as template parens in C++.
5950
5951 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
5952 in the last check-in. Some optimization.
5953
5954 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
5955 where it could stop at the same level in a preceding sexp when
5956 PAREN-LEVEL is set.
5957
5958 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5959 text property lookup only when it's needed.
5960
5961 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5962 Change the policy for paren marked angle brackets to be more
5963 persistent; once marked they remain marked even when they're found
5964 to be unbalanced in the searched region. This should keep the
5965 paren syntax around even when individual lines are refontified in
5966 multiline template arglists.
5967
5968 (c-parse-and-markup-<>-arglists): New dynamically bound variable
5969 to control markup so that incorrect angle bracket arglists aren't
5970 marked in contexts where the correct value for
5971 `c-disallow-comma-in-<>-arglists' isn't known.
5972
5973 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5974 argument has become `c-parse-and-markup-<>-arglists'.
5975
5976 (c-remove-<>-arglist-properties): Remove - no longer used.
5977
5978 (c-after-change-check-<>-operators): New function used on
5979 `after-change-functions' to avoid that "<" and ">" characters that
5980 are part of longer operators have paren syntax.
5981
5982 (c-<>-multichar-token-regexp): New language variable used by
5983 `c-after-change-check-<>-operators'.
5984
5985 (c-after-change): Call `c-after-change-check-<>-operators'.
5986
5987 (c-font-lock-<>-arglists): Use the context properties set by
5988 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
5989 correctly to avoid doing invalid markup.
5990
5991 (c-font-lock-declarations): Remove code that undoes the invalid
5992 markup done by `c-font-lock-<>-arglists'.
5993
5994 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5995 after `c-font-lock-declarations'.
5996
5997 * progmodes/cc-engine.el (c-syntactic-skip-backward):
5998 Add paren-level feature.
5999
6000 (c-guess-basic-syntax): Improve the anchor position for
6001 `template-args-cont' in nested template arglists. There's still
6002 much to be desired in this area, though.
6003
6004 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6005
6006 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6007 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6008
6009 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6010
6011 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6012 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6013
6014 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6015 it doesn't work no longer are supported.
6016
6017 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6018 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6019 requires support for the syntax-table' text property, which rules
6020 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6021 cruft associated with those versions.
6022
6023 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6024 for the `syntax-table' text property, which rules out Emacs 19 and
6025 XEmacs < 21.4. Removed various compatibility cruft associated
6026 with those versions.
6027
6028 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6029 support for the `syntax-table' text property.
6030
6031 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6032 variable and use an extra quoted face name instead. All the
6033 emacsen flavors handle that correctly.
6034
6035 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6036 (c-font-lock-declarators, c-font-lock-declarations)
6037 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6038 property to mark the items in in declarator lists to handle
6039 refontification inside multiline declarations better.
6040
6041 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6042 construct like "a * b = c;" as a declaration.
6043
6044 2005-12-08 Kim F. Storm <storm@cua.dk>
6045
6046 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6047 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6048 select either meta, hyper, or super modifier for rectangle commands.
6049 (cua--rectangle-modifier-key): New defvar.
6050 (cua--M/H-key): Use it. Remove special case for `space'.
6051 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6052 on X, to meta otherwise. Always bind C-return to toggle
6053 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6054
6055 * emulation/cua-rect.el (cua-help-for-rectangle):
6056 Use cua--rectangle-modifier-key. Handle super modifier too.
6057 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6058 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6059
6060 * ido.el: Move Acknowledgements and History after Commentary.
6061 Minor changes to Commentary.
6062
6063 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6064 keymap if cua--prefix-override-timer is `shift'.
6065 (cua--shift-control-prefix): New function; emulate "type prefix
6066 key twice" functionality to handle shifted prefix key override.
6067 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6068 New commands.
6069 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6070
6071 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6072
6073 * textmodes/org.el (org-insert-heading): Try to do items before
6074 headings.
6075 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6076 (org-insert-item): New function.
6077 (org-renumber-ordered-list): Don't skip to higher level lists.
6078
6079 2005-12-08 Juri Linkov <juri@jurta.org>
6080
6081 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6082
6083 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6084
6085 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6086
6087 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6088 the constructed function name fun-1.
6089
6090 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6091 because such links don't lead to parent documentation.
6092
6093 2005-12-08 Kenichi Handa <handa@m17n.org>
6094
6095 * descr-text.el (describe-char): Use *Help-2* buffer if the
6096 current buffer is *Help*. Call describe-text-properties while
6097 setting the original buffer.
6098
6099 2005-12-07 Bill Wohler <wohler@newt.com>
6100
6101 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6102 and causes problems with non-MH users (such as Gnus users).
6103
6104 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6105
6106 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6107 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6108 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6109 command "info sources". Move calls to GDB command "list".
6110 (gdb-find-file-hook): Just use gdb-source-file-list.
6111 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6112 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6113 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6114 (gdb-data-list-register-values-handler): Use correct trigger name.
6115
6116 2005-12-07 Kim F. Storm <storm@cua.dk>
6117
6118 * ido.el (ido-completion-map): Rename from ido-mode-map.
6119 (ido-common-completion-map, ido-file-completion-map)
6120 (ido-file-dir-completion-map, ido-buffer-completion-map):
6121 Rename from ido-mode-....-map.
6122 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6123 (ido-setup-completion-map): Rename from ido-define-mode-map.
6124 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6125 to ido-completion-map.
6126
6127 2005-12-07 Kenichi Handa <handa@m17n.org>
6128
6129 * international/mule-cmds.el
6130 (set-display-table-and-terminal-coding-system): If the coding
6131 system specified in `unibyte-display' property is different from
6132 the arg coding-system, don't setup standard-display-table.
6133
6134 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6137 that comments end at \n, regardless of selective-display.
6138
6139 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6140
6141 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6142 (gdb-version): New variables.
6143 (gdb-source-file-list, gdb-register-names)
6144 (gdb-changed-registers): New variables for use with GDB 6.4+.
6145 (gdb-ann3): Replace with...
6146 (gdb-init-1, gdb-init-2): ...two new functions.
6147 (gdba, gdb-prompt): Call gdb-init-1.
6148 (gdb-get-version): New function. Call gdb-init-2 from here.
6149 (gud-watch): Make it work with mouse events too.
6150 (gdb-post-prompt): Don't add to queue until GDB version is known.
6151 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6152 (gdb-locals-mode): Use gdb-version.
6153 (gdb-memory-format-map, gdb-memory-unit-map)
6154 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6155 (gdb-locals-font-lock-keywords-1)
6156 (gdb-locals-font-lock-keywords-2): New variables.
6157 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6158 (gdb-set-gud-minor-mode-existing-buffers-1)
6159 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6160 (gdb-var-update-1, gdb-var-update-handler-1)
6161 (gdb-data-list-register-values-handler)
6162 (gdb-data-list-register-values-custom)
6163 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6164 (gdb-stack-list-locals-handler, gdb-get-register-names):
6165 New functions for use with GDB 6.4+.
6166 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6167 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6168 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6169 (gdb-stack-list-locals-regexp)
6170 (gdb-data-list-register-names-regexp): New regexps for use with
6171 GDB 6.4+.
6172
6173 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6176
6177 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6178
6179 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6180 prompts work for AUTH PLAIN. Also reported by Steve Allan
6181 <seallan@verizon.net>.
6182
6183 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6184
6185 * frame.el (set-frame-parameter): Add doc string.
6186
6187 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6188
6189 * textmodes/org.el (org-occur-highlights): New variable.
6190 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6191 (org-highlight-sparse-tree-matches): New option.
6192 (org-do-occur): New function.
6193 (org-get-heading): Make it work also at beginning of line.
6194 (org-category-table): New variable.
6195 (org-get-category-table, org-get-category)
6196 (org-camel-to-words, org-link-search): New functions.
6197 (org-select-this-todo-keyword): New variable.
6198 (org-todo-list): New command.
6199 (org-shiftright, org-shiftleft): New commands.
6200 (org-agenda-todo): Add prefix argument.
6201 (org-show-hierarchy-above): New option.
6202 (org-show-todo-tree): Numerical prefix creates tree for specific
6203 TODO keyword.
6204 (org-outline-level): New function, to assign a level to plain
6205 lists items.
6206 (org-cycle-include-plain-lists): New option.
6207 (org-mode): Use `org-outline-level' as value of `outline-level'.
6208 (org-cycle): Temporarily switch `outline-regexp' if
6209 `org-cycle-include-plain-lists' is non-nil.
6210 (org-start-icalendar-file): Fix format bug.
6211 (org-agenda-get-day-entries): Create category table.
6212 (org-agenda-get-todos, org-agenda-get-timestamps)
6213 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6214 (org-agenda-get-blocks): Use `org-get-category'.
6215 (org-context-in-file-links): Rename from
6216 `org-line-numbers-in-file-links'.
6217
6218 2005-12-06 Romain Francoise <romain@orebokech.com>
6219
6220 * window.el (balance-windows): Delete extraneous third arg in call
6221 to `enlarge-window'.
6222
6223 2005-12-06 Kenichi Handa <handa@m17n.org>
6224
6225 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6226
6227 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6228
6229 * progmodes/gdb-ui.el (gdb-var-create-handler)
6230 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6231 (gdb-var-list-children-handler, gdb-var-update-handler):
6232 Current buffer is already gdb-partial-output-buffer, don't
6233 make it current again.
6234
6235 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6236
6237 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6238 (list-buffers-noselect): Use it.
6239
6240 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6243 (mail-yank-ignored-headers): Use regexp-opt.
6244 (mail-mode-map): Move initialization into declaration.
6245 (mail-sent-via): Remove unused shadowed var `to-line'.
6246 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6247 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6248 (mail-do-fcc): Use dolist and push.
6249 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6250 (mail-yank-ignored-headers): Don't autoload.
6251
6252 2005-12-05 Kenichi Handa <handa@m17n.org>
6253
6254 * international/mule-cmds.el (set-language-info-internal): New fun.
6255 (set-language-info): Call set-language-info-internal to update
6256 language-info-alist. If LANG-ENV is the current one, call
6257 set-language-environment to make INFO effective now.
6258 (set-language-info-alist): Likewise.
6259 (locale-language-names): With locale "en", use English
6260 lang. env. but set the default codings to iso-8859-1.
6261
6262 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6263
6264 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6265 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6266 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6267 for plain strings.
6268 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6269 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6270 Create registers buffer if necessary. Echo new state in minibuffer.
6271 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6272
6273 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6274
6275 * info.el (Info-fontify-node): Match external links using
6276 non-directory part of filename.
6277
6278 2005-12-04 Juri Linkov <juri@jurta.org>
6279
6280 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6281 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6282 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6283 because there is no customization option for it.
6284
6285 * font-lock.el (lisp-font-lock-keywords-1):
6286 Add define-global-minor-mode.
6287
6288 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6289
6290 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6291 properties on the constructed variable names.
6292
6293 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6294 Put `definition-name' properties on the constructed function names
6295 next-sym and prev-sym.
6296
6297 * emacs-lisp/find-func.el (find-function-regexp):
6298 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6299 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6300 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6301 and easy-menu-define.
6302
6303 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6304 easy-mmode-define-global-mode and define-global-minor-mode.
6305 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6306
6307 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6308 instead of easy-mmode-define-global-mode.
6309
6310 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6311 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6312
6313 * cus-edit.el (customize-group, customize-group-other-window):
6314 Filter out autoloaded options from the group completion list by
6315 using heuristics that autoloaded groups don't have `custom-autoload'
6316 property on their symbols (they have only `custom-loads').
6317
6318 * simple.el (completion-setup-function): Put completions-common-part
6319 face on complete completion string too (i.e. completion string
6320 without completions-first-difference face).
6321
6322 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6323
6324 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6325
6326 * view.el (view-mode): Doc fix.
6327
6328 * disp-table.el (standard-display-european): Add to the warning
6329 message a reference to the doc string.
6330
6331 * play/yow.el (apropos-zippy): Call print-help-return-message,
6332 similar to other Help and Apropos commands.
6333
6334 * help.el (print-help-return-message): If pop-up-frames is
6335 non-nil, set up help-return-method to delete the help window and,
6336 possibly, its frame as well, and don't display message about
6337 scrolling the help window. Doc fix.
6338 (help-return-method): Doc fix.
6339
6340 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6341
6342 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6343 whereby names of length one or names starting with a
6344 symbol-constituent character would not be returned.
6345
6346 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6347
6348 * subr.el (atomic-change-group): Add edebug and indentation spec.
6349
6350 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * completion.el (save-completions-file-name): Fix typo in last change.
6353
6354 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6355
6356 * info.el: Move back/forward history to the beginning of the tool bar.
6357
6358 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6359
6360 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6361 Add fset of allout-real-isearch-abort during compile to fix
6362 byte-compilation warnings.
6363 (allout-mode-p): Move definition of this macro above all uses, or
6364 byte compilation in barren emacs (eg, during emacs build) will
6365 lack the definition.
6366 (allout-mode): Move this variable above any uses, or byte
6367 compilation will fail.
6368 (allout-resolve-xref): Remove use of personal file-reference function.
6369 (allout-toggle-current-subtree-encryption): Do the current (ie,
6370 visible containing) topic, rather than nearest around point. Doc fix.
6371 (allout-toggle-subtree-encryption): New function, workhorse that
6372 works on nearest topic containing point.
6373 (allout-encrypt-string): Signal requirement for newer version of pgg.
6374 (allout-resumptions): Doc fix.
6375
6376 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6377
6378 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6379
6380 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6381
6382 * textmodes/flyspell.el (flyspell-external-point-words):
6383 Consider a misspelling as found in the string search if: (a) misspelling
6384 and found string lengths match, or (b) misspelling is found as
6385 element in a boundary-chars separated longer string, or (c)
6386 ispell-program-name is really ispell and misspelling is found as
6387 part of a TeX string. After successful match move beginning of
6388 search region to end of match. Warn about not found misspellings
6389 once the process is done.
6390 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6391
6392 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6393
6394 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6395 tool bar (removed inadvertently).
6396
6397 2005-12-02 Juri Linkov <juri@jurta.org>
6398
6399 * log-view.el (log-view-diff): Clarify doc string.
6400
6401 2005-12-01 Bill Wohler <wohler@newt.com>
6402
6403 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6404 triggers lm-verify errors.
6405
6406 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6407
6408 * simple.el (transient-mark-mode, line-number-mode)
6409 (column-number-mode, size-indication-mode): Remove `:require nil'.
6410
6411 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6412
6413 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6414 in the margin also.
6415 (gdb-breakpoints-mode-map): Use D instead of d for
6416 gdb-delete-breakpoint.
6417 (gdb-get-frame-number): Require a number to match on.
6418 (gdb-threads-mode-map): Add follow-link binding.
6419
6420 2005-11-30 Jason Rumney <jasonr@gnu.org>
6421
6422 * isearch.el (isearch-mode-map): Avoid exiting search on
6423 language-change event.
6424
6425 2005-11-30 Romain Francoise <romain@orebokech.com>
6426
6427 * speedbar.el (speedbar-default-position): New defcustom.
6428 (speedbar-frame-reposition-smartly): Use it.
6429
6430 * dframe.el (dframe-reposition-frame-emacs): Fix position
6431 computation for `left' location.
6432 Update copyright year.
6433
6434 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * help.el (help-map): Move initialization into declaration.
6437
6438 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6439
6440 * help-fns.el (help-argument-name): Don't autoload.
6441 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6442 to be re-loaded when customizing the `help' group.
6443
6444 2005-11-30 John Paul Wallington <jpw@gnu.org>
6445
6446 * help-fns.el (describe-function-1): Fill arglist output.
6447
6448 2005-11-30 Kim F. Storm <storm@cua.dk>
6449
6450 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6451 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6452 after revert-buffer (or anything else which kills all local variables).
6453
6454 * apropos.el (apropos-parse-pattern): Doc fix.
6455 Set apropos-regexp directly, rather than expecting callers to do so.
6456 (apropos-command, apropos, apropos-value, apropos-documentation):
6457 Simplify calls to apropos-parse-pattern.
6458
6459 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6460
6461 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6462 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6463 (hi-lock-write-interactive-patterns): Use comment-region.
6464
6465 * longlines.el (longlines-mode): Add mail-setup-hook.
6466
6467 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6468
6469 * simple.el (sendmail-user-agent-compose, next-line):
6470 Conditionally use hard-newline.
6471
6472 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6473
6474 * international/latexenc.el (latex-inputenc-coding-alist):
6475 Reword doc string.
6476
6477 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6478
6479 * help.el (describe-key-briefly, describe-key): Recognize default
6480 bindings.
6481
6482 2005-11-29 Romain Francoise <romain@orebokech.com>
6483
6484 * view.el (view-inhibit-help-message): New defcustom.
6485 (view-mode-enter): Use it.
6486
6487 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6488
6489 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6490 Preserve user position.
6491
6492 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6493
6494 * font-lock.el: Throw error if facemenu is not loaded to prevent
6495 accidental change of loading order in loadup.el. (Suggested by RMS.)
6496
6497 * loadup.el: Add comment explaining why facemenu must be loaded
6498 before font-lock.
6499
6500 2005-11-28 Jay Belanger <belanger@truman.edu>
6501
6502 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6503 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6504
6505 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6506
6507 * calc/calc-embed.el (calc-do-embedded): Update help message.
6508
6509 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6510
6511 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6514
6515 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6516 called-interactively-p.
6517 (elp-profilable-p): Rename from elp-not-profilable-p.
6518 Invert result and take into account macros and autoloaded functions.
6519 (elp-instrument-function): Update call.
6520 (elp-instrument-package): Update call. Add completion.
6521 (elp-pack-number): Use match-string.
6522 (elp-results-jump-to-definition-by-mouse): Merge into
6523 elp-results-jump-to-definition and then remove.
6524 (elp-output-insert-symname): Make help echo text single-line.
6525
6526 * replace.el (query-replace-map): Move initialization into declaration.
6527 (occur-engine): Use with-current-buffer.
6528 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6529 (occur-mode-mouse-goto): Replace with an alias.
6530
6531 2005-11-28 Juri Linkov <juri@jurta.org>
6532
6533 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6534
6535 * term/w32-win.el: Bind [S-tab] to [backtab].
6536
6537 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6538 `Info-find-file' to t.
6539
6540 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6541 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6542 and same-window-regexps.
6543 (occur-next-error): Don't move point for arg 0.
6544
6545 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6546
6547 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6548
6549 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * log-edit.el (log-edit-changelog-use-first): New var.
6552 (log-edit-changelog-ours-p): Use it.
6553 (log-edit-insert-changelog): Set it with new arg `use-first'.
6554 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6555 (log-edit-hook): Add them to the list of suggested options.
6556
6557 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6558 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6559 redundant work.
6560 (flyspell-mode-on): Use add-hook for after-change-functions.
6561 (flyspell-mode-off): Use remove-hook for after-change-functions.
6562 (flyspell-changes): Make it buffer-local.
6563 (flyspell-after-change-function): Make it non-interactive. Use push.
6564 (flyspell-post-command-hook): Check input-pending-p while processing
6565 the potentially long list of buffer changes.
6566
6567 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6568
6569 * buff-menu.el (list-buffers-noselect): Display the selected
6570 frame's buffer list, not the global one.
6571
6572 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6573
6574 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6575 that (list last-input-event) works as in interactive spec.
6576
6577 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6578
6579 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6580 `facemenu-keymap' needs to be defined when font-lock is loaded.
6581 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6582
6583 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * completion.el: Remove useless leading * in defcustom docstrings.
6586 (save-completions-file-name): Use ~/.emacs.d if available.
6587 (completion-standard-syntax-table): Rename from
6588 cmpl-standard-syntax-table and fold initialization into declaration,
6589 thus removing cmpl-make-standard-completion-syntax-table.
6590 (completion-lisp-syntax-table, completion-c-syntax-table)
6591 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6592 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6593 (symbol-under-point, symbol-before-point)
6594 (symbol-under-or-before-point, symbol-before-point-for-complete)
6595 (add-completions-from-c-buffer): Use with-syntax-table.
6596 (make-completion): Don't return a list of completion entries.
6597 Update callers.
6598 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6599 (completion-initialize): Rename from initialize-completions.
6600 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6601 (kill-emacs-save-completions): Collect stats here.
6602 (save-completions-to-file, load-completions-from-file):
6603 Use with-current-buffer.
6604 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6605 into a function. Move all calls to toplevel.
6606 (completion-lisp-mode-hook): New fun.
6607 (completion-c-mode-hook, completion-setup-fortran-mode):
6608 Set the syntax-table here. Use local-set-key.
6609 (completion-saved-bindings): New var.
6610 (dynamic-completion-mode): Make it into a proper minor mode.
6611 (load-completions-from-file): Remove unused var `num-uses'.
6612
6613 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6614 constructor if it is explicitly overridden.
6615
6616 * complete.el (PC-completion-as-file-name-predicate):
6617 Use minibuffer-completing-file-name.
6618 (partial-completion-mode): Use find-file-not-found-functions.
6619 (PC-lisp-complete-symbol): Use with-syntax-table.
6620 (PC-look-for-include-file): Remove dead setq.
6621 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6622 (PC-complete): Use with-current-buffer.
6623
6624 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6625 escape single quotes.
6626
6627 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6628
6629 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6630 of `if' whose condition always returned nil. Doc fix.
6631
6632 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6633 window's buffer the current buffer around the call to
6634 `list-buffers-noselect'. This is necessary to mark that buffer
6635 with a `.' in the Buffer Menu when called from Lisp, for instance
6636 by Auto Revert Mode.
6637
6638 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6639
6640 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6641 attaching to it.
6642 (gdb-pre-prompt): Make sure gdb-error is reset.
6643
6644 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6645 with a child process, detect it.
6646 (gud-speedbar-buttons): Match regexp more carefully.
6647
6648 2005-11-27 Richard M. Stallman <rms@gnu.org>
6649
6650 * mouse.el (mouse-drag-move-window-bottom):
6651 Use adjust-window-trailing-edge.
6652
6653 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6654
6655 * simple.el (blink-matching-open): Ignore
6656 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6657 (blink-matching-paren-on-screen): Update docstring.
6658
6659 * paren.el (show-paren-mode): No longer change
6660 `blink-matching-paren-on-screen'.
6661
6662 2005-11-27 John Paul Wallington <jpw@pobox.com>
6663
6664 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6665 (gdb-threads-select, gdb-edit-register-value):
6666 Use `posn-set-point' instead of `mouse-set-point' because the
6667 latter is not fbound when configured without X.
6668
6669 2005-11-27 Kim F. Storm <storm@cua.dk>
6670
6671 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6672 existing face when partially highlighting a TAB in a rectangle.
6673
6674 2005-11-26 Kim F. Storm <storm@cua.dk>
6675
6676 * ido.el (ido-mode-map): Doc fix.
6677 (ido-mode-common-map, ido-mode-file-map)
6678 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6679 (ido-define-mode-map): Rewrite. Select one of the new maps as
6680 parent for ido-mode-map instead of building from scratch.
6681 (ido-init-mode-maps): New defun to initialize new maps.
6682 (ido-mode): Call it.
6683 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6684 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6685
6686 2005-11-26 John Paul Wallington <jpw@pobox.com>
6687
6688 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6689 `mouse-set-point' because the latter is not fbound when configured
6690 without X.
6691
6692 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6693
6694 * files.el (file-relative-name): Doc fix.
6695
6696 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6697
6698 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6699 non-empty string for secondary prompt PS2.
6700
6701 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6702
6703 * progmodes/compile.el (compilation-setup): Fix last change.
6704
6705 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6706
6707 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6708 (gdb-mouse-toggle-breakpoint-margin)
6709 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6710 Add gdb-server-prefix to keep out of command history.
6711 (gdb-edit-register-value): New function.
6712 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6713 (gdb-info-registers-custom): Use above map.
6714
6715 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6716
6717 * custom.el (enable-theme): Signal error if argument is not a
6718 theme. Don't recalculate a face if it's not loaded yet.
6719
6720 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6721 the `user' theme is in effect.
6722
6723 * info.el (Info-on-current-buffer): Record actual filename in
6724 Info-current-file, instead of t, or a fake filename if a non-file
6725 buffer. Make autoload.
6726 (Info-find-node, Info-revert-find-node): No need to check for
6727 Info-current-file nil.
6728 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6729 Info-current-file is now never `t'.
6730 (Info-fontify-node): Many simplifications due to Info-current-file
6731 always being valid. Use Info-find-file to find node filename.
6732
6733 2005-11-25 David Kastrup <dak@gnu.org>
6734
6735 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6736 new character, then delete" in order to preserve markers.
6737
6738 2005-11-25 David Ponce <david@dponce.com>
6739
6740 * recentf.el (recentf-arrange-by-rule): Handle a special
6741 `auto-mode-alist'-like "strip suffix" rule.
6742 (recentf-build-mode-rules): Handle second level auto-mode entries.
6743
6744 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
6745
6746 * viper-keym.el (viper-ESC-key): Use different values in terminal and
6747 window modes.
6748
6749 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6750 jde-javadoc-checker-report-mode.
6751
6752 * ediff-wind (ediff-make-wide-display): Slight simplification.
6753
6754 * ediff.el (ediff-date): Change the date of last update.
6755
6756 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
6757
6758 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6759 Use define-minor-mode, and make it a local mode. Turn on font-lock.
6760 (hi-lock-mode): New global minor mode.
6761 (turn-on-hi-lock-if-enabled): New function.
6762 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6763 Change arguments to regexp and face instead of a font-lock pattern.
6764 Directly set face property, instead of refontifying.
6765 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6766 (hi-lock-find-patterns): Use line-number-at-pos.
6767
6768 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
6769 arguments for hi-lock-set-pattern.
6770 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6771 Call font-lock-fontify-buffer.
6772 (hi-lock-find-file-hook, hi-lock-current-line)
6773 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6774
6775 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6776 turned off.
6777
6778 * progmodes/compile.el (compilation-setup): Don't fiddle with
6779 font-lock-defaults.
6780
6781 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
6782
6783 * progmodes/gdb-ui.el (gdb-var-create-handler)
6784 (gdb-var-list-children-handler): Find values for all variable
6785 objects. gud-speedbar-buttons decides whether to display them.
6786
6787 2005-11-24 Romain Francoise <romain@orebokech.com>
6788
6789 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6790 buffer name with a space.
6791
6792 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
6793
6794 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
6795 `org-export-local-list-max-depth'. Change default value to 3.
6796 (org-auto-renumber-ordered-lists)
6797 (org-plain-list-ordered-item-terminator): New options.
6798 (org-at-item-p, org-beginning-of-item, org-end-of-item)
6799 (org-get-indentation, org-get-string-indentation)
6800 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6801 New functions.
6802 (org-move-item-down, org-move-item-up): New commands.
6803 (org-export-as-html): New classes for CSS support. Bug fix in
6804 regular expression detecting fixed-width regions. Respect
6805 `org-local-list-ordered-item-terminator'.
6806 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6807 also a list item.
6808 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6809 New item moving functions.
6810
6811 2005-11-24 Juri Linkov <juri@jurta.org>
6812
6813 * isearch.el (isearch-repeat): With empty search ring set
6814 `isearch-error' to the error string instead of signaling error
6815 with the function `error'.
6816
6817 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6818
6819 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6820
6821 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
6822
6823 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6824 and variable.
6825 (gdb-var-create-handler, gdb-var-list-children-handler):
6826 Don't match on "char **...".
6827 (gdb-var-update-handler): Find values for all variable objects.
6828 (gdb-info-frames-custom): Identify frames by leading "#".
6829
6830 * progmodes/gud.el (gud-speedbar-menu-items): Add
6831 gdb-speedbar-auto-raise as radio button.
6832 (gud-speedbar-buttons): Raise speedbar if requested.
6833 Don't match on "char **...".
6834 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6835 Make it editable.
6836
6837 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
6838
6839 * info.el (Info-fontify-node): Handle the case where
6840 Info-current-file is t.
6841
6842 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * simple.el (blink-matching-open): Fix off-by-one in last change.
6845
6846 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6847
6848 * term/mac-win.el: Don't change default directory.
6849
6850 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
6851
6852 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6853 buffers correctly. (It used to throw an error in such buffers.)
6854 Make it ask for confirmation in group buffers and other Custom
6855 buffers containing more than one customization item.
6856
6857 2005-11-22 John Paul Wallington <jpw@gnu.org>
6858
6859 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6860 property on mail and url overlays.
6861 (goto-address-at-point): Use `posn-set-point' instead of
6862 `mouse-set-point' because the latter is not fbound when configured
6863 without X.
6864
6865 2005-11-22 Lars Hansen <larsh@soem.dk>
6866
6867 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6868 (ls-lisp-classify, ls-lisp-format): Delete call to
6869 ls-lisp-parse-symlink.
6870 (ls-lisp-handle-switches): Handle symlinks to directories as
6871 directories when ls-lisp-dirs-first in non-nil.
6872
6873 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
6874
6875 * startup.el (command-line): Make sure that loaddefs.el is handled
6876 correctly in load-history.
6877
6878 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6879
6880 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6881 (gdb-struct-string, gdb-array-string): New constants.
6882 (gdb-info-locals-handler): Use them.
6883 (gdb-reset): Reset gdb-var-list to nil.
6884
6885 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6888 in patterns.
6889
6890 2005-11-21 Juri Linkov <juri@jurta.org>
6891
6892 * custom.el (defcustom): Update link types in docstring.
6893
6894 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
6895
6896 * custom.el (defgroup): Add doc-string-elt info.
6897
6898 * widget.el (define-widget): Don't use declare for the doc-string-elt.
6899
6900 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * newcomment.el (comment-enter-backward): Fix last fix.
6903
6904 * simple.el (blink-matching-open):
6905 * paren.el (show-paren-function): Allow new paren-class info.
6906
6907 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
6908
6909 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
6910 handled automagically.
6911
6912 2005-11-20 Andreas Schwab <schwab@suse.de>
6913
6914 * descr-text.el (describe-char): When copying overlays put them
6915 over the full char description instead of just the first character
6916 of it.
6917
6918 2005-11-20 Juri Linkov <juri@jurta.org>
6919
6920 * simple.el (what-cursor-position):
6921 * descr-text.el (describe-char): Use Lisp-readable syntax
6922 for octal and hex. Reorder decimal, octal and hex values.
6923 Remove excess whitespace in the output. Use `=' in `column='
6924 like in `point=' and `Hscroll='.
6925
6926 * international/mule-cmds.el (encoded-string-description):
6927 Use Lisp-readable syntax for hex.
6928
6929 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6930
6931 * newcomment.el (comment-enter-backward): Handle the case where the
6932 comment is closed by EOB.
6933
6934 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6935
6936 * longlines.el (longlines-before-revert-hook)
6937 (longlines-after-revert-hook): New functions.
6938 (longlines-mode): Turn off longlines temporarily when reverting.
6939 Add a message-setup-hook.
6940 (longlines-decode-buffer): New function.
6941 (longlines-wrap-line): Preserve marker positions.
6942
6943 2005-11-19 Andreas Schwab <schwab@suse.de>
6944
6945 * emacs-lisp/shadow.el: Handle compressed files.
6946
6947 2005-11-19 Romain Francoise <romain@orebokech.com>
6948
6949 * net/browse-url.el (browse-url-default-browser): Signal an error
6950 if no usable browser can be found, rather than try to load w3.
6951
6952 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
6953
6954 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6955 replacing existing properties.
6956 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6957 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6958 tty specs.
6959 (rcirc-server-prefix, rcirc-server): New faces.
6960 (rcirc-url-regexp): Generate with rx macro.
6961 (rcirc-last-server-message-time): New variable.
6962 (rcirc-filter): Record time of last message.
6963 (rcirc-keepalive): Kill processes that did not send a message
6964 since the last ping.
6965 (rcirc-mode): Give rcirc-topic a local binding here.
6966
6967 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
6968
6969 * subr.el (read-passwd): Fontify the prompt as we do with other
6970 prompts.
6971
6972 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
6973
6974 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6975 binding buffer-read-only to nil.
6976
6977 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6978
6979 * complete.el (partial-completion-mode):
6980 Mention completion-auto-help in the doc string.
6981
6982 * man.el (Man-highlight-references): Doc fix. Reformat code in a
6983 more Lisp-ish way.
6984
6985 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6986
6987 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6988 digits, not 8, to avoid misalignment for files larger than 100MB.
6989
6990 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6991
6992 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6993 Mention "keyboard shortcuts" in the help text.
6994
6995 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6996
6997 * startup.el (fancy-splash-default-action): Discard only
6998 mouse-down and succeeding mouse-up events in the splash screen
6999 window so that drag-n-drop event can be processed.
7000
7001 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7002
7003 * longlines.el (longlines-mode): Add hacks for mail-mode and
7004 message-mode.
7005
7006 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7007
7008 * textmodes/org.el (org-table-sort-lines): New command.
7009 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7010 (org-add-file): Command removed, use `org-agenda-file-to-front'
7011 instead.
7012 (org-export-icalendar): Use `org-icalendar-combined-name'.
7013 (org-cycle-agenda-files, org-agenda-file-to-end)
7014 (org-agenda-file-to-front): New commands.
7015 (org-table-tab-jumps-over-hlines, org-export-html-style):
7016 New options.
7017 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7018 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7019 New functions.
7020 (org-fill-paragraph): Call `org-table-align' in tables.
7021 (org-mode): Call `org-set-autofill-regexps'.
7022 (org-export-as-html): Support for local handformatted lists.
7023 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7024 (org-export-local-list-max-depth): New option.
7025 (org-html-expand): Use `org-html-protect'.
7026
7027 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7028
7029 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7030 to "p".
7031 (gdb): Move definition of gud-pp to...
7032
7033 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7034 speedbar.
7035 (gdb-find-watch-expression): New function.
7036
7037 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7038
7039 * faces.el (face-attribute, set-face-attribute): Mention existence
7040 of `:ignore-defface' setting in docstring.
7041
7042 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7043
7044 * simple.el (completion-setup-function): Fix last change.
7045
7046 2005-11-17 John Paul Wallington <jpw@pobox.com>
7047
7048 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7049 Use `posn-set-point' instead of `mouse-set-point' because the
7050 latter is not fbound when configured without X.
7051
7052 * comint.el (comint-insert-input): Likewise.
7053
7054 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7055
7056 * simple.el (hard-newline): New variable.
7057 (sendmail-user-agent-compose, next-line): Use it.
7058
7059 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7060 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7061 (mail-mail-reply-to, mail-mail-followup-to)
7062 (mail-position-on-field, mail-signature, mail-yank-original)
7063 (mail-attach-file): Likewise.
7064
7065 * mail/mailheader.el (mail-header-format)
7066 (mail-header-format-function): Likewise.
7067
7068 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7069
7070 2005-11-17 Juri Linkov <juri@jurta.org>
7071
7072 * font-lock.el (font-lock-faces): Rename this defgroup from
7073 `font-lock-highlighting-faces'.
7074 (font-lock-comment-face, font-lock-comment-delimiter-face)
7075 (font-lock-string-face, font-lock-doc-face)
7076 (font-lock-keyword-face, font-lock-builtin-face)
7077 (font-lock-function-name-face, font-lock-variable-name-face)
7078 (font-lock-type-face, font-lock-constant-face)
7079 (font-lock-warning-face, font-lock-negation-char-face)
7080 (font-lock-preprocessor-face)
7081 (font-lock-regexp-grouping-backslash)
7082 (font-lock-regexp-grouping-construct): Rename :group from
7083 `font-lock-highlighting-faces' to `font-lock-faces'.
7084
7085 * cus-edit.el (lisp, c, tex):
7086 * progmodes/ada-mode.el (ada):
7087 * progmodes/asm-mode.el (asm):
7088 * progmodes/cperl-mode.el (cperl-faces):
7089 * progmodes/cpp.el (cpp):
7090 * progmodes/dcl-mode.el (dcl):
7091 * progmodes/f90.el (f90):
7092 * progmodes/fortran.el (fortran):
7093 * progmodes/icon.el (icon):
7094 * progmodes/idlwave.el (idlwave-misc):
7095 * progmodes/m4-mode.el (m4):
7096 * progmodes/make-mode.el (makefile):
7097 * progmodes/meta-mode.el (meta-font):
7098 * progmodes/modula2.el (modula2):
7099 * progmodes/octave-mod.el (octave):
7100 * progmodes/pascal.el (pascal):
7101 * progmodes/perl-mode.el (perl):
7102 * progmodes/prolog.el (prolog):
7103 * progmodes/ps-mode.el (PostScript-edit):
7104 * progmodes/scheme.el (scheme):
7105 * progmodes/sh-script.el (sh-script):
7106 * progmodes/simula.el (simula):
7107 * progmodes/tcl.el (tcl):
7108 * textmodes/nroff-mode.el (nroff):
7109 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7110 * textmodes/sgml-mode.el (sgml):
7111 * textmodes/texinfo.el (texinfo):
7112 Add :link (custom-group-link font-lock-faces) to defgroup.
7113
7114 * hi-lock.el (hi-lock): Rename this defgroup from
7115 `hi-lock-interactive-text-highlighting'. Change parent group from
7116 `faces' to `font-lock'. Add link to the manual.
7117 (hi-lock-mode, hi-lock-file-patterns-range)
7118 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7119 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7120 (hi-lock-faces): Add :group `faces'.
7121
7122 * cus-edit.el (custom-variable-prompt): Clarify the code.
7123
7124 * faces.el (face-read-string): Set the default value arg of
7125 completing-read.
7126
7127 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7128
7129 * rfn-eshadow.el (file-name-shadow-properties)
7130 (file-name-shadow-tty-properties, file-name-shadow-mode):
7131 Remove autoloads, because the file is now preloaded.
7132
7133 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * printing.el (easy-menu-intern): Don't define.
7136 (pr-get-symbol): Use easy-menu-intern only if defined.
7137
7138 * simple.el (blink-matching-open): Simplify a bit.
7139 (completion-setup-function): Fix the case of partial-completion-mode
7140 when the minibuffer's contents start with "-".
7141 Obey completion-base-size-function even when
7142 minibuffer-completing-file-name is non-nil.
7143
7144 2005-11-16 Richard M. Stallman <rms@gnu.org>
7145
7146 * net/eudcb-ph.el (eudc-ph-open-session):
7147 Use set-process-query-on-exit-flag.
7148
7149 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7150
7151 * international/ucs-tables.el (ucs-set-table-for-input):
7152 Use make-local-variable, not make-variable-buffer-local.
7153
7154 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7155 Improve warning message text.
7156
7157 * savehist.el (savehist-save-hook): Add :group.
7158
7159 * menu-bar.el (menu-bar-help-menu):
7160 Rename Find Extra Packages to External Packages.
7161
7162 * cus-edit.el (Custom-reset-standard): Verify that
7163 :custom-standard-value prop exists before calling it.
7164
7165 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7166
7167 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7168
7169 * wid-edit.el (color): Enclose %t in %{...%}.
7170
7171 * cus-edit.el (face): Enclose %t in %{...%}.
7172
7173 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7174
7175 * savehist.el (savehist-mode-hook): Re-add the var.
7176 (savehist-mode): Use it.
7177
7178 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7179
7180 * textmodes/flyspell.el: Fix commenting convention.
7181 Remove unnecessary leading * in custom docstrings.
7182 (flyspell-emacs): Remove unused var.
7183 (flyspell-delete-region-overlays): Use remove-overlays.
7184 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7185 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7186 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7187 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7188 (make-flyspell-overlay): Don't locally reuse a global name.
7189 (flyspell-highlight-incorrect-region)
7190 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7191 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7192 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7193 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7194 Wrap calls to accept-process-output inside with-local-quit since it's
7195 often called from a post-command-hook.
7196 (flyspell-correct-word, flyspell-auto-correct-word):
7197 Use ispell-send-string.
7198 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7199
7200 * calendar/diary-lib.el (diary-list-entries): Also hide the
7201 terminating newline.
7202
7203 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7204
7205 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7206 window-system, to allow fonts on tty.
7207
7208 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7209
7210 * progmodes/gud.el (gud-speedbar-item-info): New function.
7211 (gud-install-speedbar-variables): Use it to display data type
7212 of watch expression as a tooltip in speedbar.
7213
7214 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7215
7216 * font-core.el (global-font-lock-mode): Add :version keyword,
7217 because default was changed.
7218
7219 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7220
7221 * startup.el (command-line): Use `custom-reevaluate-setting' for
7222 `file-name-shadow-mode'.
7223
7224 * loadup.el: Preload rfn-eshadow.
7225
7226 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7227 Add :version keyword.
7228 (file-name-shadow-properties, file-name-shadow-tty-properties)
7229 (file-name-shadow): Add :version keyword.
7230
7231 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7232 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7233 in the custom-group property of the symbol frames and the fringe
7234 group got no link to its parent group frames.
7235 Doc fix.
7236
7237 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7238
7239 * progmodes/gud.el (gud-stop-subjob): New function.
7240 (gud-menu-map, gud-tool-bar-map): Use it.
7241
7242 2005-11-16 Kim F. Storm <storm@cua.dk>
7243
7244 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7245 than kill it.
7246 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7247 to a more useful/logical place.
7248
7249 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7250
7251 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7252 go buttons complementary.
7253
7254 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7255
7256 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7257 (rfn-eshadow-sifn-equal): New function.
7258 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7259
7260 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7261
7262 * viper-utils.el (viper-non-word-characters-reformed-vi):
7263 Quote `-' in string.
7264
7265 * viper.el (viper-emacs-state-mode-list): Ensure that
7266 rcirc-mode buffers come up in Emacs state.
7267
7268 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7269 operation.
7270
7271 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7272
7273 * term.el (term-termcap-format): Fix typos.
7274 (term-down): Fix the negative argument case.
7275
7276 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7277
7278 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7279 2005-08-15.
7280 (gdb-ann3): New command gud-go.
7281 (menu): Accomodate gdb-mi.el.
7282 (gdb-assembler-custom): Make buffer of selected window current
7283 so that set-window-point works.
7284
7285 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7286 buttons and include new ones.
7287
7288 2005-11-16 Kim F. Storm <storm@cua.dk>
7289
7290 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7291 (gud-menu-map): Use it.
7292
7293 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7294
7295 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7296 that works correctly for Custom and that does not override a user
7297 who disables it.
7298
7299 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7300 (help-xref-interned, help-follow): Make hyperlinks for variables
7301 that are unbound, but have a non-nil variable-documentation property.
7302
7303 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7304 mode hook. (It conflicted with defcustoms for some mode hooks.)
7305 Use the `variable-documentation' property to give the mode hook a
7306 docstring and expand that docstring.
7307
7308 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7309
7310 * savehist.el (savehist-mode): Don't bother with
7311 `custom-set-minor-mode'.
7312 (savehist-coding-system): Check XEmacs version.
7313 (history-length): Declare also at run time.
7314 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7315 Don't set the customize state.
7316 (savehist-minibuffer-hook): Special case for when
7317 minibuffer-history-variable is equal to t.
7318
7319 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * files.el (write-file): Refresh VC status.
7322
7323 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7324 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7325 than fundamental-mode to see if the mode was set.
7326
7327 2005-11-14 Romain Francoise <romain@orebokech.com>
7328
7329 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7330 dummy function in `eval-when-compile' to avoid compiler warning.
7331 Require `man' at compile time.
7332
7333 2005-11-14 Jay Belanger <belanger@truman.edu>
7334
7335 * calc-alg.el (calcFunc-write-out-power): Rename it to
7336 calcFunc-powerexpand.
7337 (math-write-out-power): Rename it to math-powerexpand; have it
7338 handle negative exponents.
7339 (calc-writeoutpower): Rename it to calc-powerexpand.
7340
7341 * calc-ext.el: Change calcFunc-writeoutpower and
7342 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7343 autoloads.
7344 Add calcFunc-ldiv to autoloads.
7345
7346 * calc-arith.el (calcFunc-ldiv): New function.
7347
7348 * calc.el (calc-left-divide): New function.
7349
7350 2005-11-14 Juri Linkov <juri@jurta.org>
7351
7352 * cus-edit.el (custom-variable-prompt): Set the default value arg
7353 of completing-read.
7354
7355 * cus-dep.el (custom-make-dependencies): Reverse the list of
7356 found dependencies.
7357
7358 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7359
7360 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7361 Highlighting" entry, it is on by default now.
7362 (menu-bar-options-save): Do not save global-font-lock-mode.
7363
7364 2005-11-13 Richard M. Stallman <rms@gnu.org>
7365
7366 * textmodes/flyspell.el (flyspell-large-region):
7367 Call flyspell-accept-buffer-local-defs.
7368
7369 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7370
7371 * textmodes/flyspell.el (flyspell-notify-misspell):
7372 Fix misspelling of "Misspelling".
7373 (flyspell-process-localwords): New function.
7374 (flyspell-large-region): Call flyspell-process-localwords and
7375 flyspell-delete-region-overlays.
7376 (flyspell-delete-region-overlays): New function.
7377 (flyspell-delete-all-overlays): Call that.
7378
7379 2005-11-13 Richard M. Stallman <rms@gnu.org>
7380
7381 * help.el (help-for-help-internal): Improve doc of C-h a.
7382 (describe-key): Improve prompt; doc fix.
7383
7384 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * vc-svn.el (vc-svn-registered): Catch all errors.
7387
7388 * cus-dep.el (custom-make-dependencies): Typo.
7389
7390 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7391
7392 * net/tramp-util.el (top): Fix compilation warning.
7393
7394 2005-11-13 Kim F. Storm <storm@cua.dk>
7395
7396 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7397
7398 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7399
7400 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7401 (gud-speedbar-buttons): Match on "const char *" too.
7402
7403 * progmodes/gdb-ui.el (gdb-var-create-handler)
7404 (gdb-var-list-children-handler): Match on "const char *" too.
7405 (gdb-var-evaluate-expression-handler): Match on empty string.
7406 (gdb-var-update-handler): Only call
7407 gdb-var-evaluate-expression-handler when required.
7408
7409 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7410
7411 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7412 selected window. This still doesn't work for speedbar.
7413 (gud-speedbar-buttons): Handle string expressions properly.
7414
7415 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7416 (gdb-var-create-handler): Handle string expressions properly.
7417 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7418 Handle string expressions properly. Move "type" field into regexp.
7419
7420 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7421
7422 * bookmark.el (bookmark-maybe-message): New function to reduce
7423 code duplication: invokes `message' iff baud-rate is high enough.
7424 (bookmark-write-file): Use above instead of an inline conditional.
7425 (bookmark-load): Same.
7426
7427 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7428
7429 * bookmark.el (bookmark-write-file): Don't visit the destination
7430 file, just write the data to it using write-region. This is
7431 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7432 change to avoid visiting the file in the first place.
7433
7434 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7435
7436 * hi-lock.el (hi-lock-mode): Set the default value of
7437 font-lock-defaults.
7438
7439 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7440
7441 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7442 arg to `file-attributes'.
7443 (find-lisp-format): The UID and GID can now be strings.
7444
7445 2005-11-12 Kim F. Storm <storm@cua.dk>
7446
7447 * help.el (help-map): Bind C-h d to apropos-documentation.
7448
7449 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7450 when point is at end-of-buffer.
7451
7452 * apropos.el (apropos-match-face): Doc fix.
7453 (apropos-sort-by-scores): Add new choice `verbose'.
7454 (apropos-documentation-sort-by-scores): New defcustom.
7455 (apropos-pattern): Now contains the pattern entered by the user.
7456 (apropos-pattern-quoted): New defvar.
7457 (apropos-regexp): New defvar, containing the regexp corresponding
7458 to apropos-pattern.
7459 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7460 (apropos-read-pattern): New defun. Use it to read pattern arg in
7461 interactive calls; returns list of words for a word list, and
7462 string for a regexp.
7463 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7464 parses a list of words or regexp as returned by apropos-read-pattern.
7465 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7466 (apropos-score-doc): Return a very high score if the string
7467 entered by the user matches literally.
7468 (apropos-variable): Doc fix. Use apropos-read-pattern.
7469 (apropos-command): Doc fix. Use apropos-read-pattern and
7470 apropos-parse-pattern. Call apropos-print with nosubst=t.
7471 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7472 apropos-parse-pattern.
7473 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7474 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7475 apropos-documentation-sort-by-scores. Call apropos-print with
7476 nosubst=t.
7477 (apropos-documentation-internal): Pass doc string through
7478 substitute-key-definition before adding text properties.
7479 Highlight substring matching literal user input if possible.
7480 (apropos-documentation-check-doc-file): Remove locals beg and end.
7481 Fix calculation of score (as added twice). Pass doc string through
7482 substitute-key-definition before adding text properties.
7483 (apropos-documentation-check-elc-file): Pass doc string through
7484 substitute-key-definition before adding text properties.
7485 Highlight substring matching literal user input if possible.
7486 (apropos-print): Add new arg NOSUBST; if set, command and variable
7487 doc strings have already been passed through substitute-key-definition.
7488 Add code to handle apropos-accumulator items without score element
7489 for backwards compatibility (e.g. with woman package).
7490 Only show scores if apropos-sort-by-scores is `verbose'.
7491
7492 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7495 Add jka-compr-load-suffixes to load-suffixes.
7496
7497 * jka-compr.el: Require jka-cmpr-hook.
7498 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7499 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7500 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7501 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7502 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7503 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7504 (jka-compr-uninstall): Remove entries from
7505 jka-compr-added-to-file-coding-system-alist after they are used.
7506 (jka-compr-error): Remove unused var `curbuf'.
7507 (jka-compr-file-local-copy): Remove unused var `notfound'.
7508
7509 2005-11-10 Romain Francoise <romain@orebokech.com>
7510
7511 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7512
7513 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7514
7515 * progmodes/gud.el (gud-menu-map): Move parentheses.
7516 (gdb): New command gud-pv.
7517
7518 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * tar-mode.el: Remove spurious or unnecessary leading stars
7521 in docstrings.
7522 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7523 (tar-parse-octal-integer-safe): Use mapc.
7524 (tar-header-block-summarize): Remove unused var `ck'.
7525 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7526 cleared before. Obey default-enable-multibyte-characters.
7527 Use mapconcat. Simplify setting of tar-header-offset.
7528 (tar-mode-map): Move initialization inside delcaration.
7529 (tar-flag-deleted): Use `abs'.
7530 (tar-expunge-internal): Remove unused var `line'.
7531 (tar-expunge-internal): Don't hardcode point-min==1.
7532 (tar-expunge): Widen while doing set-buffer-multibyte.
7533 (tar-rename-entry): Use file-name-coding-system.
7534 (tar-alter-one-field): Don't hardcode point-min==1.
7535 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7536 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7537
7538 2005-11-10 Masatake YAMATO <jet@gyve.org>
7539
7540 * add-log.el (add-log-current-defun): Handle class::method
7541 notation of c++. Fix incorrect comment.
7542
7543 2005-11-10 Alan Mackenzie <acm@muc.de>
7544
7545 * help-fns.el (describe-variable): Make C-h v work when a variable
7546 has variable documentation yet is unbound.
7547
7548 2005-11-10 Masatake YAMATO <jet@gyve.org>
7549
7550 * man.el (Man-highlight-references): Set an empty
7551 string to `Man-arguments' if it is nil.
7552 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7553
7554 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7555
7556 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7557 commenting conventions.
7558
7559 * cus-dep.el (custom-make-dependencies): Simplify.
7560 Better follow the commenting conventions.
7561
7562 2005-11-09 Richard M. Stallman <rms@gnu.org>
7563
7564 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7565 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7566 All uses changed.
7567 (apropos-rewrite-regexp): Doc fix.
7568 (apropos-variable, apropos-command, apropos, apropos-value):
7569 Change prompt; carry through the argument renaming.
7570
7571 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7572
7573 * find-lisp.el: Require dired.
7574 (find-lisp-find-dired-internal): Do not call
7575 `abbreviate-file-name' on DIR.
7576
7577 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7578
7579 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7580
7581 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7582
7583 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7584 when using the speedbar.
7585 (gdb): New command gud-pp.
7586 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7587
7588 2005-11-09 Juri Linkov <juri@jurta.org>
7589
7590 * replace.el (occur-excluded-properties): New defcustom.
7591 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7592
7593 2005-11-08 Jay Belanger <belanger@truman.edu>
7594
7595 * calc/calc-units.el (math-convert-units): Replace any composite
7596 unit by its definition.
7597
7598 2005-11-08 Lars Hansen <larsh@soem.dk>
7599
7600 * emacs-lisp/autoload.el (update-directory-autoloads):
7601 Add obsolete function alias.
7602
7603 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7606 comment-indent-function.
7607 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7608
7609 * reveal.el (reveal-post-command): Rework the handling of
7610 reveal-open-spots, so as to be more reliable. There were several
7611 tricky corner cases where an open spot might be lost, or where
7612 a closed spot might end up on the list of open spots.
7613 Only reveal text that's ellipsised.
7614
7615 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7616
7617 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7618
7619 2005-11-07 John Paul Wallington <jpw@gnu.org>
7620
7621 * ibuffer.el (ibuffer): Search iconified frames too when
7622 getting Ibuffer buffer's window.
7623
7624 2005-11-06 Richard M. Stallman <rms@gnu.org>
7625
7626 * progmodes/compile.el (compilation-internal-error-properties):
7627 save-excursion around the computation of MARKER.
7628
7629 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7630
7631 * textmodes/flyspell.el (flyspell-external-point-words):
7632 flyspell-get-word returns a list, not just a string.
7633
7634 2005-11-06 John Paul Wallington <jpw@pobox.com>
7635
7636 * ibuffer.el (ibuffer): Search all visible frames when getting
7637 Ibuffer buffer's window.
7638
7639 2005-11-07 Masatake YAMATO <jet@gyve.org>
7640
7641 * man.el (Man-reference-regexp): Accept spaces between
7642 `Man-name-regexp' and `Man-section-regexp'.
7643 (Man-apropos-regexp): New variable.
7644 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7645 if available.
7646 (Man-highlight-references, Man-highlight-references0):
7647 Handle the case when `Man-arguments' includes "-k".
7648 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7649 `TARGET'. `TARGET' can be a number, function or nil.
7650
7651 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7652
7653 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7654 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7655 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7656 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7657 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7658 (gdb-send-item): Use buffer-local-value and simplify.
7659
7660 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7661
7662 * startup.el (command-line): Use `custom-reevaluate-setting' for
7663 `global-font-lock-mode'.
7664
7665 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7666 by default, except in batch mode or when the -D option is given.
7667
7668 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7669 specified keyword args on to `define-minor-mode'. Update docstring.
7670
7671 2005-11-05 Romain Francoise <romain@orebokech.com>
7672
7673 * replace.el (occur-engine): Add marker at end of line, too.
7674
7675 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7676
7677 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7678 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7679 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7680 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7681 argument to all these routines, so the passphrase can be managed
7682 externally and passed in to the system.
7683 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7684 pgg-add-passphrase-to-cache function.
7685
7686 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7687 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7688 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7689 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7690 argument to all these routines, so the passphrase can be managed
7691 externally and passed in to the system.
7692 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7693 function.
7694
7695 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7696
7697 * font-lock.el: Don't deal with font-lock-face-attributes here,
7698 move the code ...
7699
7700 * startup.el (command-line): ... here. Use face-spec-set instead
7701 of custom-declare-face.
7702
7703 * faces.el (face-spec-set): Reset the face if spec is not nil.
7704
7705 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7706
7707 * newcomment.el (comment-region-internal): Box more tightly in the
7708 common case where there's no TAB in the boxed text.
7709
7710 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7711
7712 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7713 up-node.
7714
7715 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7716
7717 * newsticker.el: Commentary updated. Code formatting changed.
7718 (newsticker-version): Change to "1.9".
7719 (newsticker, newsticker-feed): Doc fix.
7720 (newsticker-url-list): Doc fix. Add option "Weekly".
7721 (newsticker-retrieval-interval): Add option "Weekly".
7722 (newsticker-headline-processing): Doc fix.
7723 (newsticker-auto-mark-filter): Remove.
7724 (newsticker-auto-mark-filter-list): New.
7725 (newsticker-layout, newsticker-sort-method): Doc fix.
7726 (newsticker-hide-old-items-in-newsticker-buffer)
7727 (newsticker-heading-format, newsticker-item-format)
7728 (newsticker-desc-format): Doc fix.
7729 (newsticker-show-all-rss-elements): Remove.
7730 (newsticker-show-all-news-elements): New.
7731 (newsticker-faces, newsticker-ticker): Doc fix.
7732 (remove-from-invisibility-spec): Code formatting.
7733 (newsticker--process-ids): New.
7734 (newsticker-mode): Doc fix.
7735 (newsticker-mode): Change mode-line-format.
7736 (newsticker-start): Remove debug output.
7737 (newsticker-start-ticker): Doc fix. Add autoload cookie.
7738 (newsticker-w3m-show-inline-images): Code formatting.
7739 (newsticker-next-item): Call `force-mode-line-update'.
7740 (newsticker-previous-item): Call `force-mode-line-update'.
7741 (newsticker-next-feed): Call `force-mode-line-update'.
7742 (newsticker-previous-feed): Call `force-mode-line-update'.
7743 (newsticker-mark-all-items-at-point-as-read): Code formatting.
7744 (newsticker-show-old-items): Do not show descs.
7745 (newsticker-hide-entry): Hide too much.
7746 (newsticker-hide-entry, newsticker-show-entry)
7747 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7748 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7749 (newsticker-toggle-auto-narrow-to-item): Code formatting.
7750 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7751 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7752 (newsticker-get-news): Call `force-mode-line-update'.
7753 Collect process ids.
7754 (newsticker--sentinel): Change coding system handling.
7755 Move image retrieval to new functions newsticker--get-logo-url-*.
7756 Move feed parsing to new functions newsticker--parse-*.
7757 Update list of process ids.
7758 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7759 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7760 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7761 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7762 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7763 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7764 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7765 (newsticker--decode-coding-string): Remove.
7766 (newsticker--decode-numeric-entities): Check input. Format code.
7767 (newsticker--remove-whitespace): Check input.
7768 (newsticker--do-forget-preformatted): Doc fix.
7769 (newsticker--decode-rfc822-date): Allow for missing time.
7770 (newsticker--update-process-ids): New.
7771 (newsticker--image-sentinel): Change comment.
7772 (newsticker--image-read): Change error message.
7773 (newsticker--imenu-goto): Doc fix. Show headline title.
7774 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7775 (newsticker--buffer-do-insert-text): Clean whitespace in
7776 html-rendered headline title. Code formatting.
7777 Call `newsticker--buffer-print-extra-elements'.
7778 (newsticker--buffer-print-extra-element): Remove.
7779 (newsticker--buffer-print-extra-elements): New.
7780 (newsticker--buffer-do-print-extra-element): New.
7781 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
7782 large sizes.
7783 (newsticker--run-auto-mark-filter)
7784 (newsticker--do-run-auto-mark-filter):
7785 Use `newsticker-auto-mark-filter-list'.
7786
7787 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
7788
7789 * net/rcirc.el: Use split-string OMIT-NULLS argument.
7790 (rcirc-print): Force redisplay before running hooks. Do long
7791 buffer truncation after making new text read-only. Deal with nil
7792 text when decoding strings. If TARGET is nil, use either the
7793 currently selected buffer, if it is an rcirc buffer and of the
7794 same process or the process buffer.
7795 (rcirc-mode): Remove header-line. Recompute short buffer names.
7796 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7797 (rcirc-short-buffer-name): Add variable.
7798 (rcirc-kill-buffer-hook): Recompute short buffer names.
7799 Remove nick from private channel.
7800 (rcirc-send-input): Send command text to current-buffer.
7801 Don't clear overlay arrow here.
7802 (rcirc-short-buffer-name): Return a short buffer name.
7803 (rcirc-update-short-buffer-names, rcirc-abbreviate)
7804 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7805 buffer-name abbreviations.
7806 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7807 Do not touch nick-table when killing a parted channel.
7808 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7809 Clear arrow from current buffer if it is now hidden.
7810 (rcirc-current-buffer): Add variable.
7811 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7812 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7813 Remove -face from names.
7814 (rcirc-update-activity-string): Print "DND" when globally ignoring
7815 activity.
7816 (rcirc-ignore-buffer-activity-flag): Rename from
7817 rcirc-ignore-channel-activity.
7818 (rcirc-ignore-all-activity-flag): Doc fix.
7819 (rcirc-channels): Remove variable.
7820 (rcirc-kill-buffer-hook):
7821 (rcirc-get-buffer-create): Add nick to private channel.
7822 (rcirc-multiline-edit-submit): Remove tabs.
7823 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7824 folded.
7825 (rcirc-remove-nick-channel): Bug fix.
7826 (rcirc-toggle-ignore-buffer-activity): Rename from
7827 rcirc-toggle-ignore-channel-activity.
7828 (rcirc-record-activity): Add buffers to the front of the list.
7829 (rcirc-update-activity): Remove killed buffers from list.
7830 (rcirc-process-server-response-1): Remove last argument if it is
7831 null before calling handler.
7832 (rcirc): Add "rcirc" defcustom prefix.
7833 (rcirc-prompt): Simplify default prompt.
7834 Use custom-initialize-default.
7835 (rcirc-private-chats): Remove variable.
7836 (rcirc-prompt): Change initialization.
7837 (rcirc-version): Remove function.
7838 (rcirc-id-string): Add constant.
7839 (rcirc-last-buffer): Remove variable.
7840 (rcirc-buffer-alist): Add variable.
7841 (rcirc-connect): Update variable setup.
7842 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7843 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7844 default.
7845 (rcirc-handler-generic): Trigger activity.
7846 (rcirc-send-message): Create the buffor of the target.
7847 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7848 (rcirc-get-buffer): Just return nil if there is no matching buffer.
7849 (rcirc-multiline-edit-cancel): Remove function.
7850 (rcirc-set-last-buffer): Remove function.
7851 (rcirc-get-any-buffer): Add function.
7852 (rcirc-join-channels): Don't print /join text.
7853 (rcirc-toggle-ignore-channel-activity): Add and update echo area
7854 messages.
7855 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7856 (rcirc-handler-NOTICE): Recognize CTCP responses.
7857 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7858 constructing TOPIC string for buffers we are not JOINed.
7859 (rcirc-handler-CTCP-response): Add handler.
7860 (rcirc-multiline-edit-submit): Restore the window-configuration
7861 before adjusting point.
7862 (rcirc): Add customization group.
7863 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7864 (rcirc-user-full-name, rcirc-startup-channels-alist)
7865 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7866 (rcirc-ignore-all-activity-flag, rcirc-time-format)
7867 (rcirc-input-ring-size, rcirc-read-only-flag)
7868 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7869 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7870 Change defvar to defcustom.
7871 (rcirc-update-prompt): Add optional ALL arg, which will update
7872 prompts in all rcirc buffers. Regexp quote replacement text.
7873 (rcirc-fill-column): Accept frame-width as a value.
7874 (rcirc-set-changed): Add function.
7875 (rcirc-next-active-buffer): Write more meaningful messages.
7876 (rcirc-faces): Add customization group.
7877 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7878 (rcirc-nick-in-message-face, rcirc-prompt-face)
7879 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7880 (with-rcirc-process-buffer): Move before first usage.
7881 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7882 (rcirc-debug-flag): Rename from `rcirc-log-p'.
7883 (rcirc-debug): Rename from `rcirc-log'.
7884 (rcirc-format-response-string): Do not print `-' chars for a
7885 NOTICE with no sender. Simplify output of server responses.
7886
7887 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7888
7889 (rcirc-browse-url-map, rcirc-browse-url-at-point)
7890 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7891 Make urls mouse and RET clickable.
7892
7893 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7894
7895 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7896
7897 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7898
7899 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7900 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7901 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7902 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7903 argument to all these routines, so the passphrase can be managed
7904 externally and passed in to the system.
7905 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7906 pgg-add-passphrase-to-cache function.
7907
7908 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7909 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7910 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7911 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7912 argument to all these routines, so the passphrase can be managed
7913 externally and passed in to the system.
7914 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7915 function.
7916
7917 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
7918
7919 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
7920 from goto-address-url-regexp.
7921
7922 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
7923
7924 * textmodes/org.el (org-read-date, org-goto-calendar)
7925 (org-recenter-calendar, org-agenda-goto-calendar):
7926 Temporarily clear `calendar-move-hook'.
7927
7928 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
7929
7930 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
7931 merging.
7932
7933 * ediff-util.el (ediff-previous-difference): Don't skip regions that
7934 have merge clashes.
7935
7936 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7937
7938 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7939 Undo previous change.
7940
7941 * startup.el (command-line): Use `custom-reevaluate-setting' for
7942 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
7943 tty-register-default-colors on Mac.
7944
7945 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7946
7947 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
7948 (gdb-buffer-type): Make it automatically buffer local...
7949 (gdb-get-create-buffer): ...and set it accordingly.
7950 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7951 actually work.
7952
7953 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
7954
7955 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7956 not red.
7957
7958 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7959
7960 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7961 case GUD buffer is not visible.
7962 (gdb-goto-breakpoint): Try to force display in source buffer.
7963 (gdb-frame-gdb-buffer): Copy other similar functions.
7964 (gdb-restore-windows): Don't display source if not asked for.
7965 (gdb-assembler-buffer-name): Don't capitalise.
7966
7967 2005-11-03 Richard M. Stallman <rms@gnu.org>
7968
7969 * wid-edit.el (key-sequence): New widget type.
7970
7971 * simple.el (set-mark-command-repeat-pop): New variable.
7972 (set-mark-command): Only interpret plan C-@ after a pop as a pop
7973 if set-mark-command-repeat-pop is true.
7974
7975 * info.el (Info-fontify-node): Don't display extra "see" if there
7976 already is one here.
7977
7978 * mouse.el: Fix special handling of DEL after dragging a region:
7979 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7980 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
7981
7982 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7983
7984 * textmodes/ispell.el (ispell-command-loop): Change `i' description
7985 not to assume it pertains to an affix.
7986
7987 * textmodes/flyspell.el (flyspell-post-command-hook):
7988 Bind deactivate-mark to prevent deactivation.
7989
7990 2005-11-03 Lars Hansen <larsh@soem.dk>
7991
7992 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7993 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7994 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7995
7996 2005-11-03 Romain Francoise <romain@orebokech.com>
7997
7998 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
7999 Update copyright years.
8000
8001 2005-11-03 Sam Steingold <sds@gnu.org>
8002
8003 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8004 Use system-type instead of window-system because window-system is not
8005 correctly defined during loadup.
8006
8007 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8008
8009 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8010 (xml-parse-tag): Join strings separated by a comment properly.
8011
8012 2005-11-02 Andreas Schwab <schwab@suse.de>
8013
8014 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8015
8016 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8019 (byte-optimize-pure-func): Quote the eval'd value.
8020
8021 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8022 Rename from perl-font-lock-syntactic-face-function.
8023 Change the calling convention so it can be used as a font-lock MATCHER.
8024 Do the parse-partial-sexp loop outselves.
8025 (perl-font-lock-syntactic-keywords): Use it.
8026 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8027
8028 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8029
8030 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8031 disassembly buffer too.
8032 (gdb-exited): Remove overlay arrows when execution has finished.
8033 (gdb-info-frames-custom, gdb-info-threads-custom)
8034 (gdb-info-registers-custom): Don't add inappropriate text
8035 properties if inferior is not active.
8036
8037 2005-11-02 Glenn Morris <rgm@gnu.org>
8038
8039 * progmodes/fortran.el (fortran-blink-match):
8040 Use `blink-matching-delay'.
8041
8042 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8043
8044 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8045
8046 2005-11-02 Lars Hansen <larsh@soem.dk>
8047
8048 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8049 "Permission denied".
8050
8051 2005-11-01 Richard M. Stallman <rms@gnu.org>
8052
8053 * textmodes/flyspell.el (flyspell-external-point-words):
8054 Pass nil to flyspell-get-word.
8055
8056 2005-11-02 Kim F. Storm <storm@cua.dk>
8057
8058 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8059 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8060
8061 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8064 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8065 (calendar-mouse-print-dates): Add optional `event' argument.
8066 Update interactive-spec.
8067 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8068 Use `calendar-event-to-date' instead of `event'.
8069
8070 2005-11-02 Masatake YAMATO <jet@gyve.org>
8071
8072 * progmodes/ld-script.el (ld-script-builtins):
8073 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8074 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8075 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8076
8077 2005-11-01 Romain Francoise <romain@orebokech.com>
8078
8079 * vc-sccs.el: Update copyright year.
8080 * ezimage.el: Likewise.
8081
8082 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8083
8084 * info.el (Info-fontify-node): Use `string-width' for fontifying
8085 underlined titles.
8086
8087 2005-11-01 Juri Linkov <juri@jurta.org>
8088
8089 * info.el (Info-fontify-node): Downcase node header keywords Node,
8090 Prev, Next, Up before comparison.
8091 (Info-history): Insert absolute directory name, and put invisible
8092 property on it.
8093
8094 2005-11-01 Juri Linkov <juri@jurta.org>
8095
8096 * info.el (Info-file-supports-index-cookies): New variable.
8097 (Info-find-node-2): Check makeinfo version for index cookie support.
8098 (Info-index-nodes): Search for nodes with index cookies only when
8099 Info-file-supports-index-cookies is t. Otherwise, search nodes
8100 with "Index" in the node name.
8101 (Info-index-node): Search index cookie in the current node only when
8102 Info-file-supports-index-cookies is t. Otherwise, check the word
8103 "Index" in the node name.
8104 (Info-find-emacs-command-nodes): Remove code that searches nodes
8105 with "Index" node name in the top menu.
8106
8107 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * progmodes/scheme.el (scheme-mode-variables): Use the default
8110 comment-indent-function.
8111
8112 * faces.el (face-attribute): Handle the case where a face inherits from
8113 a non-existent face.
8114
8115 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8116 for octal and hexa output, and merge the char into the paren.
8117 (kill-new): Use push.
8118 (copy-to-buffer): Use with-current-buffer.
8119 (completion-setup-function): Move code in loop to remove redundancy.
8120 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8121 those inherited from minibuffer-local-completion-map.
8122
8123 * savehist.el (savehist-mode) <defcustom>:
8124 Use custom-set-minor-mode if available.
8125 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8126 and emit a message if applicable.
8127
8128 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8129
8130 * savehist.el: Sync up to version 19.
8131 (savehist-mode): New minor mode.
8132 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8133 (savehist-length): Remove (use history-length instead).
8134 (savehist-file-modes): Rename from savehist-modes.
8135 (savehist-save-hook, savehist-loaded): New vars.
8136 (savehist-load): Use savehist-mode. Try to smooth up transition from
8137 old format to new format.
8138 (savehist-install): Allow savehist-autosave-interval to be nil.
8139 (savehist-save): Run the new hook. Be more careful to only trim the
8140 history variables.
8141 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8142 (savehist-printable): Print into a buffer rather than char-by-char.
8143
8144 2005-11-01 John Wiegley <johnw@newartisans.com>
8145
8146 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8147 toggle-ignore keybinding (C-a). The author said it had been
8148 disabled much earlier due to a possible incompatibility, but after
8149 many months of usage I have encountered no problems (and it is a
8150 rather useful option, especially for switching to " *temp*").
8151
8152 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8153 support for OS/X's AddressBook, by calling out to the open source
8154 program "contacts" (installable through Fink).
8155
8156 * net/eudc.el (eudc-expand-inline): If the
8157 `eudc-multiple-match-handling-method' is set to `all', delete the
8158 query string before inserting the query result.
8159
8160 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8161 flag, to prevent Eshell from using the system ls when
8162 `eshell-ls-insert-directory' is in used.
8163 (eshell-ls-insert-directory): Disable font-lock in directory
8164 buffer so that Eshell's own fontification is seen. This broke
8165 recently due to changes in font-lock, so this goes back to version
8166 21 behavior.
8167
8168 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8169
8170 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8171 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8172 (gdb-many-windows): Doc fix.
8173
8174 2005-10-31 Romain Francoise <romain@orebokech.com>
8175
8176 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8177
8178 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8179
8180 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8181 that global-font-lock-mode can be enabled by default.
8182
8183 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8184 (font-lock-add-keywords, font-lock-remove-keywords)
8185 (font-lock-fontify-buffer): Remove autoload cookies.
8186
8187 * jit-lock.el (jit-lock-register): Likewise.
8188
8189 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8190
8191 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8192
8193 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8194 intact if there is no gud-comint-buffer.
8195
8196 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8197
8198 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8199 old prompt comint-prompt-read-only is t and GDB commands are
8200 issued from tool bar etc.
8201
8202 2005-10-31 Masatake YAMATO <jet@gyve.org>
8203
8204 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8205
8206 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8207
8208 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8209 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8210
8211 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8212
8213 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8214 starting at beginning of line. Fontification is messed up when
8215 `open-paren-in-column-0-is-defun-start' set to t.
8216 Reported by John Paul Wallington <jpw@pobox.com>.
8217
8218 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8219
8220 * comint.el (comint-send-input): Call `comint-update-fence' when
8221 `comint-process-echoes' and `comint-prompt-read-only' are both
8222 non-nil, to avoid leftover read-only newline.
8223
8224 2005-10-30 Richard M. Stallman <rms@gnu.org>
8225
8226 * textmodes/flyspell.el (flyspell-external-point-words):
8227 Detect when WORD can't be checked properly because
8228 flyspell-get-word finds just part of it, and move on.
8229
8230 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8231 boundarychar for Polish.
8232 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8233 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8234
8235 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8236
8237 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8238 (gdb-registers-font-lock-keywords): Delete.
8239 (gdb-registers-mode): Don't fontify.
8240 (gdb-info-registers-custom): Use text properties instead as, in
8241 future, changed register values will use font-lock-warning-face.
8242 (gdb-local-font-lock-keywords): Rename to...
8243 (gdb-locals-font-lock-keywords): ...for consistency.
8244
8245 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8246
8247 * vc.el (vc-switch-backend): Better error message if the buffer is
8248 not visiting a file under version control.
8249
8250 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8251
8252 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8253
8254 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8255 ~/.emacs.d/.emacs.
8256
8257 2005-10-29 Richard M. Stallman <rms@gnu.org>
8258
8259 * replace.el (occur-mode-mouse-goto): Always go to other window.
8260 (occur-mode-goto-occurrence): Always switch in same window.
8261
8262 * simple.el (undo): Display message at end, not at start.
8263
8264 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8265 New arg REUSE-CELL.
8266 (cancel-timer-internal): New function.
8267 (timer-event-handler): Use cancel-timer-internal,
8268 and pass the cell it returns to timer-activate...
8269
8270 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8271 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8272 (jit-lock-after-change): Test memory-full.
8273
8274 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8275
8276 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8277 part of the decoded armor to find the key-identifier.
8278 (pgg-gpg-lookup-key-owner): New function to return the
8279 human-readable identifier of a key owner.
8280 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8281 key itself.
8282 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8283 the key value) if we have a key and can match it against a secret
8284 key. Also, added a note pointing out fact that the prompt only
8285 indicates the first matching key.
8286
8287 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8288 pgg-decrypt-region.
8289 (pgg-pending-timers): A new hash for tracking the passphrase cache
8290 timers, so that new ones supercede old ones.
8291 (pgg-add-passphrase-to-cache): Rename from
8292 `pgg-add-passphrase-cache' to reduce confusion (all callers
8293 changed). Modified to cancel old timers when new ones are added.
8294 (pgg-remove-passphrase-from-cache): Rename from
8295 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8296 changed). Modified to cancel old timers when their keys are
8297 removed from the cache.
8298 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8299 XEmacs, an indirection to delete-itimer.
8300 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8301 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8302 users can only check cache without risk of prompting. Correct bug in
8303 notruncate behavior.
8304 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8305 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8306 Add informative docstrings.
8307 (pgg-decrypt): Convey provided passphrase in subordinate call to
8308 pgg-decrypt-region.
8309
8310 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8311 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8312 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8313 `passphrase' argument, so the passphrase can be managed externally
8314 and then passed in to the system.
8315
8316 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8317 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8318 so the passphrase cache can be used reliably with identifiers
8319 besides a pgp packet's key id.
8320
8321 * pgg-gpg.el (pgg-pgp-encrypt-region)
8322 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8323 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8324 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8325 argument to all these routines, so the passphrase can be managed
8326 externally and passed in to the system.
8327
8328 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8329 `notruncate' argument, so the passphrase cache can be used
8330 reliably with identifiers besides a pgp packet's key id.
8331
8332 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8333
8334 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8335 symmetric encryption.
8336 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8337 encrypted session key.
8338 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8339 message ask for the passphrase in a proper way.
8340
8341 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8342 New user commands for symmetric encryption.
8343
8344 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8345
8346 * textmodes/conf-mode.el (conf-assignment-sign)
8347 (conf-assignment-regexp): Fix docstrings.
8348 (conf-mode-initialize): New function.
8349 (conf-mode): Remove optional args. Use delay-mode-hooks to
8350 recognize recursive calls.
8351 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8352 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8353 (conf-xdefaults-mode): Use define-derived-mode and
8354 conf-mode-initialize.
8355
8356 2005-10-29 Romain Francoise <romain@orebokech.com>
8357
8358 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8359
8360 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8361
8362 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8363 part of the decoded armor to find the key-identifier.
8364 (pgg-gpg-lookup-key-owner): New function to return the
8365 human-readable identifier of a key owner.
8366 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8367 key itself.
8368 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8369 the key value) if we have a key and can match it against a secret
8370 key. Also, added a note pointing out fact that the prompt only
8371 indicates the first matching key.
8372
8373 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8374 pgg-decrypt-region.
8375 (pgg-pending-timers): A new hash for tracking the passphrase cache
8376 timers, so that new ones supercede old ones.
8377 (pgg-add-passphrase-to-cache): Rename from
8378 `pgg-add-passphrase-cache' to reduce confusion (all callers
8379 changed). Modified to cancel old timers when new ones are added.
8380 (pgg-remove-passphrase-from-cache): Rename from
8381 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8382 changed). Modified to cancel old timers when their keys are
8383 removed from the cache.
8384 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8385 XEmacs, an indirection to delete-itimer.
8386 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8387 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8388 users can only check cache without risk of prompting. Correct bug in
8389 notruncate behavior.
8390 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8391 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8392 Add informative docstrings.
8393 (pgg-decrypt): Convey provided passphrase in subordinate call to
8394 pgg-decrypt-region.
8395
8396 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8397
8398 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8399 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8400 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8401 `passphrase' argument, so the passphrase can be managed externally
8402 and then passed in to the system.
8403
8404 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8405 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8406 so the passphrase cache can be used reliably with identifiers
8407 besides a pgp packet's key id.
8408
8409 * pgg-gpg.el (pgg-pgp-encrypt-region)
8410 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8411 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8412 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8413 argument to all these routines, so the passphrase can be managed
8414 externally and passed in to the system.
8415
8416 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8417 `notruncate' argument, so the passphrase cache can be used
8418 reliably with identifiers besides a pgp packet's key id.
8419
8420 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8421
8422 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8423 symmetric encryption.
8424 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8425 encrypted session key.
8426 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8427 message ask for the passphrase in a proper way.
8428
8429 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8430 New user commands for symmetric encryption.
8431
8432 2005-10-28 Bill Wohler <wohler@newt.com>
8433
8434 * help-mode.el (help-url): New button type. Calls browse-url.
8435 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8436 Similar to Info nodes: URL `url'.
8437 (help-make-xrefs): Create help-url buttons for
8438 help-xref-url-regexp matches.
8439
8440 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8441
8442 * tool-bar.el (tool-bar-add-item-from-menu)
8443 (tool-bar-local-item-from-menu): Fix doc strings.
8444
8445 2005-10-28 Romain Francoise <romain@orebokech.com>
8446
8447 * ldefs-boot.el: Update.
8448
8449 * subr.el (locate-library): Move from help-fns.el.
8450 * help-fns.el (locate-library): Move to subr.el.
8451
8452 2005-10-28 Richard M. Stallman <rms@gnu.org>
8453
8454 * net/tramp.el (tramp-completion-mode): defvar moved up.
8455
8456 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8457
8458 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8459
8460 * files.el (find-file-noselect): Use %d to format large file size.
8461
8462 * bindings.el (mode-line-format): Add %e.
8463
8464 * loadup.el ("facemenu"): Load unconditionally.
8465 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8466 ("x-dnd"): Load, when appropriate.
8467
8468 * startup.el (command-line): Call before-init-hook earlier.
8469 Warn about some bad characters in -u user name.
8470
8471 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8472 (flyspell-external-point-words): Error if misspelled word is not found.
8473 Set flyspell-large-region-beg at end of word.
8474
8475 2005-10-28 Andreas Schwab <schwab@suse.de>
8476
8477 * view.el (View-revert-buffer-scroll-page-forward):
8478 Use view-page-size-default.
8479
8480 2005-10-28 Juri Linkov <juri@jurta.org>
8481
8482 * international/quail.el (quail-get-current-str): Translate last
8483 raw character for deterministic input methods.
8484
8485 2005-10-27 Jay Belanger <belanger@truman.edu>
8486
8487 * calc/calc-ext.el: Add functions to autoloads.
8488 (math-identity-matrix-p, math-ident-row-p): New functions.
8489
8490 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8491 multiplication by an identity matrix; don't turn multiplication by
8492 an inverse matrix into division.
8493 (math-div-symbol-fancy): Replace division by matrices with
8494 multiplication by inverse.
8495
8496 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8497
8498 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8499 (calc-writeoutpower): New functions.
8500
8501 2005-10-27 Romain Francoise <romain@orebokech.com>
8502
8503 * replace.el (occur-engine): Include colon in mouse-face highlight.
8504
8505 * dired-x.el: Change Maintainer field.
8506
8507 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8508
8509 * longlines.el (longlines-mode): Bind after-change-functions to
8510 nil during initial decoding and final encoding.
8511
8512 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8513
8514 * term.el (term-emulate-terminal, term-handle-colors-array)
8515 (term-handle-ansi-escape): Specify the terminfo capabilities
8516 implemented.
8517
8518 2005-10-26 Richard M. Stallman <rms@gnu.org>
8519
8520 * info.el (Info-fontify-node): Fix detection of sentence-break
8521 before *Note.
8522
8523 2005-10-26 Romain Francoise <romain@orebokech.com>
8524
8525 * smerge-mode.el: Add `tools' to file keywords.
8526
8527 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8528
8529 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8530 when the fringe is not available.
8531
8532 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8533 (def-gdb-auto-update-trigger): Simplify construction.
8534 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8535 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8536 defined explicitly.
8537 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8538 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8539 defined explicitly.
8540 (gdb-info-locals-custom): Remove as it's a no-op.
8541
8542 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8543
8544 * longlines.el (longlines-mode): Remove narrowing before
8545 performing the initial decoding or final encoding.
8546
8547 2005-10-25 Romain Francoise <romain@orebokech.com>
8548
8549 * emacs-lisp/find-func.el (find-library-name): Also strip
8550 extension if library name ends in .el, to take advantage of
8551 `find-library-suffixes'.
8552
8553 2005-10-25 Richard M. Stallman <rms@gnu.org>
8554
8555 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8556
8557 2005-10-25 Juri Linkov <juri@jurta.org>
8558
8559 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8560 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8561
8562 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8565 (blackbox-redefine-key): Add argument `map'.
8566
8567 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8568 regions when moving the jit-lock-context-unfontify-pos boundary.
8569
8570 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8571
8572 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8573
8574 2005-10-25 Masatake YAMATO <jet@gyve.org>
8575
8576 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8577
8578 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8579
8580 * play/blackbox.el (blackbox-redefine-key): New function.
8581 (blackbox-mode-map): Use it to remap existing bindings for cursor
8582 motion instead of binding literal keys.
8583
8584 2005-10-25 Glenn Morris <rgm@gnu.org>
8585
8586 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8587 diary does not end in a newline. Do not assume a blank line at
8588 the start of the diary file.
8589
8590 2005-10-25 Kenichi Handa <handa@m17n.org>
8591
8592 * international/quail.el (quail-translate-key): If the input
8593 method is deterministic and failed to handle the last key, restart
8594 the key handling loop from an appropriate key.
8595
8596 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8597
8598 * vc.el (vc-dired-mode): Extend comment for binding of
8599 `directory-listing-before-filename-regexp'.
8600
8601 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8602
8603 * textmodes/texinfo.el (texinfo-mode):
8604 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8605 not to unnecessarily expose emacs-mule's internal char codes.
8606
8607 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8608
8609 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8610 Display hand pointer and help-echo on disabled icon too.
8611 (gdb-mouse-until): New function.
8612 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8613
8614 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8615
8616 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8617 with 2005-10-23 change to doctor.el.
8618
8619 * finder.el (finder-mode-map): Add follow-link binding.
8620
8621 2005-10-25 Kim F. Storm <storm@cua.dk>
8622
8623 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8624 to gdb-mouse-toggle-breakpoint-fringe.
8625 (gdb-mouse-toggle-breakpoint-margin): Rename from
8626 gdb-mouse-toggle-breakpoint. Fix doc.
8627 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8628 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8629 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8630 string properties also for fringe breakpoint bitmaps.
8631
8632 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8633
8634 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8635
8636 2005-10-25 Masatake YAMATO <jet@gyve.org>
8637
8638 * simple.el (completion-common-substring):
8639 Use `completion-common-substring' prior to `completion-base-size'.
8640
8641 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8642
8643 * savehist.el: Require CL while compiling.
8644 (savehist-history-variables): Remove.
8645 (savehist-save-minibuffer-history, savehist-additional-variables)
8646 (savehist-minibuffer-history-variables): New vars.
8647 (savehist-save): Use them.
8648 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8649 (savehist-install): New fun, extracted from savehist-load.
8650 (savehist-load): Use them.
8651
8652 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8653
8654 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8655 a dummy doc-string-elt property.
8656 (defalias, defvaralias, define-category): Add a docstring property.
8657
8658 * image.el (defimage):
8659 * widget.el (define-widget):
8660 * custom.el (defface, defcustom): Add `doc-string' declaration.
8661
8662 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8663 (defadvice): Add `doc-string' declaration.
8664
8665 * emacs-lisp/byte-run.el (macro-declaration-function):
8666 Handle `doc-string' declarations.
8667 (define-obsolete-function-alias, define-obsolete-variable-alias):
8668 Add `doc-string' declaration.
8669
8670 2005-10-24 Kenichi Handa <handa@m17n.org>
8671
8672 * international/utf-7.el (utf-7): Add autoload cookie.
8673
8674 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8675
8676 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8677
8678 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8679 list of directories passed to batch-update-autoloads. Add "." to
8680 the list of the echoed directories.
8681
8682 * pgg-def.el:
8683 * pgg-gpg.el:
8684 * pgg-parse.el:
8685 * pgg-pgp.el:
8686 * pgg-pgp5.el:
8687 * pgg.el: Moved here from the gnus subdirectory.
8688
8689 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8690
8691 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8692 in case comint-prompt-read-only is set to t.
8693
8694 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8695 in case comint-prompt-read-only is set to t.
8696
8697 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8698
8699 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8700 Now a string.
8701 (icalendar-import-format): Handle CLASS, STATUS, URL.
8702 Rename `subject' to `summary'.
8703 (icalendar-import-format-summary): Rename from
8704 `icalendar-import-format-subject'.
8705 (icalendar-import-format-url, icalendar-import-format-status)
8706 (icalendar-import-format-class): New variables.
8707 (icalendar--rris): Take variable argument list.
8708 (icalendar--datestring-to-isodate): Remove unnecessary
8709 calendar-style check when converting dates with explicit month names.
8710 (icalendar-export-region): Change return type of conversion
8711 subroutines. Bury current buffer unless error occurred.
8712 (icalendar--convert-to-ical)
8713 (icalendar--parse-summary-and-rest): New functions.
8714 (icalendar--convert-ordinary-to-ical)
8715 (icalendar--convert-weekly-to-ical)
8716 (icalendar--convert-yearly-to-ical)
8717 (icalendar--convert-block-to-ical)
8718 (icalendar--convert-cyclic-to-ical)
8719 (icalendar--convert-anniversary-to-ical): Change return type.
8720 Strip trailing blanks from subject.
8721 (icalendar--convert-sexp-to-ical): Change return type.
8722 Strip trailing blanks from subject. Handle simple sexp
8723 entries as generated by icalendar.el.
8724 (icalendar--convert-float-to-ical)
8725 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8726 (icalendar-import-file): Doc fix.
8727 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8728 Correct call to icalendar--rris.
8729 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
8730 `summary'.
8731 (icalendar--add-diary-entry): Rename `subject' to `summary'.
8732
8733 2005-10-24 Romain Francoise <romain@orebokech.com>
8734
8735 * server.el (server-sentinel): Set query-on-exit flag to nil on
8736 new client processes (it isn't inherited from the server process).
8737
8738 * replace.el (occur-engine): Rearrange text properties.
8739
8740 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8743 case-fold-search is nil.
8744 (debug-help-follow): Use help-xref-interned directly.
8745
8746 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8747
8748 * thumbs.el (thumbs-image-type): Add .pbm.
8749
8750 2005-10-23 Richard M. Stallman <rms@gnu.org>
8751
8752 * faces.el (inhibit-face-set-after-frame-default): New variable.
8753 (set-face-attribute): Bind it.
8754 (face-set-after-frame-default): Test it.
8755
8756 * help-fns.el (describe-simplify-lib-file-name): New function.
8757 (describe-function-1, describe-variable): Use it.
8758
8759 * faces.el (describe-face): Use describe-simplify-lib-file-name.
8760
8761 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8762 Eliminate nil as possible value.
8763 (tooltip-hide-delay): Reduce internal-border-width.
8764
8765 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8766 (menu-bar-file-menu) <new-file>: Likewise.
8767
8768 * simple.el (line-move-finish): Ignore fields computing LINE-END.
8769
8770 * international/mule.el (load-with-code-conversion):
8771 Pass full file name to `eval-buffer' unless preloading.
8772
8773 * textmodes/flyspell.el (flyspell-large-region):
8774 Call ispell-check-version.
8775
8776 * textmodes/ispell.el (ispell-local-dictionary-overridden):
8777 Fix the make-variable-buffer-local call that was supposed
8778 to be for this variable.
8779 (ispell-aspell-supports-utf8): Doc fix.
8780 (ispell-find-aspell-dictionaries): Preserve elements of
8781 ispell-dictionary-alist for dictionaries that aspell doesn't report.
8782 (ispell-aspell-find-dictionary): Return nil on error.
8783
8784 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8785 (doctor-symptoms): Likewise.
8786
8787 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8788
8789 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * cus-edit.el (custom-button, custom-button-pressed): New vars.
8792 (custom-raised-buttons): Add :set spec.
8793 (custom-button-unraised, custom-button-pressed-unraised):
8794 New faces, so that custom-raised-buttons actually does something.
8795 (custom-mode): Use custom-button and custom-button-pressed.
8796
8797 * wid-edit.el (widget-specify-button): Don't ignore
8798 widget-mouse-face on graphic terminals.
8799 (widget-move-and-invoke): Cleanup.
8800
8801 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
8802
8803 * whitespace.el (whitespace-cleanup): Doc fix.
8804
8805 2005-10-23 Romain Francoise <romain@orebokech.com>
8806
8807 * emulation/viper.el (viper-set-hooks): Quote forms passed to
8808 `eval-after-load' to avoid evaluating their result.
8809
8810 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8811
8812 * files.el (directory-listing-before-filename-regexp):
8813 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
8814
8815 * dired.el (dired-move-to-filename-regexp): Remove.
8816 All occurences replaced by `directory-listing-before-filename-regexp'.
8817
8818 * dired-x.el, locate.el, vc.el:
8819 Replace `dired-move-to-filename-regexp' by
8820 `directory-listing-before-filename-regexp'. In vc.el it is
8821 overwritten locally; maybe this can be handled in files.el too.
8822
8823 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
8824 replaced by `directory-listing-before-filename-regexp'.
8825
8826 2005-10-23 Andreas Schwab <schwab@suse.de>
8827
8828 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8829 and eval-next-after-load.
8830
8831 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8832
8833 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8834 exist, create it.
8835
8836 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
8837
8838 * allout.el: Remove autoloads for mailcrypt and crypt++.
8839 Require pgg, pgg-gpg during compilation.
8840 (allout-version): Increment version number to 2.1, and use a literal
8841 rather than RCS Id.
8842 (allout-default-encryption-scheme): Remove.
8843 (allout-passphrase-verifier-handling)
8844 (allout-passphrase-verifier-string)
8845 (allout-file-passphrase-verifier-string)
8846 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8847 (allout-passphrase-hint-handling): Rename and simplify.
8848 (allout-init): Use `find-file-hook' if available, otherwise
8849 `find-file-hooks'.
8850 (allout-mode): Use `write-file-functions' if available, otherwise
8851 `local-write-file-hooks' and, instead of making auto-save-hook
8852 buffer local, make the write-file-hook activity contingent to
8853 allout-mode.
8854 (allout-mode): Use key-binding substitution in the docstring.
8855 (allout-kill-line): Spell-out kill ring data structure mutation
8856 instead of using byte-compiler-complaint-provoking `pop'.
8857 (allout-insert-listified): Use `insert' rather than `insert-string'
8858 (allout-toggle-current-subtree-encryption): Update docstring, adjust
8859 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8860 (allout-encrypt-string): Totally revamped vis new underlying
8861 encryption facilities.
8862 (allout-mc-activate-passwd): Remove.
8863 (allout-obtain-passphrase): New, more or less replaces
8864 allout-mc-activate-passwd.
8865 (allout-encrypted-key-info): More or less replaces
8866 allout-encrypted-text-type.
8867 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8868 (my-mark-marker): Use `(featurep 'xemacs)'.
8869
8870 2005-10-23 Lars Hansen <larsh@soem.dk>
8871
8872 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8873 (byte-compile-file-form-defmumble, byte-compile-defun)
8874 (byte-compile-defmacro): Use it.
8875 (byte-compile-form): Don't call byte-compile-set-symbol-position
8876 when a byte-compile handler is called.
8877
8878 2005-10-22 Romain Francoise <romain@orebokech.com>
8879
8880 * savehist.el (savehist-history-variables): Add `grep-find-history'.
8881
8882 * subr.el (eval-after-load): Convert library name to an absolute
8883 file name using locate-library, since load-history no longer has
8884 library names in it.
8885
8886 2005-10-22 Richard M. Stallman <rms@gnu.org>
8887
8888 * files.el (make-temp-file): Move from subr.el.
8889 * subr.el (make-temp-file): Move to files.el.
8890
8891 * window.el (get-buffer-window-list): Move from subr.el.
8892 * subr.el (get-buffer-window-list): Move to window.el.
8893
8894 * image.el (image-load-path): Use eval-at-startup to initialize.
8895
8896 * subr.el (eval-at-startup): New macro.
8897
8898 * subr.el: Much rearrangement of functions and division
8899 into pages. No code changes.
8900
8901 2005-10-22 Kenichi Handa <handa@m17n.org>
8902
8903 * tar-mode.el (tar-extract): Be sure to call
8904 find-operation-coding-system if set-auto-coding doesn't find a
8905 coding system.
8906
8907 2005-10-22 Kim F. Storm <storm@cua.dk>
8908
8909 * image.el (image-type-header-regexps): Rename from image-type-regexps.
8910 Change users.
8911 (image-type-file-name-regexps): New defconst.
8912 (image-type-from-data): Simplify loop.
8913 (image-type-from-buffer): New defun.
8914 (image-type-from-file-header): Use it instead of image-type-from-data.
8915 Use image-search-load-path instead of only looking in data-directory.
8916 (image-type-from-file-name): New defun.
8917 (image-search-load-path): Change `pathname' to `filename'.
8918 Make PATH arg optional, default to image-load-path.
8919
8920 2005-10-21 Richard M. Stallman <rms@gnu.org>
8921
8922 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
8923
8924 * textmodes/paragraphs.el (sentence-end-base): New variable.
8925 (sentence-end): Use sentence-end-base.
8926
8927 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8928
8929 * font-lock.el (font-lock-default-fontify-region): Check the multiline
8930 property independently from the font-lock-multiline variable.
8931
8932 2005-10-21 Richard M. Stallman <rms@gnu.org>
8933
8934 * emacs-lisp/find-func.el (find-library-name): Doc fix.
8935
8936 * startup.el (command-line): Convert library names
8937 in `load-history' to absolute file names.
8938
8939 * subr.el (symbol-file): Doc fix.
8940
8941 * loadhist.el (file-loadhist-lookup): Call locate-library
8942 instead of find-library-name. Don't try converting
8943 abs file names to library names, since load-history no longer
8944 has library names in it.
8945 (file-dependents, file-provides, file-requires): Doc fixes.
8946
8947 2005-10-21 Juri Linkov <juri@jurta.org>
8948
8949 * progmodes/etags.el (tags-table-mode): New function.
8950 (tags-verify-table): Replace initialize-new-tags-table with
8951 tags-table-mode.
8952
8953 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8954 default value.
8955 (desktop-modes-not-to-save): Add tags-table-mode to the
8956 default value.
8957
8958 * info.el (Info-index-next): Add total number of index
8959 alternatives to the message.
8960
8961 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8962 backward only space (instead of space and period) before looking
8963 at sentence end.
8964
8965 * simple.el (set-variable): Use user-variable-p instead of symbolp.
8966 Add the old variable value as 4th default-value arg of read-string.
8967
8968 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8969
8970 * cus-face.el (custom-declare-face): Make face from X resources
8971 also on Mac.
8972
8973 * disp-table.el (standard-display-g1, standard-display-graphic):
8974 Refuse to use string glyphs also on Mac.
8975 (standard-display-european): Don't set terminal coding system also
8976 on Mac.
8977
8978 * frame.el (display-screens): Use x-display-screens also on Mac.
8979
8980 2005-10-21 Romain Francoise <romain@orebokech.com>
8981
8982 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
8983
8984 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8985
8986 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8987 and $? into sexps.
8988
8989 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8990 warning face on open-paren-in-column-0.
8991
8992 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8993 boundary case. Fix typo.
8994 Suggested by Martin Rudalics <rudalics@gmx.at>.
8995
8996 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8997
8998 * textmodes/org.el (org-combined-agenda-icalendar-file)
8999 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9000 (org-export-icalendar-this-file)
9001 (org-export-icalendar-all-agenda-files)
9002 (org-export-icalendar-combine-agenda-files): New commands.
9003 (org-export-icalendar, org-print-icalendar-entries)
9004 (org-start-icalendar-file, org-finish-icalendar-file)
9005 (org-ical-ts-to-string): New functions.
9006 (org-read-date, org-goto-calendar)
9007 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9008 call to `calendar'.
9009 (orgtbl-setup): Remove the :keys arguments from the menu description.
9010 (org-after-save-iCalendar-file-hook): New variable.
9011
9012 2005-10-21 Kenichi Handa <handa@m17n.org>
9013
9014 * language/vietnamese.el (tcvn-5712): Make it an alias of
9015 vietnamese-tcvn coding-system.
9016
9017 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9018
9019 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9020 group id is given.
9021
9022 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9023
9024 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9025 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9026 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9027 whose line is either continued or ends with a comment.
9028
9029 2005-10-20 Romain Francoise <romain@orebokech.com>
9030
9031 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9032
9033 * replace.el (occur-engine): Add follow-link property.
9034
9035 * font-core.el (font-lock-mode): Doc fix.
9036
9037 2005-10-20 Richard M. Stallman <rms@gnu.org>
9038
9039 * net/rcirc.el: New file.
9040
9041 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9042
9043 * term.el (term-term-name): Initialize to "eterm-color".
9044
9045 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9046
9047 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9048 for encryption functionality.
9049 Move allout customization subgroup from `editing' to `outlines' group.
9050 Fix commentary keywords to legitimate ones.
9051 Update author info (using my current email address, obscurified).
9052 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9053 (allout-encrypted-topic-p, allout-encrypted-text-type)
9054 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9055 (allout-situate-encryption-key-verifier)
9056 (allout-get-encryption-key-verifier, allout-verify-key)
9057 (allout-next-topic-pending-encryption)
9058 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9059 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9060 (outline-key-verifier-handling, outline-key-hint-handling)
9061 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9062 (allout-file-key-verifier-string, allout-encryption-scheme)
9063 (allout-key-verifier-string, allout-key-hint-string)
9064 (allout-after-save-decrypt): New variables.
9065 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9066 (allout-after-saves-handler): New hook functions.
9067 (allout-post-command-business): Do allout-after-save-decrypt.
9068 (allout-enable-file-variable-adjustment): Custom var to enable
9069 mechanism for adding and adjusting settings of Emacs file variables.
9070 (allout-adjust-file-variable, allout-file-vars-section-data):
9071 New functions, implement the mechanism.
9072 (outlineify-sticky): Use the file vars mechanism.
9073 (allout-inhibit-protection, allout-during-write-cue)
9074 (allout-override-protect, allout-before-change-protect): Remove.
9075 (allout-flag-region, allout-open-topic): Adjust read-only text.
9076 (allout-open-line-not-read-only): Add to facilitate read-only
9077 text based protection.
9078 (allout-kill-line): Revise to adjust read-only text, clue the
9079 user about the inhibition.
9080 (allout-unprotected): Use unwind-protect.
9081 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9082 topic deeper than the offspring depth of the previous topic -
9083 avoiding confusing "containment discontinuities".
9084 (allout-reindent-bodies): Fix retention of body relative hanging
9085 indent during promotion of collapsed bodies.
9086 (allout-open-topic): Make it easy to open new topic with same
9087 bullet as current topic - topic creation functions provided with
9088 any universal argument provokes now prompt for bullet, defaulting
9089 to the bullet of the previous topic.
9090 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9091 Plain bullet alternates `.' period and `,' comma only. All other
9092 bullets are relegated to special status (but customizable).
9093 (allout-end-of-entry): Rename from allout-end-of-current-entry
9094 since it actually operates w.r.t. most immediately containing
9095 entry, visible or not.
9096 (allout-hide-current-entry, allout-show-current-entry): Use the
9097 revised version.
9098 (allout-old-expose-topic): Solidify deprecation.
9099 (allout-end-of-subtree): Add so we can span concealed as well
9100 as visible topics.
9101 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9102 (allout-end-of-current-heading): Tweak to just respect the first line.
9103 (allout-get-body-text): Add.
9104 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9105 when invoked interactively.
9106 (allout-up-current-level): Use `interactive-p'.
9107 (allout-mode, allout-init): Miscellaneous docstring and
9108 operational refinements, as well as hookups of new encryption stuff.
9109 (allout-beginning-of-current-entry): Now works as advertised.
9110 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9111 (allout-isearch-rectification): Refine condition for isearching.
9112 (allout-isearch-abort, allout-enwrap-isearch)
9113 (allout-flag-region, my-region-active-p): Relocate some macros.
9114 (allout-title): Fallback title is (buffer-name), not
9115 non-existing (current-buffer-name).
9116 (subst-char-in-string): Define if absent (for some XEmacs versions).
9117
9118 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9119
9120 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9121 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9122 (mail-citation-prefix-regexp, mail-signature-file)
9123 (mail-default-headers, mail-bury-selects-summary)
9124 (mail-send-nonascii): Add autoload cookies.
9125
9126 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9127
9128 * frame.el (blink-cursor-mode): Add `mac' to the list of
9129 window-system's that support blinking cursor.
9130
9131 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9132
9133 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9134
9135 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9136
9137 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9138 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9139 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9140
9141 2005-10-20 Kim F. Storm <storm@cua.dk>
9142
9143 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9144 (ido-set-current-directory): Don't add / after final @.
9145 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9146 Explicitly handle ange-ftp completion oddities.
9147 (ido-make-file-list): Don't rotate list at tramp root to avoid
9148 triggering tramp file handler for expand-file-name via get-file-buffer.
9149
9150 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9153
9154 2005-10-19 Jay Belanger <belanger@truman.edu>
9155
9156 * calc/calc-units.el (math-standard-units): Add units, adjust
9157 symbols and update values.
9158 (math-unit-prefixes): Add more prefixes.
9159
9160 2005-10-19 Romain Francoise <romain@orebokech.com>
9161
9162 * bookmark.el (bookmark-menu-heading): New face.
9163 (bookmark-bmenu-list): Use it.
9164 Don't fiddle with `baud-rate' at top-level.
9165
9166 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9167
9168 * image.el (create-image, find-image): Mention max-image-size in
9169 docstring.
9170
9171 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * savehist.el (savehist-load): Revert to checking XEmacs.
9174
9175 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9176 Various docstring and line-width fixups.
9177 (conf-mode): Use cond.
9178 Set font-lock-defaults. Don't set comment-use-syntax.
9179
9180 2005-10-18 David Ponce <david@dponce.com>
9181
9182 * tree-widget.el (tree-widget-button-click): New function.
9183 (tree-widget-button-keymap): Use it.
9184
9185 2005-10-18 Romain Francoise <romain@orebokech.com>
9186
9187 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9188 (bookmark-bmenu-hide-filenames): Add follow-link property.
9189 Improve help-echo text.
9190
9191 * ffap.el (find-file-at-point): Doc fix.
9192
9193 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9194
9195 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9196
9197 2005-10-18 Masatake YAMATO <jet@gyve.org>
9198
9199 Install to the CVS repository what I forgot to install in my
9200 2005-10-16 changes.
9201
9202 * progmodes/python.el (python-complete-symbol): Pass the common
9203 prefix substring of completion to `display-completion-list'.
9204
9205 * textmodes/org.el (org-complete): Ditto.
9206
9207 2005-10-18 Masatake YAMATO <jet@gyve.org>
9208
9209 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9210
9211 * woman.el (WoMan-xref-man-page): New button type derived
9212 from `Man-abstract-xref-man-page'.
9213 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9214
9215 * man.el (Man-abstract-xref-man-page): New button type.
9216 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9217 (Man-highlight-references): Add new optional argument `xref-man-type'.
9218
9219 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9220
9221 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9222
9223 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9224
9225 * cus-edit.el (Custom-move-and-invoke): Delete.
9226 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9227
9228 * wid-edit.el (widget-move-and-invoke): New function, from
9229 Custom-move-and-invoke.
9230
9231 2005-10-17 Bill Wohler <wohler@newt.com>
9232
9233 Move all remaining images from lisp/toolbar to etc/images, move
9234 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9235 the low resolution images in their own directory (low-color).
9236
9237 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9238 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9239 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9240 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9241 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9242 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9243 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9244
9245 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9246 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9247 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9248 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9249 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9250 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9251 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9252 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9253 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9254 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9255 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9256 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9257 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9258 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9259 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9260
9261 To conform with convention, replace the underscore (_) in the
9262 following image names with dash (-) or (/) as appropriate.
9263
9264 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9265 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9266 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9267 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9268 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9269 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9270 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9271 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9272 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9273 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9274 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9275 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9276 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9277 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9278 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9279
9280 * info.el (info-tool-bar-map): Replace underscores in image names
9281 with dashes.
9282
9283 * makefile.w32-in (WINS): Remove toolbar.
9284
9285 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9286
9287 * tool-bar.el: Move to lisp from toolbar. Now that
9288 toolbar is empty, it should be deleted when folks run "cvs up -P".
9289
9290 2005-10-18 Jay Belanger <belanger@truman.edu>
9291
9292 * calc/calc-store.el (calc-store-into): Get the proper variable name
9293 to display in message.
9294
9295 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9296
9297 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9298 expressions display in speedbar for all buffers when debugging.
9299 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9300
9301 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9302 (speedbar-insert-button, speedbar-make-button):
9303 Use add-text-properties.
9304 (speedbar-update-localized-contents)
9305 (speedbar-update-directory-contents)
9306 (speedbar-update-special-contents): Use dolist.
9307 (speedbar-buffer-easymenu-definition): Add a menu separator.
9308
9309 2005-10-17 Jason Rumney <jasonr@gnu.org>
9310
9311 * makefile.w32-in: Use $(lisp) consistently.
9312 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9313 for shell specific generation of mh-autoloads.
9314
9315 2005-10-17 Richard M. Stallman <rms@gnu.org>
9316
9317 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9318
9319 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9320
9321 * jit-lock.el (jit-lock-fontify-now):
9322 Move jit-lock-context-unfontify-pos to avoid wasted work.
9323
9324 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9325
9326 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9327 `tramp-completion-mode' for checking if we are in completion mode.
9328 (tramp-completion-handle-file-name-all-completions): Reorder code
9329 in order to complete for file names only in case there are no
9330 method/user/host completions. This is necessary for cooperation
9331 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9332
9333 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9334
9335 * longlines.el (longlines-search-forward)
9336 (longlines-search-backward): Match any number of spaces.
9337
9338 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9339
9340 * diff-mode.el (diff-mode): Doc fix.
9341
9342 2005-10-16 David Reitter <david.reitter@gmail.com>
9343
9344 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9345 as default on darwin and windows systems.
9346
9347 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9348
9349 * arc-mode.el (archive-zip-extract): Doc fix.
9350
9351 2005-10-16 Romain Francoise <romain@orebokech.com>
9352
9353 * mouse.el (mouse-1-click-follows-link): Doc fix.
9354
9355 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9356
9357 * savehist.el: Don't require CL at runtime.
9358 (savehist-xemacs): Remove.
9359 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9360 (savehist-no-conversion): Use (featurep 'xemacs).
9361 (savehist-load): Check existence of start-itimer rather than XEmacs.
9362 Use an idle timer.
9363 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9364 `delete-if-not'.
9365
9366 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9367
9368 * savehist.el: Newer version.
9369 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9370 (savehist-last-checksum, savehist-no-conversion): New vars.
9371 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9372 New functions.
9373 (savehist-load, savehist-save): Use them.
9374 (savehist-delimit): Remove.
9375
9376 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9377
9378 * progmodes/compile.el (compilation-goto-locus): Display the
9379 compilation buffer first and the source buffer second, in case they're
9380 in overlapping frames. Don't raise the compilation frame if it was the
9381 selected window upon entry. Pass the `other-window' arg to
9382 pop-to-buffer.
9383
9384 * info.el (Info-fontify-node): Use dolist.
9385 Change add-text-properties to put-text-property.
9386
9387 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9388
9389 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9390 bound of search.
9391
9392 2005-10-16 Masatake YAMATO <jet@gyve.org>
9393
9394 * dabbrev.el (dabbrev-completion): Pass the common
9395 prefix substring of completion to `display-completion-list'.
9396
9397 * filecache.el (file-cache-minibuffer-complete)
9398 (file-cache-complete): Ditto.
9399
9400 * tempo.el (tempo-display-completions): Ditto.
9401
9402 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9403
9404 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9405
9406 * eshell/em-hist.el (eshell-list-history): Ditto.
9407
9408 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9409
9410 * mail/mailalias.el (mail-complete): Ditto.
9411
9412 * progmodes/etags.el (complete-tag): Ditto.
9413
9414 * progmodes/make-mode.el (makefile-complete): Ditto.
9415
9416 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9417
9418 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9419
9420 * progmodes/pascal.el (pascal-complete-word)
9421 (pascal-show-completions): Ditto.
9422
9423 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9424
9425 * simple.el (completion-common-substring): New variable.
9426 (completion-setup-function): Use `completion-common-substring'
9427 to put faces.
9428
9429 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9430
9431 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9432 (x-get-selection, mac-select-convert-to-string): Convert from/to
9433 UTF-16 clipboard data as in native byte order, no BOM.
9434
9435 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9436
9437 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9438 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9439 (gud-sentinel): Use speedbar-frame to check for speedbar.
9440
9441 2005-10-15 Richard M. Stallman <rms@gnu.org>
9442
9443 * savehist.el: New file.
9444
9445 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9446
9447 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9448 Fix bug in \bf fontification.
9449
9450 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9451
9452 * pcvs.el (cvs-edit-log-files): New var.
9453 (cvs-mode-edit-log): New arg `file'.
9454 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9455 Instead force the use of the original file and nothing else.
9456 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9457 the cvs-minor-wrap-function is set.
9458 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9459
9460 2005-10-14 Bill Wohler <wohler@newt.com>
9461
9462 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9463 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9464 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9465 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9466 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9467 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9468 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9469 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9470 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9471 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9472 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9473 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9474 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9475 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9476 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9477
9478 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9479 appropriately (for example, gud-break to gud/break).
9480
9481 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9482
9483 * longlines.el (longlinges-search-function)
9484 (longlines-search-forward, longlines-search-backward): New functions.
9485 (longlines-mode): Set isearch-search-fun-function to
9486 longlinges-search-function.
9487
9488 * mouse.el (mouse-drag-region-1): Handle the case where a
9489 double-click event is bound to an arbitrary function.
9490
9491 2005-10-14 David Ponce <david@dponce.com>
9492
9493 * recentf.el (recentf-track-opened-file)
9494 (recentf-track-closed-file, recentf-update-menu)
9495 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9496 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9497 mouse-1-click-follows-link.
9498
9499 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9500
9501 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9502 Gnome file-manager.png. Suggested by
9503 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9504
9505 * toolbar/README: Add diropen.xpm.
9506
9507 2005-10-13 Bill Wohler <wohler@newt.com>
9508
9509 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9510 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9511
9512 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9515 Don't waste the byte-compiler's time on constant data.
9516
9517 2005-10-13 Kenichi Handa <handa@m17n.org>
9518
9519 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9520 byte with `escape-glyph' face.
9521
9522 * international/fontset.el (ccl-encode-unicode-font):
9523 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9524 Handle the case that ucs-mule-to-mule-unicode translates a character to
9525 ASCII (usually for IPA characters).
9526
9527 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9530 Don't hide the underline of titles if font-lock-mode is disabled.
9531
9532 2005-10-12 Bill Wohler <wohler@newt.com>
9533
9534 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9535 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9536 files in MH-E-SRC have been updated.
9537 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9538
9539 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9542 (mixal-mode-syntax-table): Add \n as end-comment.
9543 (mixal-operation-codes-alist): Immediately initialize to full value.
9544 (mixal-add-operation-code): Remove.
9545 (mixal-describe-operation-code): Make the arg non-optional.
9546 Use the interactive spec instead.
9547 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9548 (mixal-font-lock-keywords): Don't highlight comments here any more.
9549 (mixal-font-lock-syntactic-keywords): New var.
9550 (mixal-mode): Use it. Fix comment-start-skip.
9551
9552 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9553
9554 * startup.el (command-line-x-option-alist): -nb => -nbi
9555
9556 2005-10-12 Kim F. Storm <storm@cua.dk>
9557
9558 * startup.el (fancy-splash-default-action): Discard mouse click in
9559 the splash screen window, as it has no sensible meaning in the
9560 next window to be selected. Fixes error reported by Jan D.
9561
9562 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9563
9564 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9565
9566 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9569 Try to fix up minor layout issues like indentation, line break, etc...
9570 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9571 because it doesn't work.
9572 (mixal-operation-codes): Add some more codes.
9573 (mixal-font-lock-keywords): Process comments here.
9574 (mixal-mode): mixasm no longer needs -g option.
9575
9576 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9577
9578 * progmodes/sh-script.el (sh-tmp-file):
9579 Use mktemp -t. Finish support for es and rc shells.
9580
9581 2005-10-11 Jay Belanger <belanger@truman.edu>
9582
9583 * calc/calcalg2.el (calc-integral): With an argument, compute the
9584 definite integral.
9585
9586 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9587
9588 * mouse.el (mouse-drag-region-1): Don't try to catch a
9589 double-click when doing follow-link (it's overridden anyway).
9590
9591 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9592
9593 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9594 (autoload-print-form-outbuf): Add docstring.
9595
9596 2005-10-11 Juri Linkov <juri@jurta.org>
9597
9598 * info.el (Info-mode-menu): Delete menu item "Edit".
9599 (Info-mode): Delete description of Info-edit from docstring,
9600 and rearrange descriptions of Info commands in the order
9601 they are documented in the Info manual.
9602
9603 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 * calendar/appt.el (appt-check): Use diary-selective-display var.
9606
9607 2005-10-10 Richard M. Stallman <rms@gnu.org>
9608
9609 * net/newsticker.el (newsticker-start, newsticker-show-news):
9610 Add autoload cookies.
9611
9612 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9613
9614 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9615
9616 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9617
9618 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9619
9620 2005-10-10 Jay Belanger <belanger@truman.edu>
9621
9622 * calc/calc-arith.el (math-check-known-scalarp)
9623 (math-check-known-matrixp): Check the values of arguments that are
9624 variables.
9625 (math-check-known-square-matrixp): New function.
9626 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9627 (math-super-types): Add sqmatrix type.
9628
9629 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9630 mode name `square' to `sqmatrix'.
9631
9632 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9633 mode name `square' to `sqmatrix'.
9634
9635 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9636
9637 * progmodes/etags.el (select-tags-table-mode): Don't use
9638 selective-display.
9639 (tags-select-tags-table): Pass `button' to the action function.
9640 (select-tags-table): Place the side-info on button properties rather
9641 than in hidden text. Abbreviate file names.
9642 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9643 (select-tags-table-select): Add `button' argument.
9644 Get side-info from the button property rather than from hidden text.
9645
9646 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9647
9648 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9649 (gud-speedbar-buttons): Preserve point if possible.
9650 (gud-sentinel): Restore previous speedbar display type.
9651
9652 * progmodes/gdb-ui.el (gdba): Improve diagram.
9653 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9654 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9655 Call get-buffer-window once.
9656
9657 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9660 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9661 (pascal-indent-command): Remove unused var `ind'.
9662 (pascal-indent-case): Remove unused var `oldpos'.
9663 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9664 since it's now used as a proper minor mode map.
9665 (pascal-outline): Rename to pascal-outline-mode.
9666 (pascal-outline-mode): Use define-minor-mode.
9667 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9668 selective-display.
9669
9670 2005-10-10 Andreas Schwab <schwab@suse.de>
9671
9672 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9673 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9674
9675 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9676 outside source directory.
9677
9678 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9679
9680 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9681 C-x' as a prefix.
9682 (orgtbl-mode-map): Full keymap instead of sparse, because all
9683 `self-insert-command' keys are redefined in this map.
9684 (org-export-as-html): Specify charset for HTML file, by taking it
9685 from the coding system.
9686
9687 2005-10-10 Kenichi Handa <handa@m17n.org>
9688
9689 * textmodes/flyspell.el (flyspell-check-word-p):
9690 If unread-command-events is non-empty, don't call sit-for.
9691
9692 2005-10-09 Richard M. Stallman <rms@gnu.org>
9693
9694 * font-lock.el (font-lock-syntactic-keywords)
9695 (font-lock-keywords): Doc fixes.
9696
9697 * textmodes/flyspell.el (flyspell-external-point-words):
9698 Simplify logic, and don't try to check for consecutive appearances
9699 of one incorrect word.
9700
9701 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9702
9703 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9704 separator.
9705
9706 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9707 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9708 (gud-expansion-speedbar-buttons): New function.
9709 (gud-speedbar-buttons): Check for gud-comint-buffer.
9710
9711 2005-10-09 Bill Wohler <wohler@newt.com>
9712
9713 * Makefile.in (updates): Add mh-loaddefs dependency.
9714
9715 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9716
9717 * speedbar.el (speedbar-file-key-map): Fix typo.
9718
9719 2005-10-09 Daniel Brockman <daniel@brockman.se>
9720
9721 * cus-start.el (line-spacing): Add custom spec.
9722
9723 2005-10-09 Romain Francoise <romain@orebokech.com>
9724
9725 * textmodes/ispell.el (ispell-check-version): Fix last change.
9726
9727 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9728
9729 * term/x-win.el: Remove -i, --icon-type from comment.
9730
9731 * startup.el (command-line-x-option-alist): Remove options -i,
9732 -itype, --icon-type, added -nb, --no-bitmap-icon
9733
9734 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
9735
9736 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9737 instead of :active.
9738
9739 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
9740
9741 * textmodes/ispell.el (ispell-check-version):
9742 Ignore hyphen, and all that follows, in aspell's version text.
9743
9744 2005-10-08 Jay Belanger <belanger@truman.edu>
9745
9746 * calc/calc-arith.el (math-known-square-matrixp): New function.
9747 (math-pow-fancy): Check for matrices before distributing exponent
9748 across products.
9749
9750 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9751 fullscreen keypad. Suggested by Luc Teirlinck.
9752 (calc-keypad-show-input): Add space for formatting.
9753
9754 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9755 Add square matrix option.
9756
9757 * calc/calc-poly.el (math-expand-term): Check for matrices instead
9758 of checking calc-matrix-mode when deciding how to expand.
9759
9760 * calc/calc.el (calc-set-mode-line): Add square matrix option.
9761
9762 2005-10-08 Lars Hansen <larsh@soem.dk>
9763
9764 * net/tramp.el (tramp-perl-directory-files-and-attributes):
9765 Add error handling.
9766 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9767
9768 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9769
9770 Sync with Tramp 2.0.51.
9771
9772 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9773 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9774 Insert special handling for `last-coding-system-used', again
9775 it still seems to be necessary (unlike stated before).
9776 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9777 (tramp-password-prompt-regexp): There might be other words before
9778 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9779 (tramp-chunksize): Improve docstring.
9780 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9781 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
9782 Christian Joergensen <bugs@razor.dk>.
9783
9784 2005-10-07 Glenn Morris <rgm@gnu.org>
9785
9786 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9787 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9788 precision'.
9789
9790 2005-10-07 Romain Francoise <romain@orebokech.com>
9791
9792 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9793 (ibuffer-do-shell-command-pipe-replace)
9794 (ibuffer-do-shell-command-file, ibuffer-do-eval)
9795 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9796 (ibuffer-do-revert, ibuffer-do-replace-regexp)
9797 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9798 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9799 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9800 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9801 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9802 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9803 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9804 Autoload file sans suffix.
9805
9806 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9807
9808 2005-10-07 David Ponce <david@dponce.com>
9809
9810 * recentf.el (recentf-menu-open-all-flag): New option.
9811 (recentf-digit-shortcut-command-name): New function.
9812 (recentf--shortcuts-keymap): New variable.
9813 (recentf-menu-shortcuts): New variable.
9814 (recentf-make-menu-items): Initialize it. Replace the "More..."
9815 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9816 (recentf-menu-value-shortcut): New function.
9817 (recentf-make-menu-item): Use it. No more in-lined.
9818 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9819 (recentf-open-most-recent-file): Rename from
9820 `recentf-open-file-with-key'. Don't depend on key binding.
9821 (recentf-mode-map): New variable.
9822 (recentf-mode): Use it.
9823
9824 2005-10-06 Bill Wohler <wohler@newt.com>
9825
9826 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
9827
9828 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9829 (MH-E-SRC): New. Used by mh-autoloads.
9830 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9831 files in MH-E-SRC have been updated.
9832 (compile, recompile, bootstrap): Depend on mh-autoloads.
9833
9834 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
9835
9836 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9837 gud-break and gud-remove icons when the fringe is not available.
9838
9839 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9840 Typo.
9841
9842 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9843
9844 * play/zone.el (zone): Wrap body with save-window-excursion.
9845
9846 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9849 Use the new `list-only' arg to diary-list-entries.
9850
9851 * calendar/diary-lib.el: Use overlays rather than selective-display.
9852 (diary-selective-display): New var.
9853 (diary-header-line-format): Use it.
9854 (diary-list-entries): Add argument `list-only'.
9855 Put the buffer in diary-mode. Don't add \^M at beg and end.
9856 Replace \^M by invisible overlays.
9857 (diary-unhide-everything): Replace \^M by invisible overlays.
9858 (print-diary-entries): Look for overlays rather than \^M.
9859 Add a space to the temp buffer name.
9860 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9861 Put the buffer in diary-mode.
9862 (list-sexp-diary-entries): Replace \^M by invisible overlays.
9863 (diary-anniversary): Make the year arg optional.
9864 (diary-time-regexp): New const.
9865 (diary-font-lock-keywords): Use it to accept a few more time formats.
9866
9867 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9868
9869 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
9870
9871 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9872 Fix bug introduced 2005-07-03: Use (car (last ...))
9873 to faithfully reproduce replaced artist-last.
9874 (artist-set-arrow-points-for-poly): Likewise.
9875 Suggested by Johan Bockg\e,Ae\e(Brd.
9876
9877 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
9878
9879 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9880 * wid-edit.el (widget):
9881 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9882 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9883
9884 2005-10-06 Kenichi Handa <handa@m17n.org>
9885
9886 * international/mule-cmds.el (set-language-environment):
9887 Fix setting up of case-table for unibyte mode.
9888
9889 * simple.el (what-cursor-position): If the character is displayed
9890 by some `display' text property, show that. Don't use
9891 single-key-description for eight-bit characters in multibyte mode.
9892
9893 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
9894
9895 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9896 (gdb-ann3): Set it.
9897 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
9898 (gdb-info-frames-custom): Use inverse-video for first five
9899 characters of selected frame only.
9900 (gdb-get-frame-number): Select frame even when point is on frame
9901 number.
9902
9903 2005-10-06 Masatake YAMATO <jet@gyve.org>
9904
9905 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9906 Put `font-lock-function-name-face'.
9907 (gdb-info-frames-custom): Put `font-lock-function-name-face'
9908 and `font-lock-variable-name-face'
9909 (gdb-registers-font-lock-keywords): New font lock keywords definition.
9910 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9911 (gdb-memory-font-lock-keywords): New font lock keywords definition.
9912 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
9913 (gdb-local-font-lock-keywords): New font lock keywords definition.
9914 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
9915 (gdb-threads-font-lock-keywords): New font lock keywords definition.
9916 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
9917
9918 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
9919
9920 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
9921 (ediff-merge-region-is-non-clash-to-skip): Previously called
9922 ediff-merge-region-is-non-clash.
9923
9924 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
9925 Use insert-buffer-substring.
9926
9927 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
9928 selecting files to patch. Also bug fixes.
9929
9930 * ediff-util.el (ediff-setup): Bug fix.
9931 (ediff-next-difference): Never skip clashes that differ in white
9932 space only.
9933
9934 * ediff-wind.el (ediff-setup-control-frame)
9935 (ediff-destroy-control-frame): Check the menubar feature.
9936
9937 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9938 (viper-refresh-mode-line): Use make-local-variable to localize
9939 some vars instead of make-variable-buffer-local. Suggested by
9940 Stefan Monnier.
9941
9942 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9943 (viper-restore-cursor-type, viper-set-insert-cursor-type):
9944 Use make-local-variable instead of make-variable-buffer-local.
9945 Suggested by Stefan Monnier.
9946
9947 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9948 (viper-comint-mode-hook): Use make-local-variable on
9949 require-final-newline.
9950 (viper-non-hook-settings): Don't use make-variable-buffer-local.
9951
9952 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9955 also the second char of a comment-start sequence.
9956 (scheme-sexp-comment-syntax-table): New var.
9957 (lambda, define): Set their scheme-doc-string-elt property.
9958 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9959 Use lisp-font-lock-syntactic-face-function now that it properly
9960 handles |...| symbols.
9961 (scheme-mode-variables): Set lisp-doc-string-elt-property,
9962 parse-sexp-lookup-properties and font-lock-extra-managed-props.
9963
9964 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9965 bit from # to |.
9966 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9967
9968 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9969 (lisp-doc-string-elt-property): New var.
9970 (lisp-font-lock-syntactic-face-function): Use it.
9971 Rewrite to recognize docstrings even for forms not at toplevel.
9972
9973 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9974 annotation on the | part of #| rather than on the # part.
9975 (scheme-font-lock-syntactic-face-function): New function, to
9976 distinguish strings from |...| symbols.
9977 (scheme-mode-variables): Use it. Also fix up the font-lock-time
9978 syntax-table so that #|...|# is properly highlighted.
9979
9980 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9981 Don't mark as docstring the 3rd elem of an unknown toplevel form.
9982
9983 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9984
9985 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9986 and C-e.
9987
9988 * emacs-lisp/eldoc.el: Move comments into docstrings.
9989 (eldoc-message-commands): Initialize in its declaration.
9990 Add move-beginning-of-line and move-end-of-line.
9991 (eldoc-add-command, eldoc-add-command-completions)
9992 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9993
9994 * outline.el (outline-mark-subtree): Activate the mark.
9995
9996 * calendar/appt.el (appt-time-regexp): New var.
9997 (appt-add, appt-make-list): Use it.
9998 (appt-convert-time): Clean up.
9999
10000 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10001 Don't set any syntax-table property here.
10002 (tex-font-lock-verb): New function. Do it here.
10003 (tex-font-lock-syntactic-keywords): Use it.
10004
10005 2005-10-04 Richard M. Stallman <rms@gnu.org>
10006
10007 * wid-edit.el (widget-file-complete): Get the widget start point
10008 the right way. Default directory to `/' if file has none.
10009
10010 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10011
10012 * textmodes/flyspell.el (flyspell-mode-on):
10013 Call ispell-maybe-find-aspell-dictionaries.
10014
10015 * textmodes/ispell.el (ispell-word, ispell-region):
10016 Call ispell-maybe-find-aspell-dictionaries.
10017 (ispell-accept-buffer-local-defs):
10018 Don't call ispell-maybe-find-aspell-dictionaries
10019
10020 2005-10-04 Richard M. Stallman <rms@gnu.org>
10021
10022 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10023
10024 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10025
10026 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10027 instead of `fboundp' in order to allow for anonymous functions.
10028
10029 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10030
10031 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10032 case the user clicks on the link while another window is selected.
10033 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10034
10035 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10036 functionality.
10037 (dframe-help-echo): Save point in case mouse tracking is off.
10038
10039 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10040
10041 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10042
10043 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10046 not change the global value of those vars.
10047
10048 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10049 make-local-variable which we do not need any more.
10050
10051 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10052
10053 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10054 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10055 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10056 (speedbar-path-line): Define obsolete aliases.
10057 (speedbar-line-directory): Doc fix.
10058
10059 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10060 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10061 instead of speedbar-line-path.
10062
10063 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10064
10065 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10066 to nil if dropping on a window. Handle dropping on a minibuffer window
10067 like dropping on a non-window part of Emacs.
10068
10069 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10070
10071 * net/ange-ftp.el: Use with-current-buffer.
10072 (ange-ftp-insert-directory): Do not follow symlinks any more.
10073
10074 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10075 Remove interactive spec.
10076
10077 2005-10-03 Kim F. Storm <storm@cua.dk>
10078
10079 * ido.el (ido-mode): Use custom-initialize-set.
10080
10081 2005-10-02 Richard M. Stallman <rms@gnu.org>
10082
10083 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10084 Use insert-buffer-substring.
10085
10086 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10087 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10088
10089 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10092 in last change.
10093 (ange-ftp-insert-directory): Fix up the search for the case where
10094 `file' is absolute.
10095
10096 2005-10-02 Romain Francoise <romain@orebokech.com>
10097
10098 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10099
10100 2005-10-02 Andreas Schwab <schwab@suse.de>
10101
10102 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10103 directory component in the session info.
10104
10105 2005-10-01 Richard M. Stallman <rms@gnu.org>
10106
10107 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10108
10109 * simple.el (next-error-internal): New function.
10110
10111 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10112 (compilation-start): Pass new arg to compilation-buffer-name.
10113 (compile-goto-error): Use next-error-internal.
10114
10115 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10116
10117 * speedbar.el: Remove RCS tag.
10118 (speedbar-check-read-only): Handle non-existent files.
10119
10120 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10121
10122 * info.el (Info-speedbar-hierarchy-buttons)
10123 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10124
10125 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10126
10127 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10128 Do not match newline.
10129 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10130 (bibtex-summary): Remove unnecessary save-excursion.
10131 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10132
10133 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10134
10135 * term/mac-win.el: Add charset info for "iso10646-1".
10136 Modify default fontset to use ATSUI-compatible fonts for some charsets
10137 if available.
10138
10139 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10140
10141 * speedbar.el: Re-apply arch tag.
10142 (speedbar-version): Rename to version 1.0. Suggested by Eric
10143 M. Ludlam.
10144 Reapply two changes from Emacs CVS' version of speedbar lost
10145 during the merge:
10146 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10147 (speedbar-frame-parameters): Improve customize type.
10148
10149 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10152 (ange-ftp-file-directory-p): Fix the symlink case.
10153 (ange-ftp-insert-directory): When listing a single file, get a list of
10154 the parent buffer and extract the relevant line. Inspired from a patch
10155 by Katsumi Yamaoka <yamaoka@jpl.org>.
10156 (ange-ftp-file-name-sans-versions): Simplify.
10157
10158 2005-09-30 Bill Wohler <wohler@newt.com>
10159
10160 Move MH-E image files from toolbar and mail directories into
10161 etc/images.
10162
10163 * mail/reply2.*: Move to etc/images/mail/reply*.
10164
10165 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10166 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10167 etc/images.
10168
10169 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10170 * toolbar/reply*: Move to etc/images/mail.
10171
10172 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10173
10174 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10175
10176 * speedbar.el: New version 1.0pre3.
10177
10178 Frame management code (including timer, and mouse click specifics)
10179 moved to dframe.el:
10180 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10181 (speedbar-timer): Removed. Use dframe-timer.
10182 (speedbar-close-frame): Removed. Use dframe-close-frame.
10183 (speedbar-activity-change-focus-flag): Removed. Use
10184 dframe-activity-change-focus-flag.
10185 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10186 dframe-update-speed.
10187
10188 (speedbar-current-frame): New macro. Use this instead of the
10189 variable speedbar-frame.
10190
10191 (speedbar-use-images, speedbar-expand-image-button-alist)
10192 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10193
10194 (speedbar-find-image-on-load-path): Removed. Replaced by
10195 defezimage in ezimage.el.
10196 (speedbar-expand-image-button-alist): Removed. Replaced by
10197 ezimage-expand-image-button-alist in ezimage.el.
10198
10199 (speedbar-ignored-directory-regexp)
10200 (speedbar-add-ignored-directory-regexp)
10201 (speedbar-ignored-directory-expressions)
10202 (speedbar-line-directory, speedbar-buffers-line-directory)
10203 (speedbar-directory-line, speedbar-buffers-line-directory):
10204 Renamed, replacing `path' with `directory'.
10205
10206 (speedbar-create-directory, speedbar-expand-line-descendants)
10207 (speedbar-toggle-line-expansion)
10208 (speedbar-contract-line-descendants): New commands.
10209
10210 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10211 (speedbar-use-tool-tips-flag): New options.
10212
10213 (speedbar-check-read-only, speedbar-require-version)
10214 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10215 (speedbar-handle-delete-frame, speedbar-try-completion)
10216 (speedbar-update-localized-contents): New functions.
10217
10218 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10219 (speedbar-object-read-only-indicator): New variables.
10220
10221 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10222 New hooks.
10223
10224 (speedbar-separator-face): New face.
10225
10226 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10227 (speedbar-ignored-modes): Add fundamental-mode.
10228 (speedbar-directory-unshown-regexp): Add . directories.
10229
10230 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10231 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10232 `]' for full expand/close.
10233 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10234
10235 (speedbar-check-vc): Support hidden files.
10236 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10237 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10238 state is nil, it is not checked out.
10239
10240 (speedbar-line-text, speedbar-line-token): Support expand buttons
10241 with no text.
10242 (speedbar-refresh): Universal argument acts as power-click.
10243 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10244 that buffer to get variable values.
10245
10246 And many other bugfixes.
10247
10248 * dframe.el, ezimage.el, sb-image.el: New files.
10249
10250 * sb-*.xpm: Remove files. New image files installed into
10251 etc/images/ezimage.
10252
10253 2005-09-30 Kenichi Handa <handa@m17n.org>
10254
10255 * ps-mule.el (ps-mule-show-warning): If a character is in
10256 ps-print-translation-table, don't treat it as non-printable.
10257
10258 2005-09-30 David Ponce <david@dponce.com>
10259
10260 * tree-widget.el (tree-widget-themes-load-path): New variable.
10261 (tree-widget-themes-directory): Doc fix.
10262 (tree-widget-image-formats) [Emacs]: Doc fix.
10263 (tree-widget--locate-sub-directory): New function.
10264 (tree-widget-themes-directory): Use it.
10265
10266 * recentf.el (recentf-filename-handlers): Rename from
10267 `recentf-filename-handler'. Allow a list of functions.
10268 (recentf-menu-items-for-commands): Fix :help strings.
10269 (recentf-apply-filename-handlers): New function.
10270 (recentf-expand-file-name): Use it.
10271 (recentf-cleanup): Remove duplicates too.
10272
10273 2005-09-29 Juri Linkov <juri@jurta.org>
10274
10275 * faces.el: Rearrange face definitions to be in the same order as
10276 their face descriptions in "(emacs)Standard Faces".
10277
10278 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10279
10280 * tooltip.el (tooltip): Add group `basic-faces'.
10281
10282 * buff-menu.el (Buffer-menu-buffer): Remove group
10283 `font-lock-highlighting-faces'.
10284
10285 * progmodes/compile.el (compilation-error, compilation-warning)
10286 (compilation-info, compilation-line-number, compilation-column-number):
10287 Change group from `font-lock-highlighting-faces' to `compilation'.
10288
10289 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10290 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10291 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10292 (vhdl-font-lock-reserved-words-face)
10293 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10294 `font-lock-highlighting-faces'.
10295
10296 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10297
10298 2005-09-28 Kim F. Storm <storm@cua.dk>
10299
10300 * emulation/cua-base.el: Set CUA move property on additional commands:
10301 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10302 forward-sexp, backward-sexp, forward-list, backward-list.
10303
10304 2005-09-28 Romain Francoise <romain@orebokech.com>
10305
10306 * comint.el (comint-show-output): Really set point at the
10307 beginning of the output when not using `comint-use-prompt-regexp'.
10308
10309 2005-09-27 Jay Belanger <belanger@truman.edu>
10310
10311 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10312 in TeX mode.
10313
10314 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10315
10316 * textmodes/org.el (org-table-sum): Fix format string.
10317
10318 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10319 Quote face names.
10320
10321 2005-09-26 Romain Francoise <romain@orebokech.com>
10322
10323 * isearch.el (isearch-forward-regexp): Close doc string.
10324
10325 2005-09-25 Richard M. Stallman <rms@gnu.org>
10326
10327 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10328
10329 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10330
10331 * progmodes/compile.el (compilation-error-properties):
10332 When getting the file from the previous error message,
10333 correctly decode the new data format.
10334
10335 * progmodes/cc-cmds.el (c-electric-paren):
10336 Call old-blink-paren only for close-paren.
10337
10338 2005-09-24 Andreas Schwab <schwab@suse.de>
10339
10340 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10341 condition.
10342
10343 2005-09-25 Romain Francoise <romain@orebokech.com>
10344
10345 * dired-aux.el (dired-copy-file-recursive):
10346 * dired.el (dired-delete-file):
10347 * ediff-mult.el (ediff-dir-diff-copy-file):
10348 * ediff-util.el (ediff-test-save-region):
10349 * forms.el (forms-mode):
10350 * ido.el (ido-file-internal, ido-delete-file-at-head):
10351 * log-edit.el (log-edit-done):
10352 * ses.el (ses-yank-resize):
10353 * play/gomoku.el (gomoku-human-plays, gomoku)
10354 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10355 (gomoku-offer-a-draw):
10356 * play/landmark.el (lm-human-resigns, lm):
10357 * net/eudcb-ldap.el (eudc-ldap-check-base):
10358 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10359 * progmodes/ebrowse.el (ebrowse-find-pattern):
10360 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10361 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10362 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10363
10364 * vc.el (vc-delete-file):
10365 * play/gomoku.el (gomoku-terminate-game, gomoku)
10366 (gomoku-prompt-for-move, gomoku-human-takes-back):
10367 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10368 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10369
10370 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10371
10372 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10373 color rxvt terminals by using the code xterm.el used to use before
10374 2005-04-09 in order to match the colors used by rxvt.
10375
10376 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10377
10378 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10379 colors rxvt-unicode terminals by using the same code as xterm.el.
10380
10381 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10382
10383 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10384 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10385 new symbol used for the tex-verbatim face.
10386
10387 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10388
10389 * woman.el (woman-file-name):
10390 * wid-edit.el (widget-file-prompt-value)
10391 (widget-coding-system-prompt-value):
10392 * w32-fns.el (set-w32-system-coding-system):
10393 * vc.el (vc-version-diff, vc-annotate):
10394 * textmodes/reftex-auc.el (reftex-arg-cite)
10395 (reftex-arg-index-tag):
10396 * textmodes/refer.el (refer-get-bib-files):
10397 * textmodes/artist.el (artist-figlet-choose-font):
10398 * terminal.el (terminal-emulator):
10399 * replace.el (occur-read-primary-args):
10400 * rect.el (string-rectangle, string-insert-rectangle):
10401 * ps-print.el (ps-print-preprint):
10402 * progmodes/pascal.el (pascal-goto-defun):
10403 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10404 * progmodes/compile.el (compilation-find-file):
10405 * printing.el (pr-interactive-n-up):
10406 * play/animate.el (animate-birthday-present):
10407 * net/rcompile.el (remote-compile):
10408 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10409 * mail/rmailsum.el (rmail-summary-search-backward)
10410 (rmail-summary-search):
10411 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10412 (rmail-output-read-file-name):
10413 * mail/rmail.el (rmail-search, rmail-search-backwards):
10414 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10415 * locate.el (locate):
10416 * international/quail.el (quail-show-keyboard-layout):
10417 * international/mule.el (set-buffer-file-coding-system)
10418 (revert-buffer-with-coding-system, set-file-name-coding-system)
10419 (set-terminal-coding-system, set-keyboard-coding-system)
10420 (set-next-selection-coding-system):
10421 * international/mule-diag.el (describe-coding-system)
10422 (describe-font, describe-fontset):
10423 * international/mule-cmds.el (universal-coding-system-argument)
10424 (search-unencodable-char, describe-input-method)
10425 (set-language-environment, describe-language-environment):
10426 * international/codepage.el (codepage-setup):
10427 * international/code-pages.el (codepage-setup):
10428 * info.el (Info-search, Info-follow-reference)
10429 (Info-search-backward):
10430 * emacs-lisp/advice.el (ad-read-advised-function)
10431 (ad-read-advice-class, ad-clear-cache, ad-activate)
10432 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10433 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10434 (ad-read-regexp):
10435 * ediff-util.el (ediff-toggle-regexp-match):
10436 * ediff-ptch.el (ediff-prompt-for-patch-file):
10437 * dired-aux.el (dired-diff):
10438 * diff.el (diff):
10439 * cus-edit.el (custom-variable-prompt):
10440 * calendar/timeclock.el (timeclock-ask-for-project):
10441 * calc/calcalg3.el (calc-get-fit-variables):
10442 * calc/calc-store.el (calc-edit-variable)
10443 (calc-permanent-variable):
10444 * vc-mcvs.el (vc-mcvs-register):
10445 * shadowfile.el (shadow-define-literal-group):
10446 * woman.el (woman-file-name):
10447 * vc.el (vc-version-diff, vc-merge):
10448 * textmodes/reftex-index.el (reftex-index-complete-tag):
10449 * format.el (format-decode-buffer, format-decode-region):
10450 * emulation/viper-cmd.el (viper-read-string-with-history):
10451 * emacs-lisp/debug.el (cancel-debug-on-entry):
10452 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10453 * ediff.el (ediff-merge-revisions)
10454 (ediff-merge-revisions-with-ancestor, ediff-revision):
10455 * completion.el (interactive-completion-string-reader):
10456 * calc/calc-prog.el (calc-user-define-formula):
10457 Follow convention for reading with the minibuffer.
10458
10459 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10460
10461 * progmodes/python.el (python-describe-symbol): Add globals() and
10462 locals() to the arguments of emacs.ehelp.
10463
10464 2005-09-24 Magnus Henoch <mange@freemail.hu>
10465
10466 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10467 New function, code extracted from ispell-valid-dictionary-list.
10468 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10469 Call it.
10470
10471 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10472
10473 * subr.el (version-regexp-alist): Extend valid syntax for version
10474 strings: allow any of the characters -,_,+ to separate the
10475 alpha/beta/rc part from the version part. Doc fix.
10476 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10477
10478 2005-09-23 David Reitter <david.reitter@gmail.com>
10479
10480 * mail/mailclient.el: New file.
10481
10482 2005-09-23 Richard M. Stallman <rms@gnu.org>
10483
10484 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10485 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10486 Doc fixes.
10487
10488 * progmodes/cc-mode.el (c-font-lock-init):
10489 Specify font-lock-lines-before.
10490
10491 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10494 whole conflict.
10495
10496 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10497
10498 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10499 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10500 of `remap' feature when available. Additional key bindings for
10501 better tty support.
10502 (org-mode-restart, org-force-self-insert): New commands.
10503 (org-time-stamp-inactive): New command.
10504 (org-remap): New function.
10505 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10506 (org-enable-fixed-width-editor): Move to `org-structure'
10507 customization group.
10508 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10509 blank field after field motion commands.
10510
10511 2005-09-23 Kenichi Handa <handa@m17n.org>
10512
10513 * international/mule-cmds.el (set-language-environment):
10514 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10515 have to call utf-translate-cjk-load-tables.
10516
10517 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10518
10519 * mouse.el (mouse-move-drag-overlay): Fix last change.
10520
10521 2005-09-22 David Ponce <david@dponce.com>
10522
10523 * tree-widget.el (tree-widget-value-create): Fix previous change.
10524
10525 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10526
10527 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10528
10529 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * mouse.el (mouse-move-drag-overlay): New function.
10532 (mouse-drag-region-1): Use it.
10533 Try to simplify a bit the state handling. Handle clicks on links
10534 inside intangible areas.
10535 (mouse-save-then-kill): Minor simplification.
10536 (mouse-secondary-overlay): Make it always non-nil instead of
10537 recreating it each time.
10538 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10539 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10540 Simplify accordingly.
10541
10542 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10543
10544 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10545
10546 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10547
10548 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10549 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10550 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10551 to patch.
10552
10553 * ediff-util.el: Use insert-buffer-substring.
10554
10555 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10556
10557 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10558 field boundaries in the minibuffer.
10559 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10560 (viper-minibuffer-post-command-hook): New hook.
10561 (viper-line): Don't move cursor at bolp.
10562
10563 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10564
10565 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10566 avoid compiler warnings.
10567
10568 * emulation/viper-macs.el (ex-map): Better messages.
10569
10570 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10571
10572 * emulation/viper.el: Replace make-variable-buffer-local with
10573 viper-make-variable-buffer-local everywhere, to avoid warnings.
10574
10575 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10576
10577 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10578 Delete unused var `old-selected-window'.
10579 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10580 (mouse-drag-secondary): Delete unused var `start-frame'.
10581
10582 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10583
10584 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10585
10586 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10589 Re-indent within 80 columns. Use inhibit-read-only.
10590
10591 2005-09-19 Romain Francoise <romain@orebokech.com>
10592
10593 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10594
10595 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10596
10597 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10598 unconditionally, since the after-change-function already did it.
10599
10600 2005-09-19 Miles Bader <miles@gnu.org>
10601
10602 * net/newsticker.el: Get rid of CVS keyword.
10603
10604 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10605
10606 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10607 The prompt is formatted later.
10608
10609 2005-09-19 David Ponce <david@dponce.com>
10610
10611 * tree-widget.el (tree-widget-value-create): Save the converted
10612 tree :node widget.
10613
10614 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10615
10616 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10617 variable `message'.
10618
10619 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10620
10621 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10622 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10623 <slawomir.nowaczyk.847@student.lu.se>.
10624
10625 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10626
10627 * image.el (image-load-path): Use symbol `data-directory' instead
10628 of its value, for backward compatibility with packages that bind
10629 it during `find-image'. Suggested by Katsumi Yamaoka.
10630 (image-search-load-path): Handle symbols whose values are strings.
10631
10632 2005-09-18 Romain Francoise <romain@orebokech.com>
10633
10634 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10635 with-current-buffer form in save-excursion.
10636
10637 2005-09-18 D Goel <deego@gnufans.org>
10638
10639 * apropos.el (apropos-command): Fix `message' call: first arg
10640 should be a format spec. In this and all other cases that appear
10641 below and elsewhere in the source code, I made a change only when
10642 two conditions were satisfied: [1] I can think of a possibility
10643 that the arguments would cause an error, for example, the code in
10644 question relies on external variables such as filenames. [2] I
10645 was sure that the arg to `message' could not have been nil in the code.
10646
10647 * textmodes/tildify.el (tildify-region): Ditto.
10648
10649 * textmodes/reftex-index.el (reftex-index-change-entry)
10650 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10651 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10652 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10653 (org-priority, org-table-sum):
10654 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10655 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10656 (flyspell-word, flyspell-display-next-corrections):
10657 * textmodes/bibtex.el (bibtex-print-help-message):
10658 * textmodes/artist.el (artist-key-set-point-poly):
10659 * term/mac-win.el (mac-services-insert-text):
10660 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10661 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10662 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10663 (vhdl-compose-configuration):
10664 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10665 (sh-set-indent, sh-learn-line-indent):
10666 * progmodes/ps-mode.el (ps-mode-target-column):
10667 * progmodes/idlwave.el (idlwave-make-tags)
10668 (idlwave-scan-library-catalogs):
10669 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10670 * progmodes/gud.el (gud-jdb-analyze-source):
10671 * progmodes/flymake.el (flymake-log):
10672 * progmodes/ebnf2ps.el (ebnf-generate-region):
10673 * progmodes/cmacexp.el (c-macro-expansion):
10674 * progmodes/ada-xref.el (ada-treat-cmd-string):
10675 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10676 (ada-justified-indent-current, ada-batch-reformat):
10677 * play/zone.el (zone):
10678 * play/landmark.el (lm-move):
10679 * play/decipher.el (decipher-show-alphabet):
10680 * net/newsticker.el (newsticker--display-jump)
10681 (newsticker--display-scroll):
10682 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10683 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10684 * mail/feedmail.el (feedmail-dump-message-to-queue):
10685 * eshell/esh-proc.el (eshell-remove-process-entry):
10686 * emulation/ws-mode.el (ws-last-error):
10687 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10688 (viper-record-kbd-macro):
10689 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10690 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10691 * emacs-lisp/find-func.el (find-function-noselect):
10692 * calendar/timeclock.el (timeclock-status-string)
10693 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10694 (timeclock-when-to-leave-string):
10695 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10696 * calc/calc-units.el (calc-enter-units-table):
10697 * calc/calc-mode.el (calc-mode-record-mode):
10698 * woman.el (woman-mini-help):
10699 * wdired.el (wdired-change-to-wdired-mode):
10700 * vc.el (vc-retrieve-snapshot):
10701 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10702 * startup.el (display-startup-echo-area-message):
10703 * simple.el (set-goal-column):
10704 * ses.el (ses-command-hook, ses-recalculate-cell):
10705 * server.el (server-process-filter):
10706 * printing.el (pr-interface-txt-print, pr-interface-printify)
10707 (pr-interface-ps):
10708 * pcvs.el (cvs-help):
10709 * log-edit.el (log-edit, log-edit-mode-help):
10710 * iswitchb.el (iswitchb-possible-new-buffer):
10711 * isearch.el (isearch-edit-string):
10712 * image-mode.el (image-mode, image-minor-mode):
10713 * ibuf-macs.el (define-ibuffer-filter):
10714 * hi-lock.el (hi-lock-find-patterns):
10715 * files.el (toggle-read-only):
10716 * ediff-util.el (ediff-copy-diff)
10717 (ediff-write-merge-buffer-and-maybe-kill):
10718 * echistory.el (Electric-history-undefined):
10719 * dnd.el (dnd-insert-text):
10720 * dired-aux.el (dired-query):
10721 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10722 * bookmark.el (bookmark-bmenu-locate):
10723 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10724 Fix `message' calls to ensure first arg is a format string.
10725 The change was made only when these two conditions were satisfied:
10726 [1] when there is a possibility that the arguments would cause an error
10727 for example, if the code in question relies on external variables
10728 such as filenames, and
10729 [2] if the arg to `message' could not have been nil in the code.
10730
10731 * pcomplete.el (pcomplete--help): Fix `message' format spec.
10732 Not having a %s would be weird, though not technically wrong.
10733
10734 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10735
10736 * term/mac-win.el (mac-add-charset-info): Doc fix.
10737
10738 2005-09-17 Romain Francoise <romain@orebokech.com>
10739
10740 * shell.el (shell-resync-dirs): Handle echoing processes more
10741 reliably. Don't insert resync command if `comint-process-echoes'
10742 is non-nil.
10743
10744 2005-09-17 Magnus Henoch <mange@freemail.hu>
10745
10746 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10747 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10748 aspell versions >= 0.60.
10749 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10750 only if ispell-aspell-supports-utf8 is non-nil.
10751
10752 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10753
10754 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10755 buffer-local value to lisp-indent-function.
10756
10757 2005-09-17 Milan Zamazal <pdm@zamazal.org>
10758
10759 * progmodes/glasses.el (glasses-make-readable): If
10760 glasses-separator differs from underscore, put appropriate
10761 overlays over underscore characters.
10762 (glasses-convert-to-unreadable): If glasses-separator differs from
10763 underscore, try to convert glasses-separator characters to
10764 underscores.
10765
10766 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10767
10768 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10769 Use with-syntax-table and dolist.
10770
10771 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
10772
10773 * textmodes/reftex-auc.el:
10774 * textmodes/reftex-cite.el:
10775 * textmodes/reftex-dcr.el:
10776 * textmodes/reftex-global.el:
10777 * textmodes/reftex-parse.el:
10778 * textmodes/reftex-ref.el:
10779 * textmodes/reftex-sel.el:
10780 * textmodes/reftex-toc.el:
10781 * textmodes/reftex-vars.el:
10782 * textmodes/reftex.el: Small changes to remove compiler warnings.
10783
10784 * textmodes/reftex-index.el: Likewise.
10785 (reftex-query-index-phrase): More efficient use of markers.
10786
10787 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10788
10789 * image.el (image-load-path): New variable.
10790 (image-search-load-path): New function.
10791 (find-image): Search for images in `image-load-path'.
10792
10793 2005-09-15 Richard M. Stallman <rms@gnu.org>
10794
10795 * follow.el: Change Maintainer field.
10796
10797 2005-09-15 David Ponce <david@dponce.com>
10798
10799 * recentf.el (recentf-save-file-modes): New option.
10800 (recentf-save-list): Use it.
10801
10802 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
10803
10804 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10805 (mode-line-mule-info, mode-line-modified): Move bindings from
10806 mouse-3 to mouse-1.
10807
10808 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10809
10810 * simple.el (sendmail-user-agent-compose): Revert last change.
10811
10812 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10815 Use with-current-buffer.
10816 (ange-ftp-gwp-start): Remove unused var `gw-user'.
10817 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10818 (ange-ftp-insert-directory): Remove unused var `short'.
10819 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10820
10821 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10822 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10823
10824 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10825 (check-calendar-holidays, diary-list-entries): Autoload.
10826 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10827 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10828
10829 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10830 which mistakenly removed a call to display-buffer.
10831
10832 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
10833
10834 * obsolete/iso-insert.el: Move to obsolete/ from international/.
10835
10836 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
10837
10838 * progmodes/hideshow.el
10839 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10840 (hs-allow-nesting): New user var.
10841 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10842 (hs-hide-block-at-point): When nesting allowed,
10843 if there is already an overlay in place, delete it.
10844 (hs-safety-is-job-n): Delete func; remove call sites.
10845 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10846 (hs-overlay-at): New func.
10847 (hs-already-hidden-p, hs-show-block): Use it.
10848 (hs-hide-all): Don't pre-clean if nesting allowed.
10849 (hs-show-all): Temporarily disallow
10850 nesting around call to `hs-discard-overlays'.
10851
10852 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
10853
10854 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10855 Delete unused local var.
10856
10857 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
10858
10859 * help-fns.el (describe-categories): "?\ " -> "?\s".
10860 (help-do-arg-highlight): Recognize also ARG-n, as in
10861 `move-to-left-margin' (ARG+n is already recognized). Simplify.
10862
10863 * international/codepage.el (dos-unsupported-char-glyph):
10864 * net/newsticker.el (tool-bar-map, w3-mode-map)
10865 (w3m-minor-mode-map):
10866 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10867 (ent-alist):
10868 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10869
10870 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
10871
10872 * custom.el (custom-push-theme): Handle the case where a symbol is
10873 bound but face properties have not yet been assigned.
10874
10875 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10876 Fix behavior if noerase is `t' and there is no mail buffer.
10877
10878 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10879 if `continue' is nil, rather than signal an error.
10880
10881 2005-09-12 Richard M. Stallman <rms@gnu.org>
10882
10883 * font-lock.el (font-lock-keywords): Add autoload.
10884
10885 * help-fns.el (describe-variable): Rearrange to put source link
10886 in a predictable place.
10887
10888 * net/newsticker.el: New file.
10889
10890 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10891
10892 * calendar/calendar.el (calendar-for-loop): Add edebug info.
10893 (calendar-basic-setup): Use the new nil arg.
10894 (number-of-diary-entries): Move to diary-lib.el.
10895
10896 * calendar/diary-lib.el: Use with-current-buffer, match-string.
10897 (diary-list-entries): Use with-syntax-table and dolist.
10898 Rename from list-diary-entries.
10899 Use number-of-diary-entries if `number' is nil.
10900 (diary, diary-view-entries): Use this new name and new nil arg value.
10901 (number-of-diary-entries): Move from calendar.el.
10902 (diary-unhide-everything): New function.
10903 (include-other-diary-files, fancy-diary-display)
10904 (diary-show-all-entries, make-diary-entry): Use it.
10905 (diary-mail-entries): Use buffer-string.
10906 (mark-diary-entries): Fix long standing paren typo.
10907 (diary-sexp-entry): Use count-lines.
10908 (make-diary-entry): Avoid `previous-line'.
10909 (diary-mode-map): New var.
10910 (diary-mode): Redraw cal after saving. Setup header-line.
10911 (fancy-diary-display-mode): Use local-set-key.
10912
10913 * startup.el (command-line): Try calling various terminal-init-foo-bar
10914 functions by stripping hyphenated suffixes from $TERM.
10915
10916 * files.el (normal-mode): Check boundness of font-lock-keywords.
10917
10918 2005-09-12 Richard M. Stallman <rms@gnu.org>
10919
10920 * progmodes/compile.el: Don't decide a file's directory
10921 until the user actually tries to go there.
10922 (compilation-next-error-function):
10923 Pass compilation-find-file the directory from the file-struct.
10924 (compilation-internal-error-properties): Separate local FILE-STRUCT
10925 from FILE. Doc the args better. Rename arg FMT to FMTS.
10926 (compilation-find-file): Arg DIR renamed to DIRECTORY.
10927 Expand it, and if nil, use default-directory.
10928 (compilation-get-file-structure): Don't mix specified directory
10929 with default directory. Put specified directory into
10930 file-struct. Don't make the file name absolute.
10931
10932 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10933 (compile-command): Add autoload.
10934 (compilation-disable-input): Add autoload.
10935
10936 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
10937
10938 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10939 strings of the variables it can override.
10940 (time-stamp): New (as yet undocumented) time-stamp-format escapes
10941 %Q and %q, for fully-qualified domain name and unqualified host name.
10942
10943 2005-09-11 Kim F. Storm <storm@cua.dk>
10944
10945 * emacs-lisp/authors.el (authors-aliases): Update list.
10946 (authors-fixed-entries): Update mldrag.el entry.
10947
10948 2005-09-10 Alan Mackenzie <acm@muc.de>
10949
10950 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10951 from the region narrowed to.
10952
10953 2005-09-10 Magnus Henoch <mange@freemail.hu>
10954
10955 * textmodes/ispell.el (ispell-check-version): Signal an error if
10956 aspell version is less than 0.60.
10957
10958 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
10959
10960 * progmodes/octave-inf.el (inferior-octave-startup):
10961 Resync current dir at the end.
10962
10963 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
10964
10965 * woman.el (woman-topic-at-point-default):
10966 Rename to woman-use-topic-at-point-default.
10967 (woman-topic-at-point): Rename to woman-use-topic-at-point.
10968 (woman-file-name): Reflect renames above. Automatically use the
10969 word at point as topic if woman-use-topic-at-point is non-nil.
10970 Otherwise offer it as default but don't insert it in the
10971 minibuffer. Also use `test-completion' instead of `assoc' as
10972 suggested by Stefan Monnier.
10973
10974 2005-09-10 Andre Spiegel <spiegel@gnu.org>
10975
10976 * vc.el (vc-directory, vc-update-change-log): Throw an error on
10977 the attempt to do it over Tramp. This is not yet supported.
10978
10979 2005-09-10 Eli Zaretskii <eliz@gnu.org>
10980
10981 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10982 (menu-bar-non-minibuffer-window-p): New functions.
10983 ("Split Window", "Save As..."): Use them.
10984 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10985 ("Print Buffer", "Truncate Long Lines in this Buffer"):
10986 Use menu-bar-menu-frame-live-and-visible-p.
10987 ("Save Buffer", "Insert File", "Open Directory...")
10988 ("Open File...", "Visit New File..."):
10989 Use menu-bar-non-minibuffer-window-p.
10990 (kill-this-buffer-enabled-p, dired <menu-enable>):
10991 Use menu-bar-non-minibuffer-window-p.
10992
10993 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10994
10995 * cus-start.el (all): Don't complain about fringe-related
10996 built-ins if fringes are not supported. Ditto about
10997 selection-related built-ins. Fix the test for GTK-related built-ins.
10998
10999 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11000 ("Postscript Print Buffer", "Print Region", "Save As...")
11001 ("Save", "Insert File...", "Open Directory...")
11002 ("Open File...", "Visit New File..."")
11003 ("Truncate Long Lines in this Buffer"): Don't look at
11004 menu-updating-frame if this display does not support multiple frames.
11005
11006 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11007
11008 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11009
11010 2005-09-09 Emilio Lopes <eclig@gmx.net>
11011
11012 * woman.el: Format- and whitespace-related changes.
11013
11014 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11015
11016 * woman.el: Fix my email address.
11017
11018 2005-09-08 Richard M. Stallman <rms@gnu.org>
11019
11020 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11021 (sh-mode): Locally set skeleton-pair-default-alist.
11022
11023 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11024
11025 * progmodes/flymake.el: Require `compile' unconditionally.
11026
11027 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11028
11029 * woman.el (woman-file-name): Provide a default, not initial input.
11030
11031 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11032
11033 * font-lock.el (font-lock-support-mode): Doc fix.
11034
11035 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11036
11037 2005-09-08 Richard M. Stallman <rms@gnu.org>
11038
11039 * simple.el (blink-matching-open): Get rid of text props from
11040 the string shown in echo area. Don't permanently set point.
11041 Some rearrangements.
11042
11043 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11044
11045 * recentf.el (recentf-filename-handler): Add custom choice
11046 `abbreviate-file-name'.
11047
11048 * msb.el (msb--very-many-menus): Fix typo.
11049
11050 * disp-table.el (standard-display-european): Don't set
11051 enable-multibyte-characters to nil.
11052
11053 2005-09-08 David Ponce <david@dponce.com>
11054
11055 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11056 (recentf-expand-file-name): Doc fix.
11057 (recentf-dialog-mode-map): Define digit shortcuts.
11058 (recentf--files-with-key): New variable.
11059 (recentf-show-digit-shortcut-filter): New function.
11060 (recentf-open-files-items): New function.
11061 (recentf-open-files): Use it.
11062 (recentf-open-file-with-key): New command.
11063
11064 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11065
11066 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11067 Suggested by Kim F. Storm.
11068 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11069 (Buffer-menu-make-sort-button): Use global keymap.
11070
11071 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11072
11073 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11074 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11075 necessary any longer with the remapped command.
11076 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11077 formatting time only.
11078
11079 * net/tramp.el (tramp-action-password)
11080 (tramp-multi-action-password): Compile the password prompt from
11081 `method', `user' and `host'. Sometimes it isn't obvious which
11082 password to enter, for example with remote files offered by
11083 recentf.el, or with multiple steps. Suggested by Robert Marshall
11084 <robert@chezmarshall.freeserve.co.uk>.
11085
11086 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11087
11088 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11089 Fix regexp for when "s///" is at the beginning of line.
11090
11091 2005-09-07 Jay Belanger <belanger@truman.edu>
11092
11093 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11094 when in matrix mode.
11095
11096 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11097
11098 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11099 non-anonymous functions.
11100
11101 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11102
11103 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11104 when using a header line. Otherwise, use mouse-1-click-follows-link.
11105
11106 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11107 can't be moved; don't signal an error.
11108
11109 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11110
11111 * cus-theme.el (custom-theme-write-faces): Save the current face
11112 spec, not the defface spec.
11113
11114 * custom.el (custom-known-themes): Clarify meaning of "standard".
11115 (custom-push-theme): Save old values in the standard theme.
11116 (disable-theme): Correct typo.
11117 (custom-face-theme-value) Deleted unused function.
11118 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11119
11120 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11121
11122 * progmodes/compile.el (compilation-goto-locus): Take into account
11123 iconified frames when determining whether the buffer is
11124 already visible.
11125 Don't reset window height if the window already existed.
11126
11127 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11128
11129 * custom.el (load-theme): Rename from require-theme.
11130 Add interactive spec.
11131 (enable-theme): Rename from custom-enable-theme.
11132 Add interactive spec.
11133 (disable-theme): Rename from custom-disable-theme.
11134 Add interactive spec.
11135 (custom-make-theme-feature): Doc fix.
11136 (custom-theme-directory): Doc fix.
11137 (provide-theme): Call enable-theme.
11138
11139 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11140
11141 * obsolete/lazy-lock.el (lazy-lock-mode):
11142 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11143 font-lock-mode if it's off. Print a warning instead.
11144
11145 * progmodes/compile.el (compilation-start): Ignore errors if the
11146 process died before we get to send-eof.
11147
11148 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11149 Undo last change. Enclosing the result in quotes broke things on Unix
11150 since tex-send-command passes it through shell-quote-argument.
11151 (tex-send-command): Pass `file' through convert-standard-filename
11152 when possible.
11153 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11154 info in a transcript.
11155
11156 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11157
11158 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11159 fix compilation warning. Reorder the key definitions to group
11160 together keys emitted by the current version of xterm.
11161
11162 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11163 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11164 Reorder predicates to correct min-color usage.
11165
11166 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11167
11168 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11169 Kill local variables when longlines-mode is turned off.
11170
11171 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11172
11173 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11174
11175 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11176
11177 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11178
11179 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11180 (font-lock-lines-before): Change default to being inactive.
11181 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11182 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11183
11184 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11185
11186 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11187 Deactivate temporarily advice if active (not needed for Emacs 22,
11188 but for backwards compatibility).
11189 (tramp-exists-file-name-handler): Rewrite. First implementation
11190 was too simple.
11191 (tramp-advice-make-auto-save-file-name):
11192 Call `tramp-handle-make-auto-save-file-name' (again, just for
11193 backwards compatibility).
11194
11195 2005-08-31 Reto Zimmermann <reto@gnu.org>
11196
11197 * progmodes/vhdl-mode.el
11198 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11199 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11200 (vhdl-set-default-project): New function (easier setting of default).
11201 (vhdl-port-copy): Handle extended identifiers for generics.
11202 (vhdl-compiler-alist): Better description for error message regexp.
11203 (vhdl-make): Query for target, use previous as default.
11204 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11205 (vhdl-font-lock-keywords-2): Fix fontification for record
11206 el. assign.
11207 (vhdl-speedbar-make-subpack-line): Add package body link.
11208 (vhdl-generate-makefile-1): Not include itself as dependency.
11209 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11210 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11211 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11212 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11213 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11214 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11215 (vhdl-import-project): Add string argument for `error'.
11216 (vhdl-compose-configuration)
11217 (vhdl-compose-configuration-architecture): Add configuration
11218 declaration generation.
11219 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11220 (vhdl-trailer-re): Add "record" keyword (better indentation).
11221 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11222 "[^ \t-\"]+".
11223 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11224 (vhdl-testbench-entity-file-name)
11225 (vhdl-testbench-architecture-file-name): Allow separate
11226 customization of testbench file names.
11227 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11228 (vhdl-get-visible-signals): Allow newline within alias declaration.
11229 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11230 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11231 (member-ignore-case): Alias for missing function in XEmacs.
11232 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11233 (vhdl-update-sensitivity-list): Ignore case on read signals.
11234 (vhdl-replace-string): Adjust case only for file names.
11235 (vhdl-update-sensitivity-list): Fix search for read signals.
11236 (vhdl-update-sensitivity-list): Exclude formal parameters.
11237 (vhdl-get-visible-signals): Include aliases of signals.
11238 (vhdl-get-visible-signals): Fix signal name searching.
11239 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11240 (vhdl-fixup-whitespace-region): Fix for character
11241 literals (e.g. `:').
11242
11243 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11244
11245 * ansi-color.el (comint-last-output-start):
11246 * bs.el (font-lock-verbose):
11247 * diff-mode.el (add-log-buffer-file-name-function):
11248 * dired-x.el (vm-folder-directory):
11249 * faces.el (help-xref-stack-item):
11250 * files.el (font-lock-keywords):
11251 * find-lisp.el (dired-buffers, dired-subdir-alist):
11252 * ido.el (cua-inhibit-cua-keys):
11253 * log-view.el (cvs-minor-wrap-function):
11254 * outline.el (font-lock-warning-face):
11255 * simple.el (compilation-current-error):
11256 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11257 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11258 * tooltip.el (comint-prompt-regexp):
11259 * w32-fns.el (explicit-shell-file-name):
11260 * term/mac-win.el (mac-charset-info-alist)
11261 (mac-services-selection, mac-system-script-code):
11262 * term/tty-colors.el (msdos-color-values):
11263 * term/w32-win.el (xlfd-regexp-registry-subnum):
11264 * term/x-win.el (x-keysym-table, x-selection-timeout)
11265 (x-session-id, x-session-previous-id):
11266 * textmodes/ispell.el (mail-yank-prefix):
11267 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11268 * textmodes/org.el (calc-embedded-close-formula)
11269 (calc-embedded-open-formula)
11270 (font-lock-unfontify-region-function):
11271 * textmodes/reftex-global.el (isearch-next-buffer-function)
11272 (TeX-master):
11273 * textmodes/reftex.el (font-lock-keywords):
11274 * textmodes/tex-mode.el (font-lock-comment-face)
11275 (font-lock-doc-face):
11276 * textmodes/texinfo.el (outline-heading-alist):
11277 Add defvars.
11278
11279 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11280 (artist-spray-chars, artist-mode-init, artist-replace-string)
11281 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11282 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11283 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11284
11285 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11286 (conf-align-assignments): "?\ " -> "?\s".
11287
11288 * textmodes/reftex-index.el (TeX-master): Add defvar.
11289 (reftex-index-phrases-marker): Move up defvar.
11290
11291 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11292 (reftex-toc-include-labels-indicator)
11293 (reftex-toc-include-index-indicator)
11294 (reftex-toc-max-level-indicator): Move up declarations.
11295
11296 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11297 of args to `tramp-run-real-handler', even if it's empty in this case.
11298
11299 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11300
11301 * dired.el (dired-move-to-filename-regexp): Add date format for
11302 Mac OS X 10.3 in East Asian locales.
11303
11304 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11305
11306 * files.el (make-auto-save-file-name): Add file name handler call
11307 if applicable.
11308
11309 * net/tramp.el (tramp-file-name-handler-alist)
11310 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11311 (tramp-handle-make-auto-save-file-name): Rename from
11312 `tramp-make-auto-save-file-name'.
11313 (tramp-exists-file-name-handler): New defun.
11314 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11315 `make-auto-save-file-name' is not a magic file name operation.
11316
11317 2005-08-30 Richard M. Stallman <rms@gnu.org>
11318
11319 * files.el (risky-local-variable-p):
11320 Match `-predicates' and `-commands.
11321
11322 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11323 (custom-save-all): Visit the file if necessary;
11324 kill the buffer if we created it.
11325 (custom-save-delete): Don't visit file or kill buffer here.
11326
11327 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11328
11329 * textmodes/org.el (org-special-keyword): New face.
11330 (org-table-copy-down, org-table-eval-formula)
11331 (org-table-recalculate, org-init-section-numbers):
11332 Use `string-to-number' instead of `string-to-int'.
11333 (org-get-location): Use `insert-buffer-substring' instead of
11334 `insert-buffer'.
11335 (org-modify-diary-entry-string): New function.
11336 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11337 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11338 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11339 active region.
11340 (org-export-as-html): Handle QUOTE keyword.
11341 (org-quote-string): New option.
11342 (org-bookmark-jump-unhide): New function, used for
11343 `bookmark-after-jump-hook'.
11344 (org-diary-default-entry): Apply only when not called through
11345 `org-agenda'.
11346
11347 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11348
11349 * net/eudc.el (mode-popup-menu):
11350 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11351 * progmodes/ada-mode.el (compile-auto-highlight)
11352 (skeleton-further-elements):
11353 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11354 * progmodes/cmacexp.el (msdos-shells):
11355 * progmodes/compile.el (font-lock-extra-managed-props)
11356 (font-lock-keywords, font-lock-maximum-size)
11357 (font-lock-support-mode):
11358 * progmodes/grep.el (font-lock-lines-before):
11359 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11360 * progmodes/mixal-mode.el (compile-command):
11361 * progmodes/perl-mode.el (font-lock-comment-face)
11362 (font-lock-doc-face, font-lock-string-face):
11363 * progmodes/prolog.el (comint-prompt-regexp):
11364 * progmodes/sh-script.el (font-lock-comment-face)
11365 (font-lock-set-defaults, font-lock-string-face):
11366 * progmodes/sql.el (font-lock-keyword-face)
11367 (font-lock-set-defaults, font-lock-string-face):
11368 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11369 (itimer-version, lazy-lock-defer-contextually)
11370 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11371 Add defvars.
11372
11373 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11374 (cperl-electric-keyword, cperl-electric-pod)
11375 (cperl-electric-backspace, cperl-forward-re)
11376 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11377 (vc-rcs-header, vc-sccs-header): Add defvars.
11378
11379 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11380 (font-lock-syntactic-keywords, gud-find-expr-function):
11381 Add defvars.
11382
11383 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11384 (gdb-frame-parameters): Declare before use.
11385
11386 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11387 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11388 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11389 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11390
11391 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11392 (idlwave-help-with-source): Use `insert-buffer-substring', not
11393 `insert-buffer'.
11394
11395 2005-08-29 Juri Linkov <juri@jurta.org>
11396
11397 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11398 Put outline-back-to-heading function call inside save-excursion.
11399
11400 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11401
11402 * man.el (Man-init-defvars, Man-translate-references)
11403 (Man-support-local-filenames, Man-highlight-references):
11404 * progmodes/sql.el (sql-interactive-mode):
11405 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11406
11407 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11408 (compilation-mode-font-lock-keywords): Add defvars.
11409 (checkdoc-interactive-loop): "?\ " -> "?\s".
11410
11411 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11412 (font-lock-doc-face, font-lock-string-face)
11413 (font-lock-keywords-case-fold-search): Add defvars.
11414 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11415
11416 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11417 Don't pass X and Y (they are ignored anyway).
11418 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11419 (mouse-delete-window): Make arguments optional.
11420
11421 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11422 (caesar-translate-table, minor-modes, news-buffer-save)
11423 (news-group-name, news-minor-modes): Add defvars.
11424
11425 * emacs-lisp/lselect.el (mouse-highlight-priority)
11426 (x-lost-selection-functions, zmacs-regions):
11427 * emacs-lisp/pp.el (font-lock-verbose):
11428 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11429 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11430 (ses-mode-map):
11431 * emacs-lisp/tcover-unsafep.el (safe-functions):
11432 * international/mule-cmds.el (mac-system-coding-system)
11433 (mac-system-locale):
11434 * language/ethio-util.el (rmail-current-message)
11435 (rmail-message-vector):
11436 * language/thai-util.el (thai-auto-composition-mode):
11437 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11438 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11439 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11440 (vm-primary-inbox, vm-spool-files):
11441 * mail/rmail.el (deleted-head, font-lock-fontified)
11442 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11443 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11444 (total-messages):
11445 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11446 (rmail-summary-mode-map):
11447 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11448 (rmail-last-label, rmail-last-multi-labels)
11449 (rmail-summary-vector, rmail-total-messages):
11450 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11451 * mail/rmailsum.el (msgnum):
11452 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11453 (rmail-current-message):
11454 * obsolete/fast-lock.el (font-lock-face-list):
11455 * obsolete/rnewspost.el (mail-reply-buffer):
11456 * obsolete/scribe.el (compile-command):
11457 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11458
11459 2005-08-28 John Paul Wallington <jpw@gnu.org>
11460
11461 * ibuf-ext.el (ibuffer-auto-update-changed):
11462 Use `frame-or-buffer-changed-p' to check whether we need to update.
11463 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11464 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11465 as a `frame-or-buffer-changed-p' state vector instead.
11466
11467 2005-08-27 Romain Francoise <romain@orebokech.com>
11468
11469 * textmodes/makeinfo.el (makeinfo-compile):
11470 Use `compilation-start'. Set `next-error-function' according to
11471 `disable-errors'.
11472 (makeinfo-next-error): New function.
11473 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11474 (makeinfo-buffer): Likewise.
11475
11476 * progmodes/compile.el (compilation-start): Add autoload cookie.
11477
11478 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11479 * textmodes/sgml-mode.el: Likewise.
11480 * progmodes/python.el: Likewise.
11481
11482 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11483
11484 * simple.el (blink-matching-paren-distance): Document the meaning
11485 of nil value, and allow to customize to nil.
11486
11487 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11488 command.com, not command.exe.
11489
11490 2005-08-26 John Wiegley <johnw@newartisans.com>
11491
11492 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11493 code around a bit so that an extraneous nil argument is not added
11494 to a command when no args are given.
11495
11496 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11497 double-quoted argument resolves to nil, return it as an empty
11498 string rather than as nil. This made it impossible to pass "" to
11499 a shell script as a null string argument.
11500
11501 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11502
11503 * outline.el (outline-invent-heading): New fun.
11504 (outline-promote, outline-demote): Use it.
11505 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11506 (outline-end-of-subtree): Remove unused var `opoint'.
11507
11508 2005-08-26 David Reitter <david.reitter@gmail.com>
11509
11510 * menu-bar.el (truncate-lines, write-file, print-buffer)
11511 (ps-print-buffer-faces, ps-print-buffer, split-window):
11512 Disable menu items when the frame they refer to is invisible, or when
11513 they refer to a buffer and the minibuffer is selected.
11514
11515 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11516
11517 * progmodes/flymake.el (flymake-highlight-err-lines):
11518 Use save-excursion around flymake-highlight-line to preserve point.
11519
11520 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11521
11522 * progmodes/octave-mod.el: Change Author and Maintainer address.
11523 (octave-maintainer-address): Change Kurt's email address.
11524 * progmodes/octave-inf.el: Change Author and Maintainer address.
11525 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11526
11527 2005-08-26 Kim F. Storm <storm@cua.dk>
11528
11529 * subr.el (version-list-<, version-list-<=, version-list-=):
11530 Rename from integer-list-*.
11531 (version-list-not-zero): Likewise. Fix while loop.
11532 (version=): Use version-list-= instead of string-equal.
11533
11534 2005-08-26 Richard M. Stallman <rms@gnu.org>
11535
11536 * outline.el (outline-promote): Try shortening the heading.
11537 As last resort, read the heading to use.
11538 (outline-demote): As last resort, read the heading to use.
11539
11540 2005-08-26 Romain Francoise <romain@orebokech.com>
11541
11542 * progmodes/compile.el (compilation-start): Doc fix.
11543
11544 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11545 (antlr-font-lock-additional-keywords): Fix reference to
11546 `antlr-font-lock-literal-regexp' erroneously changed during the
11547 mass face rename.
11548 (antlr-run-tool): Use `compilation-start'.
11549
11550 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11551 instead of the obsolete `compile-internal'.
11552
11553 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11554
11555 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11556 (number, original-date):
11557 * calendar/cal-china.el (date):
11558 * calendar/cal-coptic.el (date):
11559 * calendar/cal-french.el (date):
11560 * calendar/cal-hebrew.el (date, entry, number, original-date):
11561 * calendar/cal-islam.el (date, number, original-date):
11562 * calendar/cal-iso.el (date):
11563 * calendar/cal-julian.el (date):
11564 * calendar/cal-mayan.el (date):
11565 * calendar/cal-menu.el (date, event):
11566 * calendar/cal-persia.el (date):
11567 * calendar/lunar.el (date):
11568 * calendar/solar.el (date): Add defvars.
11569
11570 * emerge.el:
11571 * ibuffer.el:
11572 * info-xref.el:
11573 * obsolete/bg-mouse.el:
11574 * obsolete/sun-curs.el:
11575 * obsolete/swedish.el: Move the `defvar's to the top level.
11576
11577 * smerge-mode.el (smerge-refined-change): Add :group.
11578
11579 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11580
11581 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11582 (smerge-keep-n): Remove props.
11583 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11584 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11585 now that it's done in smerge-keep-n.
11586 (smerge-refined-change): New face.
11587 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11588 (smerge-refine): New funs.
11589 (smerge-basic-map): Bind smerge-refine.
11590
11591 2005-08-25 Juri Linkov <juri@jurta.org>
11592
11593 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11594 compilation-process-setup-function and compilation-disable-input
11595 in grep-mode instead of let-bindings in grep.
11596
11597 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11598 Delete "Automatic File De/compression" (auto-compression-mode).
11599
11600 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11601
11602 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11603 Silence warning about non-existent variable.
11604
11605 2005-08-25 Richard M. Stallman <rms@gnu.org>
11606
11607 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11608 Rename "Describe Key" to "Describe Key or Mouse Operation".
11609
11610 * mail/mailalias.el (build-mail-aliases): Delete comments
11611 from the contents before processing them.
11612
11613 * isearch.el (isearch-edit-string): Erase the Search prompt
11614 if user enters an empty string and there is no default.
11615
11616 * comint.el (comint-file-name-prefix): Add autoload.
11617
11618 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11619
11620 * subr.el (play-sound): Rearrange to avoid warning.
11621
11622 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11623
11624 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11625 New hook.
11626 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11627
11628 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11629
11630 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11631
11632 * custom.el (custom-theme-set-variables): Sort minor modes last.
11633
11634 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11635
11636 * subr.el (version-separator, version-regexp-alist): New vars used by
11637 version comparison funs.
11638 (integer-list-<, integer-list-=, integer-list-<=)
11639 (integer-list-not-zero): New funs for integer list comparison.
11640 (version-to-list, version=, version<, version<=): New funs for version
11641 comparison.
11642
11643 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11644
11645 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11646 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11647 time to silence the byte-compiler.
11648
11649 * ibuffer.el (ibuffer-compile-make-eliding-form)
11650 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11651 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11652 so it's silly to get warnings for it).
11653 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11654 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11655 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11656 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11657 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11658 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11659 Defvar at compile time.
11660 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11661 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11662 Declare them before use.
11663
11664 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11665 (info-xref-good, info-xref-bad): Defvar at compile time.
11666
11667 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11668 Use `let*' instead of `let'.
11669
11670 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11671 (*mouse-y*, menu, char): Defvar at compile time.
11672 (sc::menu): Declare it before use.
11673 (sc::pack-one-line): Use `let', not `let*'.
11674
11675 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11676 (mail-send-hook): Defvar at compile time.
11677
11678 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11679 Defvar at compile time.
11680
11681 * term/sun-mouse.el (current-global-mousemap)
11682 (current-local-mousemap): Declare them before use.
11683
11684 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11685
11686 * bookmark.el (bookmark-after-jump-hook): New hook.
11687 (bookmark-jump): Run `bookmark-after-jump-hook'.
11688
11689 2005-08-23 Juri Linkov <juri@jurta.org>
11690
11691 * faces.el (minibuffer-prompt): Doc fix.
11692
11693 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11694
11695 * progmodes/xscheme.el: Trivial changes to silence warnings.
11696 (xscheme-previous-mode, xscheme-previous-process-state):
11697 Add defvars.
11698 (xscheme-last-input-end, xscheme-process-command-line)
11699 (xscheme-process-name, xscheme-buffer-name)
11700 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11701 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11702 (xscheme-control-g-synchronization-p)
11703 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11704 (default-xscheme-runlight, xscheme-runlight)
11705 (xscheme-runlight-string, xscheme-process-filter-state)
11706 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11707 Move to beginning of file.
11708 (scheme-interaction-mode-commands-alist)
11709 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11710 Declare them before use. Note: the initialization code for the variables
11711 has not been moved because it uses functions that reference the variables.
11712 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11713 (xscheme-prompt-for-expression-map): Declare them before use.
11714 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11715
11716 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11717
11718 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11719
11720 2005-08-22 Juri Linkov <juri@jurta.org>
11721
11722 * faces.el (set-face-underline): Delete this duplicate function
11723 and make an obsolete alias to set-face-underline-p.
11724 (set-face-underline-p): Use docstring of set-face-underline.
11725 (describe-face): Create hyperlink to parent face.
11726
11727 * info.el (Info-insert-dir): Use save-excursion around
11728 insert-buffer-substring.
11729 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11730 (Info-escape-percent): Delete function.
11731 (Info-fontify-node): Replace Info-escape-percent by
11732 replace-regexp-in-string with REP arg set to lambda that
11733 duplicates `%' and preserves text properties.
11734
11735 * progmodes/compile.el (compilation-disable-input): Doc fix.
11736 (define-compilation-mode): Doc fix and refill.
11737 (kill-compilation): Use `mode-name' in the error message.
11738 (compilation-find-file): Use `compilation-error' in the
11739 read-file-name's prompt.
11740
11741 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11742
11743 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11744 (smerge-auto-leave): Make undo re-enable the mode.
11745 (debug-ignored-errors): Add the user-error of impossible resolution.
11746 (smerge-resolve): Move things around a bit, in preparation for later.
11747 (smerge-diff): Don't fail if the buffer has no associated file.
11748 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11749 (smerge-conflict-overlay): New function.
11750 (smerge-match-conflict): Don't add text properties here.
11751 (smerge-find-conflict): Instead, add an overlay here.
11752 Also check for the case where we're inside a conflict already, so as to
11753 obviate the need for font-lock-multiline, which is unbearably slow with
11754 large conflicts and ciomplex font-lock patterns.
11755 (smerge-remove-props): Remove overlay rather than text-properties.
11756 (smerge-mode): Don't set font-lock-multiline.
11757 Remove overlays when turned off.
11758
11759 2005-08-21 Kim F. Storm <storm@cua.dk>
11760
11761 * ido.el (ido-ignore-item-p): Use save-match-data.
11762 Bind case-fold-search to ido-case-fold locally.
11763
11764 2005-08-20 Richard M. Stallman <rms@gnu.org>
11765
11766 * files.el (normal-mode): If font lock is on, turn it off and on.
11767
11768 * subr.el (replace-regexp-in-string): Doc fix.
11769
11770 * startup.el (command-line-1): Don't suppress startup screen
11771 due to existing processes.
11772
11773 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11774
11775 * progmodes/compile.el (compilation-disable-input): Default to nil.
11776
11777 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11778
11779 * progmodes/compile.el (compilation-disable-input): New defcustom.
11780 (compilation-start): If compilation-disable-input is non-nil, send
11781 EOF to the compilation process.
11782
11783 2005-08-20 Eli Zaretskii <eliz@gnu.org>
11784
11785 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11786 Run the argument of tex-shell-cd-command through
11787 convert-standard-filename, to get the correct style of slashes on
11788 Windows, and enclose the result in quotes, in case the file name
11789 includes whitespace or other special characters.
11790
11791 2005-08-19 Andreas Schwab <schwab@suse.de>
11792
11793 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11794 process.
11795
11796 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
11797
11798 * cus-start.el (minibuffer-prompt-properties): Correct typo.
11799
11800 2005-08-18 Kim F. Storm <storm@cua.dk>
11801
11802 * scroll-lock.el: Fix errors due to incorrect line wrapping.
11803
11804 2005-08-18 Richard M. Stallman <rms@gnu.org>
11805
11806 * scroll-lock.el: New file.
11807
11808 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
11809
11810 * dired.el (dired-move-to-end-of-filename):
11811 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11812
11813 2005-08-18 Kim F. Storm <storm@cua.dk>
11814
11815 * ido.el (ido-everywhere): Fix defcustom :set function to disable
11816 rather than toggle mode when custom value is nil.
11817 (ido-everywhere): Fix defun doc string.
11818
11819 2005-08-17 Richard M. Stallman <rms@gnu.org>
11820
11821 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11822 as tag instead of "Inviolable".
11823
11824 2005-08-17 Kim F. Storm <storm@cua.dk>
11825
11826 * windmove.el (windmove-coordinates-of-position): Remove.
11827 (windmove-coordinates-of-window-position): Remove.
11828 (windmove-reference-loc): Use posn-at-point instead.
11829
11830 * subr.el (insert-for-yank-1): Doc fix.
11831
11832 * ido.el (ido-enter-matching-directory): Rename from
11833 ido-enter-single-matching-directory. Change `slash' choice to
11834 `only'. Add `first' choice.
11835 (ido-exhibit): Adapt to above changes.
11836
11837 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
11838
11839 * Makefile.in: Expand comment about building loaddefs.el.
11840
11841 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
11842
11843 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11844 Comment use of defadvice.
11845
11846 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11847
11848 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
11849
11850 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11851 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11852 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11853 * progmodes/idlw-shell.el, progmodes/ld-script.el,
11854 * progmodes/which-func.el, ruler-mode.el, strokes.el,
11855 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11856 for backward compatibility for faces that did not appear in the
11857 previous Emacs release.
11858
11859 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11860
11861 2005-08-15 Kim F. Storm <storm@cua.dk>
11862
11863 * emulation/cua-base.el (cua-delete-region): Return t if
11864 deleted region was non-empty.
11865 (cua-replace-region): Inhibit overwrite-mode for
11866 self-insert-command if replaced region was non-empty.
11867 (cua--explicit-region-start, cua--status-string): Make them
11868 buffer-local at top-level...
11869 (cua-mode): ...rather than when mode is enabled.
11870
11871 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
11872
11873 * progmodes/vhdl-mode.el (vhdl-emacs-21):
11874 Set t for Emacs 21, 22, and so on.
11875
11876 2005-08-15 David Ponce <david@dponce.com>
11877
11878 * tree-widget.el: Update Commentary header.
11879 (tree-widget-theme): Doc fix.
11880 (tree-widget-space-width): New option.
11881 (tree-widget-image-properties): Look up in the default theme too.
11882 (tree-widget--cursors): Only for images with arrow pointer shape.
11883 (tree-widget-lookup-image): Pointer shape is hand by default.
11884 (tree-widget-icon): Rename generic icon widget from
11885 `tree-widget-control'.
11886 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11887 derive from `tree-widget-icon'.
11888 (tree-widget-handle): Improve default look and feel of the text
11889 representation.
11890 (tree-widget): Rename :*-control properties to :*-icon properties.
11891 Add :action and :help-echo properties.
11892 (tree-widget-after-toggle-functions): Move.
11893 (tree-widget-close-node, tree-widget-open-node): Remove.
11894 (tree-widget-before-create-icon-functions): New hook.
11895 (tree-widget-value-create): Update to allow customization of icons
11896 and nodes at run-time via that new hook.
11897 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11898 (tree-widget-icon-action, tree-widget-icon-help-echo)
11899 (tree-widget-action, tree-widget-help-echo): New functions.
11900
11901 2005-08-15 Kim F. Storm <storm@cua.dk>
11902
11903 * ido.el (ido-buffer-internal): Use with-no-warnings.
11904 (ido-make-merged-file-list): Use while-no-input.
11905
11906 2005-08-15 Richard M. Stallman <rms@gnu.org>
11907
11908 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11909 (flyspell-large-region): Fix doc and custom type.
11910
11911 2005-08-14 Richard M. Stallman <rms@gnu.org>
11912
11913 * files.el (interpreter-mode-alist): Doc fix.
11914
11915 * mail/rmail.el (rmail-nonignored-headers): New variable.
11916 (rmail-clear-headers): Use it.
11917 (rmail-reply): Better handling of mail-followup-to header.
11918
11919 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11920 Rename variable from sh-font-lock-keywords. In the `shell' entry,
11921 don't try to refer to executable-font-lock-keywords.
11922 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
11923 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
11924 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
11925 (sh-mode): Set comment-start-skip, local-abbrev-table,
11926 imenu-case-fold-search.
11927 (sh-set-shell): Don't set them here.
11928 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
11929 Don't cache the results in the original alist; don't ever modify
11930 that alist.
11931
11932 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11933
11934 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11935 empty.
11936
11937 2005-08-15 Andreas Schwab <schwab@suse.de>
11938
11939 * desktop.el: Put autoload cookie at risky-local-variable declarations.
11940
11941 * dired.el, info.el, mail/rmail.el: Revert last change.
11942
11943 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
11944
11945 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11946 modification in `eval-after-load' form.
11947 * info.el: Likewise.
11948 * mail/rmail.el: Likewise.
11949
11950 2005-08-14 Juri Linkov <juri@jurta.org>
11951
11952 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11953 Remove highlighting of "Compilation started". Highlight only
11954 the word "finished" in "Compilation finished". Add highlighting
11955 of "interrupt", "killed", "terminated" and the exit code.
11956 (compilation-start): Add newline after header. Use exactly the
11957 same time stamp format as the finishing message.
11958 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11959
11960 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11961 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11962 Add highlighting of "interrupt", "killed", "terminated".
11963
11964 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11965 enabled and the current command is self-insert-command, call it
11966 explicitly with overwrite-mode bound to nil, to not allow it
11967 to delete the character after the selected region.
11968
11969 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
11970
11971 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11972 move-end-of-line, end-of-line, and beginning-of-line to the list
11973 of commands after which the echo area is updated.
11974
11975 2005-08-12 Eli Zaretskii <eliz@gnu.org>
11976
11977 * cus-edit.el (custom-save-all, custom-save-delete):
11978 Bind recentf-exclude to exclude custom-file.
11979
11980 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
11981
11982 * mail/rmailsum.el (rmail-summary-end-of-message): New command
11983 to go to the bottom of the mail message. Added to
11984 `rmail-summary-mode-map' with key "/".
11985 (rmail-summary-show-message): New (internal) function for use by
11986 both `rmail-summary-beginning/end-of-message'.
11987 (rmail-summary-beginning-of-message): Change to use
11988 rmail-summary-show-message.
11989
11990 * mail/rmail.el (rmail-end-of-message): New command to go to the
11991 end of the current message. Added to `rmail-mode-map' with key "/".
11992 (rmail-beginning-of-message): Fix to work as documented.
11993 (rmail-mode): Change documentation.
11994
11995 * progmodes/compile.el (compilation-start): Add the line
11996 "Compilation started" with compilation start time.
11997 (compilation-mode-font-lock-keywords): Add `started' to keywords.
11998
11999 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12000
12001 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12002 of menu items.
12003
12004 2005-08-11 Richard M. Stallman <rms@gnu.org>
12005
12006 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12007
12008 * battery.el (battery-status-function): Don't use ignore-errors.
12009
12010 2005-08-11 Lute Kamstra <lute@gnu.org>
12011
12012 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12013 define-obsolete-variable-alias.
12014
12015 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12016
12017 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12018 (ange-ftp-send-cmd): Revert last change, and expand
12019 the comment explaining the problem.
12020
12021 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12022
12023 * ldefs-boot.el: Update.
12024
12025 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12026 item to "Time, Load and Mail". Change help echo text.
12027
12028 * time.el (display-time-use-mail-icon, display-time-format)
12029 (display-time-string-forms): Shorten first line of docstrings.
12030
12031 2005-08-10 Lars Hansen <larsh@soem.dk>
12032
12033 * desktop.el (desktop-buffer-mode-handlers):
12034 Make non-customizable. Add autoload cookie. Change initial value to
12035 nil; add elements in respective modules instead. Fix doc string.
12036 (desktop-load-file): New function.
12037 (desktop-minor-mode-handlers): New autoloaded variable.
12038 (desktop-create-buffer): Call minor mode handlers.
12039 Use desktop-load-file to load major and minor mode modules prior to
12040 checking for a handler.
12041 (desktop-save): Don't add nil to desktop-minor-modes for minor
12042 modes with nil function in desktop-minor-mode-table. Don't delete
12043 desktop file before rewriting it.
12044 (desktop-locals-to-save): Add autoload cookie. Don't make
12045 automatically buffer-local. Add variables column-number-mode,
12046 size-indication-mode, indent-tabs-mode,
12047 indicate-buffer-boundaries, indicate-empty-lines and
12048 show-trailing-whitespace.
12049 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12050 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12051 (desktop-clear-preserve-buffers-regexp): Delete.
12052 (desktop-clear-preserve-buffers): Update initial value and docstring.
12053 (desktop-save-buffer): Fix doc string.
12054
12055 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12056 (hilit-chg-desktop-restore): New function.
12057 (highlight-changes-mode): Add highlight-changes-mode to
12058 desktop-locals-to-save.
12059
12060 * dired.el: Add handler to desktop-buffer-mode-handlers.
12061 (dired-restore-desktop-buffer): Remove autoload cookie.
12062 (dired-mode): Add autoload cookie.
12063
12064 * info.el: Add handler to desktop-buffer-mode-handlers.
12065 (Info-restore-desktop-buffer): Remove autoload cookie.
12066 (Info-mode): Add autoload cookie.
12067
12068 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12069 (mh-restore-desktop-buffer): Remove autoload cookie.
12070 (mh-folder-mode): Add autoload cookie.
12071
12072 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12073 (rmail-restore-desktop-buffer): Remove autoload cookie.
12074
12075 2005-08-11 Masatake YAMATO <jet@gyve.org>
12076
12077 * hexl.el (hexl-address-region):
12078 (hexl-ascii-region, hexl-font-lock-keywords):
12079 (hexl-highlight-line-range): Use the term "region"
12080 instead of "area" for consistency with the other symbols
12081 defined in hexl.el.
12082
12083 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12084
12085 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12086 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12087 out by Juri Linkov). Add `display-battery-mode'.
12088
12089 2005-08-09 Juri Linkov <juri@jurta.org>
12090
12091 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12092 Remove `-text' from face variable names.
12093 (compilation-error-file-name, compilation-warning-file-name)
12094 (compilation-info-file-name): Delete faces.
12095 (compilation-line-number, compilation-column-number):
12096 Remove face underlining.
12097 (compilation-message-face): Set to `underline' value by default.
12098 (compilation-error-face, compilation-warning-face)
12099 (compilation-info-face): Remove `-file-name' from face names.
12100 (compilation-error-text-face, compilation-warning-text-face)
12101 (compilation-info-text-face): Delete face variables.
12102 (compilation-text-face): Delete function.
12103
12104 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12105 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12106 (grep-error-face): Set to `compilation-error' instead of
12107 `compilation-error-face' (which is redefined to `grep-hit-face' in
12108 grep buffers).
12109 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12110 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12111
12112 * dired-aux.el (dired-do-query-replace-regexp):
12113 Use `query-replace-read-args'.
12114
12115 * replace.el (query-replace-read-from, query-replace-read-to)
12116 (query-replace-read-args): Rename arg `string' to `prompt'.
12117
12118 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12119
12120 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12121
12122 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12123 uploading files.
12124 (ange-ftp-canonize-filename): Handle file names beginning with ~
12125 correctly.
12126
12127 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12128
12129 * textmodes/fill.el (canonically-space-region)
12130 (fill-context-prefix, fill-french-nobreak-p)
12131 (fill-delete-newlines, fill-comment-paragraph)
12132 (justify-current-line): "?\ " -> "?\s".
12133
12134 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12135
12136 * textmodes/fill.el (fill-nonuniform-paragraphs):
12137 Improve argument/docstring consistency.
12138
12139 2005-08-09 Richard M. Stallman <rms@gnu.org>
12140
12141 * textmodes/ispell.el (ispell-word): More fboundp checks.
12142
12143 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12144 (find-file-noselect-1): Call it here, only if RAWFILE.
12145 (normal-mode): Always set some major mode.
12146 (save-some-buffers-action-alist): Change some explanation strings.
12147 (file-name-non-special): In the `quote' method, use unwind-protect.
12148
12149 2005-08-09 Magnus Henoch <mange@freemail.hu>
12150
12151 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12152 (ispell-have-aspell-dictionaries): New variable.
12153 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12154 (ispell-get-aspell-config-value): New function.
12155 (ispell-aspell-find-dictionary): New function.
12156 (ispell-aspell-add-aliases): New function.
12157 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12158 appropriate. Don't look for ispell dictionaries if we use aspell.
12159 (ispell-menu-map): Don't build a submenu of dictionaries.
12160
12161 2005-08-09 Richard M. Stallman <rms@gnu.org>
12162
12163 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12164 (sql-read-passwd): Use read-passwd.
12165
12166 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12167 (idlwave-toolbar-is-possible): Add defvars.
12168
12169 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12170 Avoid warnings.
12171
12172 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12173 (idlwave-system-class-info, idlwave-executive-commands-alist):
12174 Use defvar.
12175
12176 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12177
12178 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12179 Avoid warnings.
12180
12181 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12182 and content-type: headers.
12183
12184 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12185
12186 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12187 and rename some of them to be more self-explanatory.
12188
12189 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12190
12191 * startup.el (command-line-1): Implement -scriptload.
12192
12193 * replace.el (occur-engine): Initial *Occur* output not undoable.
12194
12195 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12196 and improve help strings.
12197
12198 * isearch.el (isearch-repeat): When changing direction,
12199 mark search successful.
12200
12201 * ediff-init.el: Use (featurep 'xemacs).
12202
12203 * comint.el (send-invisible): Identify buffer, if not selected.
12204
12205 * align.el: Delete autoload for c-guess-basic-syntax.
12206
12207 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12208
12209 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12210 Improve argument/docstring consistency. Doc fixes.
12211 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12212 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12213 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12214 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12215 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12216 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12217 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12218 Defvar at compile time.
12219
12220 2005-08-09 Juri Linkov <juri@jurta.org>
12221
12222 * info.el: Replace `info' with upper-case `Info' where appropriate.
12223 (info-title-1, info-title-2, info-title-3, info-title-4)
12224 (info-menu-header): Move up face definitions.
12225 (info-menu-star): Rename from `info-menu-5'.
12226 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12227 (Info-fontify-visited-nodes): Fix docstring.
12228 (Info-hide-note-references): Fix docstring.
12229 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12230 menu items in the same way as on cross-references.
12231 (info-apropos): Fix sorting order and formatting to be like in the
12232 stand-alone Info browser. Display error messages for 1 sec.
12233 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12234 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12235 from the menu bar.
12236 (Info-insert-dir): Restore point after calling
12237 `insert-buffer-substring'.
12238
12239 2005-08-08 Richard M. Stallman <rms@gnu.org>
12240
12241 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12242 (recompute-lucid-menubar): Add defvars.
12243
12244 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12245
12246 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12247
12248 * net/net-utils.el (run-dig): Rename from `dig'.
12249
12250 * play/gametree.el (gametree-mode): Use make-local-variable,
12251 not make-variable-buffer-local.
12252
12253 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12254
12255 * ansi-color.el (ansi-color-make-extent)
12256 (ansi-color-set-extent-face): Use fboundp, not functionp.
12257
12258 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12259 not make-variable-buffer-local.
12260
12261 * bookmark.el (Info-current-file): Add defvar.
12262 (bookmark-jump-noselect): Use with-no-warnings.
12263
12264 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12265
12266 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12267
12268 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12269
12270 * find-file.el (ada-procedure-start-regexp)
12271 (ada-package-start-regexp): Add defvars.
12272
12273 * info.el (Info-insert-dir): Use insert-buffer-substring.
12274
12275 * xml.el (xml-att-def-re): Add defvar.
12276
12277 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12278 calling convention.
12279
12280 * subr.el (while-no-input): Return t if there is input.
12281
12282 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12283
12284 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12285
12286 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12287
12288 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12289 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12290
12291 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12292
12293 * cmuscheme.el (scheme-start-file): Replace reference to
12294 `user-emacs-directory' by "~/.emacs.d/".
12295
12296 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12297
12298 * info.el (Info-dir-remove-duplicates): Avoid case folding
12299 in loop; instead, keep downcased strings for comparison.
12300 Suggested by Helmut Eller.
12301
12302 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12303
12304 Sync with Tramp 2.0.50.
12305
12306 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12307 XEmacs case; not necessary anymore.
12308 (tramp-user-regexp): Allow "@" as part of user name.
12309 (tramp-handle-set-visited-file-modtime)
12310 (tramp-handle-insert-file-contents)
12311 (tramp-handle-write-region): No special handling for
12312 `last-coding-system-used, because this is done in
12313 `tramp-accept-process-output' now.
12314 (tramp-accept-process-output): New defun.
12315 (tramp-process-one-action, tramp-process-one-multi-action)
12316 (tramp-wait-for-regexp, tramp-wait-for-output)
12317 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12318 Howells <dhowells@redhat.com>.
12319 (clear-visited-file-modtime): Defadvice removed. The check for
12320 unset buffer's modtime does not need to be based on
12321 `tramp-buffer-file-attributes'. Suggested by RMS.
12322 (tramp-message): Insert "\n" if not being at beginning of line.
12323 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12324 sequence with same logic.
12325 (tramp-completion-handle-expand-file-name): Discard call of
12326 `tramp-drop-volume-letter'. It is not necessary, and there have
12327 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12328 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12329 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12330 should always be visible.
12331 (tramp-handle-insert-directory, tramp-setup-complete)
12332 (tramp-set-process-query-on-exit-flag)
12333 (tramp-append-tramp-buffers): Pacify byte-compiler.
12334 (tramp-bug): Delete non-existing variables from list.
12335 Apply `tramp-load-report-modules' as pre-hook.
12336 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12337 `shell-prompt-pattern' because of non-7bit characters.
12338 Reported by Sebastian Luque <sluque@mun.ca>.
12339 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12340 (tramp-match-string-list): Remove function.
12341 (tramp-wait-for-regexp): Remove call of that function.
12342 Suggested by Kim F. Storm <storm@cua.dk>.
12343 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12344 instead of octal character code ?\600. The latter resulted in a
12345 syntax error with XEmacs.
12346
12347 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12348 XEmacs case; not necessary anymore.
12349 (tramp-smb-handle-write-region): No special handling for
12350 `last-coding-system-used, because this is done in
12351 `tramp-accept-process-output' now.
12352 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12353
12354 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12355
12356 * wid-edit.el (widget-choice-value-create):
12357 Unconditionally respect user choice. Set :explicit-choice back to nil
12358 when no longer needed.
12359 (widget-choice-action): Unconditionally respect user choice.
12360 Eliminate :explicit-choice-value.
12361
12362 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12363
12364 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12365 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12366 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12367 running new function `toggle-indicate-empty-lines'.
12368 Rename "Customize" item to "Customize fringe".
12369 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12370 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12371 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12372 Delete "Empty lines only" item.
12373 (menu-bar-showhide-fringe-ind-customize): New function.
12374 (menu-bar-showhide-fringe-ind-mixed)
12375 (menu-bar-showhide-fringe-ind-box)
12376 (menu-bar-showhide-fringe-ind-right)
12377 (menu-bar-showhide-fringe-ind-left)
12378 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12379 instead of `fringe-indicators'.
12380
12381 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12382
12383 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12384 Change the date of last update.
12385
12386 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12387
12388 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12389 (viper-exec-yank, viper-put-back): Don't display modification msg
12390 if in the minibuffer.
12391
12392 * viper-init.el (viper-replace-overlay-cursor-color)
12393 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12394 Make variables frame local.
12395
12396 * viper-util.el (viper-append-filter-alist): Use append instead of
12397 nconc.
12398
12399 * viper.el (viper-vi-state-mode-list)
12400 (viper-emacs-state-mode-list): Move help-mode and
12401 completion-list-mode from the first list to the second.
12402 (viper-mode): Docstring.
12403 (viper-go-away, viper-non-hook-settings): Don't localize
12404 minor-mode-alist in newer Emacsen. Add advice to
12405 set-cursor-color. Don't bind "\C-c\\".
12406
12407 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12408
12409 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12410 (scheme-macro-expand-command): New user options.
12411 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12412 (scheme-form-at-point, scheme-start-file)
12413 (scheme-interactively-start-process): New functions.
12414 (scheme-get-process): New function, extracted from `scheme-proc'.
12415 (run-scheme): Call `scheme-start-file' to get start file, and pass
12416 it to `make-comint'.
12417 (switch-to-scheme, scheme-proc):
12418 Call `scheme-interactively-start-process' if no Scheme buffer/process
12419 is available.
12420
12421 2005-08-06 Juri Linkov <juri@jurta.org>
12422
12423 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12424 Use `compilation-text-face', `compilation-info-text-face' and
12425 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12426 (compilation-error): New face.
12427 (compilation-error-file-name): Inherit from
12428 `compilation-error' instead of `font-lock-warning-face'.
12429 (compilation-warning-file-name): Inherit from
12430 `compilation-warning' instead of `font-lock-warning-face'.
12431 (compilation-info, compilation-error-file-name)
12432 (compilation-warning-file-name, compilation-info-file-name)
12433 (compilation-line-number, compilation-column-number): Doc fix.
12434 (compilation-error-text-face, compilation-warning-text-face)
12435 (compilation-info-text-face): New face variables.
12436 (compilation-line-face, compilation-column-face)
12437 (compilation-enter-directory-face)
12438 (compilation-leave-directory-face): Doc fix.
12439 (compilation-text-face): New function.
12440
12441 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12442 instead of 1 to display binary file names as info file links.
12443 (grep-error-face): Use `compilation-error-face' instead of
12444 `font-lock-keyword-face'.
12445 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12446 and `compilation-warning-text-face' instead of
12447 `font-lock-keyword-face'. Use `compilation-error-text-face'
12448 instead of `grep-error-face'.
12449
12450 2005-08-05 Kenichi Handa <handa@m17n.org>
12451
12452 * international/code-pages.el: Add autoload cookies for all coding
12453 systems.
12454
12455 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12456
12457 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12458
12459 2005-08-04 Juri Linkov <juri@jurta.org>
12460
12461 * progmodes/compile.el (compilation-mode-map):
12462 * progmodes/grep.el (grep-mode-map):
12463 Bind TAB to `compilation-next-error' and [backtab] to
12464 `compilation-previous-error'.
12465
12466 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12467 matching line numbers, column numbers and their ranges with regexp
12468 matching only line numbers.
12469 (grep-context-face): New face variable.
12470 (grep-mode-font-lock-keywords): Use it.
12471
12472 * faces.el (read-face-name): Delete duplicate faces.
12473
12474 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12475
12476 * thumbs.el (thumbs-find-image): Don't make variables
12477 automatically buffer local.
12478 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12479 (thumbs-image-num): Make automatically buffer local.
12480 (thumbs-show-thumbs-list): Use `make-local-variable', not
12481 `make-variable-buffer-local'.
12482 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12483
12484 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12485 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12486 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12487 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12488 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12489 (feelings-about, foullst, found, hello, history, howareyoulst)
12490 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12491 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12492 (neglst, obj, object, owner, please, problems, qlist)
12493 (random-adjective, relation, remlst, repetitive-shortness)
12494 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12495 (shortlst, something, sportslst, stallmanlst, states, subj)
12496 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12497 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12498 Defvar at compile time.
12499
12500 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12501 not `make-variable-buffer-local'.
12502
12503 2005-08-02 Kim F. Storm <storm@cua.dk>
12504
12505 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12506 rectangle overlay in selected window.
12507
12508 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12509
12510 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12511 instead of display group. Make `indicate-buffer-boundaries'
12512 customizable through Custom.
12513
12514 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12515
12516 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12517 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12518 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12519 (gdb-put-string): Fix typos in docstrings.
12520
12521 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12522
12523 Update copyright notices of files in progmodes directory for
12524 release of Emacs 22.1.
12525
12526 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12527
12528 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12529 Don't barf if the GUD buffer has been killed.
12530
12531 2005-08-01 Kim F. Storm <storm@cua.dk>
12532
12533 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12534
12535 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * simple.el (next-error-follow-minor-mode):
12538 make-variable-buffer-local -> make-local-variable.
12539
12540 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12541
12542 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12543 (byte-compile-form-make-variable-buffer-local): New functions to warn
12544 about misuses of make-variable-buffer-local where make-local-variable
12545 was meant.
12546
12547 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12548
12549 * bs.el (bs-attributes-list): Doc fix.
12550 (bs): Update url-link.
12551
12552 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12553 (desktop-load-default): Simplify.
12554
12555 * ibuffer.el (ibuffer-columnize-and-insert-list)
12556 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12557 (ibuffer-unmark-all, ibuffer-toggle-marks)
12558 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12559 (ibuffer-compile-make-format-form, ibuffer-format-column)
12560 (ibuffer-current-buffers-with-marks)
12561 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12562 (ibuffer): Doc fix.
12563 (ibuffer-mode): Fix typo in docstring.
12564 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12565 with `define-obsolete-variable-alias'.
12566 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12567
12568 2005-07-29 Kenichi Handa <handa@m17n.org>
12569
12570 * international/mule-cmds.el (select-message-coding-system):
12571 Be sure to use LF for end-of-line. If no coding system is decided,
12572 return iso-8859-1-unix.
12573
12574 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12575
12576 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12577 (ange-ftp-pending-error-line): New vars.
12578 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12579 to handle the non-fatal no-route-to-host messages.
12580 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12581
12582 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12583
12584 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12585 (isearch-quote-char, isearch-printing-char)
12586 (isearch-text-char-description): "?\ " -> "?\s".
12587 (isearch-lazy-highlight-cleanup)
12588 (isearch-lazy-highlight-initial-delay)
12589 (isearch-lazy-highlight-interval)
12590 (isearch-lazy-highlight-max-at-a-time)
12591 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12592 Declare with define-obsolete-*-alias macros.
12593 (isearch-forward): Fix typo in docstring.
12594 (search-invisible, search-ring-yank-pointer)
12595 (regexp-search-ring-yank-pointer): Doc fixes.
12596
12597 * recentf.el (recentf-menu-append-commands-p): Declare with
12598 `define-obsolete-variable-alias'.
12599 (recentf-max-saved-items, recentf-menu-filter)
12600 (recentf-arrange-by-rule-subfilter): Doc fixes.
12601 (recentf-menu-append-commands-flag)
12602 (recentf-initialize-file-name-history, recentf-expand-file-name)
12603 (recentf-clear-data): Fix typos in docstrings.
12604
12605 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12606
12607 * progmodes/gdb-ui.el: Smarten comments.
12608 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12609
12610 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12611
12612 * term/apollo.el (terminal-init-apollo): New function containing
12613 all former top level forms in the file.
12614 * term/bobcat.el (terminal-init-bobcat):
12615 * term/cygwin.el (terminal-init-cygwin):
12616 * term/iris-ansi.el (terminal-init-iris-ansi):
12617 * term/linux.el (terminal-init-linux):
12618 * term/news.el (terminal-init-news):
12619 * term/rxvt.el (terminal-init-rxvt):
12620 * term/sun.el (terminal-init-sun):
12621 * term/tvi970.el (terminal-init-tvi970):
12622 * term/vt100.el (terminal-init-vt100):
12623 * term/vt102.el (terminal-init-vt102):
12624 * term/vt125.el (terminal-init-vt125):
12625 * term/vt200.el (terminal-init-vt200):
12626 * term/vt201.el (terminal-init-vt201):
12627 * term/vt220.el (terminal-init-vt220):
12628 * term/vt240.el (terminal-init-vt240):
12629 * term/vt300.el (terminal-init-vt300):
12630 * term/vt320.el (terminal-init-vt320):
12631 * term/vt400.el (terminal-init-vt400):
12632 * term/vt420.el (terminal-init-vt420):
12633 * term/wyse50.el (terminal-init-wyse50):
12634 * term/xterm.el (terminal-init-xterm): Likewise.
12635
12636 * term/README: Describe the terminal-init-* functionality.
12637
12638 * startup.el (command-line): After loading the terminal initialization
12639 file call the corresponding terminal initialization function.
12640
12641 2005-07-27 Kenichi Handa <handa@m17n.org>
12642
12643 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12644 negative.
12645
12646 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12647 (ps-mule-composition-prologue): Fix for the case that
12648 RelativeCompose is false.
12649
12650 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12651
12652 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12653
12654 * descr-text.el (describe-char): Handle the case where the list of
12655 chars is displayed in a separate frame.
12656 Be a bit more discriminating when looking for the char.
12657
12658 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12659
12660 * bookmark.el (bookmark-automatically-show-annotations)
12661 (bookmark-read-annotation-text-func): Doc fixes.
12662 (bookmark-save): Improve argument/docstring consistency.
12663 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12664 (bookmark-alist-from-buffer)
12665 (bookmark-upgrade-file-format-from-0)
12666 (bookmark-grok-file-format-version)
12667 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12668 (bookmark-read-annotation-mode)
12669 (bookmark-insert-current-bookmark, bookmark-jump)
12670 (bookmark-exit-hook): Fix typos in docstrings.
12671 (bookmark-exit-hooks): Define as obsolete alias.
12672 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12673 not `bookmark-exit-hooks'. Fix docstring.
12674 (bookmark-bmenu-select): "?\ " -> "?\s".
12675
12676 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12677
12678 * startup.el (command-line): Fix typo.
12679
12680 2005-07-24 Richard M. Stallman <rms@gnu.org>
12681
12682 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12683 not emacs-quick-startup.
12684
12685 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12686
12687 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12688 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12689 instead of `reb-with-current-window'.
12690 (reb-prev-match): Likewise. Also, don't move left if the search
12691 was unsuccessful.
12692 (reb-initialize-buffer): New function.
12693 (re-builder, reb-change-syntax): Use it.
12694
12695 * man.el (Man-goto-page): Make second argument NOERROR optional.
12696
12697 2005-07-23 Richard M. Stallman <rms@gnu.org>
12698
12699 * man.el (Man-bgproc-sentinel): Check here for failure to find
12700 any man page in the output, and report the error here.
12701 (Man-arguments): Make it permanent local.
12702 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12703 (Man-mode): Pass t for NOERROR.
12704
12705 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12706 (grep-mode-font-lock-keywords):
12707 Don't use compilation-...-face for messages that are not file names.
12708
12709 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12710 Don't use compilation-...-face for messages that are not file names.
12711
12712 2005-07-22 Juri Linkov <juri@jurta.org>
12713
12714 * startup.el (normal-splash-screen): Update menu name.
12715
12716 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12717
12718 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12719
12720 * term/xterm.el: Load term/rxvt if the terminal is actually an
12721 rxvt terminal.
12722 (xterm-rxvt-set-background-mode): Remove, not used anymore.
12723
12724 * term/rxvt.el (function-key-map): Use substitute-key-definition
12725 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
12726
12727 * term/cygwin.el: New file.
12728
12729 2005-07-22 Kim F. Storm <storm@cua.dk>
12730
12731 * image-file.el (insert-image-file, image-file-yank-handler):
12732 Fix last change to maintain a (unique) yank-handler on yanked images.
12733
12734 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
12735
12736 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12737 of the file size (as in "177B" for 177 bytes). This happens with
12738 "ls -lh" on FreeBSD.
12739
12740 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
12741
12742 * hilit-chg.el (highlight-changes-global-initial-state)
12743 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12744 (hilit-chg-fixup, highlight-changes-mode):
12745 Fix typos in docstrings.
12746 (highlight-changes-global-modes, highlight-changes-rotate-faces):
12747 Doc fixes.
12748
12749 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
12750
12751 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12752 mode function using `eval-after-load'.
12753
12754 2005-07-21 Kim F. Storm <storm@cua.dk>
12755
12756 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12757 included when reporting an emacs crash, and tell about the DEBUG file.
12758
12759 * image-file.el (insert-image-file): Add yank-handler.
12760 (image-file-yank-handler): Yank handler to make unique copies of
12761 images when they are yanked into a buffer next to each other.
12762
12763 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
12764
12765 * comint.el (comint-use-prompt-regexp, comint-send-input)
12766 (comint-source-default, comint-extract-string)
12767 (comint-get-source, comint-word, comint-completion)
12768 (comint-source, comint-prompt-read-only, comint-update-fence):
12769 Fix typos in docstrings.
12770 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12771 Declare with define-obsolete-*-alias macros.
12772 (comint-previous-matching-input-from-input)
12773 (comint-next-matching-input-from-input)
12774 (comint-previous-matching-input, comint-next-matching-input)
12775 (comint-forward-matching-input):
12776 Improve argument/docstring consistency.
12777
12778 * desktop.el (desktop-clear-preserve-buffers-regexp):
12779 Also preserve the *server* buffer.
12780
12781 * simple.el (clone-indirect-buffer): Doc fix.
12782 (fixup-whitespace, just-one-space)
12783 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12784 (next-error, next-error-highlight)
12785 (next-error-highlight-no-select, next-error-last-buffer)
12786 (next-error-buffer-p, next-error-find-buffer, next-error)
12787 (previous-error, next-error-no-select, previous-error-no-select)
12788 (open-line, split-line, minibuffer-prompt-width, kill-new)
12789 (binary-overwrite-mode): Fix typos in docstrings.
12790 (set-fill-column): Fix typo in message.
12791
12792 * skeleton.el (skeleton-proxy-new): Doc fix.
12793
12794 * strokes.el (strokes-load-hook): Doc fix.
12795 (strokes-grid-resolution, strokes-get-grid-position)
12796 (strokes-renormalize-to-grid, strokes-read-stroke)
12797 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12798 (strokes-global-map): Fix typos in docstrings.
12799 (strokes-help): Doc fix. Fix help message and pass it through
12800 `substitute-command-keys'.
12801
12802 * tempo.el (tempo-insert-prompt, tempo-interactive)
12803 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12804 (tempo-insert-string-functions, tempo-local-tags)
12805 (tempo-define-template, tempo-insert-template)
12806 (tempo-insert-prompt-compat, tempo-is-user-element)
12807 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12808 Fix typos in docstrings.
12809
12810 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12811 (vcursor-key-bindings, vcursor-use-vcursor-map)
12812 (vcursor-find-window, vcursor-scroll-down)
12813 (vcursor-disable, vcursor-beginning-of-buffer)
12814 (vcursor-end-of-buffer): Fix typos in docstrings.
12815 (vcursor-relative-move, vcursor-get-char-count):
12816 Improve argument/docstring consistency.
12817
12818 * version.el: "?\ " -> "?\s".
12819
12820 * wid-edit.el (widget-default-create, widget-after-change)
12821 (widget-default-format-handler, widget-checklist-add-item)
12822 (widget-radio-add-item, widget-choose, widget-specify-secret)
12823 (widget-field-value-create, widget-field-value-get)
12824 (widget-editable-list-format-handler)
12825 (widget-editable-list-entry-create, widget-group-value-create)
12826 (widget-documentation-link-add)
12827 (widget-documentation-string-value-create): "?\ " -> "?\s".
12828 (widget-convert-text): Doc fix.
12829 (widget-narrow-to-field, widget-field-find)
12830 (widget-url-link-action, widget-emacs-library-link-action)
12831 (widget-color-notify): Fix typos in docstrings.
12832
12833 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12834 (x-select-text, set-w32-system-coding-system)
12835 (w32-add-charset-info): Fix typos in docstrings.
12836
12837 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12838 (cua-enable-cua-keys, cua-use-hyper-key)
12839 (cua-virtual-rectangle-edges): Fix typos in docstrings.
12840 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12841
12842 * net/tramp.el (tramp-handle-load): Fix typo in error message.
12843
12844 * emacs-lisp/re-builder.el (regexp-builder): Declare with
12845 `defalias' instead of faking it.
12846
12847 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12848 (eshell-ls-missing, eshell-ls-dired-initial-args)
12849 (eshell-ls-use-in-dired): Fix typos in docstrings.
12850
12851 2005-07-20 Kim F. Storm <storm@cua.dk>
12852
12853 * emulation/cua-base.el (cua-mode): Improve doc string.
12854
12855 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
12856
12857 * abbrev.el (expand-region-abbrevs): Doc fix.
12858 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12859 Improve argument/docstring consistency.
12860
12861 * arc-mode.el (archive-get-descr, archive-alternate-display):
12862 Doc fixes.
12863 (archive-l-e): Improve argument/docstring consistency.
12864 (archive-tmpdir, archive-unixdate, archive-unixtime)
12865 (archive-chmod-entry): Fix typos in docstrings.
12866 (archive-unflag, archive-unflag-backwards)
12867 (archive-unmark-all-files): "?\ " -> "?\s".
12868
12869 * buff-menu.el (Buffer-menu-unmark): Doc fix.
12870 (Buffer-menu-not-modified, Buffer-menu-execute)
12871 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12872 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12873
12874 * composite.el (compose-string, encode-composition-rule)
12875 (compose-last-chars): Fix typos in docstrings.
12876
12877 * desktop.el (desktop-enable, desktop-basefilename):
12878 Declare with `define-obsolete-variable-alias'.
12879 (desktop-internal-v2s): Don't quote keywords.
12880 (desktop-clear): "?\ " -> "?\s".
12881
12882 * dired.el (dired-align-file, dired-flag-backup-files)
12883 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12884 (dired-listing-switches, dired-ls-F-marks-symlinks)
12885 (dired-dwim-target, dired-load-hook, dired-mode-hook)
12886 (dired-directory, dired-faces, dired, dired-revert)
12887 (dired-mode, dired-summary, dired-view-file)
12888 (dired-copy-filename-as-kill, dired-delete-file)
12889 (dired-no-confirm, dired-unmark-all-marks)
12890 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12891 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12892 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12893 Fix typos in message strings.
12894
12895 * dired-x.el (virtual-dired): Declare with `defalias'.
12896 (dired-mark-unmarked-files, dired-local-variables-file)
12897 (dired-omit-here-always): Doc fix.
12898 (dired-omit-mode, dired-find-subdir)
12899 (dired-enable-local-variables, dired-clean-up-buffers-too)
12900 (dired-extra-startup, dired-mark-extension, dired-jump)
12901 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12902 (dired-smart-shell-command, dired-guess-shell-alist-user)
12903 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12904 (dired-x-bind-find-file, dired-x-submit-report):
12905 Fix typos in docstrings.
12906 (dired-mark-unmarked-files): "?\ " -> "?\s".
12907
12908 * dirtrack.el (dirtrack-list): Fix typos in docstring.
12909
12910 * faces.el (describe-face): "?\ " -> "?\s".
12911 (read-all-face-attributes, read-face-font, modify-face)
12912 (face-attr-construct, italic): Fix typos in docstrings.
12913 (frame-update-face-colors): Declare with
12914 `define-obsolete-function-alias'.
12915
12916 * files.el (find-file-noselect, recode-file-name): Doc fixes.
12917 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
12918 (magic-mode-alist, buffer-file-numbers-unique)
12919 (write-file-functions, get-free-disk-space):
12920 Fix typos in docstrings.
12921 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
12922 (write-contents-hooks, write-file-hooks):
12923 Declare with `define-obsolete-variable-alias'.
12924
12925 * forms-d2.el (arch-rj): Fix typo in docstrings.
12926 (arch-tocol): Likewise. "?\ " -> "?\s".
12927
12928 * frame.el (set-frame-font, cursor-in-non-selected-windows):
12929 Fix typo in docstring.
12930 (set-screen-width, set-screen-height): Delete redundant info in
12931 doctrings.
12932 (new-frame, screen-height, screen-width): Declare with
12933 `define-obsolete-function-alias'.
12934 (delete-frame-hook, blink-cursor): Declare with
12935 `define-obsolete-variable-alias'.
12936
12937 * paths.el (prune-directory-list): Fix typos in docstring.
12938
12939 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12940 (cvs-prefix-get): Fix typos in docstrings.
12941
12942 * ps-print.el (ps-extend-face-list, ps-extend-face)
12943 (ps-print-background-image): Fix typos in docstrings.
12944 (ps-default-fg, ps-default-bg): Doc fixes.
12945
12946 * s-region.el (s-region-bind): Doc fix.
12947 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12948
12949 * textmodes/org.el (org-table-formula-substitute-names)
12950 (org-table-get-vertical-vector): Doc fixes.
12951 (org-table-recalculate): Remove unused argument to `message'.
12952
12953 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
12954
12955 * textmodes/org.el (org-table-column-names)
12956 (org-table-column-name-regexp)
12957 (org-table-named-field-locations): New variables.
12958 (org-archive-subtree): Protect `this-command' when calling
12959 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12960 the kill buffer.
12961 (org-complete): Remove fixed-formula completion.
12962 (org-edit-formulas-map): New variable.
12963 (org-table-edit-formulas): New command.
12964 (org-finish-edit-formulas, org-abort-edit-formulas)
12965 (org-show-variable, org-table-get-vertical-vector): New functions.
12966 (org-table-maybe-eval-formula): Handle `:=' fields.
12967 (org-table-get-stored-formulas, org-table-store-formulas)
12968 (org-table-get-formula, org-table-modify-formulas)
12969 (org-table-replace-in-formulas): Handle named field formulas.
12970 (org-table-get-specials): Store locations of named fields.
12971
12972 2005-07-19 Juri Linkov <juri@jurta.org>
12973
12974 * progmodes/grep.el (grep-regexp-alist)
12975 (grep-mode-font-lock-keywords, grep-process-setup):
12976 Use default GNU grep match color "01;31m" instead of "01;41m".
12977 (grep-regexp-alist, grep-mode-font-lock-keywords):
12978 Use `\\[[0-9]*m' instead of `\\[00m'.
12979 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12980 sgr_start where its handling is more important. Use the real
12981 length of sgr_start instead of constant 8.
12982 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12983 specially. Delete all remaining escape sequences.
12984 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12985 (grep-regexp-alist): Make hyperlink only for binary file name
12986 instead of the whole line.
12987 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12988 (grep-mode): Add autoload.
12989
12990 * emacs-lisp/find-func.el (find-function-regexp):
12991 Add `define-compilation-mode'.
12992
12993 2005-07-19 Juri Linkov <juri@jurta.org>
12994
12995 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12996 (compare-windows-sync-string-size, compare-windows-recenter)
12997 (compare-windows-highlight, compare-windows): Add version 22.1.
12998 (compare-windows) <defface>: Inherit from lazy-highlight instead
12999 of duplicating its default value.
13000
13001 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13002 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13003
13004 * descr-text.el (describe-char): Create link buttons for `charset'
13005 and `code point'. Add the current input method name with a link
13006 button to `to input' field. Print face names of display table
13007 characters in `The display table entry is displayed by' section
13008 instead of printing face-id in the `display' field.
13009 Guess hardcoded faces and create a link button for them.
13010 Skip empty fields when calculating max-width.
13011 Treat `widget-create' specially while inserting strings from the
13012 collected field list.
13013 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13014
13015 * diff-mode.el (diff-file-header): Change foreground color from
13016 yellow to green on light backgrounds.
13017 (diff-context): Inherit from `shadow' only for color/grayscale
13018 with more than 88 colors.
13019 (diff-indicator-removed, diff-indicator-added)
13020 (diff-indicator-changed): New faces.
13021 (diff-font-lock-keywords): Use new faces. Regroup rules.
13022 Add "^---$" for `normal' diff format. Fontify `#' lines with
13023 font-lock-comment-delimiter-face and font-lock-comment-face.
13024 Add `#' to ^[^...] in the rule for `diff-context-face'.
13025
13026 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13027 a button-like box. Inherit from `highlight' on low colors.
13028 (shadow): Use shades of gray only for color/grayscale with
13029 more than 88 colors. Use green for light backgrounds with
13030 8 colors, and yellow for dark backgrounds with 8 colors.
13031
13032 * font-lock.el (font-lock-regexp-grouping-backslash):
13033 Don't inherit from escape-glyph (use bold for all cases).
13034
13035 * info.el (info-xref-visited): Use light foreground color `violet'
13036 for dark backgrounds instead of dark color `magenta3'.
13037 (info-title-1): Use `yellow' color for dark backgrounds.
13038
13039 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13040 too-light magenta2.
13041
13042 * replace.el (match): Use slightly more light RoyalBlue3 instead
13043 of dark RoyalBlue4.
13044
13045 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13046
13047 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13048
13049 * novice.el (disabled-command-hook): Declare it with
13050 `define-obsolete-variable-alias'.
13051
13052 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13053 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13054 (desktop-load-default): Add release to obsolescence info.
13055 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13056 (desktop-append-buffer-args, desktop-read):
13057 Fix typos in docstrings.
13058 (desktop-kill): Fix typo in message.
13059 (desktop-save): Doc fix.
13060
13061 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13062
13063 * viper-cmd.el (viper-escape-to-state): Bug fix.
13064 (viper-envelop-ESC-key): Change the definition of fast
13065 keysequence so it'll work with keyboard macros.
13066
13067 * ediff.el (ediff-patch-buffer): Change the docstring.
13068
13069 2005-07-19 Kenichi Handa <handa@m17n.org>
13070
13071 * international/mule-cmds.el (select-safe-coding-system): Try to
13072 use an auto-coding (if any) before anything else. If the found
13073 auto-coding is invalid, show a warning message.
13074
13075 * international/mule.el (find-auto-coding): New function created
13076 by modifying the body of set-auto-coding.
13077 (set-auto-coding): Use find-auto-coding to find a coding.
13078
13079 2005-07-18 Richard M. Stallman <rms@gnu.org>
13080
13081 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13082 not isearch-mode-end-hook-error.
13083 (allout-before-change-protect): Fix error message.
13084
13085 2005-07-18 Juri Linkov <juri@jurta.org>
13086
13087 * allout.el (allout-mode):
13088 * calculator.el (calculator-copy):
13089 * custom.el (custom-known-themes):
13090 * dired.el (dired-desktop-buffer-misc-data)
13091 (dired-restore-desktop-buffer):
13092 * dired-x.el (dired-omit-marker-char):
13093 * files.el (basic-save-buffer):
13094 * font-core.el (font-lock-mode):
13095 * calendar/calendar.el (calendar-goto-hebrew-date)
13096 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13097 (calendar-goto-persian-date):
13098 * language/ethio-util.el (ethio-sera-to-fidel-region):
13099 * textmodes/picture.el (picture-mode):
13100 Delete duplicate duplicate words.
13101
13102 2005-07-18 Juri Linkov <juri@jurta.org>
13103
13104 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13105 chars * ? } |.
13106 (isearch-fallback): Don't call `isearch-process-search-char'.
13107 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13108 (isearch-process-search-char): Call `isearch-fallback' for regexp
13109 chars * ? } |.
13110 (isearch-return-char): Make obsolete with `make-obsolete' instead
13111 of simply documenting it as obsolete in the docstring.
13112 (isearch-fallback): Refill docstring.
13113
13114 * international/isearch-x.el
13115 (isearch-process-search-multibyte-characters): Remove unneeded
13116 `concat'. Add intermediate values to `junk-hist' instead of
13117 `minibuffer-history'. Test the length of `str'.
13118
13119 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13120
13121 * allout.el (allout-resolve-xref): Fix typos in error strings.
13122 (allout-before-change-protect): Remove unneeded `concat'.
13123
13124 * array.el (array-mode, array-reconfigure-rows)
13125 (untabify-backward): Fix typos in docstrings.
13126 (array-reconfigure-rows): Use `insert-buffer-substring', not
13127 `insert-buffer'.
13128
13129 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13130 * progmodes/ada-mode.el (ada-make-body):
13131 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13132
13133 * dired.el (dired-log):
13134 * tar-mode.el (tar-subfile-save-buffer):
13135 * play/zone.el (zone-pgm-stress-destress):
13136 Use `insert-buffer-substring', not `insert-buffer'.
13137
13138 2005-07-17 Simon Josefsson <jas@extundo.com>
13139
13140 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13141
13142 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13143
13144 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13145 Add plain auth method.
13146 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13147
13148 2005-07-17 Kim F. Storm <storm@cua.dk>
13149
13150 * ido.el (dired-other-window): Add ido property.
13151
13152 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13153
13154 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13155 Fix typo in docstring.
13156 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13157 `insert-file-literally'.
13158
13159 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13160 info and delete redundant message. Doc fix.
13161 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13162 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13163
13164 2005-07-16 Richard M. Stallman <rms@gnu.org>
13165
13166 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13167 (byte-compile-and): Use byte-compile-and-recursion.
13168 (byte-compile-or-recursion): New function.
13169 (byte-compile-or): Use that.
13170 (byte-compile-if): Guard the else-clause too.
13171 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13172
13173 * isearch.el (isearch-mode-end-hook-quit): New variable.
13174 (isearch-done): Bind it.
13175 (isearch-mode-end-hook): Doc fix.
13176
13177 * allout.el (allout-isearch-did-quit): Variable deleted.
13178 (allout-real-isearch-abort): Function name no longer used.
13179 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13180 (allout-isearch-rectification): isearch-mode always exists.
13181 Don't set allout-isearch-did-quit.
13182 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13183 allout-isearch-did-quit.
13184 (allout-enwrap-isearch): Just add the hook.
13185 (allout-isearch-abort): Function deleted.
13186 (allout-pre-command-business): Avoid warning.
13187
13188 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13189 Correctly avoid warnings.
13190 (pascal-outline): Likewise.
13191
13192 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13193
13194 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13195
13196 * play/tetris.el (tetris-mode): Avoid warning.
13197
13198 * play/snake.el (snake-mode): Avoid warning.
13199
13200 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13201 (gamegrid-set-display-table): Avoid warning.
13202 (gamegrid-set-timer): Likewise.
13203 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13204 (gamegrid-add-score-with-update-game-score-1): Take FILE
13205 as argument.
13206 (gamegrid-add-score-with-update-game-score): Pass that argument.
13207 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13208
13209 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13210
13211 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13212 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13213
13214 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13215 and insert-file.
13216
13217 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13218 (sc-ask): Avoid warnings.
13219
13220 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13221 (eshell-hist-initialize): Use that var the natural way.
13222
13223 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13224
13225 * emacs-lisp/re-builder.el (reb-cook-regexp):
13226 Avoid warning calling lre-compile-string.
13227 (reb-color-display-p): Avoid warning.
13228
13229 * calculator.el (calculator-last-input): Guard uses
13230 of event-key and key-press-event-p.
13231 (event-key, key-press-event-p): Delete definitions.
13232
13233 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13234 (find-gc-source-directory, find-gc-subrs-callers)
13235 (find-gc-noreturn-list, find-gc-source-files)
13236 (find-gc-subrs-called): Vars renamed and defvar'd.
13237
13238 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13239 (checkdoc-overlay-put, checkdoc-delete-overlay)
13240 (checkdoc-overlay-start, checkdoc-overlay-end)
13241 (checkdoc-mode-line-update, checkdoc-char=):
13242 Define such that compiler knows they are defined.
13243 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13244 (checkdoc-read-event): Delete. Use read-event directly.
13245
13246 * whitespace.el (whitespace-make-overlay)
13247 (whitespace-overlay-put, whitespace-delete-overlay)
13248 (whitespace-overlay-start, whitespace-overlay-end):
13249 Define such that compiler knows they are defined.
13250 (whitespace): Move conditional inside.
13251
13252 * tempo.el (tempo-insert-template): Suppress warning.
13253
13254 * ediff-diff.el (longlines-mode): Add defvar.
13255
13256 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13257
13258 * server.el: Bind "C-x #" in a way that works even if C-x is
13259 redefined to a command key, not a prefix key.
13260
13261 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13262
13263 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13264 cl-make-type-test till execution time.
13265
13266 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13267
13268 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13269 arg ARG and use it.
13270
13271 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13272
13273 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13274
13275 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13276
13277 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13278 a defcustom with two :set or :type keywords.
13279
13280 2005-07-15 Richard M. Stallman <rms@gnu.org>
13281
13282 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13283 Don't give ^M comment-end syntax.
13284
13285 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13286
13287 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13288 Don't consider gdbmi (gdb-mi.el has its own update functions).
13289 (gdb-var-delete): Make it work for gdbmi as well.
13290 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13291
13292 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13293 (gud-speedbar-menu-items): Correct logic for enabling items.
13294
13295 2005-07-15 Kim F. Storm <storm@cua.dk>
13296
13297 * ido.el: Fix commentary.
13298 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13299 Use with-no-warnings around ffap-guesser.
13300 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13301 Let bind minibuffer-completing-file-name to t.
13302
13303 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13304
13305 * startup.el (site-run-file, keyboard-type): Doc fixes.
13306 (command-line): Check for "--basic-display" argument; also for
13307 "--quick", not "--bare-bones" (which was renamed).
13308 (fancy-splash-text): Add missing item "Getting New Versions".
13309 (normal-splash-screen): Fix typos and improve consistency with
13310 `fancy-splash-text'. Update copyright year.
13311
13312 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13313 valid binding for `help-char'.
13314
13315 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13316
13317 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13318
13319 * term.el (term-mode): Disable cua-mode for term buffers.
13320
13321 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13322
13323 * add-log.el (add-log-mailing-address, change-log-merge):
13324 Doc fixes.
13325 (change-log-get-method-definition): Fix typo in docstring.
13326
13327 2005-07-14 Kim F. Storm <storm@cua.dk>
13328
13329 * emulation/cua-base.el:
13330 (cua--pre-command-handler-1, cua--pre-command-handler)
13331 (cua--post-command-handler-1, cua--post-command-handler):
13332 Split in two. Check (buffer local) value of cua-mode.
13333 (cua-selection-mode): New command.
13334
13335 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13336
13337 * custom.el (custom-initialize-safe-set)
13338 (custom-initialize-safe-default): Doc fixes.
13339
13340 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13341 and simplify :init-value again.
13342
13343 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13344 and simplify :init-value again. Delete autoload.
13345
13346 * startup.el (command-line): Use `custom-reevaluate-setting' again
13347 for tooltip-mode.
13348
13349 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13350 a defcustom with two :initialize keywords.
13351
13352 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13353
13354 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13355 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13356 (allout-post-command-business, allout-flag-region)
13357 (isearch-reenable-font-lock, allout-yank)
13358 (allout-insert-latex-header, allout-insert-latex-trailer)
13359 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13360 (allout-latex-verb-quote): Fix typos in docstrings.
13361 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13362 (allout-unprotected, allout-prefix-data):
13363 Improve argument/docstring consistency.
13364 (allout-chart-subtree): Fix argument spec.
13365 (allout-open-topic): Rename `use_sib_bullet' argument to
13366 `use-sib-bullet'. Doc fix.
13367
13368 * whitespace.el (whitespace-check-buffer-leading)
13369 (whitespace-check-buffer-trailing)
13370 (whitespace-check-buffer-indent)
13371 (whitespace-check-buffer-spacetab)
13372 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13373 (whitespace-check-leading-whitespace)
13374 (whitespace-check-trailing-whitespace)
13375 (whitespace-check-spacetab-whitespace)
13376 (whitespace-check-indent-whitespace)
13377 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13378 (whitespace-modes): Fix typos in docstrings.
13379 (defgroup, defcustom): Doc fixes.
13380
13381 * winner.el (winner-mode, winner-boring-buffers)
13382 (winner-pending-undo-ring): Doc fixes.
13383 (winner-ring): Remove unneeded `progn'.
13384 (winner-equal): `defsubst' it.
13385 (winner-redo): Fix message.
13386
13387 2005-07-13 Kim F. Storm <storm@cua.dk>
13388
13389 * simple.el (line-move-1): Always use vertical-motion to
13390 do the last (or only) line move to ensure some movement.
13391 Undo 2005-06-23 change--don't check for overlays.
13392
13393 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13394
13395 * term/mac-win.el (ccl-encode-mac-roman-font)
13396 (ccl-encode-mac-centraleurroman-font)
13397 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13398 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13399 Change charset-id boundary of dimension to ?\xef.
13400 (mac-char-fontspec-list): New constant.
13401 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13402 argument. Nil uses itself as family in font-spec. Previous
13403 behavior for nil is now provided by non-nil non-string argument.
13404 All callers changed. Add font-specs for Mac fonts to
13405 "fontset-default" unless iso8859-1 fonts are installed.
13406
13407 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13408
13409 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13410 a continuation line if the \ is preceded by SPC or TAB.
13411 (sh-get-indent-info): Simplify.
13412 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13413 Use with-current-buffer.
13414
13415 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13416 when the matched text is empty.
13417
13418 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13419
13420 * startup.el (command-line): Revert to previous handling of
13421 tooltip-mode. Explain in comment why the complexity is needed.
13422
13423 * tooltip.el (tooltip-mode): Revert to previous implementation of
13424 its defcustom.
13425
13426 * frame.el (blink-cursor-mode): Revert to previous implementation
13427 of its defcustom. Update comment.
13428
13429 2005-07-12 Lars Hansen <larsh@soem.dk>
13430
13431 * desktop.el: Update e-mail address.
13432
13433 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13434
13435 * term/mac-win.el (mac-services-mail-selection)
13436 (mac-services-mail-to): New functions.
13437 (mac-application-menu-map): Bind them.
13438
13439 2005-07-12 wulei <milton@wulei.net> (tiny change)
13440
13441 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13442
13443 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13444
13445 * custom.el (custom-reevaluate-setting): Doc fix.
13446
13447 2005-07-11 Jay Belanger <belanger@truman.edu>
13448
13449 * calc/calc.el (calc-embedded-announce-formula-alist)
13450 (calc-embedded-open-close-plain-alist)
13451 (calc-embedded-open-close-mode-alist): Add checks for additional
13452 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13453
13454 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13455
13456 * custom.el (custom-enable-theme): Don't add theme to
13457 `custom-enabled-themes' with `push' because there is no
13458 setf-method for `delq'.
13459
13460 2005-07-11 Richard M. Stallman <rms@gnu.org>
13461
13462 * custom.el (custom-declare-variable): Doc fix.
13463
13464 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13465 from the alists.
13466
13467 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13468 Do nothing if edebug-active.
13469
13470 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13471 (edebug-display): Do it here instead.
13472
13473 2005-07-10 Richard M. Stallman <rms@gnu.org>
13474
13475 * cus-face.el (custom-theme-set-faces): Make it work.
13476 (custom-reset-faces): Doc fix.
13477 (custom-theme-reset-internal-face, custom-theme-face-value):
13478 Functions deleted.
13479
13480 * custom.el (custom-push-theme): Maintain list of the settings
13481 of a given theme in its theme-settings property.
13482 Maintain position of old settings in the theme-value
13483 or theme-face property.
13484 (custom-enabled-themes): New variable.
13485 (custom-theme-enabled-p): New function.
13486 (provide-theme): Update custom-enabled-themes.
13487 Disable and reenable the `user' theme.
13488 (require-theme): Doc fix.
13489 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13490 (custom-theme-value, custom-theme-variable-value): Likewise.
13491 (custom-theme-reset-internal): Likewise.
13492 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13493 (custom-enable-theme, custom-disable-theme): New functions.
13494 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13495 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13496 (custom-theme-reset-variables): Simplify.
13497 (deftheme, custom-declare-theme, custom-make-theme-feature):
13498 Definitions moved.
13499
13500 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13501
13502 * longlines.el (longlines-show-region)
13503 (longlines-unshow-hard-newlines): Recognize hard newlines by
13504 non-nil hard property, instead of t.
13505
13506 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13507
13508 * viper-cmd.el (viper--key-maps): New variable.
13509 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13510 emulation-mode-map-alists.
13511 (viper-envelop-ESC-key): Use viper-subseq.
13512 (viper-search-forward/backward/next): Disable debug-on-error.
13513
13514 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13515 (viper-ESC-key): New defcustoms.
13516
13517 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13518
13519 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13520 (viper-subseq): Copy of subseq from cl.el.
13521
13522 * viper.el (viper-go-away, viper-set-hooks): Use
13523 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13524
13525 * viper-mous.el (viper-current-frame-saved): Use defvar.
13526
13527 * viper-init.el: Get rid of -face in face names.
13528
13529 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13530 Make it work with longlines mode
13531
13532 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13533
13534 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13535
13536 * ediff-init.el: Get rid of -face in face names.
13537
13538 2005-07-10 Richard M. Stallman <rms@gnu.org>
13539
13540 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13541 and with-timeout-unsuspend.
13542
13543 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13544 and with-timeout-unsuspend.
13545
13546 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13547 (with-timeout): Bind that variable to record timers.
13548 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13549
13550 * emacs-lisp/debug.el (debug-help-follow): New function.
13551 (debugger-mode-map): Use that instead of help-follow.
13552 (debugger-setup-buffer): Use eval-buffer-list
13553 to handle eval-buffer frames.
13554
13555 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13556
13557 * timezone.el (timezone-parse-date): Change first regexp
13558 so it will not mistakenly match dates with no time zone.
13559
13560 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13561
13562 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13563
13564 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13565
13566 * custom.el (custom-initialize-safe-set)
13567 (custom-initialize-safe-default): New functions.
13568
13569 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13570 and simplify :init-value.
13571
13572 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13573 and simplify :init-value. Delete obsolete comment.
13574
13575 * startup.el (command-line): Use `custom-reevaluate-setting' to
13576 handle `tooltip-mode'. Delete obsolete comment.
13577
13578 * files.el (set-visited-file-name): Avoid calling
13579 `file-name-nondirectory' with a nil argument.
13580
13581 2005-07-09 Richard M. Stallman <rms@gnu.org>
13582
13583 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13584 was called with nil for the buffer, handle the read position right.
13585 Handle read position for eval-region, too.
13586
13587 2005-07-09 Juri Linkov <juri@jurta.org>
13588
13589 * fringe.el (fringe-mode): Add period in docstring.
13590 (fringe-query-style): Build prompt depending on `all-frames' arg.
13591
13592 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13593 to not create links to unrelated functions in the Help buffer.
13594
13595 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13596 Doc fix.
13597
13598 * simple.el (next-error-hook): New variable.
13599 (next-error): Use it. Doc fix.
13600
13601 * textmodes/ispell.el (ispell-command-loop): Add current
13602 dictionary name and program name to mode-line-format.
13603 (ispell-region, ispell-process-line): Add current dictionary name
13604 and program name to messages.
13605
13606 2005-07-08 Jay Belanger <belanger@truman.edu>
13607
13608 * calc/calc.el (calc-embedded-announce-formula-alist)
13609 (calc-embedded-open-close-formula-alist)
13610 (calc-embedded-open-close-word-alist)
13611 (calc-embedded-open-close-plain-alist)
13612 (calc-embedded-open-close-new-formula-alist)
13613 (calc-embedded-open-close-mode-alist)
13614 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13615 (calc-embedded-mode-hook): New variables.
13616
13617 * calc/calc-embed.el (calc-embedded-firsttime)
13618 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13619 New variables.
13620 (calc-do-embedded): Use calc-embedded-firsttime,
13621 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13622 determine whether or not to run hooks.
13623 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13624 calc-embedded-firsttime-formula appropriately.
13625 Set calc-embedded delimiter variables according to mode.
13626
13627 2005-07-08 Richard M. Stallman <rms@gnu.org>
13628
13629 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13630 Check for "emacs", etc., as entire symbol, not just as word.
13631 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13632
13633 * files.el (set-visited-file-name): Report the error
13634 for "empty filename" earlier.
13635 (kill-some-buffers): Ignore buffers already dead.
13636
13637 * fringe.el (fringe-mode): Doc fix.
13638
13639 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13640 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13641 Use unwind-protect to ensure byte-compile-unresolved-functions
13642 is updated.
13643
13644 * whitespace.el (whitespace-buffer-leading-cleanup):
13645 Simplify w/ skip-chars-forward.
13646 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13647
13648 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13649 Unconditionally try to leave point at the same old place.
13650
13651 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13652
13653 * comint.el (comint-postoutput-scroll-to-bottom)
13654 (comint-show-maximum-output): Take scroll-margin into consideration.
13655
13656 2005-07-08 Kim F. Storm <storm@cua.dk>
13657
13658 * ido.el (ido-use-filename-at-point): New choice `guess'.
13659 (ido-file-internal): Try ffap-guesser if selected.
13660
13661 * ido.el (ido-before-fallback-functions): New hook.
13662 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13663 (ido-read-file-name): Run it.
13664
13665 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13666
13667 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13668 strings rather than a list of symbols to the completion function.
13669
13670 2005-07-07 Jay Belanger <belanger@truman.edu>
13671
13672 * calc/calc-units.el (math-apply-units): Change the places in
13673 which units are simplified.
13674
13675 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13676
13677 * cus-edit.el (customize-option, customize-option-other-window):
13678 Make them handle aliases.
13679
13680 * custom.el (custom-variable-p): Make it recursively follow
13681 aliases. Mention that in the docstring.
13682
13683 2005-07-07 Richard M. Stallman <rms@gnu.org>
13684
13685 * cus-start.el (exec-path): Use `directory' instead of `file'.
13686 Fix tag for nil.
13687
13688 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13689
13690 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13691 when called non-interactively. Doc fix.
13692
13693 2005-07-07 Lute Kamstra <lute@gnu.org>
13694
13695 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13696 new address as well.
13697
13698 2005-07-07 Kenichi Handa <handa@m17n.org>
13699
13700 * international/mule.el (make-coding-system):
13701 Describe `ascii-incompatible' property in the docstring.
13702 (set-file-name-coding-system): Signal an error if coding-system is
13703 ascii-incompatible.
13704 (set-keyboard-coding-system): Likewise.
13705
13706 * international/mule-cmds.el (set-default-coding-systems):
13707 Don't set default-file-name-coding-system and
13708 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13709
13710 * international/utf-16.el: Declare that all UTF-16-based coding
13711 systems are ASCII-incompatible.
13712
13713 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13714
13715 * progmodes/gud.el: Require font-lock for displaying errors.
13716 Used by gdb-ui.el.
13717
13718 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13719
13720 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13721 values for the pattern lists which are `read'able but not
13722 `append'able (like symbols).
13723
13724 2005-07-06 Richard M. Stallman <rms@gnu.org>
13725
13726 * progmodes/flymake.el (flymake-float-time): Instead of
13727 with-no-warnings, test for xemacs.
13728 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13729 to avoid warning.
13730
13731 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
13732
13733 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13734
13735 2005-07-05 Lute Kamstra <lute@gnu.org>
13736
13737 * battery.el: Add support for Darwin (with much debugging help
13738 from Samuel Lauber <sam124@operamail.com>).
13739 (battery-status-function, battery-echo-area-format)
13740 (battery-mode-line-format): Add support for pmset on Darwin.
13741 (battery-load-low, battery-load-critical): New user options.
13742 (battery-pmset): New function.
13743
13744 2005-07-05 Lute Kamstra <lute@gnu.org>
13745
13746 Update FSF's address in GPL notices.
13747
13748 * textmodes/page-ext.el: Update FSF's address.
13749
13750 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13751
13752 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13753 filling from using prefix when filling a single-line docstring.
13754
13755 * progmodes/flymake.el: Remove useless eval-when-compile.
13756
13757 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13758
13759 2005-07-04 Richard M. Stallman <rms@gnu.org>
13760
13761 * textmodes/org.el (org-file-apps-defaults-gnu):
13762 Rename from org-file-apps-defaults-linux.
13763 (org-default-apps): Don't test system-type for `linux'.
13764 (org-file-apps): Doc fix.
13765
13766 2005-07-04 David Ponce <david@dponce.com>
13767
13768 * tree-widget.el: Improve header Commentary section.
13769 (tree-widget) [defgroup]
13770 (tree-widget-image-enable, tree-widget-themes-directory)
13771 (tree-widget-theme, tree-widget-image-properties-emacs)
13772 (tree-widget-image-properties-xemacs, tree-widget-create-image)
13773 (tree-widget-image-formats, tree-widget-control)
13774 (tree-widget-empty-control, tree-widget-leaf-control
13775 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13776 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13777 (tree-widget-keep, tree-widget-after-toggle-functions)
13778 (tree-widget-open-node, tree-widget-close-node): Doc fix.
13779 (tree-widget-open-control, tree-widget-close-control): Fix doc and
13780 :help-echo message.
13781 (tree-widget-set-theme): Doc fix. Use `string-equal'.
13782 (tree-widget-image-properties): Doc fix. Clearer implementation.
13783 (tree-widget--cursors): New constant.
13784 (tree-widget-lookup-image): New function split from
13785 `tree-widget-find-image'. Clearer implementation.
13786 (tree-widget-find-image): Use it.
13787 (tree-widget-button-keymap): Use `set-keymap-parent'.
13788 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13789 Define the sub-widgets here.
13790 (tree-widget-node): Check that :node is not a tree-widget.
13791 (tree-widget-get-super, tree-widget-open-control)
13792 (tree-widget-close-control, tree-widget-empty-control)
13793 (tree-widget-leaf-control, tree-widget-guide)
13794 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13795 (tree-widget-no-handle, tree-widget-value-delete)
13796 (tree-widget-map): Remove.
13797 (tree-widget-children-value-save): Doc fix. Simplified.
13798 (tree-widget-value-create): Update according to previous changes.
13799
13800 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
13801
13802 * textmodes/org.el: Leading space replaced by TABS.
13803 (org-recalc-marks, org-table-rotate-recalc-marks)
13804 (org-table-get-specials): Treat "^" and "_" marks.
13805 (org-table-justify-field-maybe): Optional argument NEW.
13806 (org-table-eval-formula): Parsing of the format simplified.
13807 New modes C,I. Honor the %= parameter in the current table.
13808 Avoid unnecessary re-align by using the NEW argument to
13809 `org-table-justify-field-maybe'.
13810 (org-calc-default-modes): Default for date-format mimicks org-mode.
13811 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13812
13813 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
13814
13815 * cus-face.el (custom-theme-set-faces): Make it handle face
13816 aliases whose alias declarations are pre- or autoloaded.
13817
13818 2005-07-04 Juri Linkov <juri@jurta.org>
13819
13820 * faces.el (read-face-name): Put the code for getting a face name
13821 from the buffer before adding the faces from the `face' property.
13822 Use `completing-read-multiple' instead of `completing-read'.
13823 Require `crm'. Add default value and post-process the returned
13824 list of faces.
13825
13826 * emacs-lisp/crm.el (crm-find-current-element)
13827 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13828
13829 * emacs-lisp/lisp-mode.el (eval-defun-1):
13830 * emacs-lisp/edebug.el (edebug-eval-defun):
13831 Remove unnecessary quotes.
13832
13833 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13834
13835 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13836 (prolog-indent-level): Fix typo in docstring.
13837
13838 * info.el (Info-history, Info-history-forward)
13839 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13840
13841 * add-log.el (add-change-log-entry):
13842 * comint.el (comint-dynamic-list-input-ring)
13843 (comint-dynamic-list-completions):
13844 * dabbrev.el (dabbrev-expand):
13845 * delim-col.el (delimit-columns-rectangle-line):
13846 * diff-mode.el (diff-context->unified, diff-reverse-direction)
13847 (diff-unified->context):
13848 * ediff-init.el (ediff-abbrev-jobname):
13849 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13850 (ediff-replace-session-activity-marker-in-meta-buffer):
13851 * info.el (Info-summary):
13852 * lpr.el (printify-region):
13853 * printing.el (pr-create-interface):
13854 * ps-print.el (ps-print-quote):
13855 * ses.el (ses-column-widths, ses-print-cell)
13856 (ses-adjust-print-width, ses-center):
13857 * shell.el (shell-file-name-quote-list):
13858 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13859 (strokes-fill-current-buffer-with-whitespace)
13860 (strokes-xpm-for-stroke, strokes-list-strokes)
13861 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13862 * term.el (term-dynamic-list-input-ring)
13863 (term-dynamic-list-completions):
13864 * calc/calc.el (math-format-stack-value):
13865 * emacs-lisp/edebug.el (edebug-display-freq-count):
13866 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13867 (delphi-new-comment-line):
13868 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13869 * progmodes/executable.el (executable-set-magic):
13870 * progmodes/python.el (inferior-python-mode):
13871 * progmodes/scheme.el (scheme-mode-syntax-table):
13872 * progmodes/sh-script.el (sh-maybe-here-document):
13873 * progmodes/sql.el (sql-copy-column):
13874 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13875 * textmodes/bibtex.el (bibtex-mode):
13876 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13877 (sgml-auto-attributes):
13878 * textmodes/table.el (table-insert, table-shorten-cell)
13879 (table--generate-source-scan-lines, table-delete-row)
13880 (*table--cell-delete-char, table--spacify-frame)
13881 (table--horizontally-shift-above-and-below)
13882 (table--cell-insert-char, table--cell-blank-str)
13883 (table--fill-region-strictly):
13884 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13885 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13886
13887 * add-log.el (change-log):
13888 * apropos.el (apropos):
13889 * comint.el (comint-completion, comint-source):
13890 * dabbrev.el (dabbrev):
13891 * delim-col.el (columns):
13892 * diff-mode.el (diff-mode):
13893 * ediff.el (ediff):
13894 * ediff-diff.el (ediff-diff):
13895 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13896 * ediff-mult.el (ediff-mult):
13897 * ediff-ptch.el (ediff-ptch):
13898 * ediff-wind.el (ediff-window):
13899 * facemenu.el (facemenu):
13900 * indent.el (indent):
13901 * info.el (info):
13902 * jka-cmpr-hook.el (compression, jka-compr):
13903 * lpr.el (lpr):
13904 * outline.el (outlines):
13905 * pcmpl-cvs.el (pcmpl-cvs):
13906 * pcmpl-rpm.el (pcmpl-rpm):
13907 * printing.el (printing):
13908 * ps-print.el (postscript, ps-print, ps-print-horizontal)
13909 (ps-print-vertical, ps-print-headers, ps-print-font)
13910 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
13911 (ps-print-background, ps-print-printer, ps-print-page)
13912 (ps-print-miscellany):
13913 * ses.el (ses):
13914 * shell.el (shell, shell-directories, shell-faces):
13915 * startup.el (initialization):
13916 * strokes.el (strokes):
13917 * term.el (term):
13918 * uniquify.el (uniquify):
13919 * w32-vars.el (w32):
13920 * calc/calc.el (calc):
13921 * emacs-lisp/bytecomp.el (bytecomp):
13922 * emacs-lisp/cl-indent.el (lisp-indent):
13923 * emacs-lisp/edebug.el (edebug):
13924 * emacs-lisp/elp.el (elp):
13925 * emacs-lisp/testcover.el (testcover):
13926 * emacs-lisp/trace.el (trace):
13927 * emulation/viper-ex.el (viper-ex):
13928 * emulation/viper-mous.el (viper-mouse):
13929 * mail/mailalias.el (mailalias):
13930 * mail/supercite.el (supercite, supercite-frames)
13931 (supercite-attr, supercite-cite, supercite-hooks):
13932 * net/rcompile.el (remote-compile):
13933 * net/rlogin.el (rlogin):
13934 * obsolete/ooutline.el (outlines):
13935 * progmodes/delphi.el (delphi):
13936 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13937 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13938 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13939 (ebnf-optimization):
13940 * progmodes/etags.el (etags):
13941 * progmodes/executable.el (executable):
13942 * progmodes/idlwave.el (idlwave):
13943 * progmodes/pascal.el (pascal):
13944 * progmodes/prolog.el (prolog):
13945 * progmodes/python.el (python):
13946 * progmodes/scheme.el (scheme):
13947 * progmodes/sh-script.el (sh, sh-script):
13948 * progmodes/sql.el (SQL):
13949 * progmodes/tcl.el (tcl):
13950 * textmodes/bibtex.el (bibtex, bibtex-autokey):
13951 * textmodes/enriched.el (enriched):
13952 * textmodes/makeinfo.el (makeinfo):
13953 * textmodes/sgml-mode.el (sgml):
13954 * textmodes/table.el (table-hooks):
13955 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13956 * textmodes/texinfo.el (texinfo):
13957 * textmodes/two-column.el (two-column):
13958 Finish `defgroup' description with period.
13959
13960 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
13961 * eshell/esh-var.el (eshell-var):
13962 * progmodes/vhdl-mode.el (vhdl-testbench):
13963 * textmodes/org.el (org): Fix typos in docstrings.
13964
13965 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13966 consistency.
13967
13968 * progmodes/flymake.el (flymake-find-file): Remove.
13969 (flymake-float-time): Use `with-no-warnings'.
13970 (flymake-check-start-time, flymake-check-was-interrupted)
13971 (flymake-err-info, flymake-is-running, flymake-last-change-time)
13972 (flymake-new-err-info): `defvar' at compile time.
13973
13974 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
13975
13976 * replace.el (occur-hook): Doc fix.
13977 (occur-1): Don't call `occur-hook' if there are no matches.
13978
13979 2005-07-03 Richard M. Stallman <rms@gnu.org>
13980
13981 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13982 global-map, save the same map.
13983 (global-map): Don't alter it at top level.
13984 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13985 Then alter it here instead.
13986 (tpu-edt-off): Set global-map to the saved one.
13987
13988 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13989 All references simplified.
13990 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
13991 (zmacs-regions): Add defvar.
13992 (repeat-complex-command-map): Everything about that deleted.
13993
13994 * textmodes/artist.el (artist-key-is-drawing)
13995 (artist-key-endpoint1, artist-key-poly-point-list)
13996 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13997 (artist-key-compl-table, artist-rb-save-data)
13998 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13999 Don't put them in eval-when-compile.
14000 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14001
14002 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14003 Use with-no-warnings.
14004
14005 * net/browse-url.el (dos-windows-version): Add defvar.
14006
14007 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14008
14009 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14010 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14011 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14012 Add defvar.
14013 (rmail-summary-beginning-of-message): Use with-no-warnings.
14014 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14015
14016 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14017 Use with-no-warnings.
14018
14019 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14020 (c-mark-function): Add point-moving-unit property.
14021 (vi-goto-line): Use with-no-warnings.
14022
14023 * emulation/edt.el (edt-last-copied-word): Add defvar.
14024 (zmacs-region-stays): Likewise.
14025 (edt-mark-section-wisely): Use c-mark-function for C.
14026 Use makr-defun for Fortran.
14027 (time-string): defvar deleted.
14028 (edt-display-the-time): Don't set time-string.
14029
14030 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14031
14032 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14033 Don't warn when name is not constant
14034 or for defining the group `emacs'.
14035
14036 * tooltip.el (gud-tooltip-mode): Add defvar.
14037
14038 * startup.el (default-frame-background-mode): Add defvar.
14039
14040 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14041
14042 * info.el (tool-bar-map): Add defvar.
14043
14044 * dired.el (dnd-protocol-alist): Add defvar.
14045
14046 * dired-aux.el (dired-query): Display question with answer, when
14047 the user answers.
14048
14049 * custom.el (custom-add-option): Doc fix.
14050
14051 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14052
14053 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14054
14055 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14056 bogus name from the last change.
14057
14058 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14059
14060 * custom.el (custom-declare-variable): Fix typos in comment.
14061 (custom-known-themes): Doc fix.
14062 (custom-theme-directory): New defcustom.
14063 (require-theme): Make it check `custom-theme-directory'.
14064
14065 * cus-theme.el (custom-new-theme-mode): New function.
14066 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14067 (custom-theme-description): Add compiler defvars.
14068 (customize-create-theme): Add doc to the "*New Custom Theme*"
14069 buffer. Use `custom-new-theme-mode'.
14070 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14071 and save it to the `custom-theme-directory'. Make this the
14072 default directory of the buffer.
14073
14074 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14075
14076 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14077 Fix unbalanced parentheses.
14078
14079 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14080
14081 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14082 into flymake-mode and delegate to flymake-mode.
14083
14084 * find-file.el (ff-which-function-are-we-in): Clean up.
14085
14086 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14087
14088 * replace.el (occur-rename-buffer): Fix docstring.
14089
14090 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14091 (edt-last-copied-word, edt-learn-macro-count)
14092 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14093 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14094 (time-string, zmacs-region-stays):
14095 * emulation/edt-mapper.el (edt-save-function-key-map)
14096 (EDT-key-name): `defvar' to silence the byte-compiler.
14097
14098 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14099
14100 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14101 font-lock-regexp-backslash. Doc fix.
14102 (font-lock-regexp-backslash-grouping-construct): Rename from
14103 font-lock-regexp-backslash-construct. Doc fix.
14104 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14105 grouping constructs.
14106
14107 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14108
14109 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14110 updating all the prerequisites.
14111
14112 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14113
14114 * textmodes/org.el (org-agenda-start-on-weekday)
14115 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14116 (org-agenda-use-time-grid, org-archive-location)
14117 (org-allow-space-in-links, org-usenet-links-prefer-google)
14118 (org-enable-table-editor, org-export-default-language)
14119 (org-export-html-show-new-buffer, org-fill-paragraph)
14120 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14121 (org-goto-quit, org-occur, org-eval-in-calendar)
14122 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14123 (org-agenda-diary-entry, org-remember-help)
14124 (org-table-convert-region, org-at-table-p)
14125 (org-table-move-row-down, org-table-move-row-up)
14126 (org-table-copy-region, org-table-toggle-vline-visibility)
14127 (org-table-get-stored-formulas, org-table-get-specials)
14128 (org-recalc-commands, org-table-eval-formula)
14129 (org-table-formula-substitute-names, orgtbl-make-binding)
14130 (org-format-org-table-html, org-format-table-table-html)
14131 (org-format-table-table-html-using-table-generate-source)
14132 (org-customize): Fix typos in docstrings.
14133 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14134 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14135 (org-back-to-heading): Doc fixes.
14136 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14137 (org-agenda-change-all-lines, org-get-header):
14138 Improve argument/docstring consistency.
14139 (orgtbl-error): Fix error message.
14140
14141 * progmodes/flymake.el (flymake-find-possible-master-files)
14142 (flymake-master-file-compare, flymake-get-line-err-count)
14143 (flymake-highlight-line, flymake-gui-warnings-enabled):
14144 Fix typos in docstrings.
14145 (flymake-parse-line, flymake-get-project-include-dirs-function)
14146 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14147 Doc fixes.
14148 (flymake-get-project-include-dirs-function)
14149 (flymake-make-err-menu-data):
14150 Improve argument/docstring consistency.
14151
14152 2005-07-01 Lute Kamstra <lute@gnu.org>
14153
14154 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14155 Catch errors with ignore-errors. Use temporary buffer.
14156 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14157
14158 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14159 background color faces.
14160 (facemenu-set-foreground, facemenu-set-background):
14161 Use facemenu-set-face-from-menu.
14162 (facemenu-set-face-from-menu): Treat face names that start with
14163 "fg:" or "bg:" as special.
14164 (facemenu-add-new-color): Don't create faces. Simplify.
14165
14166 2005-06-30 Richard M. Stallman <rms@gnu.org>
14167
14168 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14169 (crm-find-current-element): Likewise.
14170
14171 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14172
14173 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14174
14175 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14176
14177 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14178 (archive-mouse-extract): Make it an obsolete alias.
14179 (archive-mode-map): Don't use archive-mouse-extract any more.
14180 (archive-mode, archive-extract): write-contents-hooks ->
14181 write-contents-functions.
14182 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14183 first arg.
14184 (archive-rename-entry): Update the call.
14185 (archive-zip-summarize): Remove unused var `method'.
14186 (archive-lzh-summarize): Remove unused var `creator'.
14187
14188 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14189 dedicated frame upon exit.
14190
14191 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14192 (archive-zip-extract, archive-zip-expunge)
14193 (archive-zip-update, archive-zip-update-case): Use executable-find.
14194 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14195 Use restore-buffer-modified-p.
14196 (archive-extract, archive-add-new-member, archive-write-file-member):
14197 Use with-current-buffer.
14198 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14199
14200 2005-06-30 Andreas Schwab <schwab@suse.de>
14201
14202 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14203
14204 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14205
14206 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14207
14208 2005-06-30 Juri Linkov <juri@jurta.org>
14209
14210 * faces.el (vertical-border): Inherit from mode-line-inactive
14211 only on tty.
14212
14213 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14214
14215 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14216 example, -NLINES in the `occur' docstring).
14217
14218 * replace.el (occur-1): When no matches are found, do not set the
14219 `buffer-read-only' and modified flags for the occur buffer,
14220 because it is deleted.
14221
14222 * emulation/cua-base.el (cua-check-pending-input)
14223 (cua-repeat-replace-region, cua-mode, cua-debug)
14224 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14225 Fix typos in docstrings.
14226
14227 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14228 (cua-cut-region-to-global-mark)
14229 (cua--cut-rectangle-to-global-mark):
14230 Remove period from end of messages.
14231
14232 * emulation/cua-rect.el (cua-do-rectangle-padding):
14233 Remove period from end of messages.
14234 (cua--rectangle-seq-format): Fix typo in docstring.
14235 (cua-sequence-rectangle, cua-fill-char-rectangle):
14236 Improve argument/docstring consistency.
14237
14238 2005-06-29 Juri Linkov <juri@jurta.org>
14239
14240 * faces.el (default-frame-background-mode): New internal variable.
14241 (frame-set-background-mode): Use it.
14242
14243 * startup.el (normal-top-level): Set default-frame-background-mode
14244 instead of frame-background-mode. Before setting it, test for its
14245 nil value. Remove tests for frame-background-mode and frame
14246 parameter `reverse'. Add test for "unspecified-fg".
14247
14248 * term/xterm.el (xterm-rxvt-set-background-mode):
14249 * term/rxvt.el (rxvt-set-background-mode):
14250 Set default-frame-background-mode instead of frame-background-mode.
14251
14252 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14253
14254 * simple.el (set-variable): Warn about obsolete user variables.
14255
14256 * imenu.el (imenu--completion-buffer):
14257 * mouse.el (mouse-buffer-menu-alist):
14258 * msb.el (msb-invisible-buffer-p):
14259 * calendar/diary-lib.el (diary-header-line-format):
14260 * emacs-lisp/pp.el (pp-buffer):
14261 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14262 * textmodes/picture.el (picture-replace-match):
14263 Change space constants followed by a sexp to "?\s ".
14264
14265 * play/decipher.el (decipher-loop-with-breaks):
14266 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14267 constants "protected" from end of line by a comment to "?\s".
14268
14269 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14270
14271 * font-lock.el (save-buffer-state): Use `declare'.
14272
14273 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14274 reset the syntax-table to cperl-mode-syntax-table.
14275 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14276 "foo_print_bar" is not matched as a reserved keyword.
14277
14278 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14279
14280 * textmodes/org.el (orgtbl-setup): New function, for delayed
14281 setup for the orgtbl commands.
14282 (org-calc-default-modes): New option.
14283 (orgtbl-make-binding): Use `defun' to get better help display.
14284 (org-diary): Call `org-compile-prefix-format'.
14285 (org-table-formula-substitute-names): New function.
14286 (org-agenda-day-view, org-agenda-week-view): New commands.
14287 (org-agenda-toggle-week-view): Command removed.
14288 (org-tbl-menu): Split off from org-org-menu.
14289 (org-mode): Move removal of outline-mode menus to here.
14290 (org-table-formula-debug): New option.
14291 (org-table-insert-row): Keep first field if just "#" or "*".
14292 (org-mode): Paragraph regexps fixed.
14293 (org-table-recalculate-regexp): New constant.
14294 (org-table-justify-field-maybe): Avoid replace if not necessary.
14295 (org-copy-special, org-cut-special): Use `call-interactively'.
14296 (org-table-copy-region): Take region from `interactive' call.
14297 (org-trim): Return string even if no match.
14298 (org-formula): New face.
14299 (org-set-font-lock-defaults): No longer highlight "FIXME".
14300 But highlight formula-related fields in table.
14301 (org-table-p): Use regexp, not fontification.
14302 (org-table-align): Handle white space at end of line.
14303 (org-table-formula-evaluate-inline): New option.
14304 (org-mode): Auto-wrapping in comment lines turned off.
14305 (org-table-copy-down): Evaluate only in copied field, not in
14306 destination.
14307 (org-table-current-formula): Variable removed.
14308 (org-table-store-formulas, org-table-get-stored-formulas)
14309 (org-table-modify-formulas, org-table-replace-in-formulas)
14310 (org-table-maybe-eval-formula): New functions.
14311 (org-table-get-formula): Modify to use stored formulas.
14312 (org-table-insert-column, org-table-delete-column)
14313 (org-table-move-column): Call `org-table-modify-formulas'.
14314 (org-complete): Add completion for keyword formulas.
14315 (orgtbl-mode): Pull orgtbl-mode-map to start of
14316 minor-mode-map-alist.
14317
14318 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * progmodes/python.el (python-check): Require `compile' before
14321 modifying its variables.
14322
14323 * newcomment.el (comment-indent-default): Don't get fooled by an early
14324 end of buffer.
14325
14326 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14327
14328 * ps-print.el (ps-print-version): Fix version number.
14329
14330 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14331
14332 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14333
14334 2005-06-28 Richard M. Stallman <rms@gnu.org>
14335
14336 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14337 (flyspell-local-mouse-map): Declaration deleted.
14338 (flyspell-mouse-map): Bind only mouse-2.
14339 (flyspell-mode-map): Don't test flyspell-use-local-map.
14340 (flyspell-overlay-keymap-property-name): Var deleted.
14341 (flyspell-mode-on): Don't make local bindings for
14342 flyspell-mouse-map and flyspell-mode-map.
14343 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14344
14345 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14346
14347 * progmodes/compile.el (compilation-next-error-function):
14348 Don't switch buffers; operate on the current buffer.
14349
14350 * progmodes/compile.el (compilation-error-file-name)
14351 (compilation-warning-file-name, compilation-info-file-name)
14352 (compilation-line-number, compilation-column-number): New faces.
14353 (compilation-error-face, compilation-warning-face)
14354 (compilation-info-face, compilation-line-face)
14355 (compilation-column-face): Use them.
14356
14357 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14358
14359 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14360
14361 * bindings.el (global-map): Bind insertchar and its variants.
14362
14363 2005-06-27 Richard M. Stallman <rms@gnu.org>
14364
14365 * textmodes/artist.el (artist-text-overwrite)
14366 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14367
14368 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14369
14370 * ps-print.el: It was not working the page selection for printing.
14371 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14372 (ps-print-version): New version 6.6.7.
14373 (ps-end-sheet): New fun.
14374 (ps-header-sheet, ps-end-job): Call it.
14375
14376 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14377
14378 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14379
14380 2005-06-27 Lute Kamstra <lute@gnu.org>
14381
14382 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14383 background color faces.
14384 (facemenu-get-face): Delete function.
14385 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14386 (facemenu-add-new-color): Make second argument mandatory.
14387 Create the appropriate face and return it. Simplify.
14388 (facemenu-set-foreground, facemenu-set-background): Don't check if
14389 color is defined. Use return value of facemenu-add-new-color.
14390
14391 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14392
14393 * progmodes/gud.el (gud-filter): Add missing argument to
14394 with-selected-window.
14395
14396 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14397
14398 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14399 a :require to the defcustom.
14400
14401 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14402 defcustoms corresponding to minor modes.
14403
14404 2005-06-26 David Ponce <david@dponce.com>
14405
14406 * recentf.el: Require tree-widget instead of wid-edit.
14407 (recentf-filename-handler): Fix widget :type.
14408 (recentf-cancel-dialog, recentf-open-more-files)
14409 (recentf-open-files-action): Doc fix.
14410 (recentf-dialog-goto-first): New function.
14411 (recentf-dialog-mode-map): Set parent keymap first.
14412 (recentf-dialog-mode): Define with define-derived-mode.
14413 Don't display continuation lines in dialogs.
14414 (recentf-edit-list): Rename from recentf-edit-selected-items.
14415 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14416 Simplify.
14417 (recentf-edit-list-validate): New function.
14418 (recentf-edit-list): Update accordingly.
14419 (recentf-open-files-item-shift): Remove.
14420 (recentf-open-files-item): Convert menu elements into tree and
14421 link widgets. Don't create the widgets.
14422 (recentf-open-files): Update accordingly.
14423 (recentf-save-list): Untabify.
14424
14425 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14426
14427 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14428 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14429 partially contained in the active region. Do not take active
14430 region into account when called from Lisp, unless INTERACTIVE arg
14431 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14432 avoid trouble with fields. Make marker point nowhere when no
14433 longer used. Always return nil. Doc fix.
14434 (flush-lines): Add INTERACTIVE arg. Do not take active region
14435 into account when called from Lisp, unless INTERACTIVE arg is
14436 non-nil. Use `forward-line' instead of `beginning-of-line' to
14437 avoid trouble with fields. Make marker point nowhere when no
14438 longer used. Always return nil. Doc fix.
14439 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14440 interchangeable. Do not take active region into account when
14441 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14442 message in echo area when called from Lisp, unless INTERACTIVE arg
14443 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14444 Return the number of matches. Doc fix.
14445 (occur): Doc fix.
14446 (perform-replace): Make comment follow double space convention for
14447 the sake of `outline-minor-mode'.
14448
14449 * faces.el (facep): Doc fix.
14450
14451 2005-06-25 Richard M. Stallman <rms@gnu.org>
14452
14453 * facemenu.el (facemenu-enable-faces-p): New function.
14454 (facemenu-background-menu, facemenu-foreground-menu)
14455 (facemenu-face-menu): Add menu-enable property.
14456
14457 * jka-compr.el (jka-compr-insert-file-contents):
14458 Special handling if cannot find the uncompression program.
14459
14460 * cus-face.el (custom-face-attributes): Add autoload.
14461
14462 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14463 Bind comment-indent-function locally.
14464
14465 * window.el (save-selected-window): Use save-current-buffer.
14466
14467 * subr.el (with-selected-window): Use save-current-buffer.
14468
14469 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14470 and with-current-buffer.
14471
14472 2005-06-24 Richard M. Stallman <rms@gnu.org>
14473
14474 * simple.el (line-move-1): Fix previous change.
14475
14476 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14477
14478 * replace.el (occur-1): Set `buffer-read-only' and the
14479 buffer-modified flag before running `occur-hook' to protect
14480 against unintentional buffer switches that can lead to data loss.
14481
14482 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14483
14484 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14485 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14486 initial error.
14487
14488 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14489 after fresh input.
14490 (gdb-var-create-handler): Put name of expression in quotes.
14491
14492 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14493
14494 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14495 elements of RING in order, and without bogus nil elements.
14496
14497 2005-06-23 Richard M. Stallman <rms@gnu.org>
14498
14499 * simple.el (set-variable): Args renamed; doc fix.
14500 (line-move-1): When there are overlays around, use vertical-motion.
14501
14502 * faces.el (escape-glyph): Use brown against light background.
14503 (nobreak-space): Rename from no-break-space.
14504 Fix previous change.
14505
14506 * dired-aux.el (dired-do-copy): Fix arg prompt.
14507
14508 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14509
14510 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14511
14512 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14513 rather than "Distributor".
14514
14515 2005-06-23 Lute Kamstra <lute@gnu.org>
14516
14517 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14518 (debug-on-entry): Use it. New interactive declaration that uses
14519 function-called-at-point.
14520
14521 2005-06-23 Kim F. Storm <storm@cua.dk>
14522
14523 * subr.el (save-match-data): Add comment about using evaporate arg
14524 to set-match-data.
14525
14526 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14527
14528 * cus-edit.el (customize-face)
14529 (customize-face-other-window): Handle face aliases.
14530
14531 * faces.el (face-documentation, set-face-attribute)
14532 (face-spec-set): Handle face aliases.
14533
14534 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14535
14536 * help-mode.el (help-make-xrefs): If a symbol representing a face
14537 name is not followed by the word "face", it could still be a
14538 function or variable name, so don't bypass other checks.
14539
14540 2005-06-22 Juri Linkov <juri@jurta.org>
14541
14542 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14543 Replace aliased functions with calls where second arg `inherit' is t.
14544
14545 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14546
14547 * progmodes/gdb-ui.el (gdb-error): New variable.
14548 (gdb-error): New function.
14549 (gdb-annotation-rules): Act on error-begin and error annotations.
14550 (gdb-concat-output): Use font-lock-warning-face for errors.
14551
14552 2005-06-22 Miles Bader <miles@gnu.org>
14553
14554 * bindings.el (propertized-buffer-identification): Use renamed
14555 `Buffer-menu-buffer' face.
14556
14557 * faces.el (vertical-border): Rename from `vertical-divider'.
14558 (escape-glyph): Change dark-background color back to `cyan'.
14559
14560 2005-06-21 Juri Linkov <juri@jurta.org>
14561
14562 * faces.el (face-user-default-spec): Try getting `customized-face'
14563 prior to `saved-face'.
14564 (frame-background-mode): Refill docstring.
14565
14566 * emacs-lisp/lisp-mode.el (eval-defun-1):
14567 * emacs-lisp/edebug.el (edebug-eval-defun):
14568 Set `saved-face' temporarily to nil before calling form.
14569 Set `customized-face' to the new spec after that.
14570
14571 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14572
14573 * subr.el (1value, lambda, key-substitution-in-progress):
14574 Doc fixes.
14575
14576 * autoinsert.el (auto-insert-alist):
14577 * ses.el (ses-call-printer):
14578 * subr.el (noreturn):
14579 * emacs-lisp/lisp.el (check-parens):
14580 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14581 * net/browse-url.el (browse-url-mosaic):
14582 * progmodes/cc-defs.el (c-safe-scan-lists):
14583 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14584 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14585 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14586 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14587 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14588 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14589
14590 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14591
14592 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14593
14594 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14595
14596 * calendar/appt.el (appt-make-list): Activate the package, if
14597 not already active (for backwards compatibility).
14598
14599 2005-06-20 Kim F. Storm <storm@cua.dk>
14600
14601 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14602
14603 2005-06-20 Miles Bader <miles@gnu.org>
14604
14605 * faces.el (vertical-divider): New face.
14606
14607 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14608
14609 * simple.el (kill-whole-line): Doc fix.
14610 (next-error-buffer-p, next-error-find-buffer)
14611 (clone-indirect-buffer): Fix typos in docstrings.
14612 (comment-line-break-function): Doc fix: don't say variable
14613 is automatically buffer-local (it isn't).
14614
14615 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14616
14617 * net/tramp-ftp.el (top):
14618 * net/tramp-smb.el (top):
14619 * net/tramp-util.el (top):
14620 * net/tramp-uu.el (top):
14621 * net/tramp-vc.el (top):
14622 * net/tramp.el (top): Revert copyright years back to original
14623 ones. Tramp has a life outside GNU Emacs.
14624
14625 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14626
14627 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14628
14629 2005-06-18 Juri Linkov <juri@jurta.org>
14630
14631 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14632 end of first regexp to limit the match to the position between
14633 line number and source line with same separator character as used
14634 between file name and line number. In the second regexp limit
14635 mouse-face area to file name and line number by adding new group
14636 for them and referring it in HYPERLINK arg.
14637 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14638 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14639 previous line where grep markers may be already removed.
14640
14641 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14642
14643 * progmodes/ps-mode.el: Update version and maintainer's email address.
14644
14645 2005-06-18 Steve Youngs <steve@xemacs.org>
14646
14647 * net/browse-url.el (browse-url-browser-function)
14648 (browse-url-default-browser): Add firefox.
14649 (browse-url-firefox-program, browse-url-firefox-arguments)
14650 (browse-url-firefox-startup-arguments)
14651 (browse-url-firefox-new-window-is-tab): New defcustoms.
14652 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14653
14654 2005-06-17 Richard M. Stallman <rms@gnu.org>
14655
14656 * startup.el (command-line): Warn if specified user name has
14657 no home directory.
14658
14659 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14660 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14661
14662 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14663 Doc fixes.
14664
14665 * faces.el (underline): Try bold if terminal doesn't support underline.
14666
14667 * mail/sendmail.el (mail-setup-with-from): New variable.
14668 (mail-insert-from-field): New function.
14669 (sendmail-send-it): Call it.
14670 (mail-setup): Optionally call it here.
14671
14672 * term/linux.el: Call tty-no-underline.
14673
14674 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14675
14676 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14677
14678 2005-06-17 Miles Bader <miles@gnu.org>
14679
14680 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14681 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14682 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14683 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14684 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14685 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14686 Remove "-face" suffix from face names.
14687 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14688 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14689 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14690 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14691 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14692 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14693 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14694 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14695 New backward-compatibility aliases for renamed faces.
14696 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14697 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14698 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14699 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14700 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14701 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14702 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14703 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14704 Use renamed ediff faces.
14705
14706 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14707 Remove "-face" suffix from face names.
14708 (eshell-test-ok-face, eshell-test-failed-face):
14709 New backward-compatibility aliases for renamed faces.
14710 (eshell-run-test): Use renamed eshell-test faces.
14711
14712 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14713 face name.
14714 (eshell-prompt-face): New backward-compatibility alias for renamed
14715 face.
14716 (eshell-emit-prompt): Use renamed eshell-prompt face.
14717
14718 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14719 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14720 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14721 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14722 Remove "-face" suffix from face names.
14723 (eshell-ls-directory-face, eshell-ls-symlink-face)
14724 (eshell-ls-executable-face, eshell-ls-readonly-face)
14725 (eshell-ls-unreadable-face, eshell-ls-special-face)
14726 (eshell-ls-missing-face, eshell-ls-archive-face)
14727 (eshell-ls-backup-face, eshell-ls-product-face)
14728 (eshell-ls-clutter-face):
14729 New backward-compatibility aliases for renamed faces.
14730 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14731
14732 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14733 Remove "-face" suffix from face name.
14734 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14735 instead of literal face.
14736
14737 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
14738
14739 * emacs-lisp/warnings.el (display-warning, lwarn)
14740 (warning-minimum-log-level): Doc fixes.
14741 (warning-minimum-level, warning-minimum-log-level):
14742 Add :debug to :type choices.
14743
14744 * progmodes/ada-mode.el (ada-format-paramlist)
14745 (ada-get-indent-case, ada-check-matching-start)
14746 (ada-check-defun-name, ada-goto-matching-decl-start)
14747 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14748 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14749 (ada-make-subprogram-body): Follow error conventions.
14750 (ada-case-exception-file, ada-indent-comment-as-code)
14751 (ada-indent-handle-comment-special, ada-indent-renames)
14752 (ada-indent-return, ada-search-directories-internal)
14753 (ada-tab-policy, ada-case-exception-substring)
14754 (ada-other-file-alist, ada-matching-start-re)
14755 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14756 (ada-imenu-generic-expression, ada-compile-goto-error)
14757 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14758 (ada-popup-menu, ada-add-extensions, ada-mode)
14759 (ada-region-selected, ada-create-case-exception)
14760 (ada-create-case-exception-substring, ada-after-keyword-p)
14761 (ada-activate-keys-for-case, ada-adjust-case-region)
14762 (ada-adjust-case-buffer, ada-format-paramlist)
14763 (ada-scan-paramlist, ada-insert-paramlist)
14764 (ada-indent-newline-indent)
14765 (ada-indent-newline-indent-conditional)
14766 (ada-justified-indent-current, ada-goto-previous-word)
14767 (ada-indent-current, ada-get-indent-open-paren)
14768 (ada-get-indent-paramlist, ada-get-indent-end)
14769 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14770 (ada-get-indent-block-start, ada-get-indent-subprog)
14771 (ada-get-indent-noindent, ada-get-indent-label)
14772 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14773 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14774 (ada-goto-stmt-end, ada-goto-next-word)
14775 (ada-check-matching-start, ada-check-defun-name)
14776 (ada-goto-matching-decl-start, ada-goto-matching-start)
14777 (ada-goto-matching-end, ada-search-ignore-string-comment)
14778 (ada-in-decl-p, ada-looking-at-semi-or)
14779 (ada-looking-at-semi-private, ada-in-paramlist-p)
14780 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14781 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14782 (ada-next-procedure, ada-previous-procedure, ada-next-package)
14783 (ada-previous-package, ada-create-menu)
14784 (ada-fill-comment-paragraph-justify)
14785 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14786 (ada-other-file-name, ada-last-which-function-line)
14787 (ada-last-which-function-subprog, ada-which-function)
14788 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14789 (ada-gen-treat-proc, ada-check-emacs-version)
14790 (ada-continuation-indent, ada-align-region-separate):
14791 Fix typos in docstrings.
14792 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14793
14794 2005-06-16 Lute Kamstra <lute@gnu.org>
14795
14796 * simple.el (fundamental-mode): Run after-change-major-mode-hook
14797 conditionally.
14798
14799 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14800
14801 * comint.el (comint-replace-by-expanded-filename)
14802 (comint-prompt-regexp, comint-delimiter-argument-list)
14803 (comint-preinput-scroll-to-bottom):
14804 * info.el (Info-hide-cookies-node):
14805 * ls-lisp.el (ls-lisp-classify):
14806 * find-file.el (ff-search-directories, ff-special-constructs)
14807 (ff-find-other-file):
14808 * font-lock.el (font-lock-keywords):
14809 * shell.el (shell-prompt-pattern)
14810 (shell-dynamic-complete-functions, shell-mode)
14811 (shell-delimiter-argument-list):
14812 * term.el (term-replace-by-expanded-filename)
14813 (term-prompt-regexp, term-delimiter-argument-list):
14814 * woman.el (woman-ignore, woman0-if):
14815 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14816 * emacs-lisp/elint.el (elint-init-env):
14817 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14818 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14819 * language/ethio-util.el (ethio-tilde-escape)
14820 (ethio-use-three-dot-question):
14821 * net/zone-mode.el (zone-mode-load-time-setup):
14822 * progmodes/cc-align.el (c-lineup-argcont):
14823 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14824 * progmodes/cperl-mode.el (cperl-set-style-back):
14825 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14826 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14827 Fix spellings in docstrings.
14828
14829 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14830 * progmodes/modula2.el (m2-for): Fix spellings.
14831
14832 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14833
14834 * simple.el (undo-more): Don't use `format' on `error' arguments.
14835 Improve argument/docstring consistency.
14836 (pending-undo-list): Doc fix.
14837
14838 * smerge-mode.el (smerge-ensure-match):
14839 * emulation/vip.el (vip-ex):
14840 * net/zone-mode.el (zone-mode-update-serial):
14841 * progmodes/idlwave.el (idlwave-complete):
14842 * progmodes/vhdl-mode.el (vhdl-visit-file)
14843 (vhdl-compose-wire-components):
14844 Don't use `format' on `error' arguments.
14845
14846 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14847 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14848 (tooltip-help-tips): Fix typos in docstrings.
14849
14850 2005-06-16 David Ponce <david@dponce.com>
14851
14852 * tree-widget.el (tree-widget-value-create): Simplify last change.
14853
14854 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
14855
14856 * ido.el (ido-incomplete-regexp): New variable.
14857 (ido-set-matches-1): Handle invalid-regexp error and set
14858 ido-incomplete-regexp.
14859 (ido-incomplete-regexp): New face.
14860 (ido-completions): Use it.
14861 (ido-complete, ido-exit-minibuffer, ido-completions):
14862 Handle incomplete regexps.
14863 (ido-completions): Add check for complete match when entering a regexp.
14864
14865 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14866
14867 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14868
14869 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14870
14871 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14872 by field delimiters.
14873
14874 2005-06-15 David Ponce <david@dponce.com>
14875
14876 * tree-widget.el: eval-and-compile inlined functions so they will
14877 be available at run-time too.
14878 (tree-widget-super-format-handler)
14879 (tree-widget-format-handler): Remove.
14880 (tree-widget-value-create): Handle the :indent property.
14881
14882 2005-06-15 Miles Bader <miles@gnu.org>
14883
14884 * progmodes/which-func.el (which-func): Only inherit
14885 `font-lock-function-name-face' when that makes sense against the
14886 default mode-line face, otherwise set the face color explicitly.
14887
14888 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14889 faces instead of (non-existent) variables.
14890
14891 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14892
14893 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14894 (iswitchb-get-matched-buffers): Likewise. Simplify.
14895
14896 2005-06-14 Miles Bader <miles@gnu.org>
14897
14898 * progmodes/ld-script.el (ld-script-location-counter):
14899 Remove "-face" suffix from face name.
14900 (ld-script-location-counter-face):
14901 New backward-compatibility alias for renamed face.
14902 (ld-script-location-counter-face): Use renamed face.
14903
14904 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14905 (cperl-hash): Remove "-face" suffix from face names.
14906 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
14907 New backward-compatibility aliases for renamed faces.
14908 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14909 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14910
14911 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
14912 name.
14913 (which-func-face): New backward-compatibility alias for renamed face.
14914 (which-func-format): Use renamed which-func face.
14915
14916 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
14917 (vhdl-function, vhdl-directive, vhdl-reserved-word)
14918 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
14919 names.
14920 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
14921 (vhdl-speedbar-configuration, vhdl-speedbar-package)
14922 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
14923 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
14924 (vhdl-speedbar-architecture-selected)
14925 (vhdl-speedbar-configuration-selected)
14926 (vhdl-speedbar-package-selected)
14927 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
14928 names.
14929 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14930 Use renamed faces.
14931 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14932 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14933 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14934 Use renamed faces.
14935 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14936 names.
14937 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14938 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14939 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14940 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14941 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14942 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14943
14944 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14945 face name.
14946 (sh-heredoc-face): New backward-compatibility alias for renamed face.
14947 (sh-heredoc-face): Use renamed sh-heredoc face.
14948
14949 * progmodes/idlw-help.el (idlwave-help-link):
14950 Remove "-face" suffix from face name.
14951 (idlwave-help-link-face):
14952 New backward-compatibility alias for renamed face.
14953 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14954
14955 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14956 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14957 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14958 New backward-compatibility aliases for renamed faces.
14959 (idlwave-shell-disabled-breakpoint-face)
14960 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14961
14962 * progmodes/flymake.el (flymake-errline, flymake-warnline):
14963 Remove "-face" suffix from face names.
14964 (flymake-errline-face, flymake-warnline-face):
14965 New backward-compatibility aliases for renamed faces.
14966 (flymake-highlight-line): Use renamed flymake faces.
14967
14968 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14969 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14970 (ebrowse-member-class, ebrowse-progress):
14971 Remove "-face" suffix from face names.
14972 (ebrowse-tree-mark-face, ebrowse-root-class-face)
14973 (ebrowse-file-name-face, ebrowse-default-face)
14974 (ebrowse-member-attribute-face, ebrowse-member-class-face)
14975 (ebrowse-progress-face):
14976 New backward-compatibility aliases for renamed faces.
14977 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14978 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14979 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14980 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14981
14982 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14983 antlr-syntax)
14984 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14985 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14986 names.
14987 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14988 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14989 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14990 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14991 backward-compatibility aliases for renamed faces.
14992 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14993 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14994 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14995 remove "font-lock-". Use renamed antlr-mode faces.
14996 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
14997 literal face-names with face variable references.
14998
14999 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15000 face name.
15001 (Buffer-menu-buffer-face): New backward-compatibility alias for
15002 renamed face.
15003 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15004
15005 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15006
15007 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15008 Eliminate "-face" suffix.
15009 (makefile-targets): Inherit from font-lock-function-name-face and
15010 eliminate "-face" suffix.
15011 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15012 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15013 actions, instead of prepending, to make it less visible.
15014 (makefile-previous-dependency, makefile-match-dependency):
15015 Don't match a target on a continuation line.
15016
15017 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15018
15019 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15020
15021 * progmodes/gdb-ui.el (menu): Re-order menu items.
15022 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15023
15024 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15025 Define in tooltip.el.
15026 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15027 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15028 gud-tooltip-echo-area.
15029
15030 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15031 backward compatibility and make obsolete.
15032 (tooltip-help-tips): Use tooltip-use-echo-area.
15033 (tooltip-show-help-function): Rename to...
15034 (tooltip-show-help): ...this, because it is a function.
15035 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15036
15037 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15038
15039 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15040 (edebug-print-length, edebug-print-level, edebug-print-circle)
15041 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15042 (edebug-eval-print-last-sexp): Doc fixes.
15043
15044 2005-06-14 Kim F. Storm <storm@cua.dk>
15045
15046 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15047 as the coverage buffer/file/both may change.
15048
15049 2005-06-14 Lute Kamstra <lute@gnu.org>
15050
15051 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15052 and run-mode-hooks. Simplify.
15053
15054 * mail/rmailedit.el (rmail-edit-mode):
15055 * progmodes/octave-inf.el (inferior-octave-mode):
15056 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15057
15058 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15059 and run-mode-hooks.
15060 (recentf-edit-list, recentf-open-files): Don't call
15061 kill-all-local-variables directly.
15062
15063 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15064
15065 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15066
15067 * emacs-lisp/byte-run.el (make-obsolete)
15068 (define-obsolete-function-alias): Rename arguments FUNCTION and
15069 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15070 (make-obsolete-variable, define-obsolete-variable-alias):
15071 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15072 respectively.
15073
15074 * isearchb.el (isearchb-activate):
15075 * pcvs.el (cvs-mode):
15076 * ses.el (ses-load):
15077 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15078 * net/tramp.el (tramp-find-file-exists-command)
15079 (tramp-find-shell):
15080 * progmodes/ada-mode.el (ada-create-case-exception)
15081 (ada-create-case-exception-substring, ada-make-subprogram-body):
15082 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15083 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15084 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15085 * textmodes/org.el (org-promote, org-evaluate-time-range)
15086 (org-agenda-next-date-line, org-agenda-previous-date-line)
15087 (org-agenda-error, org-open-at-point, org-table-move-row)
15088 (org-format-table-table-html-using-table-generate-source)
15089 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15090 * textmodes/reftex.el (reftex-access-scan-info):
15091 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15092 (reftex-toc-promote-prepare): Follow error conventions.
15093
15094 * diff-mode.el (diff-mode): Fix typo in docstring.
15095
15096 * forms.el (forms--intuit-from-file): Fix reference to
15097 `forms-number-of-fields' in error message.
15098 (forms-print): Fix quoting in error message.
15099
15100 * forms.el (forms-mode):
15101 * emulation/vi.el (vi-goto-insert-state):
15102 * progmodes/flymake.el (flymake-new-err-info)
15103 (flymake-start-syntax-check-for-current-buffer)
15104 (flymake-simple-cleanup):
15105 * eshell/esh-var.el (eshell/export):
15106 * progmodes/gud.el (xdb):
15107 * textmodes/flyspell.el (flyspell-incorrect-hook)
15108 (flyspell-maybe-correct-transposition)
15109 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15110
15111 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15112
15113 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15114 minibuffer prompt.
15115
15116 2005-06-13 Kim F. Storm <storm@cua.dk>
15117
15118 * subr.el (add-to-ordered-list): New defun.
15119
15120 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15121 add cua--keymap-alist to emulation-mode-map-alists.
15122
15123 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15124
15125 * subr.el (complete-in-turn): New macro.
15126 (dynamic-completion-table, lazy-completion-table): Add debug info.
15127
15128 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15129 in preference to face aliases.
15130
15131 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15132 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15133 Remove unused vars `start' and `firstline'.
15134 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15135 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15136
15137 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15138
15139 * cus-start.el (all): Don't complain about missing GTK-related
15140 variables, unless either `gtk' is boundp or this isn't a
15141 `windows-nt' build.
15142
15143 2005-06-13 Lute Kamstra <lute@gnu.org>
15144
15145 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15146 run-mode-hooks.
15147
15148 * ediff-mult.el (ediff-meta-mode):
15149 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15150
15151 * ledit.el (ledit-mode): Use delay-mode-hooks.
15152
15153 * woman.el (woman-mode-line-format): Delete constant.
15154 (woman-mode-map): Initialize it properly.
15155 (woman-mode): Set mode-class property to special.
15156 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15157 Set major-mode and mode-name. Don't set mode-line-format directly.
15158 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15159
15160 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15161 string argument obsolete.
15162
15163 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15164
15165 * textmodes/org.el (org-CUA-compatible): New option.
15166 (org-disputed-keys): New variable.
15167 (org-key): New function.
15168 (orgtbl-make-binding): Add docstring to the created function.
15169 (org-mode): Set paragraph start/separate regexps.
15170 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15171 (org-archive-location, org-archive-mark-done)
15172 (org-archive-stamp-time): New options.
15173 (org-archive-subtree): New command.
15174 (org-fill-paragraph): New function.
15175 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15176 (org-fake-empty-table-line): Function removed.
15177 (org-format-org-table-html): Do not create empty table lines at
15178 separator lines. Improved table header treatment.
15179 (org-link-format): New option.
15180 (org-make-link): New function.
15181 (org-insert-link, org-store-link): Use org-make-link.
15182 (org-open-file): Quote file name for shell command, to allow
15183 spaces in file names.
15184 (org-link-regexp): Fix bug with mailto link.
15185 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15186 New constants.
15187 (org-export-as-html): Deal with the optional angles around a link.
15188 Better treatment of file: links.
15189 (org-open-at-point): Replace @{ and @} with < and >.
15190 (org-run-mode-hooks): Function removed.
15191 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15192
15193 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15194
15195 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15196 MI command -data-list-register-values.
15197 (gdb-post-prompt): Indent properly.
15198
15199 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15200
15201 * hilit-chg.el (highlight-changes-colors): Rename from
15202 `highlight-changes-colours'.
15203 (highlight-changes-colours): Keep as obsolete alias.
15204 (highlight-changes-face-list): Doc fix.
15205 (hilit-chg-make-list): Use `highlight-changes-colors'.
15206
15207 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15208
15209 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15210 defun-prompt-regexp.
15211
15212 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15213
15214 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15215 and cygwin.
15216
15217 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15218 Don't use an old loaddefs.el, as in Makefile.in.
15219
15220 2005-06-12 Lute Kamstra <lute@gnu.org>
15221
15222 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15223
15224 * man.el (Man-mode-map): Initialize it properly.
15225 (Man-mode): Set mode-class property to special.
15226
15227 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15228
15229 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15230
15231 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15232 A newline is needed in the docstring there.
15233
15234 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15235 Doc fixes.
15236
15237 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15238
15239 * printing.el: Doc fix. The menubar is no more changed when printing
15240 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15241 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15242 (pr-version): New version number (6.8.4).
15243 (pr-menu-bind): New command.
15244 (pr-update-menus): Docstring and code fix.
15245 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15246 Docstring fix.
15247 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15248 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15249
15250 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15251
15252 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15253 "Returns" to "return", document useful return values, etc.
15254
15255 2005-06-11 Alan Mackenzie <acm@muc.de>
15256
15257 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15258 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15259 (adaptive-file-function): Minor amendment to doc-string.
15260
15261 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15262
15263 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15264 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15265 Fix :type--it is `integer', not `string'.
15266
15267 * faces.el (modeline-highlight): Rename from (the erroneous)
15268 `modeline-higilight'.
15269
15270 2005-06-11 Lute Kamstra <lute@gnu.org>
15271
15272 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15273 lisp-interaction-mode-map but make it the parent.
15274 (edebug-eval-mode): Use define-derived-mode.
15275
15276 2005-06-11 Andreas Schwab <schwab@suse.de>
15277
15278 * bindings.el: Add binding of `ESC functionkey' for every
15279 `M-functionkey'.
15280 * hexl.el (hexl-mode-map): Likewise.
15281
15282 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15283
15284 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15285 [msft]: update regexp for newer msft compilers.
15286
15287 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15288
15289 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15290 ATTLIST portions of included DTDs.
15291 (xml-parse-dtd): Eliminate use of inefficient match-data.
15292
15293 2005-06-10 Miles Bader <miles@gnu.org>
15294
15295 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15296 (mpuz-text): Remove "-face" suffix from face names.
15297 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15298 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15299 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15300
15301 * play/gomoku.el (gomoku-O, gomoku-X):
15302 Remove "-face" suffix from face names.
15303 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15304 New backward-compatibility aliases for renamed faces.
15305 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15306
15307 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15308
15309 * thumbs.el: Fixes for changes of 2005-06-09.
15310 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15311 as a directory.
15312 (thumbs-thumbname): Remove directory separator from format string;
15313 `thumbs-thumbsdir' now returns a valid directory name.
15314 (thumbs-temp-dir): New defsubst.
15315 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15316 Use it.
15317
15318 * cus-edit.el (minibuffer):
15319 * files.el (make-backup-file-name-function):
15320 * filesets.el (filesets-external-viewers):
15321 * hilit-chg.el (highlight-changes-colours)
15322 (highlight-changes-face-list, highlight-changes-rotate-faces):
15323 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15324 * kmacro.el (kmacro-call-macro):
15325 * log-edit.el (log-edit-changelog-full-paragraphs):
15326 * mouse.el (mouse-1-click-follows-link):
15327 * skeleton.el (skeleton-autowrap):
15328 * subr.el (insert-for-yank-1):
15329 * tempo.el (tempo-insert-region):
15330 * terminal.el (terminal-emulator):
15331 * time.el (display-time-mail-face):
15332 * vc.el (vc-annotate):
15333 * vcursor.el (vcursor-copy-line):
15334 * woman.el (woman-bold-headings, woman-ignore)
15335 (woman-default-faces, woman-monochrome-faces):
15336 * calendar/todo-mode.el (todo-insert-threshold):
15337 * emulation/pc-select.el (pc-select-selection-keys-only)
15338 (pc-selection-mode):
15339 * emulation/vip.el (vip-find-char-forward):
15340 * emulation/viper-cmd.el (viper-find-char-forward):
15341 * international/mule-cmds.el
15342 (select-safe-coding-system-accept-default-p)
15343 (input-method-exit-on-invalid-key):
15344 * international/mule-diag.el (describe-coding-system):
15345 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15346 * net/browse-url.el (browse-url-xterm-program):
15347 * obsolete/lazy-lock.el (lazy-lock-mode):
15348 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15349 (cperl-mode):
15350 * progmodes/cpp.el (cpp-face-light-name-list)
15351 (cpp-face-dark-name-list):
15352 * progmodes/delphi.el (delphi-newline-always-indents):
15353 Fix spellings in docstrings.
15354
15355 * ido.el (ido-mode, ido-file-extensions-order)
15356 (ido-default-file-method, ido-default-buffer-method)
15357 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15358 (ido-decorations, ido-read-file-name-as-directory-commands)
15359 (ido-read-file-name-non-ido, ido-work-directory-list)
15360 (ido-ignore-item-temp-list, ido-current-directory)
15361 (ido-magic-forward-char, ido-enter-find-file)
15362 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15363 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15364
15365 2005-06-10 Lute Kamstra <lute@gnu.org>
15366
15367 * play/dunnet.el (dun-mode): Use define-derived-mode.
15368 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15369 obsolete alias.
15370
15371 * play/doctor.el (doctor-mode-map): Remove defvar.
15372 (doctor-mode): Use define-derived-mode.
15373
15374 * mail/mspools.el (mspools-mode):
15375 * net/eudc-hotlist.el (eudc-hotlist-mode):
15376 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15377
15378 2005-06-10 Miles Bader <miles@gnu.org>
15379
15380 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15381 Remove "-face" suffix from face names.
15382 (flyspell-incorrect-face, flyspell-duplicate-face):
15383 New backward-compatibility aliases for renamed faces.
15384 (flyspell-mode-on, make-flyspell-overlay)
15385 (flyspell-highlight-incorrect-region)
15386 (flyspell-highlight-duplicate-region)
15387 (flyspell-display-next-corrections)
15388 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15389
15390 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15391 from face name.
15392 (texinfo-heading-face): New backward-compatibility alias for
15393 renamed face.
15394 (texinfo-heading-face): Use renamed texinfo-heading face.
15395
15396 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15397 suffix from face names.
15398 (tex-math-face, tex-verbatim-face):
15399 New backward-compatibility aliases for renamed faces.
15400 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15401 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15402 literal face name.
15403
15404 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15405 name.
15406 (table-cell-face): New backward-compatibility alias for renamed face.
15407 (table--put-cell-face-property, table--update-cell-face):
15408 Use renamed table-cell face.
15409
15410 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15411 from face name.
15412 (sgml-namespace-face): New backward-compatibility alias for
15413 renamed face.
15414 (sgml-namespace-face): Use renamed sgml-namespace face.
15415
15416 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15417 (org-level-4, org-level-5, org-level-6, org-level-7)
15418 (org-level-8, org-warning, org-headline-done)
15419 (org-deadline-announce, org-scheduled-today)
15420 (org-scheduled-previously, org-link, org-done, org-table)
15421 (org-time-grid): Remove "-face" suffix from face names.
15422 (org-level-1-face, org-level-2-face, org-level-3-face)
15423 (org-level-4-face, org-level-5-face, org-level-6-face)
15424 (org-level-7-face, org-level-8-face, org-warning-face)
15425 (org-headline-done-face, org-deadline-announce-face)
15426 (org-scheduled-today-face, org-scheduled-previously-face)
15427 (org-link-face, org-done-face, org-table-face)
15428 (org-time-grid-face):
15429 New backward-compatibility aliases for renamed faces.
15430 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15431 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15432 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15433 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15434
15435 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15436 (viper-minibuffer-emacs, viper-minibuffer-insert)
15437 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15438 (viper-search-face, viper-replace-overlay-face)
15439 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15440 (viper-minibuffer-vi-face):
15441 New backward-compatibility aliases for renamed faces.
15442 (viper-search-face, viper-replace-overlay-face)
15443 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15444 (viper-minibuffer-vi-face): Use renamed viper faces.
15445
15446 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15447 Remove "-face" suffix from face names.
15448 (testcover-nohits-face, testcover-1value-face):
15449 New backward-compatibility aliases for renamed faces.
15450 (testcover-mark): Use renamed testcover faces.
15451
15452 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15453 face name.
15454 (diary-button-face): New backward-compatibility alias for renamed face.
15455 (diary-entry): Use renamed diary-button face.
15456
15457 * calendar/calendar.el (diary, calendar-today, holiday)
15458 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15459 (diary-face, calendar-today-face, holiday-face):
15460 New backward-compatibility aliases for renamed faces.
15461 (eval-after-load "facemenu", diary-entry-marker)
15462 (calendar-today-marker, calendar-holiday-marker, diary-face):
15463 Use renamed calendar faces.
15464
15465 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15466 (compare-windows-face): New backward-compatibility alias for
15467 renamed face.
15468 (compare-windows-highlight): Use renamed compare-windows face.
15469
15470 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15471 (strokes-char-face): New backward-compatibility alias for renamed face.
15472 (strokes-encode-buffer): Use renamed strokes-char face.
15473
15474 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15475 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15476 Remove "-face" suffix from face names.
15477 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15478 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15479 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15480 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15481 Use renamed pcvs faces.
15482 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15483 * pcvs-defs.el (cvs-mode-map): Likewise.
15484 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15485
15486 * info.el (info-title-1, info-title-2, info-title-3)
15487 (info-title-4): Remove "-face" suffix from and downcase face names.
15488 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15489 (Info-title-4-face):
15490 New backward-compatibility aliases for renamed faces.
15491 (Info-fontify-node): Use renamed info faces.
15492
15493 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15494 Remove "-face" suffix from face names.
15495 (highlight-changes-face, highlight-changes-delete-face):
15496 New backward-compatibility aliases for renamed faces.
15497 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15498 (hilit-chg-make-list): Use renamed highlight-changes faces.
15499
15500 * generic-x.el (show-tabs-tab, show-tabs-space):
15501 Remove "-face" suffix from face names.
15502 (show-tabs-tab-face, show-tabs-space-face):
15503 New backward-compatibility aliases for renamed faces.
15504 (show-tabs-generic-mode-font-lock-defaults-1)
15505 (show-tabs-generic-mode-font-lock-defaults-2):
15506 Use renamed show-tabs faces.
15507
15508 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15509 (smerge-markers): Remove "-face" suffix from face names.
15510 (smerge-mine-face, smerge-other-face, smerge-base-face)
15511 (smerge-markers-face):
15512 New backward-compatibility aliases for renamed faces.
15513 (smerge-mine-face, smerge-other-face, smerge-base-face)
15514 (smerge-markers-face): Use renamed smerge faces.
15515
15516 * log-view.el (log-view-file, log-view-message): Remove "-face"
15517 suffix from face names.
15518 (log-view-file-face, log-view-message-face):
15519 New backward-compatibility aliases for renamed faces.
15520 (log-view-file-face, log-view-message-face): Use renamed log-view
15521 faces.
15522
15523 * paren.el (show-paren-match, show-paren-mismatch):
15524 Remove "-face" suffix from face names.
15525 (show-paren-match-face, show-paren-mismatch-face):
15526 New backward-compatibility aliases for renamed faces.
15527 (show-paren-function): Use renamed show-paren faces.
15528
15529 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15530 (ruler-mode-margins, ruler-mode-fringes)
15531 (ruler-mode-column-number, ruler-mode-fill-column)
15532 (ruler-mode-comment-column, ruler-mode-goal-column)
15533 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15534 suffix from face names.
15535 (ruler-mode-default-face, ruler-mode-pad-face)
15536 (ruler-mode-margins-face, ruler-mode-fringes-face)
15537 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15538 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15539 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15540 New backward-compatibility aliases for renamed faces.
15541 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15542 (ruler-mode-column-number, ruler-mode-fill-column)
15543 (ruler-mode-comment-column, ruler-mode-goal-column)
15544 (ruler-mode-tab-stop, ruler-mode-current-column)
15545 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15546 faces.
15547
15548 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15549 face name.
15550 (whitespace-highlight-the-space): Use renamed face.
15551 (whitespace-highlight-face): New backward-compatibility alias for
15552 renamed face.
15553
15554 * woman.el (woman-italic, woman-bold, woman-unknown)
15555 (woman-addition, woman-symbol-face):
15556 Remove "-face" suffix from face names.
15557 (woman-italic-face, woman-bold-face, woman-unknown-face)
15558 (woman-addition-face):
15559 New backward-compatibility aliases for renamed faces.
15560 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15561 (woman-decode-region, woman-replace-match)
15562 (woman-display-extended-fonts, woman-special-characters)
15563 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15564 Use renamed woman faces.
15565
15566 * longlines.el (longlines-visible-face): Face removed.
15567
15568 * diff-mode.el (diff-header, diff-file-header, diff-index)
15569 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15570 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15571 suffix from face names.
15572 (diff-header-face, diff-file-header-face, diff-index-face)
15573 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15574 (diff-changed-face, diff-function-face, diff-context-face)
15575 (diff-nonexistent-face): New backward-compatibility aliases for
15576 renamed faces.
15577 (diff-header-face, diff-file-header-face)
15578 (diff-index, diff-index-face, diff-hunk-header)
15579 (diff-hunk-header-face, diff-removed, diff-removed-face)
15580 (diff-added, diff-added-face, diff-changed-face, diff-function)
15581 (diff-function-face, diff-context-face, diff-nonexistent)
15582 (diff-nonexistent-face): Use renamed diff-mode faces.
15583
15584 * progmodes/compile.el (compilation-warning-face)
15585 (compilation-info-face): Remove "-face" suffix from face names.
15586 (compilation-warning-face, compilation-info-face):
15587 New backward-compatibility aliases for renamed faces.
15588 (compilation-warning-face, compilation-info-face):
15589 Use renamed compilation faces.
15590
15591 * add-log.el (change-log-date, change-log-name)
15592 (change-log-email, change-log-file, change-log-list)
15593 (change-log-conditionals, change-log-function)
15594 (change-log-acknowledgement): Remove "-face" suffix from face names.
15595 (change-log-date-face, change-log-name-face)
15596 (change-log-email-face, change-log-file-face)
15597 (change-log-list-face, change-log-conditionals-face)
15598 (change-log-function-face, change-log-acknowledgement-face):
15599 New backward-compatibility aliases for renamed faces.
15600 (change-log-font-lock-keywords): Use renamed change-log faces.
15601
15602 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15603 (custom-set, custom-changed, custom-saved, custom-button)
15604 (custom-button-pressed, custom-documentation, custom-state)
15605 (custom-comment, custom-comment-tag, custom-variable-tag)
15606 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15607 (custom-group-tag): Remove "-face" suffix from face names.
15608 (custom-magic-alist, custom-magic-value-create)
15609 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15610 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15611 (custom-set-face, custom-changed-face, custom-saved-face)
15612 (custom-button-face, custom-button-pressed-face)
15613 (custom-documentation-face, custom-state-face)
15614 (custom-comment-face, custom-comment-tag-face)
15615 (custom-variable-tag-face, custom-variable-button-face)
15616 (custom-face-tag-face, custom-group-tag-face-1)
15617 (custom-group-tag-face):
15618 New backward-compatibility aliases for renamed faces.
15619
15620 * wid-edit.el (widget-documentation, widget-button)
15621 (widget-field, widget-single-line-field, widget-inactive)
15622 (widget-button-pressed): "-face" suffix removed from face names.
15623 (widget-documentation-face, widget-button-face)
15624 (widget-field-face, widget-single-line-field-face)
15625 (widget-inactive-face, widget-button-pressed-face):
15626 New backward-compatibility aliases for renamed faces.
15627 (widget-documentation-face, widget-button-face)
15628 (widget-button-pressed-face, widget-specify-field)
15629 (widget-specify-inactive): Use renamed widget faces.
15630
15631 2005-06-10 Kenichi Handa <handa@m17n.org>
15632
15633 * term/x-win.el (x-clipboard-yank): Remove condition-case
15634 wrapping.
15635
15636 2005-06-11 Kenichi Handa <handa@m17n.org>
15637
15638 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15639 date lines stricter.
15640
15641 2005-06-10 Zhang Wei <id.brep@gmail.com>
15642
15643 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15644 of x-get-selection.
15645
15646 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15647
15648 * comint.el (comint-mode, comint-snapshot-last-prompt):
15649 * frame.el (frame-current-scroll-bars):
15650 * term.el (term-mode, term-check-proc, term-input-sender)
15651 (term-simple-send, term-extract-string, term-word)
15652 (term-match-partial-filename):
15653 * window.el (window-current-scroll-bars):
15654 * emulation/cua-base.el (cua-normal-cursor-color)
15655 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15656 (cua-global-mark-cursor-color):
15657 * mail/undigest.el (rmail-forward-separator-regex):
15658 Fix typos in docstrings.
15659
15660 * comint.el (comint-check-proc, make-comint-in-buffer)
15661 (comint-source-default): Doc fixes.
15662
15663 * term.el (term-send-string): Improve argument/docstring consistency.
15664
15665 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15666
15667 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15668 call to `delete-region'.
15669 (comint-mode-hook): Do not enable Font Lock by default.
15670
15671 2005-06-09 Lute Kamstra <lute@gnu.org>
15672
15673 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15674 could be void.
15675
15676 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15677
15678 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15679 (debug): Use it.
15680 (debugger-step-through, debugger-continue, debugger-jump)
15681 (debugger-return-value): Set it when needed.
15682 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15683 Use inhibit-read-only.
15684
15685 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15686
15687 * window.el (shrink-window-if-larger-than-buffer)
15688 (window-size-fixed): Fix typo in docstring.
15689
15690 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15691 thumbnails directory on loading.
15692 (thumbs-conversion-program): Use `eq' to check the system type,
15693 not `equal'.
15694 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15695 not "/tmp". Fix docstring.
15696 (thumbs-thumbsdir): New function to return the thumbnails
15697 directory, creating it if needed.
15698 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15699 (thumbs-temp-file): Delete variable and make it into a function.
15700 (thumbs-resize-image, thumbs-modify-image): Use it.
15701 (thumbs-kill-buffer): Simplify.
15702 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15703 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15704 docstrings.
15705
15706 2005-06-09 Kim F. Storm <storm@cua.dk>
15707
15708 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15709 set-match-data to free markers in match-data.
15710
15711 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15712 match-data to unchain markers in match-data.
15713
15714 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15715
15716 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15717 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15718 unnecessary now.
15719
15720 2005-06-08 Richard M. Stallman <rms@gnu.org>
15721
15722 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15723 give the variable a doc string that doesn't say don't set it directly.
15724
15725 * textmodes/ispell.el (ispell-check-version):
15726 Use match-string-no-properties.
15727 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15728 (ispell-buffer-local-words): Likewise.
15729
15730 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15731 except on terminals with enough colors to really display it.
15732 (makefile-dependency-regex): Delete spurious `bb'.
15733
15734 * faces.el (escape-glyph): Use blue once again in last case.
15735 (no-break-space): Redefine so that it isn't invisible on a tty.
15736
15737 2005-06-08 Kim F. Storm <storm@cua.dk>
15738
15739 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15740 also when reading directory name.
15741
15742 2005-06-08 Lute Kamstra <lute@gnu.org>
15743
15744 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15745 (flyspell-mode-line-string): Remove autoload cookie.
15746 (flyspell-mode): Remove defvar.
15747
15748 2005-06-07 Lute Kamstra <lute@gnu.org>
15749
15750 * textmodes/org.el (org-run-mode-hooks): New function.
15751 (org-agenda-mode): Use it.
15752
15753 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
15754
15755 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15756
15757 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15758
15759 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15760
15761 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
15762
15763 * font-lock.el (font-lock-add-keywords): Doc fix.
15764
15765 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15766
15767 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15768 (tex-compile-default): In the absence of any history, use the order in
15769 tex-compile-alist to choose the preferred command.
15770 (tex-compile-commands): Reorder a bit.
15771
15772 * textmodes/flyspell.el (flyspell-auto-correct-binding)
15773 (flyspell-incorrect-face, flyspell-duplicate-face):
15774 Use (X)Emacs-agnostic code.
15775 (flyspell-mode-map): Don't overwrite at each load. Remove code
15776 redundant with the subsequent add-minor-mode. Merge Emacs and
15777 XEmacs code.
15778 (flyspell-word): Minor simplification.
15779 (flyspell-math-tex-command-p): Quieten the byte-compiler.
15780 (flyspell-external-point-words): Remove unused vars `size' and `start'.
15781 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15782 Merge the corresponding Emacs code.
15783 (flyspell-correct-word, flyspell-xemacs-popup):
15784 Use flyspell-do-correct.
15785
15786 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15787 a dedicated window.
15788
15789 * international/latexenc.el (latexenc-find-file-coding-system):
15790 Undo part of last patch, to turn off a compiler warning.
15791
15792 2005-06-06 Juri Linkov <juri@jurta.org>
15793
15794 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15795 Rename `tmm-inactive-face' to `tmm-inactive'.
15796
15797 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
15798
15799 * iswitchb.el: Rename faces.
15800
15801 2005-06-06 Kim F. Storm <storm@cua.dk>
15802
15803 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15804 (cua-global-mark): Remove -face suffix from face names.
15805
15806 * emulation/cua-gmrk.el (cua--init-global-mark):
15807 Remove cua-global-mark face setup.
15808
15809 2005-06-06 Richard M. Stallman <rms@gnu.org>
15810
15811 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15812 just like other allowed characters.
15813 (makefile-match-dependency): Exclude leading and training whitespace
15814 from the range of regexp subexp 1.
15815 (makefile-macroassign-regex): Don't try to match the body,
15816 just the name of the macro being defined.
15817
15818 * info.el (Info-read-node-name-2): New function.
15819 (Info-read-node-name-1): Use that.
15820 Add a completion-base-size-function property.
15821
15822 * simple.el (completion-setup-function): Look for
15823 completion-base-size-function property of minibuffer-completion-table.
15824
15825 * files.el (locate-file-completion): Doc fix.
15826
15827 * printing.el: Don't call pr-update-menus; user must do that.
15828
15829 * emacs-lisp/debug.el (debugger-window): New variable.
15830 (debug): Use debugger-window if it is set and still alive.
15831 Record debugger-window for next entry.
15832
15833 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15834
15835 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
15836
15837 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15838 (hack-one-local-variable, hack-local-variables)
15839 (hack-local-variables-prop-line): Pass that arg.
15840
15841 2005-06-06 Kim F. Storm <storm@cua.dk>
15842
15843 * ido.el (ido-first-match, ido-only-match, ido-subdir)
15844 (ido-indicator): Remove -face suffix from face names.
15845
15846 2005-06-06 Juri Linkov <juri@jurta.org>
15847
15848 * font-lock.el (font-lock-regexp-backslash)
15849 (font-lock-regexp-backslash-construct): New faces.
15850 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
15851 after `('. Add `while-no-input' to control structures.
15852
15853 * faces.el (no-break-space, shadow): New faces.
15854 (escape-glyph): Use less loud colors pink2 and red4.
15855
15856 * diff-mode.el (diff-context-face)
15857 * dired.el (dired-ignored)
15858 * rfn-eshadow.el (file-name-shadow)
15859 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15860
15861 * info.el (Info-title-1-face): Use green instead of yellow because
15862 bold yellow is not readable on light backgrounds.
15863
15864 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15865 before selecting the desired mode to not spend time fontifying
15866 old contents.
15867
15868 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
15869
15870 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15871 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15872
15873 * ps-print.el (ps-default-fg, ps-default-bg):
15874 Fix typos in docstrings.
15875
15876 * isearchb.el (isearchb): Don't pass a spurious second argument to
15877 `iswitchb-completions'.
15878
15879 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
15880
15881 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15882 to preserve point.
15883 (gdb-find-file-hook): Add doc string.
15884
15885 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15886 C dereferenced pointer expression.
15887 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
15888
15889 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15890
15891 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15892 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15893 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15894 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15895 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
15896 Make background transparent.
15897
15898 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15899
15900 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
15901 (font-lock-remove-keywords): Doc fix.
15902 (font-lock-mode-major-mode): Compiler defvar.
15903 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15904
15905 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15906 (font-lock-mode): Update `font-lock-mode-major-mode'.
15907 (font-lock-set-defaults): Compiler defvar.
15908 (font-lock-default-function): Take `font-lock-mode-major-mode'
15909 into account.
15910
15911 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15912 keep track of which major mode it enabled the minor mode for.
15913 Use find-file-hook again. Update docstring.
15914
15915 * simple.el (eval-expression-print-level)
15916 (eval-expression-print-length, eval-expression-debug-on-error):
15917 Doc fixes.
15918
15919 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
15920
15921 * iswitchb.el (iswitchb-single-match-face)
15922 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
15923 (iswitchb-invalid-regexp-face): New faces.
15924 (iswitchb-completions): Use them.
15925 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
15926 now marked as an obsolete alias.
15927 (iswitchb-read-buffer): Remove check for bound font variables.
15928 (iswitchb-invalid-regexp): New free variable.
15929 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15930 set iswitchb-invalid-regexp.
15931 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15932 invalid regexps.
15933 (iswitchb-completions): Add check for complete match when entering
15934 a regexp.
15935 (iswitchb-completions): Remove require-match argument.
15936 (iswitchb-exhibit): Fix caller.
15937 (iswitchb-common-match-inserted): New variable.
15938 (iswitchb-complete, iswitchb-completion-help): Use it.
15939
15940 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
15941
15942 * url-http.el (url-http-chunked-encoding-after-change-function):
15943 Use `url-http-debug' instead of `message'.
15944
15945 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
15946
15947 * url-http.el (url-http-parse-headers): Pass redirected URL as a
15948 callback argument.
15949
15950 2005-06-04 Kim F. Storm <storm@cua.dk>
15951
15952 * simple.el (line-move): Only call sit-for when moving backwards.
15953
15954 * ido.el (ido-make-merged-file-list-1): New defun split from
15955 ido-make-merged-file-list.
15956 (ido-make-merged-file-list): Bind throw-on-input around call to
15957 ido-make-merged-file-list-1. Return input-pending-p if
15958 interrupted by more input available.
15959 (ido-read-internal): Handle input-pending-p return value from
15960 ido-make-merged-file-list.
15961
15962 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15963
15964 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15965 compatibility code.
15966
15967 * international/latexenc.el (latexenc-find-file-coding-system):
15968 Don't inherit the EOL part of the coding-system from the
15969 tex-main buffer. Fit within 80 columns.
15970
15971 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
15972
15973 * tmm.el (tmm-inactive-face): New face.
15974 (tmm-remove-inactive-mouse-face): New function.
15975 (tmm-prompt, tmm-add-one-shortcut)
15976 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15977 but not selectable.
15978
15979 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
15980
15981 * faces.el (face-equal): Improve argument/docstring consistency.
15982
15983 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
15984
15985 * progmodes/make-mode.el (makefile-targets-face)
15986 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15987 (makefile-bsdmake-dependency-regex)
15988 (makefile-makepp-rule-action-regex)
15989 (makefile-bsdmake-rule-action-regex): New constants.
15990 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15991
15992 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15993 Allow (...) within `...' for makepp messages.
15994
15995 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
15996
15997 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15998
15999 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16000 "." files are deleted from all file lists before comparison.
16001
16002 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16003 (viper-ESC-key): Made them customizable.
16004
16005 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16006
16007 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16008
16009 * autorevert.el (auto-revert-buffers): Use save-match-data.
16010
16011 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16012
16013 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16014 menu items with a nil command binding.
16015
16016 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16017
16018 * emacs-lisp/cl-macs.el (defsetf):
16019 Improve argument/docstring consistency.
16020
16021 * faces.el (list-faces-display): Improve the formatting by
16022 computing the maximum length required for any face-name (reworked
16023 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16024 (internal-find-face): Remove redundant info in docstring.
16025
16026 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16027
16028 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16029 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16030 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16031 (gdb-assembler-custom): Improve regexps.
16032 (def-gdb-auto-update-handler): Use window point to preserve point.
16033
16034 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16035
16036 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16037
16038 2005-05-31 Jay Belanger <belanger@truman.edu>
16039
16040 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16041 to calc-embedded.
16042 (calc-embedded-make-info): Have plain prefix argument select
16043 entire line.
16044
16045 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16046
16047 * faces.el (list-faces-display): Signal error if passed a regexp
16048 that matches no face name.
16049
16050 * simple.el (filter-buffer-substring): Fix typo in docstring.
16051
16052 2005-05-31 Richard M. Stallman <rms@gnu.org>
16053
16054 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16055 (vhdl-emacs-21): Doc fix.
16056 (vhdl-mode): Unconditionally set comment-padding.
16057 (vhdl-fixup-whitespace-region): Insert spaces only where
16058 there are none.
16059 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16060
16061 2005-05-30 John Wiegley <johnw@newartisans.com>
16062
16063 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16064 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16065 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16066 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16067 `string-to-number'.
16068
16069 2005-05-30 Jay Belanger <belanger@truman.edu>
16070
16071 * calc/calc.el (calc-bug-address): Fix docstring.
16072 (calc-window-hook, calc-trail-window-hook): New variables.
16073 (calc-trail-display): Restore use of calc-trail-window-hook.
16074 (calc): Restore use of calc-window-hook.
16075
16076 2005-05-31 Masatake YAMATO <jet@gyve.org>
16077
16078 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16079
16080 * help-fns.el (help-C-file-name): Add autoload mark for
16081 `find-function-noselect'.
16082
16083 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16084
16085 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16086 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16087
16088 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16089
16090 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16091 included diary buffer if it was not already being visited.
16092 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16093
16094 * calendar/icalendar.el (top-level): Do not require appt.
16095
16096 * mail/supercite.el (sc-select-attribution): Only use a list
16097 element from sc-attrib-selection-list if it returns a string.
16098 Reported by Davide G. M. Salvetti <salve@debian.org>.
16099
16100 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16101
16102 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16103 includes a hash value to improve its uniqueness, and has a ".jpg"
16104 extension. Also, it is now a valid filename on all systems.
16105 (thumbs-make-thumb): Use `let', not `let*'.
16106 (thumbs-show-thumbs-list): Check for JPEG availability.
16107
16108 2005-05-30 Richard M. Stallman <rms@gnu.org>
16109
16110 * filesets.el (filesets-menu-ensure-use-cached):
16111 Prevent warning when emacs-version>= is undefined.
16112
16113 * printing.el (pr-interactive-n-up): Use string-to-number.
16114
16115 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16116
16117 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16118 Warn only when name to be defined is quoted.
16119
16120 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16121
16122 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16123 Make regexp more robust.
16124 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16125 Force regeneration of disassembly.
16126
16127 2005-05-29 Jay Belanger <belanger@truman.edu>
16128
16129 * calc/calc.el (calc-user-invocation): Check if
16130 calc-invocation-macro is non-nil.
16131
16132 2005-05-29 Juri Linkov <juri@jurta.org>
16133
16134 * add-log.el (change-log-font-lock-keywords):
16135 Add `+' to e-mail regexp to accept mail address with keywords.
16136
16137 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16138
16139 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16140
16141 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16142
16143 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16144
16145 2005-05-29 Richard M. Stallman <rms@gnu.org>
16146
16147 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16148 Undo the change that moves to end of the current word.
16149
16150 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16151
16152 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16153 Throw error when count <= 0 to ensure input is a number.
16154 (gdb-read-memory-custom): Pick up address from buffer.
16155 (gdb-memory-mode): Allow user to increment and decrement
16156 memory address from header line.
16157
16158 2005-05-29 Richard M. Stallman <rms@gnu.org>
16159
16160 * flyspell.el (flyspell-version): Function deleted.
16161 (flyspell-auto-correct-previous-hook): Doc fix.
16162
16163 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16164 Do nothing if memory is full.
16165
16166 * font-lock.el (font-lock-fontify-syntactically-region):
16167 Pass t for GREEDY to looking-back.
16168
16169 * saveplace.el (save-place-alist-to-file): Write the file
16170 using write-region.
16171
16172 * subr.el (looking-back): New argument GREEDY.
16173
16174 * progmodes/compile.el (compilation-start): Set the mode
16175 before inserting the initial text.
16176
16177 * progmodes/which-func.el (which-func-update-1): Turn the mode
16178 off in case of error by setting which-func-mode.
16179
16180 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16181
16182 * flyspell.el (flyspell-auto-correct-previous-word):
16183 Narrow down to what's on the screen, and recenter overlays
16184 at the end of the next word.
16185
16186 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16187
16188 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16189 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16190 (flyspell-abbrev-p): Default to nil.
16191 (flyspell-use-global-abbrev-table-p): Doc fix.
16192 (flyspell-large-region): Allow nil as value.
16193 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16194
16195 (mail-mode-flyspell-verify): More robust handling
16196 of `mail-header-separator'. More efficient signature detection.
16197 Allow for regexp metacharacters in message-header-separator.
16198 Adding `To' not to be checked in mail-mode-flyspell-verify.
16199
16200 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16201 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16202 Bind flyspell-auto-correct-binding.
16203 Bind C-. and C-, .
16204 (flyspell-mode-map): Likewise.
16205 (flyspell-mode): Doc fix.
16206 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16207 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16208 (flyspell-word-cache-result): New var, always local.
16209 (flyspell-check-pre-word-p): Doc fix.
16210 (flyspell-check-changed-word-p): Handle spc like newline.
16211 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16212 (flyspell-word-search-backward, flyspell-word-search-forward):
16213 New functions.
16214 (flyspell-word): Return t if nothing to check.
16215 When parsing TeX code, check for after } or \.
16216 Use flyspell-word-search-backward to find previous word.
16217 Return nil if duplicated word.
16218 For word already checked, return same value as last time.
16219 Set flyspell-word-cache-result after checking.
16220 Don't clobber the return value.
16221 (flyspell-get-word): Major rewrite.
16222 (flyspell-external-point-words): New locals pword, pcount.
16223 Fix size used in progress message.
16224 Find the proper corresponding word in flyspell-large-region-buffer.
16225 (flyspell-region): Check for flyspell-large-region = nil.
16226 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16227 (flyspell-auto-correct-word): Check that WORD is a cons.
16228 (flyspell-correct-word): Likewise.
16229
16230 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16231
16232 * progmodes/make-mode.el (makefile-rule-action-regex)
16233 (makefile-macroassign-regex, makefile-makepp-mode)
16234 (makefile-bsdmake-mode): Continuation lines may be empty.
16235 Reported by Joshua Varner.
16236 (makefile-makepp-font-lock-keywords): Add $(stem).
16237
16238 2005-05-28 Karl Berry <karl@gnu.org>
16239
16240 * textmodes/tex-mode.el: Now that tex-send-command calls
16241 shell-quote-argument (2005-03-31 change), remove all calls to
16242 shell-quote-argument; they all end up invoking tex-send-command.
16243 The double quoting loses on filenames with non-safe characters,
16244 such as "@". Reported by Frederik Fouvry.
16245
16246 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16247
16248 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16249 about preserving point.
16250
16251 2005-05-27 Jay Belanger <belanger@truman.edu>
16252
16253 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16254 Info-goto-node.
16255
16256 * calc/calc-embed.el (calc-embed-arg): New variable.
16257 (calc-do-embedded-activate, calc-embedded-activate-formula)
16258 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16259 variable by new variable.
16260 (calc-embedded-make-info): Replace undeclared variable by new
16261 variable. When selecting region with positive prefix
16262 argument, use end of previous line instead of beginning of line.
16263
16264 * calc/calc-aent.el (calc-arg-values): Declare it.
16265
16266 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16267 Declare them.
16268
16269 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16270
16271 * calc/calc.el (calc-alg-map): Declare it.
16272
16273 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16274
16275 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16276
16277 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16278 (gdb-registers-buffer, toggle-gdb-all-registers):
16279 Toggle display of floating point registers.
16280 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16281
16282 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16283 (toggle-gud-tooltip-dereference):
16284 Rename from gud-toggle-tooltip-dereference.
16285
16286 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16287
16288 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16289
16290 2005-05-27 Jay Belanger <belanger@truman.edu>
16291
16292 * calc/calc-prog.el (calc-kbd-report): Remove.
16293 (calc-kbd-query): Rewrite.
16294
16295 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16296
16297 * image.el (image-library-alist): Move to image.c.
16298 (image-type-available-p): Doc fix.
16299
16300 2005-05-27 Lute Kamstra <lute@gnu.org>
16301
16302 * calc/calc.el (calc):
16303 * outline.el (outline-1, outline-2, outline-3, outline-4)
16304 (outline-5, outline-6, outline-7, outline-8):
16305 * textmodes/dns-mode.el (dns-mode):
16306 * textmodes/sgml-mode.el (sgml-namespace-face):
16307 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16308 (tex-verbatim-face, tex-use-reftex):
16309 * textmodes/texinfo.el (texinfo-heading-face):
16310 Specify customization group.
16311
16312 * longlines.el: Don't require easy-mmode.
16313 (longlines-visible-face): Specify customization group.
16314
16315 2005-05-27 Kenichi Handa <handa@m17n.org>
16316
16317 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16318 encoding table of windows-1251.
16319
16320 * international/ucs-tables.el (ucs-set-table-for-input):
16321 If translation-table-for-input of a coding system is a symbol, get
16322 its translation-table property.
16323
16324 * international/code-pages.el: Don't register a coding system into
16325 non-iso-charset-alist more than once.
16326 (cp-make-coding-system): Likewise.
16327
16328 2005-05-26 John Wiegley <johnw@newartisans.com>
16329
16330 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16331 `eshell-resume-eval' is wrapped in a list, it indicates that the
16332 command was run asynchronously. In that case, unwrap the value
16333 before checking the delimiter value.
16334
16335 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16336 character before a space at the end of a line is \, assume the space
16337 is part of the last argument rather than a final argument separator.
16338
16339 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16340 is in use, and the target is `t' or `nil' (which are the most common
16341 values), don't assume that the symbol target is a buffer.
16342
16343 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16344
16345 * calendar/calendar.el (calendar-mode-line-format):
16346 Use mode-line-highlight as mouse-face.
16347
16348 * time.el (display-time-string-forms, display-time-update):
16349 Use mode-line-highlight as mouse-face.
16350
16351 2005-05-26 Jay Belanger <belanger@truman.edu>
16352
16353 * calc/calc.el (calc-language-alist): Remove extra defvar.
16354
16355 2005-05-26 Lute Kamstra <lute@gnu.org>
16356
16357 * arc-mode.el (archive-mode):
16358 * bookmark.el (bookmark-read-annotation-mode)
16359 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16360 * bs.el (bs-mode):
16361 * calc/calc-yank.el (calc-edit-mode):
16362 * calc/calc.el (calc-mode, calc-trail-mode):
16363 * calculator.el (calculator-mode):
16364 * chistory.el (command-history-mode):
16365 * comint.el:
16366 * cus-edit.el (custom-mode):
16367 * descr-text.el (describe-text-mode):
16368 * ebuff-menu.el (Electric-buffer-menu-mode):
16369 * ediff-util.el (ediff-mode):
16370 * emacs-lisp/re-builder.el (reb-mode):
16371 * emulation/vi.el (vi-mode-setup):
16372 * emulation/ws-mode.el (wordstar-mode):
16373 * eshell/esh-mode.el (eshell-mode):
16374 * forms.el (forms-mode):
16375 * help-mode.el (help-mode):
16376 * hexl.el (hexl-mode):
16377 * ibuffer.el (ibuffer-mode):
16378 * ielm.el (inferior-emacs-lisp-mode):
16379 * info.el (Info-mode, Info-edit-mode):
16380 * international/swedish.el:
16381 * ledit.el (ledit-from-lisp-mode):
16382 * locate.el (locate-mode):
16383 * mail/rmail.el (rmail-mode):
16384 * mail/rmailedit.el (rmail-edit-mode):
16385 * mail/rmailsum.el (rmail-summary-mode):
16386 * mail/supercite.el (sc-electric-mode):
16387 * net/eudc.el (eudc-mode):
16388 * net/quickurl.el (quickurl-list-mode):
16389 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16390 * obsolete/ooutline.el (outline-mode):
16391 * obsolete/options.el (Edit-options-mode):
16392 * obsolete/rnews.el (news-mode):
16393 * obsolete/rnewspost.el (news-reply-mode):
16394 * play/5x5.el (5x5-mode):
16395 * play/decipher.el (decipher-mode, decipher-stats-mode):
16396 * play/gomoku.el (gomoku-mode):
16397 * play/snake.el (snake-mode):
16398 * play/solitaire.el (solitaire-mode):
16399 * play/tetris.el (tetris-mode):
16400 * progmodes/ada-mode.el (ada-mode):
16401 * progmodes/antlr-mode.el (antlr-mode):
16402 * progmodes/autoconf.el (autoconf-mode):
16403 * progmodes/dcl-mode.el (dcl-mode):
16404 * progmodes/delphi.el (delphi-mode):
16405 * progmodes/ebrowse.el (ebrowse-tree-mode)
16406 (ebrowse-electric-list-mode, ebrowse-member-mode)
16407 (ebrowse-electric-position-mode):
16408 * progmodes/f90.el (f90-mode):
16409 * progmodes/fortran.el (fortran-mode):
16410 * progmodes/icon.el (icon-mode):
16411 * progmodes/idlw-help.el (idlwave-help-mode):
16412 * progmodes/idlw-shell.el (idlwave-shell-mode):
16413 * progmodes/idlwave.el (idlwave-mode):
16414 * progmodes/inf-lisp.el (inferior-lisp-mode):
16415 * progmodes/m4-mode.el (m4-mode):
16416 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16417 * progmodes/modula2.el (modula-2-mode):
16418 * progmodes/octave-inf.el (inferior-octave-mode):
16419 * progmodes/octave-mod.el (octave-mode):
16420 * progmodes/pascal.el (pascal-mode):
16421 * progmodes/sh-script.el (sh-mode):
16422 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16423 * progmodes/vhdl-mode.el (vhdl-mode):
16424 * progmodes/xscheme.el (scheme-interaction-mode):
16425 * replace.el (occur-mode):
16426 * ses.el (ses-mode):
16427 * simple.el (completion-list-mode):
16428 * skeleton.el:
16429 * speedbar.el (speedbar-mode):
16430 * term.el (term-mode):
16431 * terminal.el (terminal-edit-mode):
16432 * textmodes/reftex-index.el (reftex-index-mode)
16433 (reftex-index-phrases-mode):
16434 * textmodes/reftex-sel.el (reftex-select-label-mode)
16435 (reftex-select-bib-mode):
16436 * textmodes/reftex-toc.el (reftex-toc-mode):
16437 * wdired.el (wdired-change-to-wdired-mode):
16438 * wid-browse.el (widget-browse-mode):
16439 Use run-mode-hooks.
16440
16441 * array.el (array-mode):
16442 * calendar/todo-mode.el (todo-mode):
16443 * man.el (Man-mode):
16444 * play/landmark.el (lm-mode):
16445 * play/mpuz.el (mpuz-mode):
16446 Use kill-all-local-variables and run-mode-hooks.
16447
16448 * subr.el (delay-mode-hooks): Specify indentation.
16449
16450 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16451
16452 * xml.el (xml-substitute-special): Don't die for undefined xml
16453 entities.
16454
16455 2005-05-26 Jay Belanger <belanger@truman.edu>
16456
16457 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16458 of nil.
16459
16460 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16461
16462 * progmodes/gdb-ui.el (gdb-frame-address):
16463 Rename from gdb-current-address.
16464 (gdb-previous-frame-address): Rename from gdb-previous-address.
16465 (gdb-selected-frame): Rename from gdb-current-frame.
16466 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16467 (gdb-frame-number): Rename from gdb-current-stack-level.
16468 (gdb-ann3): Match new mode-name for disassembly buffer.
16469 Extend initialization of variables.
16470 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16471 (gdb-memory-mode): Use mouse-face in header line.
16472 (gdb-assembler-buffer-name): Call it disassembly and give frame
16473 in mode line.
16474 (gdb-source-spec-regexp, gdb-assembler-custom)
16475 (gdb-invalidate-assembler, gdb-frame-handler):
16476 Make robust to leading zeroes in address format.
16477
16478 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16479
16480 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16481 define `org-mode'.
16482 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16483
16484 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16485
16486 * log-edit.el (log-edit-changelog-entries): Distinguish between
16487 filenames like xfns.c and fns.c.
16488
16489 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16490
16491 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16492 point after reverting.
16493 (Buffer-menu-make-sort-button): Handle the case where
16494 `Buffer-menu-use-header-line' is nil.
16495
16496 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16497
16498 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16499 New funcs. In minibuffer-local-completion-map bind `]', `/'
16500 and `:' to them.
16501
16502 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16503
16504 * startup.el (normal-top-level): Allow modification of load-path while
16505 we're iterating over it.
16506
16507 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16508
16509 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16510 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16511 (thumbs-resize-interactive, thumbs-insert-image)
16512 (thumbs-insert-thumb, thumbs-dired-show-marked)
16513 (thumbs-find-image-at-point, thumbs-delete-images)
16514 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16515 (thumbs-increment-image-size, thumbs-decrement-image-size):
16516 Fix typos in docstrings.
16517
16518 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16519
16520 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16521 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16522 (cperl-mode): Use them.
16523
16524 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16525
16526 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16527 Doc fixes.
16528
16529 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16530
16531 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16532 Bind C-d to gdb-inferior-io-eof.
16533
16534 * dired.el (dired-dnd-popup-notice): Use message-box.
16535
16536 2005-05-23 Masatake YAMATO <jet@gyve.org>
16537
16538 * bindings.el (mode-line-major-mode-keymap):
16539 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16540
16541 * faces.el (mode-line-highlight): New face.
16542
16543 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16544 as mouse-face.
16545
16546 * bindings.el (top-level, help-echo, mode-line-modified)
16547 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16548 as mouse-face.
16549
16550 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16551
16552 * progmodes/cc-engine.el (c-guess-basic-syntax):
16553 Remove spurious call to `zerop'.
16554
16555 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16556
16557 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16558
16559 CC Mode update to 5.30.10:
16560
16561 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16562 could go past the limit in decoration level 2, thereby causing
16563 errors during interactive fontification.
16564
16565 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16566 the file is evaluated interactively.
16567
16568 * cc-engine.el (c-guess-basic-syntax): Handle operator
16569 declarations somewhat better in C++.
16570
16571 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16572 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16573 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16574 (awk-mode): Use it.
16575 (make-local-hook): Suppress warning about obsoleteness.
16576
16577 * cc-engine.el, cc-align.el, cc-cmds.el
16578 (c-append-backslashes-forward, c-delete-backslashes-forward)
16579 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16580 Compensate for return value from `forward-line' when it has moved
16581 but not to a different line due to eob.
16582
16583 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16584 `objc-method-intro' and `objc-method-args-cont'.
16585
16586 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16587
16588 CC Mode update to 5.30.10:
16589
16590 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16591 in the copyright statement. Incidentally, change "along with GNU
16592 Emacs" to "along with this program" where it occurs.
16593
16594 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16595 so that it is interactive, hence can be found by M-x awk-mode
16596 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16597 <gmorris+emacs@ast.cam.ac.uk>.
16598
16599 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16600 Mode's regexps.
16601
16602 2005-05-23 Kevin Ryde <user42@zip.com.au>
16603
16604 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16605 c-parse-state, to avoid a lisp error (on bad code).
16606
16607 2005-05-23 Lute Kamstra <lute@gnu.org>
16608
16609 * subr.el (font-lock-defaults): Remove defvar as it's already
16610 defined in font-core.el.
16611
16612 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16613
16614 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16615
16616 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16617 more general and work when GDB variable "print pretty" is on,
16618 as with Emacs, for example.
16619
16620 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16621
16622 * font-core.el: Update comment.
16623
16624 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16625 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16626
16627 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16628
16629 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16630
16631 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16632 and `yank-handler' in the doc strings.
16633
16634 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16635
16636 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16637
16638 2005-05-22 Richard M. Stallman <rms@gnu.org>
16639
16640 * help.el (describe-key): Move print-help-return-message call
16641 out of conditional.
16642
16643 * progmodes/etags.el (list-tags): Use with-no-warnings.
16644
16645 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16646 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16647 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16648
16649 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16650
16651 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16652 Add defvar.
16653
16654 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16655 Use defvar, not defconst.
16656
16657 * hexl.el (hexl-follow-line): Use with-no-warnings.
16658
16659 * emulation/tpu-extras.el: Use write-file-functions instead of
16660 write-file-hooks.
16661
16662 * dired.el (dired-font-lock-keywords): Fontify files with junk
16663 extensions even if marked by -F.
16664
16665 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16666
16667 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16668 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16669 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16670 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16671 (concatenate, list-length, get*, getf, cl-remprop):
16672 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16673 (etypecase, progv, lexical-let, lexical-let*)
16674 (multiple-value-bind, multiple-value-setq, shiftf):
16675 Improve argument/docstring consistency.
16676
16677 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16678
16679 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16680
16681 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16682 doesn't exist.
16683
16684 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16685 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16686
16687 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16688
16689 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16690 already deleted variables: auto-fill-hook, blink-paren-hook,
16691 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16692 suspend-hooks, comment-indent-hook, meta-flag,
16693 before-change-function, after-change-function,
16694 font-lock-doc-string-face.
16695
16696 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16697
16698 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16699
16700 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16701
16702 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16703 rmail-dont-reply-to.
16704
16705 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16706
16707 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16708 literal blank when splitting new-header-values.
16709
16710 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16711
16712 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16713 string so that tmm doesn't create a completion entry for it.
16714
16715 * textmodes/table.el (table-disable-menu): Ditto.
16716
16717 2005-05-21 Richard M. Stallman <rms@gnu.org>
16718
16719 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16720
16721 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16722
16723 * net/rcompile.el (remote-compile): Use compilation-start.
16724
16725 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16726
16727 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
16728
16729 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16730 Default to makefile-bsdmake-mode on BSD systems.
16731
16732 * imenu.el (imenu-generic-expression, imenu--generic-function'):
16733 REGEXP may also be a search function now. The part of doc-string
16734 for describing the structure was 95% identical to that of
16735 `imenu--generic-function'. Unify it there.
16736
16737 * progmodes/make-mode.el (makefile-imenu-generic-expression):
16738 Use function to find dependencies, because regexp alone is so complex,
16739 it easily goes into an endless loop.
16740 (makefile-makepp-mode): Also add submenu for Perl functions
16741 defined in the makefile.
16742 (makefile-bsdmake-mode): Special imenu-generic-expression no
16743 longer needed, due to function call.
16744 (makefile-match-dependency): Take BOUND into account when checking
16745 if we're through.
16746
16747 2005-05-20 Jay Belanger <belanger@truman.edu>
16748
16749 * calc/calc-units.el (calc-invalidate-units-table):
16750 Use inhibit-read-only.
16751 (math-build-units-table-buffer): Use view-mode.
16752
16753 2005-05-20 David Kastrup <dak@gnu.org>
16754
16755 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16756 easy-menu-add is not a nop on Emacs; and clarify when to call it.
16757
16758 2005-05-20 Lute Kamstra <lute@gnu.org>
16759
16760 * diff-mode.el (diff-header-face, diff-file-header-face)
16761 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16762 (diff-added-face, diff-changed-face, diff-function-face)
16763 (diff-context-face, diff-nonexistent-face): Put them in the
16764 diff-mode customization group.
16765
16766 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16767
16768 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16769
16770 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16771
16772 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16773 Minor regexp-optimization.
16774
16775 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
16776
16777 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16778 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16779 (org-agenda-add-time-grid-maybe): New function.
16780 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16781 (org-table-create): `dotimes' instead of `mapcar'.
16782 (org-xor): Simplify implementation.
16783 (org-agenda): `inhibit-redisplay' turned on.
16784 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16785 a consistent line after a state change.
16786 (org-agenda-remove-times-when-in-prefix): New option.
16787 (org-prefix-has-time): New variable.
16788 (org-parse-time-string): Optional argument NODEFAULT.
16789 (org-format-agenda-item): Parse items for time-of-day
16790 specifications and move these into the prefix if possible.
16791 (org-agenda-priority): Get current heading, not previous heading
16792 during agenda remote editing.
16793
16794 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
16795
16796 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16797 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16798 (remove-duplicates, delete-duplicates, substitute)
16799 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16800 (nsubstitute-if-not, find, find-if, find-if-not, position)
16801 (position-if, position-if-not, count, count-if, count-if-not)
16802 (mismatch, search, sort*, stable-sort, merge, member*)
16803 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16804 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16805 (intersection, nintersection, set-difference, nset-difference)
16806 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16807 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16808 (nsublis, tree-equal): Improve argument/docstring consistency.
16809
16810 * subr.el (send-string, send-region): Remove obsolescence declaration.
16811 (window-dot, set-window-dot, read-input, show-buffer)
16812 (eval-current-buffer, string-to-int):
16813 Add release number to obsolescence declarations.
16814
16815 2005-05-19 Kim F. Storm <storm@cua.dk>
16816
16817 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16818 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16819
16820 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
16821
16822 * faces.el (list-faces-display): Make back button respect optional
16823 regexp arg.
16824
16825 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
16826
16827 * calculator.el (calculator-radix-grouping-mode)
16828 (calculator-radix-grouping-digits, calculator-displayer)
16829 (calculator-radix-grouping-separator, calculator-copy-displayer):
16830 * dabbrev.el (dabbrev-search-these-buffers-only):
16831 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16832 (diff-advance-after-apply-hunk, diff-mode-hook)
16833 (diff-minor-mode-prefix):
16834 * imenu.el (imenu-use-popup-menu):
16835 * jit-lock.el (jit-lock-context-time):
16836 * newcomment.el (comment-fill-column, comment-column)
16837 (comment-style, comment-padding, comment-multi-line)
16838 (comment-empty-lines, comment-auto-fill-only-comments):
16839 * reveal.el (reveal-around-mark):
16840 * uniquify.el (uniquify-buffer-name-style)
16841 (uniquify-after-kill-buffer-p)
16842 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16843 (uniquify-min-dir-content, uniquify-separator)
16844 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16845 * w32-vars.el (w32-fixed-font-alist):
16846 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16847 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16848 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16849 * progmodes/perl-mode.el (perl-indent-level)
16850 (perl-continued-statement-offset, perl-continued-brace-offset)
16851 (perl-brace-offset, perl-brace-imaginary-offset)
16852 (perl-label-offset, perl-indent-continued-arguments)
16853 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16854 * progmodes/tcl.el (tcl-indent-level)
16855 (tcl-continued-indent-level, tcl-auto-newline)
16856 (tcl-tab-always-indent, tcl-electric-hash-style)
16857 (tcl-help-directory-list, tcl-use-smart-word-finder)
16858 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16859 (inferior-tcl-source-command):
16860 * textmodes/fill.el (enable-kinsoku):
16861 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16862 * textmodes/table.el (table-yank-handler):
16863 Specify missing group (and type, if simple) in defcustom.
16864
16865 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
16866
16867 * progmodes/compile.el (compilation-finish-function): Fix defvar.
16868
16869 2005-05-19 Richard M. Stallman <rms@gnu.org>
16870
16871 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16872
16873 * subr.el (event-basic-type): Don't get an error.
16874 (left-fringe-p): Function deleted.
16875
16876 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16877 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16878
16879 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16880 in recursive copy.
16881
16882 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16883
16884 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16885
16886 * emacs-lisp/bytecomp.el
16887 (byte-compile-file-form-custom-declare-variable):
16888 Call byte-compile-nogroup-warn if appropriate.
16889
16890 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16891 (compilation-set-window): Don't call left-fringe-p; do it directly.
16892
16893 2005-05-19 Jay Belanger <belanger@truman.edu>
16894
16895 * calc/calc-graph.el (calc-graph-format-data): Make sure
16896 var-PlotRejects is bound before trying to check its value.
16897
16898 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
16899
16900 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
16901 definition of this variable from reftex-global.el to reftex.el,
16902 because it is needed in the menu.
16903
16904 2005-05-19 Lute Kamstra <lute@gnu.org>
16905
16906 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16907 years are fixed. Don't insert a space after a dash.
16908
16909 2005-05-19 Kim F. Storm <storm@cua.dk>
16910
16911 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
16912
16913 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
16914
16915 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
16916 strings, because (eq ... ?\\) is fairly frequent.
16917
16918 * progmodes/make-mode.el (makefile-add-this-line-targets):
16919 Simplify and integrate into `makefile-pickup-targets'.
16920 (makefile-add-this-line-macro): Simplify and integrate into
16921 `makefile-pickup-macros.
16922 (makefile-pickup-filenames-as-targets): Simplify.
16923 (makefile-previous-dependency, makefile-match-dependency):
16924 Don't stumble over `::'.
16925
16926 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
16927
16928 * subr.el (post-command-idle-hook, post-command-idle-delay):
16929 Remove obsoletion of post-command-idle-hook and
16930 post-command-idle-delay.
16931
16932 * faces.el (list-faces-display): Provide button when describe-face
16933 is called to take user back to the list of faces.
16934
16935 * help-fns.el (describe-variable): Remove hyperlinks in a
16936 variable's value as these are quite frequently inappropriate.
16937
16938 * follow.el (follow-submit-feedback, follow-mode):
16939 Remove references to post-command-idle-hook.
16940
16941 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
16942
16943 * progmodes/make-mode.el (makefile-previous-dependency)
16944 (makefile-match-dependency): Check for := (and in bsd mode also
16945 !=) to give a better result, even when font-lock is not on.
16946
16947 2005-05-18 Jay Belanger <belanger@truman.edu>
16948
16949 * calc/calc-help.el (calc-s-prefix-help):
16950 Add `calc-copy-special-constant' to help string.
16951
16952 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
16953
16954 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16955
16956 2005-05-18 Jay Belanger <belanger@truman.edu>
16957
16958 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16959 in linear factors are in proper order.
16960
16961 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
16962
16963 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16964 Support for jurabib.
16965
16966 * textmodes/reftex.el (featurep): Define aliases for overlay
16967 commands, for XEmacs compatibility, and use these aliases in
16968 overlay initializations.
16969 (reftex-highlight): Use `reftex-move-overlay'.
16970 (reftex-unhighlight): Use `reftex-delete-overlay'.
16971 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
16972 (reftex-access-search-path): Use `reftex-uniquify' instead of
16973 `reftex-uniq'
16974
16975 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16976 `before-string' property modification enables for Emacs as well.
16977 (reftex-select-item): Use `reftex-delete-overlay'.
16978 (reftex-select-mark): Use `reftex-make-overlay' and
16979 `reftex-overlay-put'.
16980 (reftex-select-unmark): Use `reftex-delete-overlay' and
16981 `reftex-overlay-put'.
16982
16983 2005-05-18 Lute Kamstra <lute@gnu.org>
16984
16985 * emacs-lisp/lisp.el (check-parens): Fix docstring.
16986
16987 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
16988
16989 * add-log.el (add-change-log-entry):
16990 * array.el (array-make-template, array-reconfigure-rows)
16991 (array-init-max-row, array-init-max-column)
16992 (array-init-columns-per-line, array-init-field-width):
16993 * replace.el (replace-match-maybe-edit, perform-replace):
16994 * textmodes/spell.el (spell-region):
16995 Replace `read-input' by `read-string'.
16996
16997 * forms.el (forms-mode):
16998 * finder.el (finder-compile-keywords):
16999 * shadowfile.el (shadow-read-files):
17000 Replace `eval-current-buffer' by `eval-buffer'.
17001
17002 * terminal.el (te-pass-through):
17003 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17004 (ange-ftp-raw-send-cmd):
17005 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17006 (send-process-next-char, telnet-initial-filter, telnet):
17007 Replace `send-string' by `process-send-string'.
17008
17009 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17010 (prolog-consult-region): Replace `send-string' by
17011 `process-send-string'; replace `send-region' by `process-send-region'.
17012
17013 * progmodes/delphi.el (delphi-log-msg):
17014 Replace `set-window-dot' by `set-window-point'.
17015
17016 * subr.el (window-dot, set-window-dot, read-input, send-string)
17017 (send-region, show-buffer, eval-current-buffer):
17018 Make really obsolete, as the comment says.
17019
17020 2005-05-17 Kim F. Storm <storm@cua.dk>
17021
17022 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17023 (cua--init-keymaps): Bind C-return instead of S-return to set
17024 rectangle mark.
17025
17026 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17027 instead of S-return to toggle/clear rectangle mark.
17028
17029 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17030
17031 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17032 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17033 Also fontify plain strings assigned to variables, mostly so that a
17034 colon has a face and is thus not taken as a dependency separator.
17035 (makefile-previous-dependency): Inline the new matcher, because it
17036 is too complex to work in both directions.
17037 (makefile-match-dependency): Eliminate `backward' arg (see above).
17038 Completely reimplemented so as to not sometimes go into an endless
17039 loop. It should also be more efficient, because first it only
17040 searches for `:', instead of applying the very complex regexp.
17041 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17042 to be fontified in one piece can be too long for JIT.
17043 Makefiles are never *that* big.
17044
17045 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17046
17047 * dired.el (dired-mode): Simplify.
17048
17049 2005-05-17 Lute Kamstra <lute@gnu.org>
17050
17051 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17052 defcustom for the mode hook variable.
17053
17054 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17055 Emacs Lisp Reference Manual.
17056
17057 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17058
17059 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17060 (evenp, list*):
17061 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17062 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17063
17064 * net/tramp-smb.el (tramp-smb-open-connection):
17065 Pass `tramp-chunksize' as fifth (required) argument.
17066
17067 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17068
17069 * font-lock.el (lisp-font-lock-keywords-1):
17070 Set `font-lock-negation-char-face' for [^...] char group.
17071 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17072
17073 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17074 a var, and refine it to mask one more level of nested vars.
17075 (makefile-rule-action-regex): Turn it into a var, and refine it so
17076 it recognizes backslashed continuation lines as belonging to the
17077 same command.
17078 (makefile-macroassign-regex): Refine it so it recognizes
17079 backslashed continuation lines as belonging to the same command.
17080 (makefile-var-use-regex): Don't look at the next char, because it
17081 might be the same one to be skipped by the initial [^$], leading
17082 to an overlooked variable use.
17083 (makefile-make-font-lock-keywords): Remove two parameters, which
17084 are now variables that some of the modes set locally.
17085 Handle dependency and rule action matching through functions, because
17086 regexps alone match too often. Dependency matching now comes
17087 last, so it can check, whether a colon already matched something else.
17088 (makefile-mode): Inform that font-lock improves makefile parsing
17089 capabilities.
17090 (makefile-match-dependency, makefile-match-action): New functions.
17091
17092 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17093
17094 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17095
17096 * align.el (align-regexp):
17097 * ansi-color.el (ansi-color-get-face):
17098 * array.el (array-reconfigure-rows, array-init-max-row)
17099 (array-init-max-column, array-init-columns-per-line)
17100 (array-init-field-width):
17101 * dired-aux.el (dired-trample-file-versions):
17102 * dired-x.el (dired-mark-sexp):
17103 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17104 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17105 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17106 * faces.el (face-read-integer):
17107 * files.el (backup-extract-version, insert-directory):
17108 * hexl.el (hexl-insert-decimal-char):
17109 * server.el (server-process-filter):
17110 * shell.el (shell-extract-num):
17111 * startup.el (command-line-1):
17112 * term.el (term-command-hook):
17113 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17114 (time-stamp-do-number):
17115 * time.el (display-time-update):
17116 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17117 (timezone-fix-time):
17118 * vms-patch.el (vms-suspend-resume-hook):
17119 * calendar/appt.el (appt-convert-time):
17120 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17121 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17122 * calendar/cal-islam.el (mark-islamic-diary-entries):
17123 * calendar/calendar.el (calendar-cursor-to-date)
17124 (calendar-star-date):
17125 * calendar/diary-lib.el (diary-attrtype-convert)
17126 (mark-diary-entries, diary-entry-time):
17127 * calendar/solar.el (solar-get-number):
17128 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17129 * emacs-lisp/re-builder.el (reb-display-subexp):
17130 * emulation/edt.el (edt-set-scroll-margins):
17131 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17132 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17133 (vip-get-ex-count):
17134 * emulation/viper-ex.el (viper-get-ex-token)
17135 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17136 * international/fontset.el (fontset-plain-name):
17137 * mail/feedmail.el (feedmail-look-at-queue-directory):
17138 * mail/mailalias.el (mail-get-names):
17139 * mail/rmail.el (rmail-convert-to-babyl-format):
17140 * mail/rmailsum.el (rmail-make-basic-summary-line)
17141 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17142 (rmail-summary-goto-msg):
17143 * mail/smtpmail.el (smtpmail-read-response):
17144 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17145 (ange-ftp-vms-add-file-entry):
17146 * play/gametree.el (gametree-looking-at-ply)
17147 (gametree-current-branch-score):
17148 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17149 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17150 * progmodes/cperl-mode.el (condition-case):
17151 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17152 (ebrowse-set-member-buffer-column-width)
17153 (ebrowse-select-1st-to-9nth):
17154 * progmodes/etags.el (etags-snarf-tag):
17155 * progmodes/flymake.el (flymake-parse-line):
17156 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17157 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17158 (idlwave-shell-menu-def):
17159 * progmodes/ps-mode.el (ps-run-goto-error):
17160 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17161 (vhdl-speedbar-contract-level):
17162 * term/mac-win.el (x-handle-numeric-switch):
17163 * term/sun-mouse.el (sun-get-frame-data):
17164 * term/w32-win.el (x-handle-numeric-switch):
17165 * term/x-win.el (x-handle-numeric-switch):
17166 * textmodes/ispell.el (ispell-parse-output):
17167 * textmodes/nroff-mode.el (nroff-outline-level):
17168 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17169 (reftex-bib-sort-year-reverse, reftex-format-citation):
17170 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17171 (reftex-section-number):
17172 * textmodes/texinfmt.el (texinfo-paragraphindent):
17173 Replace `string-to-int' by `string-to-number'.
17174
17175 * international/latexenc.el: Add page marker to force the "Local
17176 Variables:" string out of the last page.
17177
17178 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17179
17180 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17181 tooltip-change-major-mode.
17182 (gud-tooltip-print-command): Remove case where gud-minor-mode
17183 is gdb ("--fullname").
17184 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17185 explain to user.
17186
17187 2005-05-16 Jay Belanger <belanger@truman.edu>
17188
17189 * calc/calc-store.el (calc-copy-special-constant): New function.
17190
17191 * calc/calc-ext.el (calc-init-extensions): Add binding for
17192 `calc-copy-special-constant'.
17193
17194 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17195 for the `calc-copy-special-constant' command.
17196
17197 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17198
17199 * subr.el (left-fringe-p): New function.
17200
17201 * progmodes/compile.el (compilation-setup): Set local value of
17202 overlay-arrow-string to "" always.
17203 (compilation-set-window): Left fringe then don't scroll.
17204 No left fringe then no arrow and scroll message to top.
17205 (compilation-context-lines): Adjust doc string accordingly.
17206
17207 2005-05-16 Kim F. Storm <storm@cua.dk>
17208
17209 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17210 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17211 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17212 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17213 (ido-read-file-name): Handle commands with ido property value
17214 equal to find-file as reading a file name, to allow C-d to enter dired.
17215 (ibuffer-find-file): Add ido property with value find-file.
17216
17217 2005-05-15 Kim F. Storm <storm@cua.dk>
17218
17219 * subr.el (open-network-stream-nowait): Remove.
17220 (open-network-stream-server): Remove.
17221
17222 2005-05-15 Richard M. Stallman <rms@gnu.org>
17223
17224 * faces.el (describe-face): Output a definition link button.
17225
17226 * help-mode.el (help-face-def): New button type.
17227
17228 * emacs-lisp/copyright.el (copyright-fix-years):
17229 Match properly if the first year is 2-digit.
17230 Don't mess up the whitespace after the years by filling.
17231
17232 * dired-aux.el (dired-mark-confirm):
17233 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17234
17235 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17236 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17237 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17238
17239 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17240 Set font-lock-comment-start-skip.
17241
17242 * font-lock.el (font-lock-comment-start-skip): New variable.
17243 (font-lock-comment-end-skip): New variable.
17244 (font-lock-fontify-syntactically-region): Use them if non-nil.
17245
17246 2005-05-15 Jay Belanger <belanger@truman.edu>
17247
17248 * calc/calc-store.el (calc-store-value): Return a string rather
17249 than display it as a message.
17250 Use calc-var-name for variable name.
17251 (calc-store-into): Add the result of calc-store-value to message.
17252 (calc-copy-variable): Add a message.
17253 (calc-store-exchange): Improve error messages.
17254 (calc-store-binary, calc-store-map): Don't reset the values of
17255 special constants.
17256
17257 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17258
17259 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17260 manual to docstring.
17261
17262 * files.el (hack-local-variables-confirm): Add STRING argument.
17263 Make the function handle non file visiting buffers correctly.
17264 (hack-local-variables-prop-line, hack-local-variables)
17265 (hack-one-local-variable): Use STRING arg of
17266 `hack-local-variables-confirm'.
17267
17268 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17269
17270 Sync with Tramp 2.0.49.
17271
17272 * net/tramp.el (tramp-handle-dired-call-process)
17273 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17274 because the contents of the Tramp buffer is changed before
17275 insertion (`expand-file' and alike).
17276 (tramp-handle-insert-directory): If `localname' has an empty
17277 nondirectory name, it must not be quoted.
17278 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17279 variable `tramp-chunksize'. Change callees.
17280 (tramp-open-connection-setup-interactive-shell): Check remote host
17281 for buggy `send-process-string' implementation.
17282 Set `tramp-chunksize' if found. Reported by Michael Kifer
17283 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17284 (tramp-handle-shell-command): `insert-buffer' cannot be used
17285 because the contents of the Tramp buffer is changed before
17286 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17287 <frederic.bothamy@free.fr>.
17288 (tramp-set-auto-save): Actions should be done for Tramp file name
17289 handler only. Ange-FTP has its own auto-save mechanism.
17290 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17291 (tramp-set-auto-save-file-modes): Set file modes of
17292 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17293 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17294 (tramp-bug): Remove obsolete variable.
17295 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17296 for presence of `mml-mode'. Make it running for older Emacsen as well.
17297
17298 2005-05-14 John Paul Wallington <jpw@pobox.com>
17299
17300 * ibuf-ext.el (define-ibuffer-filter filename):
17301 If `dired-directory' is a list, use its car.
17302
17303 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17304
17305 * ibuffer.el (define-ibuffer-column filename):
17306 If `dired-directory' is a list, use its car.
17307
17308 2005-05-14 Richard M. Stallman <rms@gnu.org>
17309
17310 * subr.el (symbol-file): Doc fix.
17311
17312 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17313 (byte-compile-form): Call byte-compile-nogroup-warn.
17314 (byte-compile-warning-types): Doc fix.
17315
17316 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17317
17318 * progmodes/cc-engine.el (c-literal-faces):
17319 Add font-lock-comment-delimiter-face.
17320
17321 * net/net-utils.el (dig): Use with-no-warnings.
17322
17323 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17324 (sc-recite-frame-alist, sc-default-cite-frame)
17325 (sc-default-uncite-frame, sc-default-recite-frame)
17326 (sc-attrib-selection-list, sc-rewrite-header-list):
17327 Mark as risky-local-variable.
17328
17329 * international/ogonek.el (ogonek-jak, ogonek-how):
17330 Don't use beginning-of-buffer.
17331
17332 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17333
17334 * calendar/solar.el (solar-data-list): Move definition up.
17335
17336 * dnd.el (dnd-protocol-alist): Add autoload.
17337
17338 * progmodes/sh-script.el: Many doc usage fixes.
17339 (sh-indent-after-do): Change default to match common styles.
17340
17341 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17342
17343 * files.el (interpreter-mode-alist)
17344 (auto-mode-interpreter-regexp): Doc fixes.
17345
17346 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17347
17348 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17349
17350 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17351
17352 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17353
17354 * dired.el (dired-mode): make-variable-buffer-local =>
17355 make-local-variable.
17356
17357 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17358
17359 * term/mac-win.el (mac-select-convert-to-string): Try coding
17360 systems in mac-script-code-coding-systems if specified one cannot
17361 encode string for `com.apple.traditional-mac-plain-text'.
17362
17363 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17364
17365 * progmodes/make-mode.el (makefile-targets-face)
17366 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17367 (makefile-dependency-regex): Fix it to not make the colon in
17368 $(var:a=b) special.
17369 (makefile-rule-action-regex): New regexp for highlighting embedded
17370 Shell strings.
17371 (makefile-macroassign-regex): Handle != for highlighting as
17372 embedded Shell strings.
17373 (makefile-var-use-regex): New const.
17374 (makefile-statements, makefile-automake-statements)
17375 (makefile-gmake-statements, makefile-makepp-statements)
17376 (makefile-bsdmake-statements): New consts.
17377 (makefile-make-font-lock-keywords): New function.
17378 (makefile-automake-font-lock-keywords)
17379 (makefile-gmake-font-lock-keywords)
17380 (makefile-makepp-font-lock-keywords)
17381 (makefile-bsdmake-font-lock-keywords): New consts.
17382 (makefile-mode-map): Add switchers between the various submodes.
17383 (makefile-mode): Document the availability of the variants.
17384 (makefile-automake-mode, makefile-gmake-mode)
17385 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17386
17387 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17388 new variants of makefile-mode.
17389
17390 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17391
17392 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17393 the inheritance.
17394
17395 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17396
17397 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17398 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17399
17400 * files.el (normal-mode): Extend the scope of the
17401 `enable-local-variables' binding to include the `set-auto-mode' call.
17402 (magic-mode-alist): Doc fix.
17403
17404 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17405
17406 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17407 font-lock-comment-face rather than copying its setting.
17408
17409 2005-05-12 Andreas Schwab <schwab@suse.de>
17410
17411 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17412
17413 2005-05-12 Lute Kamstra <lute@gnu.org>
17414
17415 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17416 defcustom for the mode hook variable. Delete the last argument.
17417 * generic-x.el: Fix callers of define-generic-mode.
17418 (generic-x-modes): Delete group.
17419 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17420 generic-x customization group.
17421
17422 2005-05-12 Kim F. Storm <storm@cua.dk>
17423
17424 * font-lock.el (font-lock-negation-char-face): Default to "off".
17425
17426 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17427 font-lock-negation-char-face to ! in !=.
17428
17429 2005-05-12 Masatake YAMATO <jet@gyve.org>
17430
17431 * add-log.el (find-change-log): Fix typos in the docstring
17432 of function.
17433
17434 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17435
17436 * international/latexenc.el (latexenc-find-file-coding-system):
17437 Avoid `re-search-forward' when looking for input encoding because
17438 of speed and safety. Better regular expressions for recognizing
17439 input encoding. Limit a search for TeX-master/tex-main-file to
17440 the local variable section.
17441
17442 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17443
17444 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17445 syntax of $ to "'" (quote).
17446
17447 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17448
17449 * dnd.el (dnd-protocol-alist): Improve custom type.
17450
17451 * dired.el (dired-dnd-protocol-alist): New variable.
17452 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17453 `dired-mode-hook' to the end.
17454
17455 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17456
17457 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17458 comment-end if comment-start-skip is not set.
17459 Obey the font-lock-comment-delimiter-face variables.
17460
17461 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17462
17463 * files.el (executable-find): Move from executable.el. Use
17464 locate-file.
17465 * progmodes/executable.el (executable-find): Move to files.el.
17466
17467 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17468 when trying to ensure forward progress.
17469
17470 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17471
17472 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17473 (mouse-select, mouse-select-internal, mouse-extend-internal):
17474 Use it to implement mouse-1-click-follows-link functionality.
17475
17476 2005-05-11 Richard M. Stallman <rms@gnu.org>
17477
17478 * font-lock.el (font-lock-fontify-syntactically-region):
17479 Use font-lock-comment-delimiter-face for comment delimiters.
17480
17481 2005-05-10 Jay Belanger <belanger@truman.edu>
17482
17483 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17484 preserving embedded modes.
17485
17486 2005-05-10 Richard M. Stallman <rms@gnu.org>
17487
17488 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17489
17490 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17491 Move from ada-stmt.el.
17492 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17493
17494 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17495 Move to ada-mode.el.
17496 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17497
17498 * cus-edit.el (custom-file): Call file-chase-links.
17499
17500 * files.el (read-directory-name): Fix previous change.
17501 (hack-local-variables-confirm): New function.
17502 (hack-local-variables-prop-line, hack-local-variables)
17503 (hack-one-local-variable): Use it.
17504
17505 2005-05-10 Lute Kamstra <lute@gnu.org>
17506
17507 * font-lock.el (font-lock-keywords-alist)
17508 (font-lock-removed-keywords-alist): Clarify docstrings.
17509
17510 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17511
17512 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17513 (gdb-source-info): Check for preprocessor info.
17514 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17515 a macro for a function.
17516 (gdb-info-breakpoints-custom): Try to find file again if not already
17517 found (user might have used GDB dir command).
17518 (gdb-get-location): Update gdb-location-alist correctly for change
17519 to gdb-info-breakpoints-custom.
17520
17521 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17522 (gud-tooltip-print-command): Add gdbmi case.
17523 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17524 preprocessor info.
17525
17526 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17527
17528 * startup.el (fancy-splash-insert): Fix typo in doc string.
17529
17530 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17531
17532 * obsolete/float.el (string-to-float):
17533 * obsolete/hilit19.el (hilit-add-pattern):
17534 * obsolete/rnews.el (news-parse-range, news-select-message)
17535 (news-get-pruned-list-of-files): Replace `string-to-int' by
17536 `string-to-number'.
17537
17538 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17539 `find-file-not-found-hooks'; use `add-hook'.
17540 (uncompress-while-visiting): Set `write-file-functions', not
17541 `write-file-hooks'; use `add-hook'.
17542
17543 2005-05-09 Kim F. Storm <storm@cua.dk>
17544
17545 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17546 (cua-paste): Handle clipboard action.
17547 (cua--init-keymaps): Remap clipboard-kill-region and
17548 clipboard-kill-ring-save.
17549
17550 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17551
17552 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17553 Improve commentary.
17554
17555 * simple.el (next-error-overlay-arrow-position): Revert the change
17556 made on 2005-04-30.
17557
17558 2005-05-07 Jay Belanger <belanger@truman.edu>
17559
17560 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17561 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17562 `calc-sel-reselect'.
17563
17564 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17565 Calc is in embedded mode.
17566
17567 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17568
17569 * progmodes/compile.el (compilation-setup):
17570 Set overlay-arrow-string to an empty string on text terminals.
17571
17572 * textmodes/ispell.el (ispell-program-name): Try looking for
17573 "aspell" along exec-path, and if found, use it as the default
17574 speller program.
17575
17576 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17577
17578 * international/mule.el (sgml-xml-auto-coding-function):
17579 Recognize encoding='FOO' in single quotes as well as in double quotes.
17580
17581 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17582
17583 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17584 as well as `interactive', so that defmacro* would recognize
17585 `declare' forms.
17586
17587 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17588
17589 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17590 Explain more about the LIGHTER arg's usage in the doc string.
17591 Add commentary to clarify what the code does. Fix the regexp that
17592 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17593 since it could have characters special to regular expressions.
17594
17595 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17596
17597 * replace.el (occur-1): Bind inhibit-read-only so that
17598 erase-buffer doesn't barf on read-only text properties (likewise
17599 for add-text-properties in occur-engine). Mark buffer as unmodified.
17600 (occur-engine): Don't set buffer-read-only here.
17601
17602 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17603
17604 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17605 list-buffers-directory. This caused the *cvs-commit* buffer to be
17606 sometimes mistakenly reused as a *cvs* buffer.
17607
17608 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17609
17610 * tooltip.el: Move code for GUD tooltips into gud.el.
17611 (require): CL no longer needed to compile case.
17612 (tooltip-mode): Do not toggle functions for GUD tooltips.
17613 (tooltip-gud-tips-p): Remove. Replace with minor mode
17614 gud-tooltip-mode in gud.el.
17615 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17616 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17617 tooltip-gud prefix with gud-tooltip and obsolete.
17618 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17619 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17620 (tooltip-mouse-motion): Mouse movement functions/variable.
17621 Rename in gud.el by adding gud prefix.
17622 (tooltip-gud-original-filter, tooltip-gud-dereference)
17623 (tooltip-gud-event, tooltip-toggle-gud-tips)
17624 (tooltip-gud-process-output, tooltip-gud-print-command)
17625 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17626 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17627 (gdb-tooltip-print): Move to gdb-ui.el.
17628
17629 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17630 (require): CL needed to compile case.
17631 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17632 tooltip-gud-tips-p. Make it a minor-mode.
17633 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17634 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17635 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17636 (gud-tooltip-change-major-mode)
17637 (gud-tooltip-activate-mouse-motions-if-enabled)
17638 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17639 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17640 (gud-tooltip-original-filter, gud-tooltip-dereference)
17641 (gud-tooltip-event, tooltip-toggle-gud-tips)
17642 (gud-tooltip-process-output, gud-tooltip-print-command)
17643 (gud-tooltip-tips): Move from tooltip.el.
17644
17645 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17646 (gdb-cpp-define-alist-flags): Doc fix.
17647 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17648 gud-tooltip-mode is t.
17649
17650 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17651
17652 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17653 evaporate if their text is deleted.
17654 (goto-address-at-point): Make it work as a mouse binding as well.
17655 (goto-address-at-mouse): Obsolete it. Update users.
17656
17657 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17658
17659 * calendar/appt.el (top-level): No longer activate on load.
17660
17661 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17662
17663 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17664 * net/webjump.el (webjump):
17665 * progmodes/idlw-help.el (idlwave-do-context-help1)
17666 (idlwave-highlight-linked-completions):
17667 * textmodes/po.el (po-find-file-coding-system-guts):
17668 Replace `assoc-ignore-case' by `assoc-string'.
17669
17670 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17671
17672 * files.el (locate-file): Doc fix.
17673
17674 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17675 Remove the redundant test for ms-dos.
17676
17677 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17678 look for the preprocessor with exec-suffixes. If not found in
17679 standard places, look in exec-path. Remove most of the tests that
17680 used system-type.
17681
17682 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17683
17684 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17685
17686 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17687 file-name clash with jka-compr.el on 8+3 filesystems.
17688
17689 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17690
17691 * term/mac-win.el: Don't define or bind scroll bar functions if
17692 x-toolkit-scroll-bars is t.
17693 (x-select-text, x-get-selection-value): Clear
17694 x-last-selected-text-clipboard if x-select-enable-clipboard is
17695 nil.
17696 (PRIMARY): Put mac-scrap-name property.
17697 (mac-select-convert-to-file-url): New function.
17698 (public.file-url): New selection target type. Add to
17699 selection-converter-alist.
17700 (x-get-selection, x-selection-value): Handle it.
17701 (x-cut-buffer-or-selection-value): New alias.
17702
17703 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17704
17705 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17706 entry to avoid calling bibtex-find-entry with arg global
17707 being t. Remove arg key.
17708 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17709 (bibtex-copy-summary-as-kill): Change accordingly.
17710
17711 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17712
17713 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17714 (org-agenda-date-later): Use with-current-buffer.
17715
17716 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17717
17718 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17719 (define-obsolete-variable-alias): Doc Fixes.
17720
17721 2005-05-06 Kim F. Storm <storm@cua.dk>
17722
17723 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
17724 vertical-motion when selective-display is active.
17725
17726 * ido.el (ido-setup-hook): New hook.
17727 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17728 (ido-input-stack): New var.
17729 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
17730 ido-next-work-file binding to M-O.
17731 Bind M-f to ido-wide-find-file-or-pop-dir.
17732 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17733 (ido-read-internal): Run ido-setup-hook.
17734 Catch quit in read-file-name and read-string to cancel edit.
17735 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17736 Automatically pop-all when completing a directory name (RET).
17737 (ido-file-internal): Add with-no-warnings around ffap and dired code.
17738 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17739 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17740 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17741 New functions for M-b/M-f to move among the directory components.
17742 (ido-make-merged-file-list): Catch quit to cancel merge.
17743 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17744 (ido-completion-help): No warnings for ido-completion-buffer-full.
17745
17746 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
17747
17748 * font-lock.el (font-lock-negation-char-face): New face and variable.
17749 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17750 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17751 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17752 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17753
17754 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
17755
17756 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17757 Fix typo in docstring.
17758
17759 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17760 (ebrowse-print-statistics-line)
17761 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17762
17763 * term/w32-win.el (image-library-alist): Add additional name for
17764 Xpm library.
17765
17766 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
17767
17768 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17769 use gcc instead of cpp.
17770
17771 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17772 (gdb-create-define-alist): Use it.
17773 (gdb-cpp-define-alist-program): Update for MS-DOS.
17774
17775 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
17776
17777 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17778
17779 2005-05-04 Richard M. Stallman <rms@gnu.org>
17780
17781 * help.el (describe-key): No error when UNTRANSLATED is nil.
17782
17783 * simple.el (line-move-1): Fix previous change to signal errors
17784 appropriately.
17785
17786 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
17787
17788 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17789 (icalendar-duration-correction): Remove.
17790 (icalendar--get-event-properties): Split result at commas.
17791 (icalendar--decode-isoduration): New optional argument
17792 DURATION-CORRECTION.
17793 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17794 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17795 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17796 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17797 (icalendar--convert-anniversary-to-ical): New functions, extracted
17798 from icalendar-export-region, with bug fixes.
17799 (icalendar-export-region): Use the above functions.
17800 (icalendar-import-buffer): Check before saving diary file.
17801 (icalendar--convert-recurring-to-diary)
17802 (icalendar--convert-non-recurring-all-day-to-diary)
17803 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17804 extracted from icalendar--convert-ical-to-diary, with bug fixes.
17805 (icalendar--convert-ical-to-diary): Use the above functions.
17806
17807 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
17808
17809 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17810 Remove these recent additions.
17811 (c-mode): Restore to before 2005-04-28.
17812
17813 * progmodes/cc-vars.el (cc-define-list-program): Remove this
17814 recent addition.
17815
17816 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17817 (gdb-define-alist): New variables.
17818 (gdb-create-define-alist): New function.
17819 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17820 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17821 with string-to-number.
17822 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
17823
17824 * progmodes/gud.el: Replace string-to-int with string-to-number.
17825 (gud-find-file): Handle gdb-define-alist.
17826
17827 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17828
17829 2005-05-02 Jay Belanger <belanger@truman.edu>
17830
17831 * calc/calc-aent.el (math-read-token):
17832 * calc/calc-bin.el (calc-word-size):
17833 * calc/calc-ext.el (calc-read-number-fancy):
17834 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17835 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17836 * calc/calc-frac.el (calc-over-notation):
17837 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17838 (calc-graph-num-points, calc-graph-init):
17839 * calc/calc-prog.el (calc-read-parse-table-part)
17840 (calc-edit-macro-repeats):
17841 * calc/calc-yank.el (calc-do-grab-rectangle):
17842 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17843 Replace `string-to-int' by `string-to-number'.
17844
17845 2005-05-02 Kim F. Storm <storm@cua.dk>
17846
17847 * kmacro.el: Use executing-kbd-macro-index variable.
17848
17849 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
17850
17851 * net/rlogin.el (rlogin-parse-words): Delete func.
17852 (rlogin): Use split-string, not rlogin-parse-words.
17853 Also, if there are option-like elements in the parsed args,
17854 take the host to be the first arg immediately following them.
17855 Suggested by Michael Mauger.
17856
17857 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17858
17859 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17860
17861 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17862
17863 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17864 (cc-mode-cpp-program): Rename to cc-define-list-program and
17865 move to cc-vars.el.
17866
17867 * progmodes/cc-vars.el (cc-define-list-program):
17868 Change to "gcc -E -dM -". Make customizable.
17869
17870 2005-05-02 Kim F. Storm <storm@cua.dk>
17871
17872 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17873
17874 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17875
17876 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17877
17878 * international/mule-util.el (truncate-string): Remove alias and
17879 obsolete declaration.
17880
17881 * international/mule-cmds.el (update-iso-coding-systems):
17882 Remove alias and obsolete declaration.
17883
17884 * international/mule.el (coding-system-parent): Remove alias and
17885 obsolete declaration.
17886
17887 * subr.el (define-function, sref): Remove aliases and obsolete
17888 declarations.
17889 (chars-in-region): Remove obsolete declaration.
17890
17891 2005-05-01 Richard M. Stallman <rms@gnu.org>
17892
17893 * info.el (Info-mode): Set widen-automatically to nil, locally.
17894
17895 * simple.el (widen-automatically): New variable.
17896 (pop-global-mark): Obey widen-automatically.
17897
17898 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
17899
17900 * term/xterm.el (function-key-map): Call substitute-key-definition
17901 before the keymap size is increased by a lot of define-key calls.
17902
17903 2005-05-01 Richard M. Stallman <rms@gnu.org>
17904
17905 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17906 Rename ARG to ELEMENT. Doc fix.
17907
17908 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17909
17910 * allout.el (allout-exposure): Remove macro and obsolete declaration.
17911 Remove references to allout-exposure/change to allout-new-exposure.
17912
17913 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
17914 bytecode symbols.
17915
17916 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
17917 (compiled-function-p, focus-frame, unfocus-frame):
17918 Remove aliases and obsolete declarations.
17919 Back out inadvertent changes from previous commit.
17920
17921 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17922
17923 * files.el (require-final-newline): Make Custom tags consistent
17924 with mode-require-final-newline.
17925 (mode-require-final-newline): Doc fix.
17926
17927 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17928
17929 * international/latexenc.el (latexenc-find-file-coding-system):
17930 Fix regular expressions.
17931
17932 2005-05-01 David Kastrup <dak@gnu.org>
17933
17934 * international/latexenc.el (latexenc-find-file-coding-system):
17935 Fix regular expressions.
17936
17937 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17938
17939 * subr.el (string-to-int): Make obsolete.
17940
17941 2005-04-30 Richard M. Stallman <rms@gnu.org>
17942
17943 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
17944
17945 * loadup.el: load jka-comp-hook.
17946
17947 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
17948 (jka-compr-handler): Add autoload. `put' calls moved
17949 to jka-comp-hook.el.
17950 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
17951 (jka-compr-inhibit): Autoload.
17952
17953 * jka-comp-hook.el: New file.
17954 Enable the mode by default.
17955
17956 * files.el (backup-buffer-copy): Use copy-file instead
17957 of write-region, and put back the 'excl.
17958
17959 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
17960
17961 * progmodes/flymake.el (flymake-split-string)
17962 (flymake-split-string, flymake-log, flymake-pid-to-names)
17963 (flymake-reg-names, flymake-get-source-buffer-name)
17964 (flymake-unreg-names, flymake-add-line-err-info)
17965 (flymake-add-err-info): Clarify docstrings.
17966 (flymake-popup-menu, flymake-make-emacs-menu)
17967 (flymake-make-xemacs-menu): Add docstrings.
17968 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17969 Set variables directly throughout.
17970
17971 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
17972
17973 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17974 exists. Initialize cc-define-alist.
17975 (c-mode): Add cc-create-define-alist locally to after-save-hook.
17976 If there is no file (Macroexpansion) don't create an alist.
17977
17978 2005-04-29 Sam Steingold <sds@gnu.org>
17979
17980 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17981 (cc-create-define-alist): Use it instead of the hard-coded string.
17982
17983 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17984
17985 * international/mule-conf.el (file-coding-system-alist): Fix regexp
17986 for latexenc.
17987
17988 2005-04-29 Lute Kamstra <lute@gnu.org>
17989
17990 * emacs-lisp/generic.el: Improve commentary section.
17991 (define-generic-mode): Improve docstring.
17992
17993 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
17994
17995 * textmodes/org.el (many places): Change to quiet the byte compiler.
17996 (org-prefix-format-compiled): New variable.
17997 (org-compile-prefix-format): New function.
17998 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17999 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18000 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18001 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18002 consistency with entries from `org-mode' files.
18003 (org-get-time-of-day): Fix bug with partial matches early in a line.
18004 (org-non-link-chars): New constant.
18005 (org-link-regexp): Respect `org-non-link-chars'.
18006 (org-agenda-day-view): Remove command.
18007 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18008 (org-follow-bbdb-link, org-store-link): Search also company field.
18009 (org-highlight-overlay): New variable.
18010 (org-highlight, org-unhighlight): New functions.
18011 (org-agenda-mode): Add pre-command-hook to remove highlight.
18012 (org-evaluate-time-range): Behavior depends upon whether time stamp
18013 contains a time or not.
18014 (org-show-subtree, org-show-entry): New functions.
18015 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18016
18017 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18018
18019 * comint.el (comint-output-filter-functions): Add autoload cookie.
18020
18021 2005-04-28 Kim F. Storm <storm@cua.dk>
18022
18023 * ido.el (ido-everywhere): Fix last change.
18024
18025 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18026
18027 * international/latexenc.el: New file.
18028 * international/mule-conf.el (file-coding-system-alist): For .tex,
18029 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18030
18031 2005-04-28 Lute Kamstra <lute@gnu.org>
18032
18033 * font-lock.el (font-lock-add-keywords)
18034 (font-lock-remove-keywords): Clarify docstring.
18035 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18036 Don't start docstrings with a `*'.
18037 (font-lock-update-removed-keyword-alist): Give it a docstring.
18038
18039 * generic-x.el: Update commentary section.
18040 Only require font-lock when compiling.
18041 Define all modes conditionally.
18042 Place all generic modes in the generic-x-modes customization group.
18043 (generic-x-modes): New customization group.
18044 (generic-default-modes, generic-mswindows-modes)
18045 (generic-unix-modes, generic-other-modes): New constants.
18046 (generic-define-mswindows-modes, generic-define-unix-modes):
18047 Update docstrings. Make them obsolete.
18048 (generic-extras-enable-list): New default value. Update docstring.
18049 Improve :type. Change :set function.
18050 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18051 Fix docstring.
18052
18053 * emacs-lisp/generic.el (generic-mode-internal):
18054 Simplify font-lock-defaults.
18055 (define-generic-mode): Fix docstring.
18056
18057 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18058
18059 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18060 font-lock-face property to highlight matches.
18061
18062 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18063
18064 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18065 (cc-define-alist): New variable.
18066 (c-mode): Make it local and initialize it.
18067
18068 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18069 (gdb-exited): New function.
18070 (gdb-annotation-rules): Use it.
18071 (gdb-starting): Set gdb-active-process to t.
18072 (gdb-stopping): Amend doc string.
18073 (gdb-reset): Set gdb-active-process to nil.
18074
18075 * tooltip.el (tooltip-gud-tips): Show the associated #define
18076 directives when a C program under GDB is not executing.
18077
18078 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18079
18080 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18081 font-lock-fontify-syntactic-keywords.
18082
18083 * font-lock.el (font-lock-default-fontify-region): Don't force
18084 parse-sexp-lookup-properties to nil.
18085
18086 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18087
18088 * man.el (man-mode-syntax-table): Set up `:' to have
18089 word-constituent syntax.
18090
18091 2005-04-27 Lute Kamstra <lute@gnu.org>
18092
18093 * novice.el (disable-command): Don't add spurious newlines to the
18094 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18095
18096 2005-04-26 Jay Belanger <belanger@truman.edu>
18097
18098 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18099 than one window before deleting window.
18100
18101 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18102
18103 * shell.el (shell-prompt-pattern): Doc fix.
18104 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18105
18106 * comint.el (comint-prompt-regexp, comint-get-old-input)
18107 (comint-use-prompt-regexp)
18108 (comint-use-prompt-regexp-instead-of-fields)
18109 (comint-replace-by-expanded-history, comint-send-input)
18110 (comint-output-filter, comint-get-old-input-default)
18111 (comint-line-beginning-position, comint-bol, comint-show-output)
18112 (comint-backward-matching-input, comint-forward-matching-input)
18113 (comint-next-prompt, comint-previous-prompt):
18114 Rename `comint-use-prompt-regexp-instead-of-fields' to
18115 `comint-use-prompt-regexp'. Keep old name as alias and declare
18116 obsolete.
18117 (comint-use-prompt-regexp): Shorten first line of doc string.
18118
18119 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18120 Set paragraph-separate buffer locally to "\\'".
18121
18122 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18123 Adapt to above name change.
18124
18125 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18126 (smbclient-prompt-regexp): Ditto.
18127
18128 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18129
18130 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18131
18132 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18133 gdb-location-list.
18134 Break lines that are over 80 characters wide.
18135
18136 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18137
18138 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18139 New fun and var, to preserve compatibility.
18140
18141 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18142
18143 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18144
18145 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18146 name to file-newer-than-file-p.
18147
18148 2005-04-26 Richard M. Stallman <rms@gnu.org>
18149
18150 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18151
18152 * progmodes/python.el (python-mode):
18153 Use new name eldoc-documentation-function.
18154
18155 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18156
18157 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18158 (eldoc-documentation-function):
18159 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18160
18161 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18162
18163 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18164
18165 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18166
18167 * term/xterm.el (function-key-map): Fix strings for
18168 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18169 {C,S,A,C-S}-{f1-f12}.
18170
18171 2005-04-26 Kenichi Handa <handa@m17n.org>
18172
18173 * international/mule-cmds.el (select-safe-coding-system):
18174 Fix previous change.
18175
18176 2005-04-26 Lute Kamstra <lute@gnu.org>
18177
18178 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18179
18180 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18181 (font-lock-comment-delimiter-face): Ditto.
18182
18183 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18184
18185 2005-04-25 Jay Belanger <belanger@truman.edu>
18186
18187 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18188 to t while inserting information; use help-mode.
18189
18190 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18191
18192 * term.el (ansi-term-color-vector): Use the xterm colors.
18193 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18194
18195 2005-04-25 Lute Kamstra <lute@gnu.org>
18196
18197 * font-core.el (font-lock-defaults): Fix docstring.
18198
18199 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18200
18201 2005-04-25 Kenichi Handa <handa@m17n.org>
18202
18203 * international/mule-cmds.el (select-safe-coding-system):
18204 Don't check consistency with coding: spec, etc if raw-text or
18205 no-conversion was found to be safe.
18206
18207 2005-04-24 Richard M. Stallman <rms@gnu.org>
18208
18209 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18210 citation markers at start of each line.
18211
18212 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18213 citation markers at start of each line.
18214
18215 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18216
18217 * files.el (mode-require-final-newline): Fix previous change.
18218 (require-final-newline): Fix type label.
18219
18220 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18221
18222 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18223 statement in buffer (broken by 2004-11-24 change).
18224
18225 2005-04-24 Kim F. Storm <storm@cua.dk>
18226
18227 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18228 and read-file-name-function values. Don't overwrite existing
18229 non-nil values if ido-mode is enabled without ido-everywhere.
18230
18231 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18232
18233 * files.el (mode-require-final-newline): Minor doc fix.
18234
18235 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18236
18237 * subr.el (syntax-after): Doc fix.
18238 (syntax-class): If argument is nil, return nil. Mask off upper 16
18239 bits, not 8 bits.
18240
18241 * files.el (mode-require-final-newline): Doc fix.
18242 (backup-buffer-copy): Fix last change.
18243
18244 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18245
18246 * term/mac-win.el: Require select. Set selection-coding-system to
18247 mac-system-coding-system. Call menu-bar-enable-clipboard.
18248 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18249 (x-select-enable-clipboard): New variables.
18250 (x-select-text, x-get-selection, x-selection-value)
18251 (x-get-selection-value, mac-select-convert-to-string)
18252 (mac-services-open-file, mac-services-open-selection)
18253 (mac-services-insert-text): New functions.
18254 (CLIPBOARD, FIND): Put mac-scrap-name property.
18255 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18256 (public.tiff): Put mac-ostype property.
18257 (selection-converter-alist): Add entries for them.
18258 (mac-application-menu-map): New keymap.
18259 (interprogram-cut-function, interprogram-paste-function): Set to
18260 x-select-text and x-get-selection-value, respectively.
18261 (split-window-keep-point): Set to t.
18262
18263 2005-04-23 Richard M. Stallman <rms@gnu.org>
18264
18265 * files.el (read-directory-name): Always pass non-nil
18266 DEFAULT-FILENAME arg to read-file-name.
18267 (backup-buffer-copy, basic-save-buffer-2): Take care against
18268 writing thru an unexpected existing symlink.
18269 (revert-buffer): In indirect buffer, revert the base buffer.
18270 (magic-mode-alist): Doc fix.
18271 (buffer-stale-function): Doc fix.
18272 (minibuffer-with-setup-hook): Avoid warning.
18273 (mode-require-final-newline): Doc and custom fix.
18274
18275 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18276
18277 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18278 use the default appearance.
18279 (font-lock-comment-delimiter-face): New face, new variable.
18280
18281 * imenu.el (imenu--generic-function): The official position of a
18282 definition is the start of the line that BEG is in.
18283
18284 * midnight.el (midnight-timer): Move defvar up.
18285
18286 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18287
18288 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18289
18290 * startup.el (command-line): Use with-no-warnings.
18291
18292 * window.el (window-size-fixed): New defvar.
18293
18294 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18295
18296 * mail/rmail.el (rmail-font-lock-keywords):
18297 Use font-lock-comment-delimiter-face.
18298
18299 * mail/sendmail.el (mail-font-lock-keywords):
18300 Use font-lock-comment-delimiter-face.
18301
18302 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18303
18304 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18305
18306 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18307 Specify t for LAXMATCH when matching directories.
18308 Save match data around compilation-compat-error-properties form.
18309
18310 2005-04-23 David Kastrup <dak@gnu.org>
18311
18312 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18313 Mention that the autoloaded aliases should be kept for AUCTeX.
18314
18315 2005-04-23 Andreas Schwab <schwab@suse.de>
18316
18317 * isearch.el (isearch-forward): Doc fix.
18318
18319 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18320
18321 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18322 (jit-lock-stealth-nice): Change default value to 0.5.
18323
18324 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18325
18326 * abbrev.el (write-abbrev-file): Write table entries in
18327 alphabetical order by table name.
18328
18329 2005-04-22 Kim F. Storm <storm@cua.dk>
18330
18331 * ido.el (ido-read-internal): Fix `list' completion.
18332
18333 2005-04-22 Kenichi Handa <handa@m17n.org>
18334
18335 * recentf.el (recentf-save-file-coding-system): New variable.
18336 (recentf-save-list): Encode the file by
18337 recentf-save-file-coding-system and add coding: tag.
18338
18339 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18340
18341 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18342
18343 2005-04-21 Lute Kamstra <lute@gnu.org>
18344
18345 * loadhist.el (unload-feature): Don't remove a function from hooks
18346 if it is about to be restored to an autoload . Remove functions
18347 that will become unbound from auto-mode-alist. Simplify the code.
18348
18349 * subr.el (assq-delete-all): New implementation that is linear,
18350 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18351 (rassq-delete-all): New function.
18352
18353 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18354 Add size-indication-mode.
18355
18356 2005-04-21 Kenichi Handa <handa@m17n.org>
18357
18358 * international/mule-cmds.el: Add autoload for widget-value in
18359 eval-when-compile.
18360
18361 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18362
18363 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18364 Add tooltip-mode.
18365
18366 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18367
18368 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18369
18370 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18371 (inferior-lisp-filter-regexp, inferior-lisp-program)
18372 (inferior-lisp-load-command, inferior-lisp-prompt)
18373 (inferior-lisp-mode-hook, lisp-source-modes)
18374 (inferior-lisp-load-hook): defvar->defcustom.
18375 (inferior-lisp-program, inferior-lisp-prompt)
18376 (inferior-lisp-load-hook): Doc fixes.
18377 (inferior-lisp-install-letter-bindings): Small change in
18378 introductory comment.
18379
18380 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18381
18382 * vc.el (vc-annotate-color-map): Change some colors so that text
18383 using them as foreground is readable on both white and black
18384 backgrounds.
18385
18386 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18387
18388 * international/mule-conf.el (translation-table-for-input):
18389 Remove redundant declaration.
18390
18391 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18392
18393 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18394
18395 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18396 (tooltip-toggle-gud-tips): New function.
18397
18398 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18399
18400 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18401 right angle brackets.
18402
18403 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18404
18405 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18406
18407 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18408
18409 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18410 Remove. Update callers to use expand-file-name instead.
18411
18412 * subr.el (syntax-class): New function.
18413
18414 * simple.el (blink-matching-open): Use it.
18415
18416 * paren.el (show-paren-function): Use it to recognize parens that are
18417 also used in 2-char comment markers.
18418
18419 2005-04-19 Lute Kamstra <lute@gnu.org>
18420
18421 * loadhist.el (unload-feature): Update for new format of
18422 load-history. Simplify the code.
18423
18424 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18425
18426 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18427 (mac-add-charset-info): New function. Initialize variable
18428 mac-charset-info-alist using it.
18429 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18430 for translation.
18431 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18432 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18433 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18434 New CCL programs.
18435
18436 2005-04-19 Kim F. Storm <storm@cua.dk>
18437
18438 * simple.el (next-buffer, prev-buffer, next-error)
18439 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18440 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18441
18442 * bindings.el (next-buffer, prev-buffer, next-error)
18443 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18444 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18445 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18446 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18447
18448 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18449
18450 * isearch.el (isearch-edit-string): Make the search-ring available for
18451 minibuffer history commands.
18452 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18453 the default history commands now work just as well.
18454 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18455
18456 2005-04-18 Kim F. Storm <storm@cua.dk>
18457
18458 * emulation/cua-base.el (cua--pre-command-handler): Add more
18459 elaborate check for shift modifier on non-window systems.
18460
18461 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18462
18463 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18464
18465 2005-04-18 Kim F. Storm <storm@cua.dk>
18466
18467 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18468 and make it optional. Don't test tooltip-gud-echo-area here.
18469 (tooltip-gud-process-output, gdb-tooltip-print):
18470 Pass tooltip-gud-echo-area to tooltip-show.
18471 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18472
18473 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18474
18475 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18476 `display-graphic-p' may not be bound yet.
18477
18478 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18479
18480 * startup.el (command-line): No longer enable Xterm Mouse mode by
18481 default in terminals compatible with xterm.
18482
18483 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18484
18485 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18486
18487 * tooltip.el (tooltip-gud-echo-area): Rename from
18488 tooltip-use-echo-area.
18489 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18490 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18491 area independently of where help tooltips are displayed.
18492
18493 2005-04-17 David Kastrup <dak@gnu.org>
18494
18495 * cus-theme.el (custom-theme-write-variables): Quote variables
18496 where necessary.
18497
18498 2005-04-17 Richard M. Stallman <rms@gnu.org>
18499
18500 * simple.el (yank-excluded-properties): Add follow-link to value.
18501
18502 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18503
18504 * startup.el (fancy-splash-max-time): Just 30 seconds.
18505 (fancy-splash-delay): Just 7.
18506 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18507
18508 * loadhist.el (unload-feature): Update for new format of load-history.
18509 Simplify the code.
18510
18511 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18512 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18513
18514 * mail/sendmail.el (mail-font-lock-keywords):
18515 Don't fontify subject text.
18516 Don't fontify the text of a citation.
18517
18518 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18519
18520 * comint.el (comint-output-filter): Run comint-output-filter-functions
18521 with point where the user had it.
18522
18523 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18524
18525 * international/ucs-tables.el (ucs-set-table-for-input):
18526 Disable when using unify-on-decoding.
18527
18528 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18529
18530 * emulation/cua-base.el (cua-global-mark-face): Add special case
18531 for displays supporting a high number of colors.
18532
18533 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18534
18535 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18536
18537 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18538
18539 * filesets.el (filesets-add-buffer): If user supplies a name of a
18540 non-existing fileset, create a new fileset.
18541
18542 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18543
18544 * textmodes/org.el (org-up-heading-all): Fix bug with
18545 `outline-up-heading-all'.
18546
18547 2005-04-16 Andreas Schwab <schwab@suse.de>
18548
18549 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18550 /etc/permissions.d/* and /etc/aliases.d/*.
18551
18552 2005-04-16 Kenichi Handa <handa@m17n.org>
18553
18554 * international/code-pages.el (cp-make-coding-system):
18555 Set `translation-table-for-input' property value to the symbol
18556 ucs-mule-to-mule-unicode, not to that value.
18557 (pt154): Escape guillemet by `\'.
18558
18559 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18560
18561 * loadup.el: Load tooltip if x-show-tip is fboundp.
18562
18563 * startup.el (command-line): Add comment.
18564
18565 * tooltip.el (tooltip-mode): Specify correct standard value for
18566 Custom in init-value.
18567
18568 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18569
18570 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18571 possible.
18572
18573 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18574
18575 * textmodes/org.el (org-agenda-date-prompt): Rename from
18576 `org-agenda-date-today'.
18577 (org-evaluate-time-range): Insert at point instead of directly
18578 after time range.
18579 (org-first-headline-recenter, org-subtree-end-visible-p)
18580 (org-optimize-window-after-visibility-change): New functions
18581 (org-agenda-post-command-hook): Don't allow point at end of line,
18582 to make sure it always hits the text properties.
18583 (org-agenda-next-date-line, org-agenda-previous-date-line):
18584 New commands.
18585 (org-set-regexps-and-options): Category may contain white space.
18586 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18587 Improve marker positions.
18588 (org-agenda-new-marker): Argument POS made optional.
18589 (org-agenda-get-timestamps): Deadlines which are done are listed
18590 in org-done-face now.
18591 (org-agenda-get-todos, org-agenda-get-timestamps)
18592 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18593 Set `undone-face' and `done-face' properties.
18594 (org-last-todo-state-is-todo): New variable.
18595 (org-todo): Set `org-last-todo-state-is-todo'.
18596 (org-agenda-todo): Change face according to
18597 `org-last-todo-state-is-todo'. And change other lines referring to
18598 the same entry.
18599 (org-calendar-goto-agenda): New command.
18600 (org-calendar-to-agenda-key): New option.
18601 (org-startup-folded): New allowed value `content'.
18602 (org-set-regexps-and-options): Accept new value `content' for
18603 `org-startup-folded'.
18604 (org-get-current-options): Handle new value `content' for
18605 `org-startup-folded'.
18606 (org-insert-todo-heading): New command.
18607 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18608 interactively in empty file and option
18609 `org-insert-mode-line-in-empty-file' has been set.
18610 (org-agenda-todo, org-agenda-priority): Modify to use
18611 `org-agenda-change-all-lines'.
18612 (org-warning-face): Change color on dark background
18613
18614 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18615
18616 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18617 use preferences AppleLocale and AppleLanguages, and variable
18618 mac-system-locale for default locale. On Mac OS Classic, use
18619 mac-system-coding-system for default coding systems.
18620
18621 * term/mac-win.el: Don't set file-name-coding-system.
18622 Decode variables system-name, emacs-build-system, user-login-name, and
18623 user-full-name by mac-system-coding-system on Mac OS Classic.
18624 (mac-system-coding-system): New variable.
18625
18626 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18627
18628 * startup.el (command-line): Handle `xterm-mouse-mode' before
18629 reading init file.
18630
18631 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18632
18633 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18634
18635 * progmodes/sh-script.el (sh-here-document-word): Make it a
18636 defcustom. Doc fix.
18637 (sh-add): Bash uses $(( )) for arithmetic.
18638 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18639 (sh-maybe-here-document): Remove quotes and leading whitespace
18640 from heredoc word when closing. Indent heredoc with tabs if word
18641 starts with "-".
18642
18643 2005-04-13 Richard M. Stallman <rms@gnu.org>
18644
18645 * simple.el (undo): Fix previous change.
18646
18647 * custom.el (defface): Doc fix.
18648
18649 2005-04-13 Lute Kamstra <lute@gnu.org>
18650
18651 * Makefile.in (DONTCOMPILE): Remove list.
18652 (compile, compile-always): Don't use DONTCOMPILE.
18653 (update-authors): Load the library in which batch-update-authors
18654 is defined.
18655 * makefile.w32-in (DONTCOMPILE): Remove list.
18656 (compile, compile-always): Fix comments.
18657 (update-authors): Load the library in which batch-update-authors
18658 is defined.
18659
18660 * generic-x.el (generic-mode-ini-file-find-file-hook):
18661 Rename to ini-generic-mode-find-file-hook.
18662 Keep generic-mode-ini-file-find-file-hook as an alias.
18663 (ini-generic-mode-find-file-hook): Rename from
18664 generic-mode-ini-file-find-file-hook. Fix docstring.
18665 (ini-generic-mode): Docstring change.
18666 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18667
18668 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18669 called from lisp.
18670
18671 * generic.el: Move to the emacs-lisp subdir.
18672
18673 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18674
18675 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18676 and C-S- function and cursor motion keys.
18677
18678 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18679
18680 * startup.el (command-line): Enable Xterm Mouse mode by default.
18681 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18682 for Custom. No longer show "Mouse" in mode line when enabled.
18683 Doc fix.
18684
18685 2005-04-12 Kim F. Storm <storm@cua.dk>
18686
18687 * emulation/cua-base.el (cua-rectangle-face)
18688 (cua-rectangle-noselect-face): Define face attributes here.
18689
18690 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18691
18692 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18693
18694 * startup.el (command-line): Turn off blinking cursor if
18695 cursorBlink in resources is off or false.
18696
18697 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18698
18699 * term/mac-win.el (dnd): Require dnd.
18700 (mac-drag-n-drop): Call dnd-handle-one-url.
18701 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18702 (kTextEncodingISOLatin2): Remove constants.
18703 (mac-script-code-coding-systems): New constant.
18704 (mac-handle-language-change): New function.
18705 (special-event-map): Bind it to `language-change' event.
18706 (mac-centraleurroman, mac-cyrillic): New coding systems.
18707 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18708 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18709 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18710 encode-mac-cyrillic, respectively.
18711
18712 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18713
18714 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18715 Don't set overlay-arrow-string to "=>" as this is done
18716 globally in C now.
18717
18718 2005-04-12 Lute Kamstra <lute@gnu.org>
18719
18720 * generic-x.el (rc-generic-mode, rul-generic-mode):
18721 Fix auto-mode-alist entries.
18722 (etc-fstab-generic-mode): Tweak fontification.
18723
18724 * generic.el (generic-make-keywords-list): Fix docstring.
18725 (generic-mode-internal): Simplify generic-font-lock-keywords.
18726
18727 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18728
18729 * whitespace.el (whitespace-buffer-leading)
18730 (whitespace-buffer-trailing): Revert the incorrect test inversion.
18731 However, fix the highlight area for the leading and
18732 trailing whitespaces to show space.
18733
18734 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18735
18736 * whitespace.el (whitespace-version): Bump to 3.5
18737
18738 (whitespace-buffer-leading, whitespace-buffer-trailing):
18739 Invert sense of the test to highlight the whitespace.
18740
18741 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18742
18743 * progmodes/gud.el (gud-display-line): GUD uses its own
18744 overlay arrow now so don't set overlay-arrow-string.
18745 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18746
18747 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
18748
18749 * term.el (term-ansi-current-bold, term-ansi-current-underline)
18750 (term-ansi-current-reverse, term-ansi-current-invisible)
18751 (term-ansi-face-already-done): Change to boolean.
18752 (term-reset-terminal, term-handle-colors-array): Handle the above
18753 vars accordingly.
18754 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18755 (term-emulate-terminal): Use the new name.
18756
18757 * faces.el (secondary-selection): Use yellow1, not yellow.
18758 (trailing-whitespace): Use red1, not red.
18759
18760 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18761
18762 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18763 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18764 (dired-dnd-handle-file): Call dnd-get-local-file-uri
18765
18766 * cus-edit.el (dnd): New group.
18767
18768 * term/w32-win.el (dnd): Require dnd
18769 (w32-drag-n-drop): Call dnd-handle-one-url.
18770
18771 * x-dnd.el: Require dnd.
18772 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18773 Call dnd-handle-one-url.
18774 (x-dnd-types-alist, x-dnd-insert-utf8-text)
18775 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18776 to dnd-insert-text.
18777 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18778 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18779 (x-dnd-get-local-file-name, x-dnd-open-local-file)
18780 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18781
18782 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18783
18784 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18785
18786 * wdired.el: Doc fixes.
18787 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18788 (wdired-use-dired-vertical-movement): Rename from
18789 wdired-always-move-to-filename-beginning.
18790 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18791 (wdired-change-to-wdired-mode): Change mode name.
18792 (wdired-newline): Delete.
18793
18794 2005-04-11 Richard M. Stallman <rms@gnu.org>
18795
18796 * whitespace.el (whitespace-highlight-the-space):
18797 Don't call whitespace-unhighlight-the-space here.
18798
18799 * simple.el (undo): Record t in undo-equiv-table
18800 for the redo record made by an undo-in-region.
18801
18802 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18803
18804 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18805 (gdb-frame-inferior-io-buffer): New Functions to control
18806 display of separate IO buffer.
18807 (menu): Add them to menu-bar.
18808 (gdb-display-buffer): Check for buffer another frame.
18809 Protect GUD buffer.
18810 (gdb-setup-windows): Create IO buffer if not already there.
18811 (gdb-memory-mode): Remove purecopy noops.
18812
18813 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18814
18815 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18816 and pass to self-insert-command.
18817
18818 2005-04-11 Lute Kamstra <lute@gnu.org>
18819
18820 * generic.el: Commentary section cleanup.
18821 (generic): Delete.
18822 (generic-use-find-file-hook, generic-lines-to-scan)
18823 (generic-find-file-regexp, generic-ignore-files-regexp)
18824 (default-generic-mode, generic-mode-find-file-hook)
18825 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18826 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
18827 (generic-use-find-file-hook, generic-lines-to-scan)
18828 (generic-find-file-regexp, generic-ignore-files-regexp)
18829 (default-generic-mode, generic-mode-find-file-hook)
18830 (generic-mode-ini-file-find-file-hook): Move from generic.el.
18831
18832 2005-04-10 Karl Fogel <kfogel@red-bean.com>
18833
18834 * bookmark.el (bookmark-write-file): Catch errors writing file.
18835 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18836
18837 2005-04-10 Richard M. Stallman <rms@gnu.org>
18838
18839 * startup.el (fancy-splash-tail): Update copyright year.
18840 (command-line): Split part of -Q into -D.
18841 (emacs-basic-display): New defvar.
18842 (fancy-splash-text): Correct name of menu item.
18843
18844 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18845
18846 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18847 lines in one node.
18848
18849 * comint.el (comint-send-input): New arg ARTIFICIAL.
18850 Callers in this file changed.
18851
18852 * abbrev.el (define-abbrevs): Read system abbrevs properly.
18853
18854 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18855
18856 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
18857
18858 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
18859 `ldap-search-internal'.
18860
18861 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18862
18863 * files.el (set-auto-mode-1): Use line-end-position.
18864
18865 * international/latin-1.el:
18866 * international/latin-2.el:
18867 * international/latin-3.el:
18868 * international/latin-4.el:
18869 * international/latin-5.el:
18870 * international/latin-8.el:
18871 * international/latin-9.el: Give punctuation syntax to NBSP.
18872
18873 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18874 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18875 Use char-classes to accept non-ascii letters, accepted in some recent
18876 bibtex implementations.
18877
18878 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
18879
18880 * custom.el (custom-set-minor-mode): Any non-nil value for the
18881 variable should enable the mode when set through Custom.
18882
18883 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18884
18885 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18886 TAB binding so tab-always-indent is obeyed.
18887 (vhdl-minibuffer-local-map): Move initialization into declaration.
18888 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18889 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18890 (vhdl-hooked-abbrev): Avoid test for XEmacs.
18891 (vhdl-current-line): Use line-beginning-position.
18892 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18893 with-output-to-temp-buffer, so the current position can be recorded.
18894
18895 2005-04-10 Masatake YAMATO <jet@gyve.org>
18896
18897 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18898 Add regexp for gcov.
18899
18900 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18901
18902 * calendar/time-date.el (time-to-seconds, seconds-to-time)
18903 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
18904 syntax which Emacs 20 doesn't support.
18905
18906 2005-04-09 Richard M. Stallman <rms@gnu.org>
18907
18908 * help.el (describe-key-briefly, describe-key):
18909 Replace strings as event types with "(any string)".
18910
18911 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18912
18913 * arc-mode.el (archive-mode-map): Move initialization into
18914 the declaration. Override *all* bindings of `undo'.
18915 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
18916
18917 2005-04-09 Jay Belanger <belanger@truman.edu>
18918
18919 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
18920
18921 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
18922
18923 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
18924 (xterm-register-default-colors): Update color values computation
18925 to match xterm-200.
18926
18927 2005-04-09 Kenichi Handa <handa@m17n.org>
18928
18929 * international/code-pages.el (iso-latin-7): Fix the map.
18930
18931 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
18932
18933 * emacs-lisp/lisp.el (defun-prompt-regexp)
18934 (parens-require-spaces, buffer-end, end-of-defun)
18935 (insert-parentheses): Doc fixes.
18936
18937 2005-04-08 Kim F. Storm <storm@cua.dk>
18938
18939 * comint.el (comint-highlight-prompt): Fix face spec.
18940 * hi-lock.el (hi-green): Likewise.
18941
18942 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18943
18944 * cus-edit.el (custom-modified-face):
18945 * comint.el (comint-highlight-input): Fix previous changes.
18946 * term.el (term-handle-ansi-escape): Add a comment.
18947
18948 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18949
18950 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18951 in the buffer and in whitespace-highlighted-space.
18952 (whitespace-unhighlight-the-space): Simplify.
18953 (whitespace-buffer): Simplify.
18954
18955 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18956
18957 * textmodes/table.el (table-cell-face): Add special case for
18958 displays supporting a high number of colors.
18959 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18960 (vhdl-font-lock-reserved-words-face)
18961 (vhdl-speedbar-architecture-face)
18962 (vhdl-speedbar-instantiation-face)
18963 (vhdl-speedbar-architecture-selected-face)
18964 (vhdl-speedbar-instantiation-selected-face): Likewise.
18965 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18966 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
18967 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18968 (ebrowse-root-class-face, ebrowse-member-attribute-face)
18969 (ebrowse-progress-face): Likewise.
18970 * progmodes/compile.el (compilation-info-face): Likewise.
18971 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18972 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18973 * calendar/calendar.el (diary-face): Likewise.
18974 * woman.el (woman-italic-face, woman-bold-face)
18975 (woman-unknown-face): Likewise.
18976 * wid-edit.el (widget-button-pressed-face): Likewise.
18977 * whitespace.el (whitespace-highlight-face): Likewise.
18978 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18979 * pcvs-info.el (cvs-marked-face): Likewise.
18980 * info.el (info-xref): Likewise.
18981 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18982 * hilit-chg.el (highlight-changes-face)
18983 (highlight-changes-delete-face): Likewise.
18984 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18985 (hi-red-b): Likewise.
18986 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18987 * font-lock.el (font-lock-keyword-face)
18988 (font-lock-function-name-face, font-lock-warning-face): Likewise.
18989 * cus-edit.el (custom-invalid-face, custom-modified-face)
18990 (custom-set-face, custom-changed-face, custom-variable-tag-face)
18991 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18992 * comint.el (comint-highlight-prompt): Likewise.
18993
18994 2005-04-08 Lute Kamstra <lute@gnu.org>
18995
18996 * font-lock.el (font-lock-keywords): Docstring fixes.
18997
18998 2005-04-08 Kenichi Handa <handa@m17n.org>
18999
19000 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19001 chars are more than a limit, print " and more..." at the tail.
19002
19003 2005-04-08 Kim F. Storm <storm@cua.dk>
19004
19005 * emacs-lisp/authors.el (authors-aliases): Update list.
19006 (authors-ignored-files): New list.
19007 (authors-fixed-entries): Fix typo.
19008 (authors-renamed-files-alist): Update list.
19009 (authors-add): Check authors-ignored-files.
19010
19011 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19012
19013 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19014 optional, to ensure backward compatibility.
19015
19016 2005-04-08 Stephen Eglen <stephen@gnu.org>
19017
19018 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19019
19020 2005-04-08 Kim F. Storm <storm@cua.dk>
19021
19022 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19023
19024 * mouse.el (mouse-on-link-p): Doc fix.
19025
19026 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19027
19028 * ielm.el (ielm-prompt-read-only): Doc fix.
19029
19030 * comint.el (comint-prompt-read-only): Doc fix.
19031
19032 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19033
19034 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19035 ensure dired always handles wildcards passed to ffap.
19036 (find-file-at-point): Use it.
19037 (ffap-dired-wildcards): Doc fix.
19038
19039 2005-04-07 Juri Linkov <juri@jurta.org>
19040
19041 * simple.el (next-error-overlay-arrow-position): New defvar.
19042 Put "=>" on its property `overlay-arrow-string'. Add it to
19043 `overlay-arrow-variable-list'.
19044
19045 * progmodes/compile.el (compilation-setup):
19046 Set `next-error-overlay-arrow-position' to nil. Also set it to
19047 nil in the local hook `kill-buffer-hook'. Make local variable
19048 `overlay-arrow-string' and set it to "=>".
19049 (compilation-goto-locus): Set BOL position to
19050 `next-error-overlay-arrow-position' instead of
19051 `overlay-arrow-position'.
19052
19053 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19054 locally instead of adding it to the global hook.
19055 (Info-kill-buffer): Move up.
19056
19057 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19058
19059 * term/xterm.el (xterm-standard-colors): Update color values from
19060 xterm-200.
19061
19062 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19063
19064 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19065
19066 * fast-lock.el:
19067 * lazy-lock.el: Move them to the obsolete subdir.
19068
19069 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19070
19071 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19072 (wdired-add-replace-advice): Remove.
19073 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19074
19075 2005-04-06 Kim F. Storm <storm@cua.dk>
19076
19077 * startup.el (command-line): Add --bare-bones alias for -Q.
19078
19079 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19080
19081 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19082 create the startup fontset if a font specification ends with
19083 `mac-roman'.
19084
19085 2005-04-06 Lute Kamstra <lute@gnu.org>
19086
19087 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19088 change.
19089
19090 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19091 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19092
19093 2005-04-05 Lute Kamstra <lute@gnu.org>
19094
19095 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19096 (define-generic-mode): Ditto. Fix debug declaration.
19097
19098 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19099 Put them in the generic-x group.
19100
19101 * calendar/timeclock.el (timeclock): Doc fix.
19102
19103 * generic.el (define-generic-mode): Don't use custom-current-group.
19104 Document default :group value.
19105 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19106 (define-global-minor-mode): Don't use custom-current-group.
19107
19108 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19109
19110 * startup.el (command-line-1): Display startup-echo-area-message
19111 when fancy splash screen is in use.
19112
19113 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19114 (sh-escaped-newline): New face.
19115 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19116 newline, and use sh-escaped-newline face.
19117
19118 * progmodes/tcl.el (tcl-escaped-newline): New face.
19119 (tcl-builtin-list): New variable.
19120 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19121 newlines. Fix keywords subexpression number.
19122
19123 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19124
19125 * textmodes/org.el (org-diary-default-entry): Fix call to
19126 `add-to-diary-entry'.
19127
19128 2005-04-05 Kim F. Storm <storm@cua.dk>
19129
19130 * ediff-init.el: Use (featurep 'xemacs).
19131
19132 2005-04-05 David Ponce <david@dponce.com>
19133
19134 * cus-edit.el (face): Derive from symbol widget. Display sample
19135 of the current face on the fly.
19136 (widget-face-sample-face-get, widget-face-notify): New functions.
19137 (widget-face-value-create): Remove.
19138
19139 * wid-edit.el (widget-field-end): Temporarily remove field
19140 narrowing before to call `get-char-property'.
19141
19142 2005-04-04 Jay Belanger <belanger@truman.edu>
19143
19144 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19145 (math-read-subscripts): New variable.
19146 (math-read-preprocess-string): Process subscripts.
19147
19148 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19149
19150 * comint.el (comint-prompt-read-only): Doc fix.
19151
19152 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19153 `-1'. Doc fix.
19154
19155 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19156
19157 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19158 Change default value to nil.
19159
19160 2005-04-04 Lute Kamstra <lute@gnu.org>
19161
19162 * autorevert.el (auto-revert-mode): Specify :group.
19163 * battery.el (display-battery-mode): Specify :group.
19164 * diff-mode.el (diff-minor-mode): Specify :group.
19165 * font-core.el (font-lock-mode): Specify :group.
19166 * hl-line.el (hl-line-mode): Specify :group.
19167 * iimage.el (iimage): New customization group.
19168 (iimage-mode): Specify :group.
19169 * longlines.el (longlines-mode): Specify :group.
19170 * master.el: Don't require easy-mmode.
19171 (master): New customization group.
19172 (master-mode): Specify :group.
19173 * msb.el (msb-mode): Specify :group.
19174 * reveal.el (reveal-mode): Specify :group.
19175 * simple.el (next-error-follow-minor-mode): Specify :group.
19176 * smerge-mode.el (smerge-mode): Specify :group.
19177 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19178 * emulation/cua-base.el (cua-mode): Specify :group.
19179 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19180 * language/thai-util.el (thai-auto-composition-mode)
19181 (thai-word-mode): Specify :group.
19182 * mail/supercite.el (sc-minor-mode): Specify :group.
19183 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19184 * progmodes/flymake.el (flymake-mode): Specify :group.
19185 * progmodes/glasses.el (glasses-mode): Specify :group.
19186 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19187 * textmodes/enriched.el (enriched-mode): Specify :group.
19188 * textmodes/refill.el (refill-mode): Specify :group.
19189
19190 * add-log.el (change-log-font-lock-keywords): Names in
19191 parenthesized lists can contain spaces.
19192
19193 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19194
19195 * startup.el (fancy-splash-text): Shorten default text of
19196 "Emacs Tutorial" line. Also, if the current language env
19197 indicates an available tutorial file other than TUTORIAL,
19198 extract its title and append it to the line in parentheses.
19199 (fancy-splash-insert): If arg is a thunk, funcall it.
19200
19201 2005-04-04 Jay Belanger <belanger@truman.edu>
19202
19203 * calc.el (calc-language-alist): Add tags to customization type.
19204
19205 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19206
19207 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19208 Doc fix.
19209
19210 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19211
19212 * add-log.el (change-log-font-lock-keywords): The manual
19213 describing a Change Log entry, says: (...) "Aside from these
19214 header lines, every line in the change log starts with a space or
19215 a tab.". The font-lock was not highlighting lines started with
19216 spaces, added support for it.
19217
19218 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19219
19220 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19221 (bibtex-generate-url-list): Update docstring accordingly. Put the
19222 complex example in the docstring.
19223 (bibtex-font-lock-url): Use pop.
19224
19225 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19226
19227 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19228
19229 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19230
19231 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19232
19233 * filesets.el (filesets-set-default): Doc fix.
19234
19235 2005-04-03 Lute Kamstra <lute@gnu.org>
19236
19237 * generic.el (define-generic-mode): Add argument to specify
19238 keywords for defcustom.
19239 (default-generic-mode): Specify :group.
19240
19241 * generic-x.el: Specify :group for all generic modes.
19242
19243 * desktop.el (desktop-no-desktop-file-hook)
19244 (desktop-after-read-hook): Doc fix.
19245
19246 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19247
19248 * simple.el (visible-mode): Use explicit :group keyword.
19249 This changes the group of `visible-mode-hook' from paren-blinking
19250 to editing-basics.
19251
19252 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19253
19254 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19255 mailbox specifications as well as URLs.
19256 (rmail-insert-inbox-text): Remove unused conditional branches.
19257
19258 2005-04-01 Jay Belanger <belanger@truman.edu>
19259
19260 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19261 (calc-gnuplot-print-command): Move definitions to calc.el.
19262
19263 * calc/calc-embed.el (calc-embedded-announce-formula)
19264 (calc-embedded-open-formula, calc-embedded-close-formula)
19265 (calc-embedded-open-word, calc-embedded-close-word)
19266 (calc-embedded-open-plain, calc-embedded-close-plain)
19267 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19268 (calc-embedded-open-mode, calc-embedded-close-mode):
19269 Move definitions to calc.el.
19270
19271 * calc/calc.el (calc-settings-file, calc-language-alist):
19272 Make customizable.
19273 (calc-embedded-announce-formula, calc-embedded-open-formula)
19274 (calc-embedded-close-formula, calc-embedded-open-word)
19275 (calc-embedded-close-word, calc-embedded-open-plain)
19276 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19277 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19278 (calc-embedded-close-mode, calc-gnuplot-name)
19279 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19280 from other files and make customizable.
19281
19282 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19283
19284 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19285 Use buffer-live-p.
19286 (cvs-mode-run): Don't call cvs-update-header here.
19287 (cvs-run-process): Call cvs-update-header.
19288 Use process properties for cvs-postprocess and cvs-buffer so that
19289 the sentinel can behave better if the temp buffer is killed.
19290 Use a pipe rather than a tty, to better handle unexpected prompts.
19291 (cvs-sentinel): Rewrite. Call cvs-update-header.
19292
19293 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19294
19295 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19296 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19297
19298 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19299
19300 * generic.el (define-generic-mode): Add indentation rule.
19301
19302 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19303
19304 * files.el (mode-require-final-newline): Make Custom correctly
19305 report a nil value and allow to set it to nil via Custom.
19306 Doc fix.
19307
19308 2005-04-01 Kenichi Handa <handa@m17n.org>
19309
19310 * international/characters.el: Enable the correct case setting for
19311 dotless-i and dotted-I.
19312
19313 2005-04-01 Kim F. Storm <storm@cua.dk>
19314
19315 * ido.el (ido-file-internal): Fall back to non-ido command if
19316 initial directory is on slow ftp (or tramp) host.
19317
19318 2005-03-31 Richard M. Stallman <rms@gnu.org>
19319
19320 * emacs-lisp/autoload.el (make-autoload):
19321 Handle define-global-minor-mode.
19322
19323 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19324 Rename from easy-mmode-define-global-mode.
19325 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19326
19327 * progmodes/scheme.el (scheme-mode-syntax-table):
19328 Update syntax of | and # for two-character comment syntax.
19329
19330 2005-03-31 Lute Kamstra <lute@gnu.org>
19331
19332 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19333 (define-minor-mode): Call custom-current-group at load-time.
19334
19335 * generic.el (define-generic-mode): Add debug declaration.
19336 Add defcustom for the mode hook.
19337 (generic-mode-internal): Use run-mode-hooks.
19338
19339 2005-03-31 Kim F. Storm <storm@cua.dk>
19340
19341 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19342 (mouse-fixup-help-message): New defun called by show_help_echo
19343 to fixup mouse-2 prefix in help messages when applicable.
19344
19345 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19346
19347 2005-03-31 Kenichi Handa <handa@m17n.org>
19348
19349 * language/thai-word.el (thai-find-word-ends): Pay attention to
19350 the case that we reach the end of buffer.
19351
19352 * textmodes/fill.el (fill-text-properties-at): New function.
19353 (fill-newline): Use fill-text-properties-at instead of
19354 text-properties-at.
19355
19356 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19357
19358 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19359 not comint-quote-filename.
19360
19361 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19362
19363 * help-fns.el (help-with-tutorial): Revert last change.
19364
19365 2005-03-31 Kim F. Storm <storm@cua.dk>
19366
19367 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19368
19369 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19370
19371 * calendar/cal-china.el: Update reference to "Calendrical
19372 Calculations" book; there's a new edition.
19373 * calendar/cal-coptic.el: Likewise.
19374 * calendar/cal-french.el: Likewise.
19375 * calendar/cal-hebrew.el: Likewise.
19376 * calendar/cal-islam.el: Likewise.
19377 * calendar/cal-iso.el: Likewise.
19378 * calendar/cal-julian.el: Likewise.
19379 * calendar/cal-mayan.el: Likewise.
19380 * calendar/cal-persia.el: Likewise.
19381 * calendar/calendar.el: Likewise.
19382 * calendar/holidays.el: Likewise.
19383 * calendar/lunar.el: Likewise.
19384 * calendar/solar.el: Likewise.
19385
19386 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19387 white space from doc string.
19388
19389 2005-03-30 Jay Belanger <belanger@truman.edu>
19390
19391 * calc/calc-help.el (calc-full-help): Remove email address.
19392
19393 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19394
19395 * help-fns.el (help-with-tutorial): Delete title line.
19396
19397 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19398
19399 * calendar/cal-x.el (calendar-one-frame-setup)
19400 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19401 rather than `symbol' for set-window-dedicated-p.
19402
19403 * calendar/appt.el (appt-buffer-name): Make it a constant.
19404 (appt-add): Doc fix.
19405
19406 * filesets.el (filesets-menu-path, filesets-menu-before)
19407 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19408 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19409 (filesets-add-submenu): Delete and use add-submenu instead.
19410
19411 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19412
19413 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19414 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19415 (org-diary-default-entry): New function.
19416 (org-get-entries-from-diary): Better parsing of diary entries.
19417 (org-agenda-check-no-diary): New function.
19418 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19419 linking to diary entries.
19420 (org-agenda-execute-calendar-command): New function.
19421 (org-agenda): Improve visible section in window.
19422 Use `org-fit-agenda-window'.
19423 (org-fit-agenda-window): New option.
19424 (org-move-subtree-down): Better handling of empty lines
19425 at end of subtree.
19426 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19427 levels up.
19428 (org-fontify-done-headline): New option.
19429 (org-headline-done-face): New face.
19430 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19431 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19432 When current field is non-empty, it is copied to next row.
19433 (org-table-copy-from-above): Fix bug which made it
19434 impossible to copy fields containing only a single non-white character.
19435
19436 2005-03-30 Kim F. Storm <storm@cua.dk>
19437
19438 * kmacro.el (kmacro-end-macro): Isearch may store this command
19439 into the macro -- so ignore it when executing keyboard macro.
19440
19441 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19442
19443 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19444
19445 2005-03-29 Kenichi Handa <handa@m17n.org>
19446
19447 * language/thai.el ("Thai"): Set setup-function and exit-function
19448 for Thai language environment.
19449
19450 * language/thai-util.el: Require thai-word.
19451 (thai-word-mode-map): New variable.
19452 (thai-word-mode): New minor mode.
19453 (setup-thai-language-environment-internal): New function.
19454 (exit-thai-language-environment-internal): New function.
19455
19456 * language/thai-word.el (thai-word-table): Declare it by defvar,
19457 use dolist to initialize it.
19458 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19459 (thai-fill-find-break-point): New functions.
19460
19461 2005-03-29 Richard M. Stallman <rms@gnu.org>
19462
19463 * simple.el (idle-update-delay): Move definition up.
19464 (set-mark): Doc fix.
19465
19466 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19467
19468 * longlines.el: New file.
19469
19470 * simple.el (buffer-substring-filters): New variable.
19471 (filter-buffer-substring): New function.
19472 (kill-region, copy-region-as-kill): Use it.
19473
19474 * register.el (copy-to-register, append-to-register)
19475 (prepend-to-register): Use filter-buffer-substring.
19476
19477 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19478
19479 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19480 (gud-filter-pending-text): Move in front of gdb.
19481 (gud-overlay-arrow-position): New variable.
19482 (gud-sentinel, gud-display-line): Use it in place of
19483 overlay-arrow-position.
19484
19485 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19486
19487 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19488 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19489 (fortran-font-lock-keywords-4): New variable.
19490 (fortran-blocks-re, fortran-end-block-re)
19491 (fortran-start-block-re): New constants, for hideshow.
19492 (hs-special-modes-alist): Add a Fortran entry.
19493 (fortran-mode-map): Bind fortran-end-of-block,
19494 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19495 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19496 (fortran-looking-at-if-then, fortran-end-of-block)
19497 (fortran-beginning-of-block): New functions, for hideshow.
19498
19499 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19500 Doc fix. Tweak regexp.
19501 (f90-beginning-of-block): Push mark first.
19502
19503 2005-03-29 Jay Belanger <belanger@truman.edu>
19504
19505 * calc/calc.el: Update copyright date.
19506 (calc-version): Increase to 2.1.
19507 (calc-version-date): Remove.
19508
19509 * calc/calc-help.el: Update copyright date.
19510 (calc-full-help): Remove reference to calc-version-date.
19511 Update copyright date.
19512
19513 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19514
19515 * vc.el (vc-do-command): Use a pipe for async processes, so password
19516 prompts don't show up at places where the user can't reply.
19517
19518 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19519
19520 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19521 on the file name we pass to the inferior shell.
19522
19523 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19524
19525 * progmodes/which-func.el (which-function): Be robust in the face of an
19526 imenu--make-index-alist failure.
19527
19528 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19529
19530 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19531
19532 * progmodes/python.el (python-preoutput-filter): Fix last change.
19533
19534 2005-03-29 Lute Kamstra <lute@gnu.org>
19535
19536 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19537 functions and compiled macros.
19538 (debug-convert-byte-code): Handle macros too.
19539 (debug-on-entry-1): Don't signal an error when trying to clear a
19540 function that is not set to debug on entry.
19541
19542 2005-03-29 Jay Belanger <belanger@truman.edu>
19543
19544 * calc/calc-lang.el: Add functions to math-function-table
19545 properties of tex and math.
19546
19547 2005-03-29 Kenichi Handa <handa@m17n.org>
19548
19549 * ps-mule.el (ps-mule-plot-string): Translate characters by
19550 ps-print-translation-table.
19551 (ps-mule-begin-job): Call find-charset-region/string with
19552 ps-print-translation-table.
19553 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19554
19555 * ps-print.el (ps-print-translation-table): New variable.
19556 (ps-plot-region): Translate characters by ps-print-translation-table.
19557
19558 2005-03-29 Juri Linkov <juri@jurta.org>
19559
19560 * simple.el (next-error-highlight-timer): New variable.
19561
19562 * progmodes/compile.el (compilation-goto-locus):
19563 Use `next-error-highlight-timer' instead of `sit-for'.
19564
19565 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19566
19567 * mail/supercite.el (sc-mail-field): Use assoc-string.
19568 (sc-get-address): Simplify regexps.
19569
19570 * files.el (minibuffer-with-setup-hook): New macro.
19571 (find-file-read-args): Use it to avoid let-binding
19572 minibuffer-with-setup-hook (which breaks turning on/off
19573 file-name-shadow-mode while in the prompt).
19574
19575 * complete.el (PC-read-include-file-name-internal):
19576 Use test-completion.
19577
19578 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19579
19580 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19581
19582 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19583
19584 * window.el (window-buffer-height): Use count-screen-lines.
19585
19586 * progmodes/python.el (python-preoutput-leftover): New var.
19587 (python-preoutput-filter): Use it.
19588 (python-send-receive): Loop until all the result has been received.
19589
19590 2005-03-28 Juri Linkov <juri@jurta.org>
19591
19592 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19593
19594 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19595 "Recover Crashed Session".
19596 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19597 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19598 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19599 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19600 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19601 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19602 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19603 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19604
19605 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19606 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19607 Ediff Sessions", "Toggle use of separate control buffer frame",
19608 "Use separate frame for Ediff control buffer".
19609
19610 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19611 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19612 "Rename Bookmark", "Delete Bookmark".
19613
19614 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19615 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19616 Add `:active Info-index-alternatives' to "Next Matching Item".
19617
19618 * wdired.el (wdired-change-to-wdired-mode):
19619 Mention `wdired-abort-changes' key in the initial message.
19620
19621 * international/mule.el (auto-coding-alist): Associate non-ascii
19622 image filename extensions with `no-conversion'.
19623
19624 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19625
19626 * international/iso-acc.el:
19627 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19628
19629 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19630
19631 * textmodes/sgml-mode.el (html-mode): Doc update.
19632
19633 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19634
19635 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19636
19637 * term.el (term-move-columns): Fix face after extending a line.
19638 (term-insert-spaces): Likewise.
19639 (term-reset-terminal): Fix off by one error.
19640
19641 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19642
19643 * international/mule.el (auto-coding-alist): Add .xpi files.
19644
19645 * files.el (auto-mode-alist): Add .xpi files.
19646
19647 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19648
19649 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19650
19651 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19652
19653 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19654
19655 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19656
19657 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19658 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19659
19660 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19661 cursor to Jan 1 when needed.
19662 (calendar-end-of-year): Fix -/+ typo.
19663 Reported by Chong Yidong <cyd@stupidchicken.com>.
19664
19665 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19666
19667 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19668
19669 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19670 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19671
19672 2005-03-25 Richard M. Stallman <rms@gnu.org>
19673
19674 * filesets.el (filesets-init): Add autoload.
19675
19676 * mail/mailalias.el (mail-directory): Doc fix.
19677
19678 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19679
19680 * mail/mailalias.el (mail-directory-process): Do nothing if
19681 mail-directory-process is an atom.
19682 (mail-get-names): Ignore mail-directory-names if it is an atom.
19683 (mail-directory-process defvar): Doc fix.
19684 (mail-names): Doc fix.
19685
19686 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19687
19688 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19689
19690 2005-03-26 Kenichi Handa <handa@m17n.org>
19691
19692 * international/mule-util.el (detect-coding-with-priority):
19693 Call update-coding-systems-internal before detect-coding-region.
19694
19695 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19696
19697 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19698 (gdb-frames-mode-map): Add follow-link property.
19699
19700 2005-03-25 Jay Belanger <belanger@truman.edu>
19701
19702 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19703 for variables.
19704
19705 2005-03-25 Juri Linkov <juri@jurta.org>
19706
19707 * image-mode.el: Optimize image filename extension regexps in
19708 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19709 in `auto-mode-alist'.
19710 (image-mode): Add `image-toggle-display-text' to local hook
19711 `change-major-mode-hook'. Display the image as an image by
19712 default. Set `cursor-type' and `truncate-lines' if the image
19713 is already displayed. Take into account the current mode (image
19714 or text) in message.
19715 (image-minor-mode): New minor mode.
19716 (image-mode-maybe, image-toggle-display-text): New functions.
19717 (image-toggle-display): Use called-interactively-p.
19718 Let-bind `inhibit-read-only' to t.
19719
19720 * image-mode.el (image-minor-mode): Set `cursor-type' and
19721 `truncate-lines' if the image is already displayed. Add turning
19722 image-minor-mode off to `change-major-mode-hook'. Add message.
19723 Call `image-toggle-display-text' after turning image-minor-mode off.
19724
19725 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19726
19727 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19728 Terminal.app, use utf-8.
19729 (set-display-table-and-terminal-coding-system): Add coding-system arg.
19730 (set-locale-environment): Use it.
19731
19732 * term/xterm.el: Undo last change, better done in mule-cmds.el.
19733
19734 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19735
19736 * progmodes/python.el (python-close-block-statement-p)
19737 (python-outdent-p, python-current-defun): Use symbol-end.
19738
19739 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19740
19741 * files.el (save-some-buffers): Doc fix.
19742
19743 2005-03-25 Werner Lemberg <wl@gnu.org>
19744
19745 * complete.el, thumbs.el: Replace `legal' with `valid'.
19746 * calendar/calendar.el: Replace `legal' with `valid'.
19747 * emacs-lisp/advice.el: Replace `legal' with `valid'.
19748 * mail/supercite.el: Replace `legal' with `valid'.
19749 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19750 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19751 Replace `legal' with `valid'.
19752 * textmodes/reftex-vars.el, textmodes/reftex.el:
19753 Replace `legal' with `valid'.
19754
19755 2005-03-25 Werner Lemberg <wl@gnu.org>
19756
19757 * calc/calc-forms.el, calc/calc-sel.el
19758 * midnight.el, vc-cvs.el
19759 * emacs-lisp/cl-macs.el
19760 * emulation/vip.el
19761 * eshell/esh-io.el, eshell/esh-var.el
19762 * mail/supercite.el
19763 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19764 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19765 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19766 * progmodes/sh-script.el, progmodes/xscheme.el
19767 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19768 * textmodes/reftex-index.el, textmodes/reftex-parse.el
19769 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19770 * textmodes/reftex.el, textmodes/org.el:
19771 Replace `illegal' with `invalid'.
19772
19773 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19774
19775 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19776 (flymake-find-buildfile, flymake-find-possible-master-files)
19777 (flymake-check-include, flymake-parse-line): Replace loops over the
19778 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19779
19780 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19781 Substitute file-name-as-directory in the rest of the file.
19782 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19783 (flymake-replace-region): Remove unused arg `buffer'.
19784 (flymake-check-patch-master-file-buffer): Update calls to it.
19785 (flymake-add-err-info): Remove unused var `count'.
19786 (flymake-mode): Use define-minor-mode.
19787
19788 * progmodes/flymake.el: Use with-current-buffer.
19789 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19790 flymake-replace-regexp-in-string, flymake-line-beginning-position)
19791 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19792 Avoid testing for `xemacs'.
19793 (flymake-nop): Move.
19794 (flymake-region-has-flymake-overlays): Return the computed value.
19795 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19796 Remove unused var `endline'.
19797 (flymake-get-line-count): Remove unused function.
19798 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19799
19800 * emulation/vi.el:
19801 * generic.el:
19802 * hilit-chg.el (global-highlight-changes):
19803 * hi-lock.el (hi-lock-mode):
19804 * follow.el: find-file-hooks -> find-file-hook.
19805
19806 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19807
19808 2005-03-24 Juri Linkov <juri@jurta.org>
19809
19810 * dired.el (dired-mode-map): Add menu item "Compare directories"
19811 for dired-compare-directories.
19812
19813 * dired-aux.el (dired-compare-directories): Add autoload cookie.
19814 Doc fix. Replace `read-file-name' with `read-directory-name'.
19815
19816 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19817
19818 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19819
19820 2005-03-24 Jay Belanger <belanger@truman.edu>
19821
19822 * calc/calc-embed.el (calc-embedded-mode-change): Save all
19823 relevant mode settings in calc-embedded-original-modes when modes
19824 are permanently changed.
19825
19826 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19827
19828 * autoinsert.el: find-file-hooks -> find-file-hook.
19829
19830 2005-03-24 Lute Kamstra <lute@gnu.org>
19831
19832 * generic.el (generic-font-lock-defaults): Make it obsolete.
19833 (generic-font-lock-keywords): New variable to replace
19834 generic-font-lock-defaults.
19835 (generic-mode-set-font-lock): Delete it.
19836 (generic-mode-internal): Don't call generic-mode-set-font-lock.
19837 (generic-bracket-support): Add docstring.
19838
19839 * generic-x.el: Rename generic-font-lock-defaults to
19840 generic-font-lock-keywords throughout.
19841 (mailagent-rules-setup-function): Delete it.
19842 (mailagent-rules-generic-mode): Use anonymous function instead.
19843 (show-tabs-generic-mode-font-lock-defaults-1)
19844 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19845 Quote faces.
19846 (show-tabs-tab-face, show-tabs-space-face): Specify background,
19847 not foreground.
19848
19849 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19850 Recognize define-generic-mode.
19851
19852 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19853
19854 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19855 if there's no completion table.
19856
19857 2005-03-23 Miles Bader <miles@gnu.org>
19858
19859 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19860 Remove tty-specific variants, as they're no longer needed.
19861
19862 2005-03-23 Lute Kamstra <lute@gnu.org>
19863
19864 * generic-x.el: Code cleanup: make args constant whenever possible.
19865 (installshield-statement-keyword-list)
19866 (installshield-system-functions-list)
19867 (installshield-system-variables-list, installshield-types-list)
19868 (installshield-funarg-constants-list): Make them constants.
19869
19870 * generic.el (generic-make-keywords-list): Add autoload cookie.
19871
19872 * calendar/time-date.el: Add comment on time value formats.
19873 Don't require parse-time.
19874 (with-decoded-time-value): New macro.
19875 (encode-time-value): New function.
19876 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19877 (days-to-time): Return a valid time value when arg is huge.
19878 (time-since): Use time-subtract.
19879 (time-to-number-of-days): Use time-to-seconds.
19880
19881 2005-03-23 David Ponce <david@dponce.com>
19882
19883 * recentf.el (recentf-keep): New option.
19884 (recentf-menu-action): Default to `find-file'.
19885 (recentf-keep-non-readable-files-flag)
19886 (recentf-keep-non-readable-files-p)
19887 (recentf-file-readable-p, recentf-find-file)
19888 (recentf-cleanup-remote): Remove.
19889 (recentf-include-p): More robust.
19890 (recentf-keep-p): New function.
19891 (recentf-remove-if-non-kept): Rename from
19892 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
19893 All callers updated.
19894 (recentf-menu-items-for-commands): Fix help string.
19895 (recentf-track-closed-file): Update. Doc fix.
19896 (recentf-cleanup): Update. Count removed files. Doc fix.
19897
19898 2005-03-23 Kim F. Storm <storm@cua.dk>
19899
19900 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19901 Don't inherit from fringe face (now happens automatically).
19902
19903 2005-03-22 Kim F. Storm <storm@cua.dk>
19904
19905 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19906 position values.
19907
19908 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19909
19910 * menu-bar.el (showhide-date-time): Remove.
19911 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
19912 (menu-bar-make-mm-toggle): Simplify.
19913
19914 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19915
19916 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
19917 Accept qualified variable and function names.
19918
19919 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
19920
19921 * bindings.el (completion-ignored-extensions):
19922 Remove ".lis" for `vax-vms'.
19923
19924 2005-03-22 Andreas Schwab <schwab@suse.de>
19925
19926 * generic-x.el: Revert last change.
19927 * ldefs-boot.el: Update.
19928
19929 2005-03-22 Jay Belanger <belanger@truman.edu>
19930
19931 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
19932 (calc-embedded-save-original-modes)
19933 (calc-embedded-restore-original-modes): New functions.
19934 (calc-do-embedded): Save original modes when entering embedded mode
19935 and restore when leaving embedded mode.
19936 (calc-embedded-modes-change): Change the value of
19937 calc-embedded-original-modes to reflect permanent changes.
19938
19939 2005-03-22 Lute Kamstra <lute@gnu.org>
19940
19941 * generic-x.el: Require generic again.
19942
19943 2005-03-22 Miles Bader <miles@gnu.org>
19944
19945 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19946 Tweak details to look good on both ttys and bitmap displays, light
19947 or dark background, etc.
19948
19949 2005-03-21 Kim F. Storm <storm@cua.dk>
19950
19951 * tooltip.el (tooltip-show-help-function): Check car and cdr of
19952 mouse position.
19953
19954 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19955
19956 * icomplete.el: Don't forcibly turn on the mode upon load.
19957 (icomplete-mode): Use define-minor-mode.
19958 (icomplete-eoinput): Default to nil.
19959 (icomplete-minibuffer-setup): Remove autoload.
19960 (icomplete-tidy): Simplify.
19961 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19962 in the initial state or if the user has modified the field.
19963 Fix handling of icomplete-max-delay-chars.
19964 Remove code that handles the oddball case where
19965 minibuffer-completion-table is an integer.
19966 Wrap icomplete-completions in while-no-input in case building
19967 completions takes more time than expected.
19968 (icomplete-completions): Simplify.
19969
19970 2005-03-21 Richard M. Stallman <rms@gnu.org>
19971
19972 * jka-compr.el (jka-compr-really-do-compress):
19973 Make variable buffer-local.
19974
19975 * image-mode.el: Handle .xpm files too.
19976 (image-toggle-display): Preserve modification flag.
19977
19978 * help.el (where-is): Don't mention aliases with no key bindings.
19979
19980 2005-03-21 Lute Kamstra <lute@gnu.org>
19981
19982 * generic.el: Fix commentary section. Don't require cl for
19983 compilation.
19984 (generic-mode-list): Add autoload cookie.
19985 (generic-use-find-file-hook, generic-lines-to-scan)
19986 (generic-find-file-regexp, generic-ignore-files-regexp)
19987 (generic-mode, generic-mode-find-file-hook)
19988 (generic-mode-ini-file-find-file-hook): Fix docstrings.
19989 (define-generic-mode): Make it a defmacro. Fix docstring.
19990 (generic-mode-internal): Code cleanup. Add autoload cookie.
19991 (generic-mode-set-comments): Code cleanup.
19992 * generic-x.el: Don't prevent compilation. Don't require generic.
19993 Follow coding conventions. Minor code cleanup.
19994 (etc-fstab-generic-mode): Add some keywords.
19995 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19996 define-generic-mode like a function declaration.
19997
19998 2005-03-21 Jay Belanger <belanger@truman.edu>
19999
20000 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20001 changing modes.
20002
20003 2005-03-21 Sam Steingold <sds@gnu.org>
20004
20005 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20006
20007 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20008
20009 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20010 Add underscore to "f$ lexicals" regexp.
20011
20012 2005-03-20 Juri Linkov <juri@jurta.org>
20013
20014 * subr.el (progress-reporter-do-update): When `min-value' is equal
20015 to `max-value', set `percentage' to 0 and prevent division by zero.
20016
20017 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20018
20019 Sync with Tramp 2.0.48.
20020
20021 * net/tramp.el (all): Change all addresses to .gnu.org.
20022 (tramp-append-tramp-buffers): New defun.
20023 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20024 Catch `dont-send' signal.
20025 (tramp-set-auto-save-file-modes): Set always permissions, because
20026 there might be an old auto-saved file belonging to another
20027 original file. This could be a security threat. Reported by
20028 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20029 Check for Emacs 21.3.50 removed.
20030
20031 * net/tramp-smb.el (all): Remove debug construct for
20032 `with-parsed-tramp-file-name'.
20033 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20034 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20035 No error message if DIRECTORY or FILENAME doesn't exist.
20036 (tramp-smb-open-connection): Check existence of
20037 `tramp-smb-program'.
20038
20039 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20040
20041 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20042 Properly handle the case where the `m' or `s' command's argument is not
20043 yet terminated.
20044 (perl-indent-new-calculate): New function.
20045 (perl-indent-line): Use it.
20046
20047 2005-03-20 Miles Bader <miles@gnu.org>
20048
20049 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20050 in text-mode too. Change to new face names.
20051 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20052 Add `:weight bold' attribute.
20053 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20054
20055 2005-03-19 Juri Linkov <juri@jurta.org>
20056
20057 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20058
20059 * international/mule.el (auto-coding-alist): Sync with
20060 `auto-mode-alist' by adding upper case archive file extensions
20061 and adding ear/war to jar extension.
20062
20063 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20064
20065 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20066 running, restart it.
20067
20068 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20069
20070 * finder.el (finder-current-item): Throw an error on an empty line.
20071
20072 * man.el (Man-follow-manual-reference): If current-word returns
20073 nil, use "".
20074
20075 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20076
20077 * simple.el (goto-line): Doc fix.
20078
20079 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20080
20081 * files.el (save-buffer): Doc fix.
20082
20083 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20084
20085 * recentf.el (recentf-cleanup-remote): New variable.
20086 (recentf-cleanup): Use it to conditionally check availability of
20087 remote files.
20088
20089 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20090
20091 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20092 function names.
20093
20094 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20095
20096 * language/thai-word.el: New file.
20097
20098 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20099
20100 * files.el (backup-buffer): If the file's directory is not
20101 writable, use copy instead of move to backup the file.
20102
20103 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20104
20105 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20106
20107 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20108
20109 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20110 Use functionp instead of symbolp and fboundp. Reported by Drkm
20111 <darkman_spam@yahoo.fr>.
20112 (ps-print-version): New version 6.6.6.
20113
20114 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20115
20116 * textmodes/table.el (table--line-column-position): New idiom.
20117 (table--row-column-insertion-point-p): New function to test
20118 validity of row and column insertion operation at a location.
20119 (table-global-menu, table-cell-menu): Use above functions for
20120 deterministic test operation.
20121 (table--editable-cell-p): Behave in deterministic fashion.
20122
20123 2005-03-18 Juri Linkov <juri@jurta.org>
20124
20125 * isearch.el (isearch-lazy-highlight-new-loop):
20126 Make arguments beg and end optional.
20127 (isearch-update): Remove optional arguments nil from
20128 isearch-lazy-highlight-new-loop.
20129 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20130 isearch-lazy-highlight-case-fold-search instead of
20131 isearch-case-fold-search, and let-bind isearch-regexp to
20132 isearch-lazy-highlight-regexp.
20133 Use isearch-lazy-highlight-last-string instead of isearch-string.
20134
20135 * replace.el (perform-replace): Remove bindings of global
20136 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20137 Add three new arguments to `replace-highlight'.
20138 (replace-highlight): Add arguments string, regexp, case-fold.
20139 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20140 to allow isearch-lazy-highlight-new-loop to use these values
20141 to set corresponding isearch-lazy-highlight-* internal
20142 variables whose values lazy highlighting will use regardless of
20143 changes to global variables isearch-string, isearch-regexp,
20144 isearch-case-fold-search during lazy highlighting loop.
20145 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20146 to `lazy-highlight-cleanup'.
20147
20148 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20149 (ispell-highlight-face): Set default face to `isearch' when
20150 lazy highlighting is enabled.
20151 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20152 priority to 1. Add lazy highlighting.
20153 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20154 from `isearch-dehighlight'.
20155
20156 2005-03-18 David Ponce <david@dponce.com>
20157
20158 * files.el (hack-local-variables): Do a case-insensitive search
20159 for End.
20160
20161 2005-03-18 Juri Linkov <juri@jurta.org>
20162
20163 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20164 `isearch-lazy-highlight-cleanup', add alias to old name and
20165 declare obsolete. Add release numbers to other obsolete vars.
20166 (isearch-done, isearch-lazy-highlight-new-loop):
20167 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20168 (lazy-highlight-cleanup) <variable>: Doc fix.
20169 (isearch-lazy-highlight-update): Rename obsolete
20170 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20171
20172 2005-03-18 Kenichi Handa <handa@m17n.org>
20173
20174 * language/thai-util.el: Fix categorization of Thai characters in
20175 thai-category-table.
20176 (thai-composition-pattern): Adjust it for the above change.
20177 (thai-self-insert-command, thai-compose-syllable): New functions.
20178 (thai-compose-region): Use thai-compose-syllable.
20179 (thai-compose-string): Likewise.
20180 (thai-composition-function): Likewise.
20181 (thai-auto-composition): New function.
20182 (thai-auto-composition-mode): New minor mode.
20183
20184 * language/thai.el: Fix patterns to be registered in
20185 composition-function-table.
20186
20187 * international/quail.el (quail-input-method): Locally bind
20188 inhibit-modification-hooks to t.
20189
20190 2005-03-17 Richard M. Stallman <rms@gnu.org>
20191
20192 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20193 (perl-mode): Use run-mode-hooks.
20194
20195 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20196 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20197 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20198
20199 * mail/sendmail.el (sendmail-send-it): Reenable the code
20200 to compute resend-to-address and use it.
20201
20202 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20203
20204 * image-mode.el: New file.
20205
20206 * image.el (insert-sliced-image): Add autoload cookie.
20207
20208 * font-lock.el (font-lock-lines-before): New user option.
20209 (font-lock-after-change-function): Obey it.
20210
20211 * bindings.el (esc-map): Make M-g a prefix.
20212 Bind M-g g and M-g M-g to goto-line.
20213
20214 * faces.el (face-id): Doc fix.
20215
20216 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20217
20218 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20219 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20220 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20221
20222 * mail/sendmail.el (mail-yank-ignored-headers)
20223 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20224 Add Mail-Followup-To and Mail-Reply-To headers.
20225 (mail-citation-hook): Add autoload cookie.
20226 (mail-mode): Doc fix.
20227 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20228 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20229 (mail-mode-fill-paragraph): Handle those headers.
20230 (mail-mailing-lists): New variable.
20231 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20232
20233 2005-03-17 Juri Linkov <juri@jurta.org>
20234
20235 * isearch.el (isearch-fallback): Check for `(car previous)'
20236 before calling `isearch-other-end-state'.
20237
20238 2005-03-17 Kim F. Storm <storm@cua.dk>
20239
20240 * simple.el (move-beginning-of-line): Move to beginning of buffer
20241 line, as well as beginning of screen line.
20242
20243 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20244
20245 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20246 argument REDRAW rather than calendar-redrawing variable.
20247 * calendar/calendar.el (calendar-redrawing): Delete.
20248 (redraw-calendar): Do not bind calendar-redrawing.
20249
20250 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20251
20252 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20253 diary-file buffer.
20254
20255 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20256
20257 * help.el (describe-mode): Allow a :minor-mode-function property to
20258 specify a different minor mode toggle function than the variable.
20259 * simple.el (auto-fill-function):
20260 * subr.el (add-minor-mode): Use it.
20261
20262 2005-03-16 Kenichi Handa <handa@m17n.org>
20263
20264 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20265 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20266 (ethio-fidel-to-sera-buffer): Likewise.
20267
20268 2005-03-16 Juri Linkov <juri@jurta.org>
20269
20270 * emacs-lisp/find-func.el (find-function-regexp):
20271 Add defun-emitting macro `menu-bar-make-toggle'.
20272
20273 * isearch.el: Put `isearch-scroll' property to
20274 `split-window-horizontally'.
20275
20276 * info.el: Update error messages for `debug-ignored-errors'.
20277 (Info-isearch-search): Doc fix.
20278 (Info-find-node): Move up code to go into info buffer before
20279 recording the node to the history.
20280 (Info-fontify-node): Fontify titles only if the next line
20281 has two or more `*', `=', `-', `.'.
20282 Display "go to this node" for empty (match-string 3).
20283
20284 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20285
20286 * term/mac-win.el: Add mouse pointer shape constants.
20287
20288 2005-03-15 Kim F. Storm <storm@cua.dk>
20289
20290 * simple.el (move-beginning-of-line): Use vertical-motion.
20291
20292 2005-03-15 Juri Linkov <juri@jurta.org>
20293
20294 * isearch.el (isearch-error): New variable.
20295 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20296 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20297 (isearch-within-brackets-state): Remove.
20298 (isearch-case-fold-search-state, isearch-pop-fun-state):
20299 Decrease frame index.
20300 (isearch-mode, isearch-top-state, isearch-push-state)
20301 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20302 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20303 (isearch-search, isearch-lazy-highlight-new-loop):
20304 Replace `isearch-invalid-regexp' with `isearch-error'.
20305 Remove `isearch-within-brackets'.
20306 (isearch-search): Add `search-failed' handler to `condition-case'.
20307 (isearch-lazy-highlight-search): Add `condition-case' to catch
20308 errors and allow `isearch-lazy-highlight-update' to try
20309 highlighting from the beginning of the window.
20310 (isearch-repeat): Move up code to set isearch-wrapped to t
20311 before calling isearch-wrap-function.
20312
20313 * info.el (Info-isearch-initial-node): New internal variable.
20314 (Info-search): Signal an error in isearch mode when search leaves
20315 the initial node. Signal an error when `bound' is non-nil and
20316 nothing was found in the current subfile.
20317 (Info-isearch-search): Remove `condition-case'.
20318 (Info-isearch-wrap): Don't wrap when search failed during leaving
20319 the initial node. If `Info-isearch-search' is nil, wrap around
20320 the current node.
20321 (Info-isearch-start): New fun.
20322 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20323 `isearch-mode-hook'.
20324
20325 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20326
20327 * simple.el (normal-erase-is-backspace): Set default to t if
20328 running on Mac.
20329
20330 * term/mac-win.el (function-key-map): Sync with x-win.el.
20331
20332 2005-03-15 Kenichi Handa <handa@m17n.org>
20333
20334 * international/mule-cmds.el (locale-language-names): Modify the
20335 format of elements and add more entries.
20336 (locale-preferred-coding-systems): Add more entries.
20337 (set-locale-environment): Adjust for the change of
20338 locale-language-names.
20339
20340 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20341
20342 * pcvs.el (smerge-ediff): Remove bogus autoload.
20343
20344 2005-03-14 Lute Kamstra <lute@gnu.org>
20345
20346 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20347 Ignore a `*' at the beginning of a line.
20348
20349 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20350 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20351 subr.el.
20352 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20353 to specify indentation.
20354
20355 * generic.el (define-generic-mode): Let generic-mode-list be a
20356 list of strings; test membership with equal.
20357
20358 2005-03-14 Kim F. Storm <storm@cua.dk>
20359
20360 * simple.el (next-line, previous-line): Add optional try-vscroll
20361 arg to recognize interactive use. Pass it on to line-move.
20362 (line-move): Don't perform auto-window-vscroll when defining or
20363 executing keyboard macro to ensure consistent behavior.
20364
20365 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20366
20367 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20368
20369 2005-03-13 Lute Kamstra <lute@gnu.org>
20370
20371 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20372 debugger-setup-buffer so that backtrace marks the frames set to
20373 debug-on-exit and we don't have to do it manually. Set an extra
20374 debug-on-exit for macro's.
20375 (debugger-setup-buffer): Don't mark the top frame manually.
20376
20377 2005-03-12 Lute Kamstra <lute@gnu.org>
20378
20379 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20380 lisp-indent-function throughout.
20381 (with-no-warnings): Set lisp-indent-function property.
20382
20383 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20384
20385 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20386 Add entry for backslash.
20387
20388 2005-03-12 Juri Linkov <juri@jurta.org>
20389
20390 * info.el (Info-search): Four fixes for backward search.
20391
20392 2005-03-11 Jay Belanger <belanger@truman.edu>
20393
20394 * calc/calc.el (calc-language-alist): New variable.
20395 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20396 (calc-embedded-find-modes): Use calc-language-alist instead of
20397 calc-embedded-language-alist.
20398
20399 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20400
20401 * calendar/calendar.el (calendar-redrawing): New internal
20402 variable.
20403 (redraw-calendar): Remove bogus save-excursion from previous
20404 change. Bind calendar-redrawing to t for mark-diary-entries.
20405 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20406 calendar if that is why we were called.
20407
20408 2005-03-11 Kenichi Handa <handa@m17n.org>
20409
20410 * international/mule.el (make-coding-system): Set property
20411 coding-system-define-form to nil.
20412 (define-coding-system-alias): Likewise.
20413
20414 2005-03-11 Kenichi Handa <handa@m17n.org>
20415
20416 These changes are suggested by Dave Love <fx@gnu.org>.
20417
20418 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20419 coding: tag.
20420 (adaptive-fill-regexp): Add more bullets.
20421 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20422 regexps.
20423
20424 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20425
20426 * help.el (describe-mode): Properly handle non-trivial lighters.
20427 Don't ignore minor modes that are not listed in minor-mode-list.
20428
20429 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20430 feature ON when the user requests to turn it OFF.
20431
20432 2005-03-10 Lute Kamstra <lute@gnu.org>
20433
20434 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20435 (implement-debug-on-entry): New function to replace debug-entry-code.
20436 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20437 second argument as the 2005-03-07 change makes it obsolete.
20438 (debug-on-entry, cancel-debug-on-entry): Update call to
20439 debug-on-entry-1.
20440 (debug, debugger-setup-buffer): Comment update.
20441 (debugger-frame-number): Update to work with implement-debug-on-entry.
20442
20443 2005-03-10 Jay Belanger <belanger@truman.edu>
20444
20445 * calc/calc-embed.el (math-ms-args): Declare it.
20446 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20447 math-ms-args.
20448 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20449 variables.
20450
20451 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20452
20453 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20454 Use message-box.
20455
20456 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20457 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20458 (tooltip-gud-tips): Simplify.
20459 (tooltip-gud-tips-p): Remove superfluous :set.
20460 (tooltip-gud-modes): Add fortran-mode.
20461 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20462
20463 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20464
20465 2005-03-09 Kim F. Storm <storm@cua.dk>
20466
20467 * play/animate.el (animate-place-char): Use forward-line instead
20468 of next-line to improve performance.
20469
20470 2005-03-09 Simon Josefsson <jas@extundo.com>
20471
20472 * net/browse-url.el (browse-url-default-browser): Doc fix.
20473
20474 2005-03-09 Miles Bader <miles@gnu.org>
20475
20476 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20477 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20478
20479 2005-03-09 Kenichi Handa <handa@m17n.org>
20480
20481 * international/latin-1.el: Set case and syntax for 255 only if
20482 set-case-syntax-set-multibyte is nil.
20483
20484 * textmodes/ispell.el (ispell-insert-word): New function.
20485 (ispell-word): Use ispell-insert-word to insert a new word.
20486 (ispell-process-line): Likewise.
20487 (ispell-complete-word): Likewise.
20488
20489 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20490
20491 * calendar/calendar.el (redraw-calendar): Preserve point.
20492 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20493 (calendar-week-start-day): Move after definition of
20494 redraw-calendar. Delete buffer test, since redraw-calendar has
20495 that now.
20496
20497 * calendar/diary-lib.el (mark-diary-entries): Only call
20498 redraw-calendar in the first of any recursive calls.
20499 Reported by Alan Shutko <ats@acm.org>.
20500
20501 2005-03-08 Juri Linkov <juri@jurta.org>
20502
20503 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20504 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20505 (html-radio-buttons): Add a space before the trailing `/>' where
20506 sgml-xml-mode is non-nil.
20507 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20508 the subsequent tag of the empty XML tag.
20509 (html-href-anchor): Don't set initial input to "http:".
20510 (html-image): Ask for the image URL and set point inside alt="".
20511 (html-name-anchor): Duplicate the name in the `id' attribute when
20512 sgml-xml-mode is non-nil.
20513 (html-paragraph): Remove \n before <p>.
20514 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20515 instead of `checked' when sgml-xml-mode is non-nil.
20516
20517 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20518 Remove 1 space before #RRGGBB to not truncate it on terminal
20519 windows w/o fringes. Remove 1 space between bg and fg examples
20520 to get more space.
20521 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20522 avoid byte-compile warnings.
20523
20524 * image-file.el (image-file-handler): Put `safe-magic' property to
20525 `image-file-handler'.
20526
20527 * info.el (Info-isearch-search): Emulate word search in
20528 isearching through multiple Info nodes with Info-search.
20529 (Info-isearch-wrap): Allow isearch-word.
20530
20531 2005-03-08 Lute Kamstra <lute@gnu.org>
20532
20533 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20534 stepping into the debugger's code is not possible.
20535 (debugger-jumping-flag): Docstring update.
20536
20537 2005-03-08 Jay Belanger <belanger@truman.edu>
20538
20539 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20540 embedded mode begins.
20541 (calc-embedded-language-alist): New variable.
20542 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20543 set default language mode.
20544
20545 2005-03-08 Kenichi Handa <handa@m17n.org>
20546
20547 * international/ccl.el (define-ccl-program): Fix docstring about
20548 extra 256 bytes assured for the output buffer.
20549
20550 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20551 Fix BUFFER_MAGNIFICATION to 2.
20552 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20553
20554 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20555
20556 * align.el (align-rules-list): Added an alignment rule for CSS
20557 declarations (applies to css-mode and html-mode buffers).
20558
20559 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20560
20561 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20562
20563 2005-03-07 Kim F. Storm <storm@cua.dk>
20564
20565 * simple.el (move-beginning-of-line): New command.
20566
20567 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20568
20569 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20570
20571 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20572 and move-beginning-of-line.
20573
20574 * apropos.el (apropos-print): Omit command from M-x ... RET.
20575
20576 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20577
20578 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20579 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20580
20581 2005-03-06 Richard M. Stallman <rms@gnu.org>
20582
20583 * bindings.el (esc-map): Bind M-g to goto-line.
20584
20585 * facemenu.el (global-map): Bind M-o, not M-g.
20586
20587 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20588
20589 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20590 "Open Directory" as for "Open File".
20591
20592 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20593
20594 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20595 (push-mark-command): Run activate-mark-hook.
20596
20597 2005-03-06 Richard M. Stallman <rms@gnu.org>
20598
20599 * help-mode.el (help-mode-finish): Don't alter the element
20600 in view-return-to-alist if there already is one.
20601
20602 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20603 make sure the current buffer is the expected one.
20604
20605 * novice.el (disabled-command-function): Output in *Disabled Command*.
20606 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20607
20608 * textmodes/flyspell.el (flyspell-large-region):
20609 Pass args differently for aspell.
20610
20611 * files.el (mode-require-final-newline): Doc fix.
20612
20613 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20614
20615 * progmodes/which-func.el (which-function):
20616 Specify NOERROR when calling imenu--make-index-alist.
20617
20618 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20619
20620 * simple.el (normal-erase-is-backspace): Define default value.
20621
20622 * custom.el (custom-theme-set-variables): Remove unused var
20623 `immediate'.
20624 (custom-reevaluate-setting): Simple function to handle variables
20625 that are defined before their default value can really be
20626 computed.
20627
20628 * startup.el (command-line): Use it for temporary-file-directory,
20629 small-emporary-file-directory, auto-save-file-name-transforms,
20630 blink-cursor-mode, and normal-erase-is-backspace.
20631
20632 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20633 progress, even with buggy anchored keywords.
20634
20635 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20636
20637 * simple.el (goto-line): Remove unbalanced final parenthesis.
20638
20639 2005-03-05 Richard M. Stallman <rms@gnu.org>
20640
20641 * simple.el (goto-line): Use a number at point as the default.
20642 With C-u as arg, switch buffers.
20643
20644 2005-03-05 Juri Linkov <juri@jurta.org>
20645
20646 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20647 with `no-blinking-cursor'.
20648
20649 * startup.el (no-blinking-cursor): New defvar.
20650 (command-line): Add `--no-blinking-cursor' to longopts.
20651 Set `no-blinking-cursor' to t for command line arguments
20652 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20653 with `no-blinking-cursor' in the condition for calling
20654 `blink-cursor-mode'.
20655
20656 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20657
20658 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20659 (menu-bar-options-save): Add blink-cursor-mode.
20660 (menu-bar-options-menu): Add blink-cursor-mode.
20661
20662 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20663
20664 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20665 (icalendar-export-file, icalendar-export-region)
20666 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20667 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20668
20669 2005-03-04 Lute Kamstra <lute@gnu.org>
20670
20671 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20672 (debug-function-list): Ditto.
20673
20674 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20675
20676 * textmodes/texinfmt.el (texinfo-append-refill):
20677 Redefine the types of line to which @refill
20678 is not appended by replacing a search for `@refill\\|@bye' with
20679 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20680 itemize@refill' bug and the unfilled long lines bug.
20681 (texinfmt-version): Update number and date.
20682
20683 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20684
20685 * international/code-pages.el (windows-1250, windows-125[2-8])
20686 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20687
20688 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20689
20690 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20691 bound yet.
20692
20693 2005-03-02 Romain Francoise <romain@orebokech.com>
20694
20695 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20696 buffer after removing limits.
20697 (ibuffer-pop-filter): Ditto.
20698 Update copyright.
20699
20700 2005-03-02 Miles Bader <miles@gnu.org>
20701
20702 * button.el (make-text-button): If the user doesn't specify a
20703 type, use the default. Rewrite to use `add-text-properties' and
20704 plist functions.
20705
20706 2005-03-01 Lute Kamstra <lute@gnu.org>
20707
20708 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20709 (debugger-jumping-flag): New var.
20710 (debug-entry-code): Use it.
20711 (debugger-jump): Use debugger-jumping-flag and add
20712 debugger-reenable to post-command-hook.
20713 (debugger-reenable): Use debugger-jumping-flag and remove itself
20714 from post-command-hook.
20715 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20716 debugger-reenable.
20717
20718 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20719
20720 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20721 inclusion of "itemize\\|", which may be unnecessary, is certainly
20722 inelegant, and stops refilling in itemize lists when formatting
20723 Japanese Texinfo files to Info.
20724 Update copyright to 2005.
20725
20726 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
20727
20728 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20729 of an error if GDB can't find the source file.
20730
20731 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20732
20733 * calendar/calendar.el (redraw-calendar): Work from any buffer,
20734 not just the calendar.
20735
20736 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20737 first.
20738 (diary-redraw-calendar): New function.
20739 (make-diary-entry): Add diary-redraw-calendar to local
20740 write-contents-functions. Turn off selective display before
20741 inserting in diary.
20742
20743 2005-03-01 Kim F. Storm <storm@cua.dk>
20744
20745 * emacs-lisp/copyright.el (copyright-fix-years): New command.
20746
20747 2005-03-01 Lute Kamstra <lute@gnu.org>
20748
20749 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20750 that debug-entry-code can be safely removed from a function while
20751 this code is being evaluated. Revert the 2005-02-27 change as the
20752 new implementation no longer requires it. Make sure that a
20753 function body containing just a string is not mistaken for a docstring.
20754 (debug): Skip one more frame in case of debug on entry.
20755 (debugger-setup-buffer): Delete one more frame line in case of
20756 debug on entry.
20757 (debugger-frame-number): Update to use the new text introduced by
20758 the 1999-11-03 change. Skip one more frame in case of debug on entry.
20759
20760 2005-02-28 Kim F. Storm <storm@cua.dk>
20761
20762 * double.el (double-translate-key): Call force-window-update after
20763 read-event to avoid crash in redisplay.
20764
20765 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
20766
20767 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20768 (debug): Use it. Move the inhibit-trace earlier.
20769 (debug-entry-code): New const.
20770 (debug-on-entry-1): Use it.
20771
20772 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
20773
20774 * international/utf-16.el (ccl-encode-mule-utf-16le):
20775 Fix BUFFER_MAGNIFICATION to 2.
20776 (ccl-encode-mule-utf-16be): Likewise.
20777
20778 2005-02-28 Kenichi Handa <handa@m17n.org>
20779
20780 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20781 Fix BUFFER_MAGNIFICATION to 4.
20782 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20783
20784 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
20785
20786 * speedbar.el (speedbar-update-flag): Doc fix.
20787 (speedbar-show-info-under-mouse): Give set-mouse-position the right
20788 argument.
20789
20790 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20791
20792 * reveal.el (reveal-post-command): Don't try to reveal overlays which
20793 have a non-nil `invisible' property but are actually visible.
20794
20795 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20796 for perldoc sections.
20797 (perl-outline-regexp, perl-outline-level): New var and function.
20798 (perl-mode): Use them.
20799
20800 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
20801
20802 * calendar/diary-lib.el (diary-remind): Discard any mark portion
20803 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20804
20805 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
20806
20807 * cus-edit.el: Comment change.
20808 (custom-buffer-create-internal): Slightly reword text at top of
20809 Custom buffers. Mention there that saving an option edits the
20810 init file. Add link to Emacs manual node on `custom-file'.
20811 (custom-magic-alist): Rewrite individual State messages to use
20812 capitalized keywords. Doc fix.
20813
20814 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
20815
20816 * calendar/calendar.el (calendar-buffer): Move above
20817 calendar-week-start-day.
20818 (calendar-week-start-day): Doc fix. Add :set function.
20819 (calendar-minimum-window-height): New variable.
20820 (generate-calendar-window): Only resize window if selected-window
20821 is displaying the calendar buffer. Use new variable
20822 calendar-minimum-window-height.
20823 (generate-calendar): Reword error message.
20824 (calendar-mode-map): Bind DEL to scroll-other-window-down.
20825
20826 2005-02-27 Andreas Schwab <schwab@suse.de>
20827
20828 * vc.el (vc-do-command): Don't run command asynchronously when
20829 operating in a remote directory.
20830
20831 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20832 change from sync with Tramp 2.0.47.
20833
20834 2005-02-27 Richard M. Stallman <rms@gnu.org>
20835
20836 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20837
20838 * textmodes/flyspell.el (flyspell-mode-on):
20839 Call ispell-change-dictionary only if necessary.
20840
20841 * emacs-lisp/re-builder.el (regexp-builder): New function.
20842
20843 * register.el (describe-register-1): Explicitly handle
20844 yank-excluded-properties = t.
20845
20846 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20847 (custom-magic-alist): Change the status descriptions again.
20848 (face widget-type): Total rewrite based on `restricted-sexp'
20849 to eliminate the confusing double hiding levels.
20850
20851 * emacs-lisp/debug.el (debug-on-entry-1):
20852 If function body is empty, add nil as body form.
20853
20854 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20855
20856 * emacs-lisp/trace.el (inhibit-trace): New var.
20857 (trace-make-advice): Use it.
20858
20859 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20860
20861 2005-02-26 Kim F. Storm <storm@cua.dk>
20862
20863 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20864 (mouse-on-link-p, mouse-drag-region-1): Use it.
20865
20866 2005-02-25 Lute Kamstra <lute@gnu.org>
20867
20868 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20869
20870 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
20871
20872 * frame.el (blink-cursor-mode): Add :group keyword.
20873
20874 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
20875
20876 * calendar/icalendar.el (icalendar--decode-isodatetime):
20877 New optional argument DAY-SHIFT.
20878 (icalendar-export-region): Fix coding-system-for-write.
20879 (icalendar--convert-ical-to-diary): Shift end-day of all-day
20880 events by one.
20881
20882 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20883
20884 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20885
20886 2005-02-24 Kim F. Storm <storm@cua.dk>
20887
20888 * international/iso-acc.el (iso-accents-compose): Fix crash
20889 during redisplay. Call force-window-update after read-event
20890 and delete-region to signal that window is not accurate.
20891
20892 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
20893
20894 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20895 Remove unused and inexistent var `inhibit-trace'.
20896 (debugger-mode): Use run-mode-hooks.
20897 (debugger-list-functions): Add buttons; setup xref stack.
20898
20899 2005-02-23 Richard M. Stallman <rms@gnu.org>
20900
20901 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20902 appointment says it was explicitly made.
20903 (appt-add): Set the 3rd element.
20904 (appt-make-list): Preserve explicit appointments.
20905
20906 * subr.el (find-tag-default): Catch errors in forward-sexp.
20907
20908 2005-02-23 Juri Linkov <juri@jurta.org>
20909
20910 * info.el (Info-isearch-search): New defcustom.
20911 (Info-isearch-search): Call the default isearch function
20912 when Info-isearch-search is nil.
20913 (Info-isearch-wrap): Use variable Info-isearch-search.
20914
20915 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
20916
20917 * cus-edit.el: Comment change.
20918
20919 2005-02-22 Kim F. Storm <storm@cua.dk>
20920
20921 * progmodes/hideif.el (hide-ifdef-use-define-alist):
20922 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
20923
20924 2005-02-22 Simon Josefsson <jas@extundo.com>
20925
20926 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
20927 New variable.
20928 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
20929 Oskarsson" <myrkraverk@users.sourceforget.net>.
20930
20931 2005-02-22 Kim F. Storm <storm@cua.dk>
20932
20933 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20934 check that window of that event is the selected window.
20935 (mouse-drag-region-1): Compare mouse event window to selected
20936 window before setting point.
20937
20938 * tooltip.el (tooltip-show-help-function): Pass event to
20939 mouse-on-link-p so it can check selected window.
20940
20941 2005-02-22 Kenichi Handa <handa@m17n.org>
20942
20943 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20944 (ps-mule-show-warning): New function.
20945 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20946 characters are found.
20947
20948 * ps-print.el (ps-header-footer-string): Return a list of header
20949 and footer strings.
20950
20951 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20952
20953 * pcvs.el (cvs-retrieve-revision): Fix thinko.
20954
20955 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
20956
20957 * frame.el (blink-cursor-mode): Use define-minor-mode.
20958
20959 * term/mac-win.el (function-key-map): Use char-names more consistently.
20960 (file-name-coding-system): Only set it for MacOS-9. The other case is
20961 already handled in mule-cmds.el (where it also works when mac-win.el
20962 is not used).
20963
20964 2005-02-21 Kenichi Handa <handa@m17n.org>
20965
20966 * international/mule.el (ctext-pre-write-conversion): Always use
20967 " *code-converting-work*" buffer for work.
20968
20969 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20970
20971 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
20972
20973 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20974
20975 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
20976
20977 * ses.el (undo-more): Restore defadvice, but only the part that
20978 allows changes outside the restricted area of the buffer.
20979
20980 2005-02-20 Kim F. Storm <storm@cua.dk>
20981
20982 * simple.el (line-move): Add fourth optional arg try-vscroll which
20983 must be set to perform auto-window-vscroll.
20984 When moving backwards and doing auto-window-vscroll, automatically
20985 vscroll to the last part of lines which are taller than the window.
20986 (next-line, previous-line): Set try-vscroll arg on line-move.
20987
20988 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
20989
20990 * replace.el (query-replace, query-replace-regexp)
20991 (replace-string, replace-regexp): When operating on region, make
20992 the minibuffer prompt say so.
20993
20994 * isearch.el (isearch-forward): Document isearch-query-replace and
20995 isearch-query-replace-regexp keybindings.
20996
20997 2005-02-19 Jay Belanger <belanger@truman.edu>
20998
20999 * calc/calc-aent.el (math-read-token): Add local variable.
21000
21001 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21002 (calc-edit-top): Move declaration to earlier in file.
21003 (calc-edit-macro-repeats): Add local variables.
21004
21005 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21006 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21007 calcFunc-tanh.
21008 Adjust integration rule for calcFunc-tan.
21009
21010 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21011
21012 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21013 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21014 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21015 (viper-skip-separators): Bug fix.
21016 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21017 particular major mode.
21018 (viper-del-backward-char-in-replace): Don't put deleted char on the
21019 kill ring.
21020
21021 * viper-ex.el (viper-color-display-p): New function.
21022 (viper-has-face-support-p): Use viper-color-display-p.
21023
21024 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21025
21026 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21027
21028 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21029 (viper-file-remote-p): Make equivalent to file-remote-p.
21030
21031 * viper.el (viper-major-mode-modifier-list):
21032 Use viper-gnus-modifier-map.
21033
21034 2005-02-19 David Kastrup <dak@gnu.org>
21035
21036 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21037 quoting.
21038
21039 2005-02-19 Jay Belanger <belanger@truman.edu>
21040
21041 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21042 Remove extra definitions.
21043 (calc-coth): New function.
21044 (calcFunc-cot): Fix `let'.
21045
21046 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21047
21048 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21049 the reasons we use "type pc" in these faces.
21050
21051 * button.el (button): Ditto.
21052
21053 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21054
21055 * replace.el (query-replace-read-from): Set the value of
21056 query-replace-from-history-variable to handle the case of an empty
21057 string entered to accept the suggested default.
21058
21059 * net/tramp.el (tramp-file-name-for-operation):
21060 Use dired-call-process instead of dired-call-process-command.
21061
21062 2005-02-19 Jay Belanger <belanger@truman.edu>
21063
21064 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21065 (math-div-non-trig): New variables.
21066 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21067 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21068 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21069 trig expressions.
21070
21071 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21072
21073 * progmodes/gdb-ui.el (gdb-var-update-handler)
21074 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21075 for watch expressions,
21076 (gdb-var-create-handler): Don't set speedbar-update-flag.
21077 (gdb-post-prompt): Simplify test for speedbar.
21078
21079 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21080
21081 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21082 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21083 we use the syntax table of the correct buffer.
21084 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21085 Felix Gatzemeier.
21086
21087 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21088 (ediff-file-remote-p): Make synonymous with file-remote-p.
21089 In all deffaces ediff-*-face-*, use min-colors.
21090
21091 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21092 ediff-recurse-to-subdirectories.
21093 (ediff-mark-if-equal): Check that the arguments are strings, use
21094 ediff-same-contents (after to Felix Gatzemeier).
21095
21096 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21097 nil.
21098
21099 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21100
21101 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21102
21103 2005-02-18 David Kastrup <dak@gnu.org>
21104
21105 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21106 use `mark-active' when defined.
21107
21108 2005-02-18 Kenichi Handa <handa@m17n.org>
21109
21110 * ps-print.el (ps-font-info-database): New entry
21111 ZapfChancery-MediumItalic with correct font name. Fix font name
21112 of the entry Zapf-Chancery-MediumItalic.
21113
21114 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21115
21116 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21117
21118 2005-02-16 Kim F. Storm <storm@cua.dk>
21119
21120 * ido.el (ido-fallback-command): Pass user input to fallback command.
21121
21122 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21123
21124 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21125 (gdb-find-file-hook): Add server prefix.
21126
21127 2005-02-16 Richard M. Stallman <rms@gnu.org>
21128
21129 * replace.el (perform-replace): Pass new args to replace-highlight.
21130 (replace-highlight): Take region args,
21131 and pass them to isearch-lazy-highlight-new-loop.
21132
21133 * novice.el (disabled-command-hook): Autoload the defalias
21134 and the make-obsolete-variable call.
21135
21136 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21137
21138 * isearch.el (isearch-lazy-highlight-start-limit)
21139 (isearch-lazy-highlight-end-limit): New variables limit
21140 the region for highlighting.
21141 (isearch-lazy-highlight-new-loop): New args BEG and END.
21142 (isearch-lazy-highlight-search): Use the new vars.
21143 (isearch-lazy-highlight-update): Likewise.
21144
21145 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21146
21147 * cus-start.el (all): Use default-boundp.
21148
21149 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21150
21151 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21152
21153 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21154
21155 * autorevert.el (auto-revert-stop-on-user-input)
21156 (auto-revert-verbose): Doc fixes.
21157
21158 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21159
21160 * international/mule-cmds.el (set-locale-environment): Remove call
21161 to set-selection-coding-system on Windows.
21162
21163 2005-02-15 Jay Belanger <belanger@truman.edu>
21164
21165 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21166 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21167 calcFunc-coth.
21168 (math-simplify-sqrt): Add simplifications.
21169
21170 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21171 to list.
21172
21173 * calc/calc-ext.el: Add functions to autoloads.
21174
21175 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21176 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21177 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21178 (math-csc-raw, math-cot-raw): New functions.
21179
21180 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21181
21182 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21183 the variable name in a message.
21184
21185 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21186 calcFunc-csc, calcFunc-cot.
21187
21188 * calc/calcalg2.el: Add derivative and integration rules for
21189 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21190 calcFunc-csch, calcFunc-coth.
21191 (math-do-integral-methods): Add to checks for when to use
21192 substitutions.
21193
21194 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21195
21196 2005-02-15 Lute Kamstra <lute@gnu.org>
21197
21198 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21199 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21200 <monnier@iro.umontreal.ca>
21201 (lisp-outline-level): Improve efficiency. Suggested by David
21202 Kastrup <dak@gnu.org>.
21203
21204 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21205
21206 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21207 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21208 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21209 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21210 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21211
21212 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21213
21214 * cus-start.el (all): Comment change.
21215
21216 2005-02-14 Lute Kamstra <lute@gnu.org>
21217
21218 * cus-start.el (all): Check if symbol is void.
21219
21220 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21221
21222 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21223 optional argument to \cite.
21224
21225 2005-02-14 Richard M. Stallman <rms@gnu.org>
21226
21227 * cus-edit.el (custom-buffer-create-internal): Update help message.
21228 (custom-magic-alist): Update help messages.
21229
21230 * cus-start.el (all): Allow a var to specify a standard value.
21231
21232 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21233
21234 * custom.el (custom-theme-set-variables): Handle variable aliases.
21235
21236 * frame.el (blink-cursor-timer): Doc fix.
21237 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21238 declare obsolete.
21239 (blink-cursor-mode): Define with defcustom and use correct
21240 standard expression in that defcustom.
21241 * startup.el (command-line): Adapt to above changes in frame.el.
21242
21243 2005-02-11 Lute Kamstra <lute@gnu.org>
21244
21245 * apropos.el (apropos-score-doc): Prevent division by zero.
21246
21247 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21248
21249 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21250 (icalendar--get-event-property-attributes)
21251 (icalendar--get-event-properties)
21252 (icalendar--datetime-to-diary-date): New functions.
21253 (icalendar--split-value): Doc fix.
21254 (icalendar--datetime-to-noneuropean-date)
21255 (icalendar--datetime-to-european-date): New optional argument
21256 SEPARATOR. Return result as a string instead of a list.
21257 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21258 (icalendar--convert-string-for-export): Rename arg S to STRING.
21259 (icalendar-export-region): Doc fix. Change name of error buffer.
21260 Save output buffer.
21261 (icalendar-import-file): Add blank at end of prompt.
21262 (icalendar-import-buffer): Doc fix. Do not switch to error
21263 buffer. Indicate status in return value.
21264 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21265 buffer. Save output buffer. Handle exception from recurrence
21266 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21267 events. Fix problems with weekly all-day events.
21268
21269 2005-02-10 Richard M. Stallman <rms@gnu.org>
21270
21271 * simple.el (eval-expression-print-format):
21272 Avoid warning about edebug-active.
21273
21274 * help.el (help-for-help-internal): Rename from help-for-help.
21275 (help-for-help): Define with defalias.
21276
21277 * font-core.el (font-lock-default-function): Use with-no-warnings.
21278
21279 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21280
21281 * custom.el (defface): Doc fix.
21282
21283 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21284
21285 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21286 width 0" to prevent word wrapping problems.
21287
21288 2005-02-09 Kim F. Storm <storm@cua.dk>
21289
21290 * ido.el (ido-file-extensions-order): New defcustom.
21291 (ido-file-extension-lessp, ido-file-extension-aux)
21292 (ido-file-extension-order): New advanced file ordering.
21293 (ido-file-lessp): New simple file ordering.
21294 (ido-sort-list): Remove.
21295 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21296 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21297
21298 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21299
21300 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21301 that some versions of grep produce.
21302 (grep-mode-font-lock-keywords): Likewise.
21303
21304 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21305
21306 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21307 (gdb-cdir): Delete.
21308 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21309 (gdb-source-info): Treat case when source file is in another
21310 directory properly.
21311 (gdb-get-location): New function.
21312
21313 2005-02-07 Jay Belanger <belanger@truman.edu>
21314
21315 * calc/calc-prog.el (calc-write-parse-table-part)
21316 (calc-fix-token-name): Fix a check for language type.
21317
21318 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21319
21320 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21321
21322 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21323 as directory not writable.
21324
21325 2005-02-07 Kim F. Storm <storm@cua.dk>
21326
21327 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21328 (cua--standard-movement-commands): Remove list.
21329 Instead, set CUA property value to move for movement commands.
21330 (cua-movement-commands): Remove. Users must set CUA prop instead.
21331 (cua--pre-command-handler): Check CUA property.
21332 (cua--init-keymaps): Don't remap undo commands.
21333 (cua-mode): Don't call cua--rectangle-on-off.
21334
21335 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21336 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21337 (cua--rect-undo-set-point): New var.
21338 (cua--rectangle-undo-boundary): Setup undo apply entry.
21339 (cua--rect-undo-handler): New function for rectangle undo.
21340 (cua--rect-start-position, cua--rect-end-position): Add.
21341 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21342 for restored rectangle. Set point if cua--rect-undo-set-point.
21343
21344 2005-02-06 Jay Belanger <belanger@truman.edu>
21345
21346 * calc/calc-lang.el (calc-tex-language): Display more information
21347 in messages.
21348
21349 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21350 in TeX mode.
21351
21352 2005-02-06 Richard M. Stallman <rms@gnu.org>
21353
21354 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21355
21356 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21357
21358 * net/ldap.el (ldap-search-internal): Support attributes with
21359 optional descriptions separated by a semi-colon, as in
21360 "userCertificate;binary".
21361
21362 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21363
21364 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21365 isn't a cons (i.e. the version is 0).
21366
21367 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21368
21369 * help.el (help-for-help): Doc fix.
21370
21371 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21372
21373 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21374 GDB-Windows on the menu-bar as this works better.
21375
21376 2005-02-04 Jay Belanger <belanger@truman.edu>
21377
21378 * calc/calc-embed.el (calc-embedded-update): Don't put in
21379 unnecessary newlines. Adjust the end of formula marker.
21380
21381 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21382 (math-latex-parse-two-args): New function.
21383
21384 2005-02-03 Lute Kamstra <lute@gnu.org>
21385
21386 * help-fns.el (help-with-tutorial): Make sure that users cannot
21387 remove the entire text of the tutorial by means of `undo'.
21388
21389 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21390
21391 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21392 in recent changes, where the ispell process was repeatedly
21393 killed & restarted.
21394
21395 * international/mule-cmds.el (set-locale-environment): Set file-name
21396 coding system to utf-8 on Darwin systems.
21397 (set-default-coding-systems): Don't set default-file-name-coding-system
21398 on Darwin systems.
21399
21400 2005-02-03 Richard M. Stallman <rms@gnu.org>
21401
21402 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21403
21404 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21405
21406 * faces.el (list-faces-display): Add optional argument.
21407
21408 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21409
21410 * font-core.el (font-lock-default-function): Handle the rare case where
21411 only font-lock-keywords is set.
21412
21413 2005-02-02 Kenichi Handa <handa@m17n.org>
21414
21415 * international/characters.el: Cancel previous change for
21416 I-WITH-DOT-ABOVE and DOTLESS-i.
21417
21418 * international/latin-5.el: Cancel previous change.
21419
21420 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21421
21422 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21423
21424 2005-02-02 Kenichi Handa <handa@m17n.org>
21425
21426 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21427 DOTLESS-i.
21428
21429 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21430 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21431
21432 * case-table.el (get-upcase-table): New function.
21433 (copy-case-table): Copy upcaes table too if non-nil.
21434 (set-case-syntax-delims): Maintain upcase table too.
21435 (set-case-syntax-pair): Likewise.
21436 (set-upcase-syntax, set-downcase-syntax): New functions.
21437 (set-case-syntax): Maintain upcase table too.
21438
21439 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21440
21441 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21442
21443 * progmodes/gud.el (gud-goto-info): New function.
21444 (gud-tool-bar-map): Use correct icon.
21445
21446 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21447
21448 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21449 When delegating, order args in the funcall correctly.
21450
21451 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21452
21453 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21454
21455 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21456
21457 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21458 buffer not visiting a file.
21459
21460 2005-01-31 Jay Belanger <belanger@truman.edu>
21461
21462 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21463 bound on the line with the formula.
21464
21465 2005-01-31 Kim F. Storm <storm@cua.dk>
21466
21467 * ses.el (ses-create-cell-variable-range)
21468 (ses-destroy-cell-variable-range, ses-reset-header-string)
21469 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21470 (ses-insert-row): Fix format of apply undo entries.
21471
21472 2005-01-31 Jay Belanger <belanger@truman.edu>
21473
21474 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21475 parts.
21476
21477 * calc/calc-embed.el (calc-embedded-open-formula)
21478 (calc-embedded-close-formula): Ignore matrix environments.
21479
21480 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21481 TeX mode.
21482
21483 * calc/calc-lang.el (math-function-table, math-oper-table)
21484 (math-variable-table): Adjust the LaTeX portions.
21485
21486 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21487 (math-latex-ignore-words): New constant.
21488
21489 2005-01-31 Richard M. Stallman <rms@gnu.org>
21490
21491 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21492 (ispell-local-dictionary): Doc fix.
21493 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21494 Don't reinitialize at run time. Don't defcustom.
21495 All uses changed to append ispell-local-dictionary-alist,
21496 or check it first.
21497 (ispell-current-dictionary): New variable for dictionary in use.
21498 (ispell-dictionary): Now used only for global default.
21499 (ispell-start-process): Set ispell-current-dictionary,
21500 not ispell-dictionary.
21501 (ispell-change-dictionary): Use this only for setting
21502 user preferences.
21503 (ispell-internal-change-dictionary): New function
21504 to change the current dictionary in use.
21505 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21506 Use ispell-current-dictionary.
21507 Handle ispell-local-dictionary-overridden.
21508 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21509
21510 2005-01-31 Jay Belanger <belanger@truman.edu>
21511
21512 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21513
21514 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21515 (calc-mode-map): Add calc-latex-language.
21516
21517 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21518 (math-latex-print-frac): New functions.
21519 (math-oper-table, math-function-table, math-variable-table)
21520 (math-complex-format, math-input-filter): Add latex properties.
21521 (calc-set-language): Set math-expr-special-function-mapping.
21522
21523 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21524 (calc-write-parse-table-part): Add LaTeX support.
21525
21526 * calc/calc.el (calc-language): Adjust docstring.
21527 (calc-set-mode-line): Add LaTeX support.
21528 (math-expr-special-function-mapping): New variable.
21529 (math-tex-ignore-words): Add to list.
21530
21531 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21532 Add LaTeX support.
21533 (math-compose-expr): Add support for special functions.
21534
21535 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21536
21537 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21538
21539 * progmodes/gdb-ui.el (gdb-memory-address)
21540 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21541 (gdb-memory-mode-map, gdb-memory-format-keymap)
21542 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21543 (gdb-memory-unit-menu): New variables for a buffer
21544 that lets the user examine program memory.
21545 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21546 (gdb-memory-format-binary, gdb-memory-format-octal)
21547 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21548 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21549 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21550 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21551 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21552 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21553 (gdb-memory-mode, gdb-memory-buffer-name)
21554 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21555 New functions for above buffer.
21556
21557 2005-01-30 Richard M. Stallman <rms@gnu.org>
21558
21559 * cus-edit.el (custom-bury-buffer): Function deleted.
21560 (custom-buffer-done-function): Option deleted.
21561 (custom-buffer-done-kill): New replacement option.
21562 (Custom-buffer-done): Call quit-window.
21563 (custom-buffer-create-internal): Update for above changes.
21564
21565 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21566
21567 * simple.el (undo-ask-before-discard): New var.
21568 (undo-outer-limit-truncate): Implement it.
21569 (undo-extra-outer-limit): Doc update.
21570
21571 2005-01-29 Richard M. Stallman <rms@gnu.org>
21572
21573 * ses.el (undo-more): Delete defadvice.
21574 (ses-begin-change): Doc fix.
21575
21576 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21577 instead of rebinding C-x u and C-_.
21578
21579 * files.el (normal-backup-enable-predicate): Return nil for files
21580 in /tmp, regardless of temporary-file-directory.
21581
21582 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21583
21584 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21585 (open-rectangle, delete-whitespace-rectangle-line)
21586 (clear-rectangle-line): If FILL, pass t instead of FILL
21587 for move-to-column's 2nd arg.
21588
21589 * simple.el (undo): Fix the test for continuing a series of undos.
21590 (undo-more): Set pending-undo-list to t when we reach end.
21591 (pending-undo-list): Move up defvar.
21592
21593 * wid-edit.el (widget-button-click):
21594 Shorten the range of the track-mouse binding.
21595
21596 * comint.el (comint-insert-input): Undo previous changes;
21597 use last-input-event in interactive spec.
21598
21599 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21600
21601 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21602 to nil before invoking call-process. Reset buffer's modified flag
21603 after fontifying it in the no-async branch.
21604
21605 * wid-edit.el (widget-specify-button): If mouse pointer shape
21606 cannot be changed, use mouse face instead.
21607
21608 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21609
21610 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21611 (gdb-goto-breakpoint): Make breakpoint handling work on template
21612 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21613 (gdb-assembler-custom): Update to recognize breakpoint information
21614 added on 2005-01-19.
21615
21616 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21617
21618 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21619 (dsssl-mode): Use define-derived-mode.
21620 (scheme-mode-initialize): Remove.
21621 (scheme-mode): Use run-mode-hooks.
21622
21623 * cus-edit.el (customize-group-other-window)
21624 (custom-buffer-create-other-window): Don't override special-display-*.
21625 (custom-mode-map): Make it dense.
21626
21627 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21628 sets the default value.
21629
21630 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21631
21632 * descr-text.el: Add more keywords.
21633
21634 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21635
21636 * speedbar.el: Avoid unnecessary use of locate-library.
21637
21638 * international/mule-cmds.el (standard-display-european-internal):
21639 Don't fiddle with latin-1 non-break space any more since it's now
21640 special cased in the C code.
21641 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21642
21643 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21644
21645 * cus-start.el (all): Add `undo-outer-limit'.
21646
21647 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21648
21649 * textmodes/bibtex.el (bibtex-format-entry):
21650 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21651 field lines.
21652 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21653 not on part of a buffer.
21654
21655 2005-01-25 Lute Kamstra <lute@gnu.org>
21656
21657 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21658 nonempty field text strings like "{letters\\macro{}more letters}".
21659 Clarify docstring.
21660 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21661 (bibtex-entry-offset, bibtex-parse-association)
21662 (bibtex-parse-field-name): Fix typos in docstrings.
21663 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21664
21665 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21666
21667 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21668 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21669 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21670 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21671
21672 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21673 isearch minor mode.
21674
21675 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21676
21677 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21678
21679 2005-01-24 Lute Kamstra <lute@gnu.org>
21680
21681 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21682 CASECHARS and NOT-CASECHARS regular expressions of the
21683 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21684 striding over charsets" error.
21685
21686 2005-01-24 Jay Belanger <belanger@truman.edu>
21687
21688 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21689 display variable name.
21690
21691 2005-01-24 Kenichi Handa <handa@m17n.org>
21692
21693 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21694 Fix setting of the element of encoded-kbd-iso2022-invocations.
21695
21696 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21697
21698 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21699 (gdb-threads-select): Change to also accept mouse events.
21700 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21701 (gdb-threads-mouse-select): Delete.
21702
21703 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21704
21705 * files.el (insert-directory): Take care of empty directory,
21706 listed without -a switch.
21707
21708 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21709
21710 * textmodes/refill.el (refill-post-command-function):
21711 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21712 to the list of functions that we should be careful not to undo.
21713 (refill-late-fill-paragraph-function): Remove.
21714 (refill-saved-state): New var.
21715 (refill-mode): Use it to save fill-paragraph-function.
21716 Save also the value of auto-fill-function.
21717
21718 * term/w32-win.el: Simplify code.
21719
21720 2005-01-23 Kim F. Storm <storm@cua.dk>
21721
21722 * simple.el (line-move): Adapt to new return value from
21723 pos-visible-in-window-p.
21724
21725 * simple.el (line-move): Fix last change. Check partial
21726 visibility at point rather than at window-start.
21727
21728 2005-01-22 Jason Rumney <jasonr@gnu.org>
21729
21730 * term/w32-win.el (xw-defined-colors): Remove debug-message.
21731
21732 2005-01-22 David Kastrup <dak@gnu.org>
21733
21734 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21735
21736 2005-01-22 Eli Zaretskii <eliz@gnu.org>
21737
21738 * type-break.el (type-break-mode): Add a test for
21739 type-break-file-name being non-nil.
21740
21741 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
21742
21743 * net/eudc.el (top level): Call (message "") via progn, so that
21744 eudc-options-file is loaded.
21745
21746 2005-01-22 Kim F. Storm <storm@cua.dk>
21747
21748 * simple.el (line-move-1): Rename from line-move.
21749 (line-move): New function that adjusts vscroll for partially
21750 visible rows, and calls line-move-1 otherwise.
21751
21752 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
21753
21754 * pcomplete.el: Define pcomplete-read-event instead of read-event,
21755 since it's not a complete read-event implementation
21756
21757 2005-01-20 Jay Belanger <belanger@truman.edu>
21758
21759 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21760 for called function.
21761
21762 2005-01-20 Steven Tamm <steventamm@mac.com>
21763
21764 * term/mac-win.el (process-connection-type): Remove.
21765 Controlled now by s/darwin.h:PTY_ITERATION.
21766
21767 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21768
21769 * window.el (handle-select-window): Don't switch window when we're
21770 in the minibuffer.
21771
21772 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
21773
21774 * subr.el (dotimes-with-progress-reporter): New macro.
21775
21776 * ses.el (ses-dotimes-msg): Remove macro.
21777 Use `dotimes-with-progress-reporter' instead.
21778
21779 2005-01-19 Steven Tamm <steventamm@mac.com>
21780
21781 * term/mac-win.el (process-connection-type): Use new
21782 operating-system-release variable to use ptys on Darwin 7 (OS X
21783 10.3) when using carbon build.
21784
21785 2005-01-19 Jay Belanger <belanger@truman.edu>
21786
21787 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21788 flags if the last command was a tab or M-tab.
21789
21790 * calc/calc-prog.el (calc-user-define-edit): Put original formula
21791 in formula editing buffer.
21792
21793 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21794
21795 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21796 breakpoint image symbol in margin.
21797
21798 2005-01-19 Jay Belanger <belanger@truman.edu>
21799
21800 * calc/calc-prog.el (calc-execute-kbd-macro):
21801 Ignore calc-keep-arg-flag.
21802
21803 2005-01-19 Kenichi Handa <handa@m17n.org>
21804
21805 * textmodes/ispell.el (ispell-looking-at): New function.
21806 (ispell-process-line): Use ispell-looking-at to compare the ispell
21807 output and the buffer contents.
21808
21809 2005-01-18 Jay Belanger <belanger@truman.edu>
21810
21811 * calc/calc.el (calc-display-raw): Fix docstring.
21812
21813 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
21814
21815 * simple.el (blink-matching-open): Strip extra info from syntax.
21816
21817 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21818 funny chars in the end-of-here-doc marker.
21819
21820 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21821
21822 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21823 that enable/disabled state of breakpoints is shown correctly in
21824 fringe and on ttys.
21825 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21826 Add breakpoint information as text properties.
21827 (gdb-mouse-toggle-breakpoint):
21828 Rename to gdb-mouse-set-clear-breakpoint.
21829 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
21830 breakpoints in the margin.
21831 (gdb-remove-strings): Simplify.
21832
21833 2005-01-17 Jay Belanger <belanger@truman.edu>
21834
21835 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21836 erasing buffer.
21837
21838 2005-01-17 Richard M. Stallman <rms@gnu.org>
21839
21840 * progmodes/grep.el (grep-find): Copy from `grep' the condition
21841 for calling grep-compute-defaults.
21842
21843 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21844 if buffer is empty.
21845
21846 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21847
21848 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21849
21850 * hilit-chg.el (highlight-changes-mode): Don't autoload.
21851
21852 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21853 non-preloaded variables.
21854
21855 2005-01-17 Steven Tamm <steventamm@mac.com>
21856
21857 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21858 tex-shell cause to force interactivity when using pipes.
21859
21860 2005-01-17 Kim F. Storm <storm@cua.dk>
21861
21862 * simple.el (just-one-space): Make arg optional.
21863
21864 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
21865
21866 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21867 posn-at-x-y to t to access left-margin.
21868
21869 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
21870
21871 Sync with Tramp 2.0.47.
21872
21873 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21874 catching keep-date problems in cp/scp operations.
21875 (tramp-handle-copy-file): Don't call `set-file-modes'
21876 unconditionally. Specialized functions should know better what is
21877 necessary. This improves performance a little bit, and the
21878 functions could catch errors with `cp -p' and `scp -p'.
21879 (tramp-do-copy-or-rename-file-via-buffer)
21880 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21881 when appropriate.
21882 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21883 Call `set-file-modes' when appropriate.
21884 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
21885 Johnsson <isak@hypergene.com>
21886 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21887 of both Tramp buffer and debug buffer. Reported by Joakim Verona
21888 <joakim@verona.se>
21889 (tramp-file-name-for-operation): Mark `shell-command' as magic for
21890 Emacs only.
21891
21892 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
21893 `find-file-hooks' and `dired-mode-hook'.
21894 (tramp-minor-mode-map): Respective map. Add remapping for
21895 `compile' and `recompile'.
21896 (tramp-remap-command, tramp-recompile): New defuns.
21897 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21898 in buffer "*Compilation*". Call the commands asynchronously.
21899
21900 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
21901 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21902 `shell-command', because it isn't magic in XEmacs. Reported by
21903 Adrian Aichner <adrian@xemacs.org>.
21904
21905 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21906 `substitute-in-file-name.
21907 (tramp-smb-handle-substitute-in-file-name): New defun.
21908 (tramp-smb-advice-PC-do-completion): Delete advice.
21909
21910 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
21911
21912 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
21913 Fix error in deleting region.
21914
21915 2005-01-15 Richard M. Stallman <rms@gnu.org>
21916
21917 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
21918 In non-temp buffer, switch syntax table temporarily.
21919
21920 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
21921
21922 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
21923
21924 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
21925
21926 * imenu.el (imenu--split-menu): Copy menulist before sorting.
21927 (imenu--generic-function): Use START, not BEG, as pos of definition.
21928
21929 * simple.el (just-one-space): Argument specifies number of spaces.
21930
21931 * simple.el (eval-expression-print-format): Avoid warning
21932 about edebug-active.
21933
21934 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
21935
21936 * progmodes/sh-script.el: Code copied from make-mode.el
21937 with small changes,
21938 (sh-mode-map): Bind C-c C-\.
21939 (sh-backslash-column, sh-backslash-align): New variables.
21940 (sh-backslash-region, sh-append-backslash): New functions.
21941
21942 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
21943
21944 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
21945 (rmail-pop-password, rmail-pop-password-required): Move to
21946 rmail-obsolete group.
21947 (rmail-set-pop-password): Rename to rmail-set-remote-password.
21948 All callers updated.
21949 (rmail-get-pop-password): Rename to rmail-get-remote-password.
21950 Take an argument specifying whether it is POP or IMAP mailbox we
21951 are using. All callers updated.
21952 (rmail-pop-password-error): Rename to
21953 rmail-remote-password-error. Added mailutils-specific error message.
21954 (rmail-movemail-search-path)
21955 (rmail-movemail-variant-in-use): New variables.
21956 (rmail-remote-password, rmail-remote-password-required):
21957 New customization variables.
21958 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
21959 (rmail-parse-url): New function.
21960 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
21961 with GNU mailutils movemail.
21962
21963 2005-01-15 Kevin Ryde <user42@zip.com.au>
21964
21965 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21966 suffix to space, $ or '$, to correctly position point when going
21967 to @table style constants like DBL_MAX.
21968
21969 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
21970
21971 * type-break.el (type-break-mode, type-break-file-time)
21972 (type-break-file-keystroke-count, type-break-choose-file):
21973 Don't store data in or load data from the file if type-break-file-name
21974 is nil.
21975 (type-break-file-name): Doc update as per the above.
21976
21977 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
21978
21979 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21980 lookup-key might return nil; handle that.
21981
21982 2005-01-15 Alan Mackenzie <acm@muc.de>
21983
21984 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21985 rather than the element found, thus enabling the tree to be setcar'd.
21986
21987 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21988
21989 * textmodes/org.el (org-show-following-heading): New option.
21990 (org-show-hierarchy-above): Use `org-show-following-heading'.
21991 (org-cycle): Documentation fix.
21992
21993 * textmodes/org.el (orgtbl-optimized): New option
21994 (orgtbl-mode): New command, a minor mode.
21995 (orgtbl-mode-map): New variable.
21996 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21997 (orgtbl-error, orgtbl-self-insert-command)
21998 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21999
22000 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22001 a local variable in each org-mode buffer.
22002
22003 * textmodes/org.el (org-set-regexps-and-options): Rename from
22004 `org-set-regexps'. Added checking for STARTUP keyword.
22005 (org-get-current-options): Add STARTUP options.
22006 (org-table-insert-row): Make mode intelligent about when
22007 realignment is needed.
22008 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22009 New commands.
22010 (org-enable-table-editor): New default value `optimized'.
22011 (org-table-blank-field): Support blanking regions if active.
22012
22013 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22014
22015 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22016 if the year is not given.
22017
22018 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22019 Add new escapes %m and %M, fixed bug with %F by adding
22020 save-match-data.
22021 (reftex-reference): Remove ?. from list of spaces.
22022 (reftex-label-info): Add automatic label prefix recognition.
22023
22024 * textmodes/reftex-index.el (reftex-index-next-phrase):
22025 Add slave parameter to call of `reftex-index-this-phrase'.
22026 (reftex-index-this-phrase): New optional argument.
22027 (reftex-index-region-phrases): Add slave parameter to call of
22028 `reftex-index-this-phrase'.
22029 (reftex-display-index): New argument redo.
22030 (reftex-index-rescan): Add `redo' to arguments of
22031 `reftex-display-index'.
22032 (reftex-index-Rescan, reftex-index-revert)
22033 (reftex-index-switch-index-tag): Add `redo' to arguments of
22034 `reftex-display-index'.
22035 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22036 indexing. Fix bug with matching is there is a quote before or
22037 after the word.
22038
22039 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22040 Fix bug when collecting citation keys in lines with comments.
22041 (reftex-citation): Prefix argument no longer rescans the document,
22042 but forces prompting for optional arguments of cite macros.
22043 (reftex-do-citation): Prompting for optional arguments implemented.
22044
22045 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22046 Add optional arguments to most cite commands.
22047 (reftex-cite-cleanup-optional-args): New option
22048 (reftex-cite-prompt-optional-args): New option.
22049 (reftex-trust-label-prefix): New option.
22050
22051 * textmodes/reftex-toc.el (reftex-toc-find-section):
22052 Add push-mark before changing the position in the buffer.
22053
22054 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22055 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22056
22057 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22058
22059 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22060 more carefully.
22061
22062 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22063
22064 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22065 (sgml-mode): Use it.
22066 (sgml-get-context): Better keep track of implicitly closed tags.
22067
22068 2005-01-13 Kenichi Handa <handa@m17n.org>
22069
22070 * textmodes/ispell.el: These changes are to fix misalignment error
22071 caused by equivalent characters of different Emacs charsets.
22072 (ispell-unified-chars-table): New variable.
22073 (ispell-get-decoded-string): New function.
22074 (ispell-get-casechars, ispell-get-not-casechars)
22075 (ispell-get-otherchars): Call ispell-get-decoded-string.
22076
22077 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22078
22079 * custom.el (custom-declare-variable): Just put symbol instead
22080 of (defvar . symbol) in `current-load-list'.
22081
22082 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22083
22084 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22085
22086 2005-01-12 Jay Belanger <belanger@truman.edu>
22087
22088 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22089 to create a Calc summary.
22090
22091 2005-01-12 Kim F. Storm <storm@cua.dk>
22092
22093 * mouse.el (mouse-on-link-p): Change functionality and doc
22094 string to comply with latest description in lisp ref.
22095
22096 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22097
22098 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22099 Enable mouse clicks on mode-line, header-line and margin.
22100 (event-type): Give mouse event symbols an `event-kind' property
22101 with value `mouse-click'.
22102
22103 2005-01-12 Juri Linkov <juri@jurta.org>
22104
22105 * facemenu.el (list-colors-display): Add new arg buffer-name.
22106 Use it. Fix docstring. Replace code for identifying duplicate
22107 colors by the name with call to `list-colors-duplicates' which
22108 identifies duplicate colors by the value unless the color
22109 is one of special Windows colors. Set truncate-lines to t.
22110 Print sorted duplicate color names on each line. Indent to 22
22111 \(the longest color name in rgb.txt) instead of 20. Optimize.
22112 (list-colors-duplicates): New function.
22113 (facemenu-color-name-equal): Delete function.
22114
22115 * facemenu.el (list-colors-print): New function created from code
22116 in list-colors-display. Print #RRGGBB at the window right edge.
22117 (list-colors-display): When temp-buffer-show-function is not
22118 defined, call list-colors-print from temp-buffer-show-hook
22119 to get the right value of window-width in list-colors-print
22120 after the buffer is displayed.
22121
22122 * simple.el (pop-mark): Move deactivate-mark out of conditional
22123 part to deactivate the active mark regardless of the state of the
22124 mark ring.
22125
22126 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22127 variables line in desktop files.
22128
22129 2005-01-12 Juri Linkov <juri@jurta.org>
22130
22131 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22132 Bring together isearch highlight related options.
22133 (lazy-highlight): Replace group `replace' by `matching'.
22134 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22135 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22136 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22137 and declare them obsolete.
22138 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22139 (isearch-faces): Remove defgroup.
22140 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22141 Move isearch highlighting code closer to lazy highlighting code.
22142
22143 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22144 (query-replace-highlight, query-replace-lazy-highlight)
22145 (query-replace): Move definitions to the beginning of the file.
22146
22147 2005-01-11 Juri Linkov <juri@jurta.org>
22148
22149 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22150 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22151 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22152
22153 * info.el (Info-history-forward): New variable.
22154 (Info-select-node): Reset Info-history-forward to nil.
22155 (Info-last): Turn into defalias.
22156 (Info-history-back): Rename from Info-last.
22157 Add current node to Info-history-forward.
22158 (Info-history-forward): New fun.
22159 (Info-mode-map): Replace Info-last by Info-history-back.
22160 Bind Info-history-forward to "r".
22161 (Info-mode-menu): Replace Info-last by Info-history-back.
22162 Fix menu item text. Add menu item for Info-history-forward.
22163 (info-tool-bar-map): Replace Info-last by Info-history-back.
22164 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22165 for Info-history-forward.
22166 (Info-mode): Replace Info-last by Info-history-back in docstring.
22167 Add local variable Info-history-forward.
22168 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22169
22170 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22171
22172 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22173 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22174 Ignore select-window events rather than fiddle with
22175 mouse-autoselect-window.
22176
22177 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22178
22179 * type-break.el (type-break-mode): Fix previous change.
22180
22181 2005-01-10 Jay Belanger <belanger@truman.edu>
22182
22183 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22184 calculator; only reset when point is inside a calculator.
22185 Don't adjust the window height if the window takes up the whole height
22186 of the frame.
22187
22188 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22189
22190 * ebuff-menu.el (Electric-buffer-menu-mode):
22191 Preserve value of buffer-local var header-line-format.
22192
22193 2005-01-09 Jay Belanger <belanger@truman.edu>
22194
22195 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22196 Make sure settings file exists before accessing it.
22197
22198 * calc/calc-embed.el (calc-embedded-subst):
22199 Replace math-multi-subst-rec, which is only supposed to be called
22200 by math-multi-subst, by math-multi-subst.
22201
22202 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22203
22204 * vc.el (vc-allow-async-revert): New user option.
22205 (vc-disable-async-diff): New internal variable.
22206 (vc-revert-buffer): Use them to disable asynchronous diff.
22207
22208 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22209 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22210 asynchronously if vc-disable-async-diff is t.
22211
22212 2005-01-09 Jay Belanger <belanger@truman.edu>
22213
22214 * calc/calc.el (defcalcmodevar): New macro.
22215 (calc-mode-var-list-restore-default-values)
22216 (calc-mode-var-list-restore-saved-values): New functions.
22217 (calc-mode-var-list): Use defcalcmodevar to define it.
22218 (calc-always-load-extensions, calc-line-numbering)
22219 (calc-line-breaking, calc-display-just, calc-display-origin)
22220 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22221 (calc-group-char, calc-point-char, calc-frac-format)
22222 (calc-prefer-frac, calc-hms-format, calc-date-format)
22223 (calc-float-format, calc-full-float-format, calc-complex-format)
22224 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22225 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22226 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22227 (calc-matrix-brackets, calc-language, calc-language-option)
22228 (calc-left-label, calc-right-label, calc-word-size)
22229 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22230 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22231 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22232 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22233 (calc-window-height, calc-display-trail, calc-show-selections)
22234 (calc-use-selections, calc-assoc-selections)
22235 (calc-display-working-message, calc-auto-why, calc-timing)
22236 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22237 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22238 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22239 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22240 (calc-gnuplot-geometry, calc-graph-default-resolution)
22241 (calc-graph-default-resolution-3d, calc-invocation-macro)
22242 (calc-show-banner): Use defcalcmodevar to declare them and set
22243 their default values.
22244
22245 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22246 instead of default values (but restore default values if there is
22247 an argument of 0).
22248
22249 2005-01-09 David Kastrup <dak@gnu.org>
22250
22251 * desktop.el (desktop-restore-eager): Fix typo in type.
22252
22253 2005-01-08 Richard M. Stallman <rms@gnu.org>
22254
22255 * cus-edit.el (customize): Delete :link.
22256
22257 2005-01-08 Jay Belanger <belanger@truman.edu>
22258
22259 * calc/calc.el (calc-mode): Remove the extension from the
22260 `calc-settings-file' file name when loading it.
22261
22262 2005-01-08 Kim F. Storm <storm@cua.dk>
22263
22264 * info.el (Info-mode-map, Info-next-link-keymap)
22265 (Info-prev-link-keymap, Info-up-link-keymap):
22266 Map follow-link to mouse-face.
22267 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22268
22269 2005-01-08 Jay Belanger <belanger@truman.edu>
22270
22271 * calc/calc.el (calc-settings-file): Change default value.
22272 Suggested by cgw in a comment in calc-mode.el.
22273
22274 * calc/calc-mode.el (calc-settings-file-name):
22275 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22276 Replace ~/.emacs in a prompt by calc-settings-file.
22277
22278 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22279
22280 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22281 (desktop-lazy-idle-delay): New customizable variables.
22282 (desktop-buffer-args-list): New variable.
22283 (desktop-append-buffer-args): New function.
22284 (desktop-save): Call desktop-append-buffer-args for some buffers.
22285 (desktop-lazy-create-buffer): New function.
22286 (desktop-idle-create-buffers): New function.
22287 (desktop-read): Add message about buffers to restore lazily.
22288 (desktop-lazy-abort): New command.
22289 (desktop-clear): Call desktop-lazy-abort.
22290 (desktop-lazy-complete): New command.
22291
22292 2005-01-06 Richard M. Stallman <rms@gnu.org>
22293
22294 * emacs-lisp/find-func.el (find-face-definition):
22295 Rename from find-face.
22296
22297 2005-01-06 Kim F. Storm <storm@cua.dk>
22298
22299 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22300
22301 * man.el (Man-xref-man-page, Man-xref-header-file)
22302 (Man-xref-normal-file): Add follow-link property.
22303
22304 2005-01-06 Jay Belanger <belanger@truman.edu>
22305
22306 * calc/calc-units.el: Make sure the proper macro definitions are
22307 available when compiling.
22308
22309 2005-01-06 Juri Linkov <juri@jurta.org>
22310
22311 * isearch.el (isearch-lazy-highlight-update):
22312 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22313
22314 2005-01-06 Miles Bader <miles@gnu.org>
22315
22316 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22317 (isearch-lazy-highlight-face): Use new name.
22318
22319 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22320
22321 * uniquify.el (uniquify-rationalize-file-buffer-names):
22322 Re-add an interactive spec.
22323 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22324 to the same name.
22325
22326 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22327 (isearch-update, isearch-done): Adjust calls accordingly.
22328
22329 2005-01-05 Richard M. Stallman <rms@gnu.org>
22330
22331 * custom.el (custom-set-variables, custom-theme-set-variables):
22332 Clarify documentation.
22333
22334 * emacs-lisp/find-func.el (find-variable)
22335 (find-variable-other-window, find-variable-other-frame):
22336 Fix the TYPE args to find-function-read and find-function-do-it.
22337 (find-function): Doc fix.
22338 (find-function-at-point): Replace function-at-point alias.
22339
22340 2005-01-04 Richard M. Stallman <rms@gnu.org>
22341
22342 * cus-face.el (custom-declare-face):
22343 Record defface in current-load-list.
22344
22345 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22346
22347 * emacs-lisp/find-func.el: Doc fixes.
22348 (find-face-regexp): New variable.
22349 (find-function-regexp-alist): New variable.
22350 (find-function-C-source): Third arg is now TYPE.
22351 (find-function-search-for-symbol): Handle general TYPE.
22352 (find-function-read, find-function-do-it): Handle general TYPE.
22353 (find-definition-noselect, find-face): New functions.
22354 (function-at-point): Alias deleted.
22355
22356 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22357
22358 * battery.el (display-battery-mode): Rename from display-battery.
22359 Handle the case where it gets turned off.
22360
22361 2005-01-04 Richard M. Stallman <rms@gnu.org>
22362
22363 * cus-edit.el (customize): Make :link point to user doc.
22364
22365 * man.el (Man-fontify-manpage): Turn off undo generation.
22366
22367 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22368
22369 2005-01-04 Andreas Schwab <schwab@suse.de>
22370
22371 * files.el (insert-directory): Only look for error lines in
22372 inserted text. Don't move too far after processing --dired markers.
22373
22374 2005-01-04 Richard M. Stallman <rms@gnu.org>
22375
22376 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22377 Don't expand if the character is @, period, dash, etc.
22378 (define-mail-abbrev): Quote names that contain problem characters.
22379
22380 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22381
22382 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22383
22384 2005-01-03 Richard M. Stallman <rms@gnu.org>
22385
22386 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22387 (query-replace-highlight, query-replace-lazy-highlight)
22388 (query-replace): Definitions moved up. Doc fix.
22389
22390 2005-01-03 Richard M. Stallman <rms@gnu.org>
22391
22392 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22393 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22394 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22395 (lazy-highlight-face): Rename from isearch-lazy-...
22396 Change all references to them.
22397
22398 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22399
22400 * cus-edit.el (custom-file): Doc fix for defcustom.
22401 (custom-file): The function no longer sets the variable
22402 `custom-file' to its return value.
22403
22404 * startup.el (command-line): No longer load `custom-file'.
22405
22406 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22407
22408 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22409
22410 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22411 Don't confuse module-prefixed identifiers for labels.
22412 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22413
22414 2005-01-02 Richard M. Stallman <rms@gnu.org>
22415
22416 * files.el (basic-save-buffer-1): Fix previous change.
22417
22418 * loadhist.el (file-loadhist-lookup): New function.
22419 (file-provides, file-requires): Use it.
22420
22421 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22422 instead of calculating the right size.
22423
22424 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22425
22426 * vc-svn.el (vc-svn-diff): Stay local if possible.
22427
22428 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22429
22430 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22431
22432 * files.el (hack-local-variables): Fix last change.
22433
22434 2005-01-02 Jay Belanger <belanger@truman.edu>
22435
22436 * calc/calc-yank.el (calc-edit-top): New variable.
22437 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22438 object. Change header properties.
22439 (calc-edit-finish, calc-edit-finish-stack-object)
22440 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22441 edited object.
22442 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22443 for the beginning of the edited object.
22444 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22445 for the beginning of the edited object.
22446 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22447 (calc-finish-formula-edit, calc-macro-repeats)
22448 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22449 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22450 beginning of the edited object.
22451 (calc-user-define-edit): Change the header for editing macros.
22452 Remove unnecessary variable.
22453
22454 2005-01-01 Jay Belanger <belanger@truman.edu>
22455
22456 * calc/calc-yank.el (calc-edit-mode): Change default header.
22457 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22458 * calc/calc-store.el (calc-edit-variable): Change title to match new
22459 header.
22460 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22461 mode to match new header.
22462 (calc-user-define-edit): Change titles to include names of commands.
22463 (calc-finish-formula-edit): Adjust to handle new header.
22464 (calc-finish-macro-edit): Remove.
22465 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22466 (calc-edit-macro-command, calc-edit-macro-command-type)
22467 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22468 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22469 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22470 (calc-edit-macro-finish-edit): New functions.
22471 (calc-user-define-edit): Use new functions to edit named calc macros.
22472
22473 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22474
22475 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22476
22477 * ses.el (copy-region-as-kill): Deactivate mark.
22478
22479 2005-01-01 Richard M. Stallman <rms@gnu.org>
22480
22481 * replace.el (occur-1): If the output buffer is also an input,
22482 don't kill it, rename it.
22483
22484 * faces.el (set-face-background, set-face-foreground): Doc fix.
22485
22486 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22487 for :foreground and :background.
22488
22489 * dired.el (dired-view-command-alist): Variable deleted.
22490 (dired-view-file, dired-mouse-find-file-other-window):
22491 Delete the code to use it.
22492
22493 2005-01-01 Kim F. Storm <storm@cua.dk>
22494
22495 * image.el (insert-sliced-image): Use t for line-height property.
22496
22497 See ChangeLog.11 for earlier changes.
22498
22499 ;; Local Variables:
22500 ;; coding: iso-2022-7bit
22501 ;; End:
22502
22503 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22504 Copying and distribution of this file, with or without modification,
22505 are permitted provided the copyright notice and this notice are preserved.
22506
22507 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1