]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(find-function-search-for-symbol): Fix regexp so the defined var/fun doesn't
[gnu-emacs] / lisp / ChangeLog
1 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4 so the defined var/fun doesn't need to be quoted.
5
6 2006-04-10 Richard Stallman <rms@gnu.org>
7
8 * finder.el (finder-mode-map): Add n and p bindings.
9
10 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
11
12 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14 (gdb-setup-windows): Put something in source window if we can't find
15 the source file.
16 (gdb-frame-handler): Make it work again with just assembly.
17 (gdb-data-list-register-values-handler): Make it work when there is
18 no stack.
19
20 2006-04-09 Richard Stallman <rms@gnu.org>
21
22 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
23 specs while looking for charset.
24
25 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
26
27 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
28 Make them faces.
29 (lm-font-lock-keywords): Update appropriately.
30
31 2006-04-10 Kim F. Storm <storm@cua.dk>
32
33 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
34 it can also replace buffer-substring-no-properties.
35
36 * emulation/cua-base.el (cua-delete-region, cua-paste)
37 (cua-repeat-replace-region): Use filter-buffer-substring.
38
39 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
40 (cua-cut-region-to-global-mark): Likewise.
41
42 * emulation/cua-rect.el (cua--extract-rectangle)
43 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
44
45 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
46
47 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
48 entry-type. Add field delimiters to numerical fields if they are
49 not present.
50
51 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
52
53 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
54 string-const to return value.
55 (bibtex-remove-delimiters): Use it.
56
57 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
60 cl-byte-compile-compiler-macro unless it exists.
61
62 2006-04-08 Eli Zaretskii <eliz@gnu.org>
63
64 * files.el (hack-local-variables-confirm) <offer-save>:
65 Clarify message text. Suggested by Ralf Angeli.
66
67 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
68
69 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
70 (delete-extract-rectangle-line): Use `filter-buffer-substring'
71 instead of `buffer-substring' and `delete-region'. (Most of the
72 code actually copied from `kill-region'.)
73
74 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
75
76 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
77 (rcirc-default-port): Rename from rcirc-port.
78 (rcirc-default-nick): Rename from rcirc-nick.
79 (rcirc-default-user-name): Rename from rcirc-user-name.
80 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
81 (rcirc-low-priority-flag): New variable.
82 (rcirc-decode-coding-system): New defcustom.
83 (rcirc-encode-coding-system): New defcustom.
84 (rcirc-coding-system-alist): New defcustom.
85 (rcirc-multiline-major-mode): New defcustom.
86 (rcirc-nick): New internal variable.
87 (rcirc-process): Remove variable.
88 (rcirc-server-buffer): New variable.
89 (rcirc): Update to use rcirc-default-* variables above.
90 (rcirc-connect): Do not add window-configuration-hook-here.
91 (rcirc-server): New internal variable.
92 (rcirc-connect): Do not send keepalive pings if
93 rcirc-keepalive-seconds is nil.
94 (with-rcirc-server-buffer): New macro.
95 (rcirc-send-string): Encode with rcirc-encode-coding-system.
96 (rcirc-server-name): Rename from rcirc-server.
97 (rcirc-buffer-process): New function.
98 (rcirc-buffer-nick): New function.
99 (rcirc-buffer-target): Remove function.
100 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
101 New commands.
102 (rcirc-mode-map): Change binding of C-c C-l to
103 rcirc-toggle-low-priority.
104 (rcirc-mode): Initialize coding system based on
105 rcirc-coding-system-alist. New change-major-mode-hook to part the
106 channel on a mode change. Make kill-buffer-hook buffer-local.
107 (rcirc-change-major-mode-hook): New function.
108 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
109 (rcirc-last-post-time): New variable.
110 (rcirc-process-message): Store the last time user posted a message
111 to this target.
112 (rcirc-multiline-minor-mode): New mode.
113 (rcirc-multiline-minor-mode-map): New mode map.
114 (rcirc-edit-multiline): Put multiline-edit buffer in
115 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
116 (rcirc-print): Ignore any line starting with an ignored nick.
117 (rcirc-print): Decode using rcirc-decode-coding-system.
118 (rcirc-track-minor-mode): Update global-mode-string when disabling
119 this mode.
120 (minor-mode-alist): Add LowPri indicator.
121 (rcirc-toggle-low-priority): New function.
122 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
123 next lowpriority buffer with activity.
124 (rcirc-record-activity): Sort buffers in rcirc-activity by the
125 last time the user posted a message in to the target.
126 (rcirc-update-activity-string): New formatting for low priority
127 buffers.
128 (rcirc-split-activity): New function.
129 (rcirc-handler-PART, rcirc-handler-KICK)
130 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
131 (rcirc-nick-away-alist): New variable.
132 (rcirc-handler-301): New handler. Away messages are printed once
133 per change.
134
135 2006-04-08 Eli Zaretskii <eliz@gnu.org>
136
137 * info.el (Info-follow-nearest-node): Doc fix.
138
139 * international/mule-cmds.el (set-locale-environment): Make sure
140 the coding-system preferred by the locale's language has the same
141 EOL conversion type as the original buffer-file-coding-system.
142 (locale-language-names): Add a few MS Windows language codes.
143
144 2006-04-07 Richard Stallman <rms@gnu.org>
145
146 * simple.el (eval-expression): Doc fix.
147
148 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
149 (eval-defun): Doc fixes.
150
151 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
152
153 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
154
155 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
156
157 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
158 GDB list command without argument for greater generality.
159
160 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
161
162 * subr.el (string-or-null-p): New function.
163
164 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
165
166 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
167
168 * files.el: Update comment about safe-local-variable declarations.
169
170 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
171
172 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
173 See idlwave.org.
174
175 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
176 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
177
178 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
179 See idlwave.org.
180
181 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
182 version 6.0 (minimal changes). See idlwave.org.
183
184 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
185 6.0 (minimal changes). See idlwave.org.
186
187 * progmodes/idlw-rinfo.el: File obsoleted and removed.
188
189 2006-04-06 Romain Francoise <romain@orebokech.com>
190
191 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
192 symmetric encryption features and a new asynchronous interface to
193 GnuPG. This new version is version 1.4, plus whitespace changes.
194
195 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
196
197 * files.el: Move some `safe-local-variable' declarations to the
198 respective files.
199
200 * textmodes/ispell.el (ispell-check-comments)
201 (ispell-local-dictionary): Mark as safe.
202
203 * abbrev.el (abbrev-mode): Mark as safe.
204
205 * add-log.el (change-log-default-name): Mark as safe.
206
207 * textmodes/reftex-vars.el (reftex-vref-is-default)
208 (reftex-fref-is-default, reftex-level-indent)
209 (reftex-guess-label-type): Mark as safe.
210
211 * textmodes/fill.el (colon-double-space): Mark as safe.
212
213 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
214 (sentence-end-double-space, sentence-end-without-period)
215 (sentence-end-without-space, sentence-end, sentence-end-base)
216 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
217
218 2006-04-06 Kim F. Storm <storm@cua.dk>
219
220 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
221 the :set-after list.
222 (ido-downcase-unc-hosts): New user option. Default on.
223 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
224 when it is set, as regexps are now applied on the fly.
225 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
226 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
227 on the fly, but only when ido-process-ignore-lists is set.
228 Do case insensitive filtering if ido-downcase-unc-hosts is set.
229 Only downcase names if ido-downcase-unc-hosts is set.
230
231 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
232
233 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
234
235 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
236
237 2006-04-05 Kim F. Storm <storm@cua.dk>
238
239 * ido.el (ido-mode): Set after ido-unc-hosts and
240 ido-ignore-unc-host-regexps.
241 (ido-save-history): Save ido-unc-hosts-cache.
242 (ido-load-history): Load ido-unc-hosts-cache.
243 (ido-reread-directory): Refresh unc hosts cache in // dir.
244
245 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
246 to nil while displaying slash screen.
247
248 2006-04-05 Daiki Ueno <ueno@unixuser.org>
249
250 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
251 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
252
253 2006-04-05 Kenichi Handa <handa@m17n.org>
254
255 * international/characters.el: Setup cases of Latin, Greek, and
256 Cyrillic characters in CJK charsets.
257
258 2006-03-29 Daiki Ueno <ueno@unixuser.org>
259
260 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
261 default-enable-multibyte-characters. This reverts the change from
262 revision 6.17 which is no longer necessary because the passphrase
263 is sent separately now. GnuPG messages are unreadable under
264 multibyte locales with default-enable-multibyte-characters set to nil.
265
266 2006-04-04 Andreas Schwab <schwab@suse.de>
267
268 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
269 and `byte-compile-warnings' as `safe-local-variable'.
270
271 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
272
273 * man.el (Man-mode-map): Restore the \r binding.
274 (Man-abstract-xref-man-page): If Man-target-string is a function,
275 call it.
276 (Man-highlight-references): Use Man-default-man-entry to get the
277 target. Deal with xrefs too.
278 (Man-highlight-references0): Don't call the target function.
279
280 * woman.el (WoMan-xref-man-page): Strip the section number, woman
281 cannot deal with it.
282
283 2006-04-04 Daiki Ueno <ueno@unixuser.org>
284
285 * pgg-gpg.el: Clean up process buffers every time gpg processes
286 complete.
287
288 2006-04-04 Kenichi Handa <handa@m17n.org>
289
290 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
291 here.
292 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
293 Temporarily bind inhibit-field-text-motion to t.
294
295 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * startup.el (normal-splash-screen): Only set mode-line-format in the
298 splash buffer, so as not to interfere when debugging the code.
299 Ignore errors when switching buffer.
300
301 2006-04-03 Romain Francoise <romain@orebokech.com>
302
303 * dired.el (dired-dnd-protocol-alist): Fix typo.
304
305 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
306
307 * savehist.el (savehist): Add :version.
308 (savehist-ignored-variables): New variable.
309 (savehist-minibuffer-hook): Don't save variables listed in
310 `savehist-ignored-variables'.
311
312 * dired.el (dired-dnd-protocol-alist): Mention that change does
313 only apply to new buffers in doc string.
314
315 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
316
317 * recentf.el (recentf-open-files-item): Include newline in button
318 field, so opening a file will work, when the point is at the end
319 of the file name. Allow, for example, to [i]search a file by
320 extension and just push RET to open it.
321
322 2006-04-03 Daiki Ueno <ueno@unixuser.org>
323
324 * pgg-gpg.el (pgg-gpg-process-filter)
325 (pgg-gpg-wait-for-completion): Check if buffer is alive.
326
327 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
328 lines, temporary fix.
329
330 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
331
332 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
333
334 2006-04-02 Richard Stallman <rms@gnu.org>
335
336 * progmodes/compile.el (compilation-message-face): Make it defcustom.
337
338 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
339
340 * ibuf-macs.el (define-ibuffer-column): Add a new key:
341 header-mouse-map.
342
343 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
344 (ibuffer-mode-header-map): New keymaps.
345 (ibuffer-update-title-and-summary): Enable mouse face highlighting
346 and keybindings for column headers.
347 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
348 property.
349
350 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
351
352 * speedbar.el (speedbar-after-create-hook): Doc fix.
353
354 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
355
356 * shell.el (shell-directory-tracker)
357 (shell-dynamic-complete-command): Doc fixes.
358
359 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
360
361 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
362 terminals.
363
364 2006-04-01 Kim F. Storm <storm@cua.dk>
365
366 * ido.el (ido-unc-hosts-cache): New defvar.
367 (ido-unc-hosts): If value of defcustom is a function, call it to
368 get list of UNC hosts. Add function-item choices to specify
369 ido-unc-hosts-net-view or user function.
370 (ido-ignore-unc-host-regexps): New defcustom.
371 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
372 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
373 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
374
375 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
378 wwidth.
379
380 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
381
382 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
383 (ido-max-work-file-list, ido-switch-buffer)
384 (ido-read-file-name-as-directory-commands):
385 Fix typos in docstrings.
386
387 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
388
389 * term/mac-win.el (mac-system-coding-system): Define and use after
390 Mac-specific coding systems are ready.
391
392 2006-03-27 Romain Francoise <romain@orebokech.com>
393
394 * net/rcirc.el (rcirc-connect): Add autoload cookie.
395
396 * ldefs-boot.el: Update.
397
398 2006-03-27 Daiki Ueno <ueno@unixuser.org>
399
400 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
401 passphrases when it is not needed.
402 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
403 passphrase stuff from gpg, should only be necessary when you use
404 gpg with a smartcard.
405
406 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
407
408 * comint.el (comint-dynamic-list-completions): Allow user to
409 select *Completions* buffer.
410
411 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
412
413 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
414
415 2006-03-26 Andreas Schwab <schwab@suse.de>
416
417 * progmodes/gud.el (gdb): Only complain about multiple debugging
418 when the gdb process is still running.
419
420 2006-03-25 Eli Zaretskii <eliz@gnu.org>
421
422 * mail/rmail.el (tool-bar-map): Defvar it.
423 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
424 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
425
426 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
427
428 * help.el (print-help-return-message): Suggest to use
429 display-buffer instead of switch-to-buffer-other-window to restore
430 the previous window without selecting it.
431
432 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
433
434 * frame.el (select-frame-by-name): Call x-focus-frame also when
435 window-system is mac.
436
437 * term/mac-win.el: Adjust Courier font specifications in
438 x-fixed-font-alist.
439 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
440 when directly encoding to UTF-16 in native byte order, no BOM.
441
442 2006-03-25 Kim F. Storm <storm@cua.dk>
443
444 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
445 (cua--init-keymaps): Use it instead of fixed C-return.
446 (cua-mode): Set after it.
447
448 * emulation/cua-rect.el (cua--init-rectangles):
449 Use cua-rectangle-mark-key instead of fixed C-return.
450
451 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
452
453 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
454 "run" in .gdbinit.
455 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
456
457 2006-03-24 Romain Francoise <romain@orebokech.com>
458
459 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
460 `display-buffer-other-frame'.
461
462 2006-03-24 Kim F. Storm <storm@cua.dk>
463
464 * apropos.el (apropos-synonyms): Add selection => region.
465
466 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
467
468 * progmodes/gdb-ui.el (gdb-var-create-regexp)
469 (gdb-var-list-children-regexp, gdb-var-update-regexp)
470 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
471 (gdb-data-list-register-values-regexp)
472 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
473 Future proof against new fields being added to MI output.
474 (gdb-send): Don't treat backslashes for program input as
475 continuations.
476 (gdb-assembler-handler): Don't use window-start for this handler.
477 (gdb-frame-handler): Don't change to hollow arrow if overlay
478 arrow doesn't move to new frame.
479
480 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
481
482 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
483 prevent compiler warnings.
484 (gdb-stopped): Check for gud-last-last-frame (case: signal).
485 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
486 (gdb-assembler-custom): Use hollow-right-triangle for assembler
487 buffer too.
488
489 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
490
491 * pgg-gpg.el (pgg-gpg-update-agent): Check for
492 make-network-process, so we can use the same code in Gnus v5-10
493 too and have this file fully synchronized with that release.
494
495 2006-03-23 Romain Francoise <romain@orebokech.com>
496
497 * ibuf-ext.el (ibuffer-read-filter-group-name):
498 Use `ibuffer-generate-filter-groups' to make completion list match
499 the filter groups that are really displayed in the Ibuffer buffer.
500 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
501
502 2006-03-23 Kenichi Handa <handa@m17n.org>
503
504 * international/mule-cmds.el (sort-coding-systems): Describe that
505 the argument is modified in docstring.
506
507 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
508
509 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
510 (pgg-gpg-update-agent): New function.
511 (pgg-gpg-use-agent-p): New function.
512 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
513 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
514 (pgg-gpg-sign-region): Use it.
515
516 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
517
518 * cus-edit.el (custom-face-set): Call custom-push-theme before
519 face-spec set so that `changed' theme is correctly saved.
520 (custom-face-reset-standard): Reset to recalculated face rather
521 than defface spec.
522
523 * custom.el (custom-push-theme): Only save `changed' theme if the
524 current face does not match the defface specs.
525
526 2006-03-21 Simon Josefsson <jas@extundo.com>
527
528 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
529 <wilde@sha-bang.de>.
530 (pgg-gpg-use-agent): New variable.
531 (pgg-gpg-process-region): Use it.
532 (pgg-gpg-encrypt-region): Likewise.
533 (pgg-gpg-encrypt-symmetric-region): Likewise.
534 (pgg-gpg-decrypt-region): Likewise.
535 (pgg-gpg-sign-region): Likewise.
536 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
537
538 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
539
540 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
541 bracket links.
542
543 2006-03-21 Kim F. Storm <storm@cua.dk>
544
545 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
546 fringe-indicator-alist instead of modifying global value.
547 (gdb-frame-handler): Likewise.
548
549 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
550
551 * diff-mode.el (diff-function): Make it inherit from diff-header
552 instead of diff-context.
553
554 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
555 bitmap.
556 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
557 change names in macro above for consistency.
558 (gdb-frame-handler): Use hollow-right-triangle for all selected
559 frames which except the innermost (where execution has stopped).
560 (gdb-reset): Reset buffer-local values of overlay-arrow.
561
562 2006-03-20 Richard Stallman <rms@gnu.org>
563
564 * simple.el (set-mark-command): Doc fix.
565
566 * files.el (display-buffer-other-frame): New command.
567 (ctl-x-4-map): Bind C-x 5 C-o to it.
568
569 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
572 rather than just defer-time, in case defer-time has been changed but
573 the timer isn't running yet.
574 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
575
576 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
577
578 * help-mode.el (help-follow-symbol): New function.
579 Essentially identical to the old `help-follow', but do not let
580 `push-button' do the work when on an xref.
581 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
582
583 2006-03-19 Richard Stallman <rms@gnu.org>
584
585 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
586 preceded by the word `program'.
587 (help-follow-mouse, help-follow): Throw error if not on xref.
588 Delete no longer used args.
589
590 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
591
592 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
593 annotation ensure gud-overlay-arrow-position is redisplayed.
594
595 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
596
597 * textmodes/bibtex.el (bibtex-include-OPTkey)
598 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
599 (bibtex-autokey-name-case-convert)
600 (bibtex-autokey-titleword-case-convert): Make these the aliases
601 for the following two variables.
602 (bibtex-autokey-name-case-convert-function)
603 (bibtex-autokey-titleword-case-convert-function): Make these the
604 real names.
605 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
606 bibtex-font-lock-crossref sublists.
607 (bibtex-mode): Revert 2005-12-30 change (which made
608 completion-ignore-case buffer-local).
609 (bibtex-url): Simplify.
610
611 2006-03-19 Kim F. Storm <storm@cua.dk>
612
613 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
614 cursor property value to 2 (to align with C level change).
615
616 2006-03-19 Bill Wohler <wohler@newt.com>
617
618 * image.el (image-load-path-for-library): Shorten first line in
619 docstring.
620
621 2006-03-18 Richard Stallman <rms@gnu.org>
622
623 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
624
625 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
626
627 * isearch.el (isearch-other-meta-char): Handle user bindings for
628 shifted control characters.
629
630 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
631
632 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
633 part that matches email addresses, file names, etc.
634
635 2006-03-18 Eli Zaretskii <eliz@gnu.org>
636
637 * term/w32-win.el (mouse-set-font):
638 Mention w32-list-proportional-fonts in the doc string.
639
640 2006-03-18 Kim F. Storm <storm@cua.dk>
641
642 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
643 (ido-unc-hosts): New user option to explicitly define list of know
644 UNC-style hosts for completion.
645 (ido-cache-unc-host-shares-time): New user option.
646 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
647 New helper functions for UNC file-name support.
648 (ido-may-cache-directory): Check for UNC host. Simplify.
649 (ido-wash-history): Clean out old UNC hosts.
650 (ido-nonreadable-directory-p): UNC hosts are always readable.
651 (ido-directory-too-big-p): UNC hosts are never too big.
652 (ido-set-current-directory): Handle UNC root path.
653 (ido-file-name-all-completions): Complete UNC host names from
654 ido-unc-hosts list. Cache UNC host shares.
655 (ido-make-file-list-1): Don't filter UNC root.
656 (ido-exhibit): Check for // in root directory, and switch to UNC
657 mode by setting ido-current-directory to //.
658
659 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
660
661 * cus-edit.el (customize-changed-options): Mention explicit
662 version number as default in prompt.
663
664 2006-03-17 Bill Wohler <wohler@newt.com>
665
666 * image.el (image-load-path-for-library): Minor docstring fix.
667
668 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
669
670 * textmodes/org.el (org-read-date): Include subgroup 5 into
671 replacement text.
672 (org-popup-calendar-for-date-prompt): Fix customization type.
673
674 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
675
676 * progmodes/gdb-ui.el (gud-watch): Provide completion.
677 (gdb-continuation): New variable.
678 (gdb-send): Deal with continuation lines.
679
680 * progmodes/gud.el (gud-gdb-complete-command)
681 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
682 expressions.
683 (gud-tooltip-mode): Use buffer-local value.
684
685 2006-03-16 Kim F. Storm <storm@cua.dk>
686
687 * ido.el (ido-edit-input): Use selected match, if any.
688
689 2006-03-16 Bill Wohler <wohler@newt.com>
690
691 * image.el (image-load-path-for-library): Prefer user's images in
692 image-load-path.
693
694 2006-03-16 Martin Rudalics <rudalics@gmx.at>
695
696 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
697 when checking for attempt to drag leftmost or rightmost scrollbar.
698
699 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
700
701 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
702 (gdb-force-mode-line-update): New function.
703 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
704 (gdb-exited): Use them.
705 (gdb-signal): New function.
706 (gdb-annotation-rules): Provide a rule for it.
707
708 2006-03-16 Kenichi Handa <handa@m17n.org>
709
710 * international/mule.el (auto-coding-regexp-alist): Add entries
711 for Unicode BOM.
712
713 * sort.el (sort-build-lists): Temporarily bind
714 inhibit-field-text-motion to t.
715
716 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
717
718 * locate.el (locate-command, locate-make-command-line)
719 (locate-fcodes-file, locate-update-command)
720 (locate-prompt-for-command, locate, locate-with-filter)
721 (locate-get-file-positions): Doc fixes.
722 (locate-buffer-name, locate-header-face): Remove leading `*' in
723 defcustom.
724 (locate-filter-output): Use `keep-lines' instead of its alias
725 `delete-non-matching-lines'.
726 (locate-get-filename, locate-get-dirname): Add introductory comment.
727 (locate-find-directory-other-window): Give appropriate error
728 message if used outside main listing.
729
730 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
733 the new extend-region feature.
734 (font-lock-after-change-function): Update correspondingly.
735 * jit-lock.el (jit-lock-after-change): Update correspondingly.
736 * progmodes/grep.el (font-lock-lines-before): Don't disable.
737
738 2006-03-15 Bill Wohler <wohler@newt.com>
739
740 * image.el (image-load-path-for-library): Fix example by not
741 recommending that one binds image-load-path. Just defvar it to
742 placate compiler and only use it if previously defined.
743
744 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
745
746 * textmodes/org.el (org-insert-centered): Use `string-width' to
747 make underlining work for wide characters.
748 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
749 TAB to `org-cycle', to make sure that no binding in
750 `outline-mode-map' can supercede it.
751
752 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
753
754 * allout.el: Increment version to 2.2.1 in file commentary.
755
756 (allout-version): Increment to 2.2.1.
757
758 (allout-default-layout): New customization variable, used when the
759 file lacks a specific allout-layout. Uses allout-layout-type for
760 recursively nested definition.
761
762 (allout-layout-type): Widget defining allout layouts, necessary for
763 self-recursive definition.
764
765 (allout-mode): Incorporate allout-default-layout as fallback for
766 allout-layout.
767
768 (allout-layout): Mark as 'safe-local-variable', and refer mention
769 fallback to `allout-default-layout' in absence of a specified value.
770 (allout-passphrase-verifier-string)
771 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
772
773 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
774
775 (allout-get-encryption-passphrase-verifier): Use correct name of
776 passphrase verifier in docstring.
777
778 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
779
780 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
781 elements.
782 (gdb-find-watch-expression): Make it work for arrays too.
783 Follow change to gdb-var-list.
784 (gud-watch): Allow the user to enter variable name with a prexix
785 arg. Create keybindings.
786 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
787 (gdb-var-list-children-handler, gdb-var-update-handler)
788 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
789 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
790 Follow change to gdb-var-list.
791 (gdb-starting): Don't show the overlay arrows when program is running.
792
793 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
794 gdb-var-list.
795
796 2006-03-14 Bill Wohler <wohler@newt.com>
797
798 * image.el (image-load-path-for-library): Pass value of path
799 rather than symbol. Always return list of directories.
800 Guarantee that image directory comes first.
801
802 2006-03-14 Alan Mackenzie <acm@muc.de>
803
804 * font-core.el (font-lock-extend-region\(-function\)?.):
805 New function/variable.
806
807 * font-lock.el (font-lock-after-change-function):
808 Call font-lock-extend-region. Obey font-lock-lines-before.
809 (font-lock-default-fontify-region): Remove reference to
810 font-lock-lines-before.
811
812 * jit-lock.el (jit-lock-after-change):
813 Call font-lock-extend-region. Obey font-lock-lines-before.
814
815 2006-03-14 David Ponce <david@dponce.com>
816
817 * tree-widget.el (tree-widget-themes-load-path)
818 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
819
820 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
821
822 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
823 (rcirc-print): Mark the start of text at the end of the prompt.
824 (rcirc-track-minor-mode): Add autoload cookie.
825 (rcirc-update-activity-string): Add space to front of mode-line
826 indicator.
827
828 2006-03-13 Miles Bader <miles@gnu.org>
829
830 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
831 (rcirc-abbrev-nick): Remove function.
832 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
833
834 2006-03-13 David Ponce <david@dponce.com>
835
836 * tree-widget.el: Handle themes across all occurrences of the main
837 themes sub-directory found in tree-widget-themes-load-path.
838 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
839 (tree-widget--locate-sub-directory): Return all occurrences.
840 (tree-widget-themes-path): New function.
841 Replace tree-widget-themes-directory, and return a list of directories.
842 (tree-widget-set-parent-theme)
843 (tree-widget-lookup-image): Use it.
844
845 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
846
847 * textmodes/org.el (org-link-search): Avoid self-matching of
848 links, allow target text to be distributed over several lines.
849 (org-search-not-link): New function.
850 (org-set-regexps-and-options, org-get-current-options):
851 New startup options.
852 (org-export-as-html): Take odd-level setting from local variable.
853 (org-fontify-emphasized-text): New option.
854 (org-set-font-lock-defaults): Include emphasized text.
855 (org-follow-mhe-link): Allow folder-only links, fix folder name.
856 (org-font-lock): Customize group renamed from `org-faces'.
857
858 2006-03-13 John Paul Wallington <jpw@pobox.com>
859
860 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
861 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
862
863 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
864
865 * cus-start.el (all): Delete :version keyword for members of the
866 fringe group, since the entire group is new in 22.1.
867
868 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
869
870 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
871 map if value is hexadecimal (an address).
872 (gud-watch): Only search roots for existing watch expressions.
873 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
874 prevent caching problems with speedbar-update-directory-contents.
875
876 2006-03-12 Juri Linkov <juri@jurta.org>
877
878 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
879 before comparing with `low' and `warn'.
880
881 * info.el (Info-dir-remove-duplicates): Move point to the
882 beginning of the current line after deleting the entries from
883 redundant heading. Use marker for `limit' and compare it with
884 point before calling `re-search-forward'.
885
886 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
887
888 * simple.el (yank): Fix typo in docstring.
889
890 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
891
892 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
893 messages, where "D" is the 6th character.
894
895 2006-03-11 Eli Zaretskii <eliz@gnu.org>
896
897 * simple.el (yank): Fix last change.
898
899 2006-03-11 David Ponce <david@dponce.com>
900
901 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
902 merging elements from the standard ispell-dictionary-alist.
903 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
904 alist, and return the new alist.
905
906 2006-03-11 Richard Stallman <rms@gnu.org>
907
908 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
909
910 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
911 the way it is implemented is too unclean.
912
913 * simple.el (kill-region, yank): Doc fix.
914
915 * battery.el (battery-echo-area-format): Doc fix.
916 (battery-mode-line-format): Likewise.
917 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
918 (battery-linux-proc-acpi): Ignore batteries that say "charged".
919
920 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
921
922 * progmodes/octave-mod.el (octave-indent-for-comment):
923 Behave according to do string.
924
925 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
926
927 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
928 Be visible only if major mode is Mail Mode.
929
930 * textmodes/flyspell.el (flyspell-external-point-words)
931 (flyspell-process-localwords): Fix last changes.
932
933 2006-03-11 Eli Zaretskii <eliz@gnu.org>
934
935 * calendar/holidays.el (list-holidays): Doc fix.
936
937 * international/mule.el (auto-coding-alist): Add .odt
938 (OpenOffice's open document) files.
939
940 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
941 document) files. Mention in the doc string the need to sync with
942 auto-coding-alist.
943
944 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
945
946 * files.el (hack-local-variables-confirm): Don't prompt for ! if
947 enable-local-variables is set to always query, or there is no
948 savable variable.
949
950 2006-03-10 Bill Wohler <wohler@newt.com>
951
952 * image.el (image-load-path-for-library): Merge at least three
953 functions from Gnus and MH-E into this one function that can now
954 be shared.
955
956 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
957
958 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
959 gdb-remove-mouse-face and remove help-echo too.
960 (gdb-enqueue-input): Correct conditional clause.
961
962 2006-03-10 Glenn Morris <rgm@gnu.org>
963
964 * calendar/calendar.el (calendar-holidays): Doc fix.
965 * calendar/holidays.el (list-holidays): Doc fix.
966
967 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
968
969 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
970 it gets called in gdb-prompt anyway.
971 (gdb-use-separate-io-buffer): Only restore window arrangement for
972 gdb-many-windows.
973 (gdb-enqueue-input): Make it harder to send GDB input when program
974 is running.
975 (gdb-buffer-list): New variable.
976 (gdb-remove-mouse-face): New function.
977 (gdb-starting): Use it when GDB input won't get sent.
978
979 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
980
981 * help.el (view-lossage): Remove trailing whitespace before
982 inserting "\n".
983
984 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
985
986 * files.el (hack-local-variables-confirm):
987 Set coding-system-for-read to nil before writing to .emacs.
988
989 * arc-mode.el (archive-extract): Check if an existing buffer name
990 comes from a different archive.
991
992 * help.el (describe-key-briefly): If KEY is a down event, read and
993 discard the up event.
994
995 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
996
997 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
998 be edited and use font-lock-warning-face for any changes.
999
1000 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1001 (gdb-edit-value): Use it to report any errors.
1002
1003 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1004
1005 * help.el (describe-key): Remove leftover test code.
1006
1007 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1008
1009 * textmodes/org.el: Move defvars out of eval-when-compile.
1010 Use buffer-file-name variable.
1011 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1012 arg `file'.
1013 (org-level-faces): Remove startup dependency.
1014 (org-cycle, org-map-tree, org-scan-tags)
1015 (org-remember-handler): Don't call `outline-level' directly.
1016 (org-mhe-search-all-folders): New option.
1017 (org-mhe-get-message-folder-from-index)
1018 (org-mhe-get-message-folder): Fix indexing search.
1019 (org-format-agenda-item): Handle nil TAGS argument.
1020 (org-cleaned-string-for-export, org-activate-target-links)
1021 (org-make-target-link-regexp): Deal with empty radio target list.
1022 (org-tag): New face.
1023 (org-get-level-face): New function.
1024 (org-set-font-lock-defaults): Simplify setup for headlines.
1025 (org-complete): Pass common substring to `display-completion-list'.
1026
1027 2006-03-06 David Ponce <david@dponce.com>
1028
1029 * tree-widget.el: Update Commentary header.
1030 (tree-widget-theme-name): Ignore parent themes.
1031 (tree-widget-set-parent-theme): New function.
1032 (tree-widget-set-theme): Use it.
1033 (tree-widget-set-image-properties): Move definition. Does nothing
1034 if image properties have already been set.
1035 (tree-widget-image-properties): Move definition. Receive an image
1036 name. Set the :pointer property.
1037 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1038 Don't set the :pointer image property.
1039 (tree-widget-convert-widget): New function. Handle :dynargs
1040 compatibility here.
1041 (tree-widget): Use it to :convert-widget. Add the :expander-p
1042 predicate to control when the :expander function is entered.
1043 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1044 (tree-widget-value-create): Handle :expander-p. widget-apply
1045 :expander.
1046 (tree-widget-expander-p): New function. Default value of the
1047 :expander-p property.
1048
1049 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1050
1051 * help.el (describe-key): Properly handle the return value of
1052 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1053 remaps. Handle string and vector `follow-link' values.
1054
1055 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * complete.el (PC-expand-many-files): Try be more careful when parsing
1058 the shell's output.
1059
1060 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * outline.el (hide-sublevels): Provide better interactive default.
1063
1064 2006-03-06 Kenichi Handa <handa@m17n.org>
1065
1066 * international/fontset.el (create-fontset-from-fontset-spec):
1067 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1068
1069 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1070
1071 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1072 backslashes instead of one in regexp.
1073 (gud-tooltip-dereference): Add missing optional argument.
1074
1075 2006-03-04 John Paul Wallington <jpw@pobox.com>
1076
1077 * wdired.el (toplevel): Require `cl' at compile-time.
1078
1079 2006-03-04 Andreas Schwab <schwab@suse.de>
1080
1081 * server.el (server-process-filter): Handle errors during
1082 evaluation of the argument.
1083
1084 2006-03-03 John Paul Wallington <jpw@pobox.com>
1085
1086 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1087 escape parentheses at beginning of line.
1088 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1089 (t-mouse-mode): Remove period from end of error message.
1090
1091 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1092
1093 * textmodes/flyspell.el (flyspell-process-localwords):
1094 Be case-sensitive.
1095
1096 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1097
1098 * cus-edit.el (custom-quote): Remove function, since it has been
1099 moved to custom.el.
1100
1101 * font-lock.el (lisp-font-lock-keywords-2)
1102 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1103 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1104 they have no special meaning.
1105
1106 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1107 indirect buffer gets killed before indirect buffer. Use dolist.
1108
1109 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1110
1111 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1112 value instead of a literal constant (1) on more pauses.
1113
1114 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1115
1116 * textmodes/flyspell.el (flyspell-external-point-words):
1117 Be case-sensitive.
1118
1119 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1120
1121 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1122 with "www".
1123
1124 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1125
1126 * allout.el: Restablish intermediate missing comment header to
1127 preserve outline structure.
1128 (allout-beginning-of-current-entry): Skip invisible text.
1129 (allout-open-topic): Fix opening a topic at end-of-buffer.
1130 (allout-minor-mode): Move nearer to allout-mode function.
1131
1132 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1133
1134 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1135
1136 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1137
1138 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1139 is nil.
1140
1141 * progmodes/gud.el (gud-speedbar-menu-items):
1142 Use buffer-local-value and add missing :visible keyword.
1143
1144 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1145
1146 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1147
1148 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1149 must be `follow-link'.
1150
1151 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1152
1153 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1154 formatting: No nested anchors.
1155 (org-all-targets): Fix bug with XEmacs compatibility.
1156 (org-read-date): Add (require 'parse-time).
1157 (org-set-tags): Fix bug with extra inserted space.
1158 (org-export-html-style): Define a style class for targets.
1159 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1160 (org-hide-leading-stars): New option.
1161 (org-hide): New face.
1162 (org-set-font-lock-defaults): Allow to hide leading stars.
1163 (org-get-legal-level, org-tr-level): New functions.
1164 (org-odd-levels-only): New option.
1165 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1166 (org-demote, org-promote): Deal with double-star levels.
1167 (org-convert-to-odd-levels): New command.
1168
1169 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1170
1171 * speedbar.el (speedbar-update-localized-contents): Try to
1172 preserve window-start.
1173 (speedbar-update-directory-contents): Try to preserve window-start
1174 and window-point.
1175 (speedbar-update-special-contents): Don't move back to start of window.
1176
1177 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1178 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1179 speedbar-timer-fn.
1180 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1181 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1182 instead of gdb-speedbar-timer-fn.
1183
1184 2006-02-28 Jay Belanger <belanger@truman.edu>
1185
1186 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1187 (math-compose-expr): Use latex option when calling
1188 `math-compose-tex-matrix' for latex mode.
1189
1190 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1191
1192 * speedbar.el: Re-instate comments about developing for speedbar
1193 [this is what info and gdb-ui use even if better methods exist now].
1194
1195 * t-mouse.el: New file.
1196 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1197 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1198 (t-mouse-make-event-element): Use posn-at-x-y instead.
1199 (t-mouse-make-event): Deal with Fedora Core 3.
1200 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1201 (t-mouse-mouse-position-function): New function. Use it instead
1202 of advising mouse-position.
1203 (t-mouse-mode): New minor mode.
1204 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1205
1206 2006-02-27 Glenn Morris <rgm@gnu.org>
1207
1208 * calendar/calendar.el (calendar-holidays): Doc fix.
1209
1210 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1211
1212 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1213 Re-introduce the concept of a source window.
1214 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1215 consistency with get-buffer-create.
1216 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1217 (gdb-data-list-register-values-handler)
1218 (gdb-stack-list-locals-handler): Try to preserve window-start as
1219 well as window-point.
1220 (gdb-display-source-buffer): New function (old concept).
1221 (gdb-goto-breakpoint): Use it.
1222
1223 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1224 for gdb-ui/gdb-mi (old concept).
1225
1226 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1227
1228 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1229 binding.
1230
1231 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1232
1233 * textmodes/reftex-sel.el (reftex-select-label-map)
1234 (reftex-select-bib-map): Add `follow-mouse' binding.
1235
1236 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1237
1238 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1239 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1240 Give :set functions to provide automatic updating.
1241 Update docstring. Give compiler defvars early in the file
1242 and move the defcustoms to a later spot where all called functions
1243 are defined.
1244 (jka-compr-file-name-handler-entry): Doc fix.
1245 (jka-compr-compression-info-list--internal)
1246 (jka-compr-mode-alist-additions--internal)
1247 (jka-compr-load-suffixes--internal): New variables.
1248 (jka-compr-install): Set the three above variables.
1249 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1250 (jka-compr-update, jka-compr-set): New functions.
1251 (auto-compression-mode): Doc fix.
1252
1253 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1254 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1255 Use jka-compr-compression-info-list--internal,
1256 jka-compr-mode-alist-additions--internal and
1257 jka-compr-load-suffixes--internal.
1258
1259 * files.el (load-library):
1260 * loadhist.el (file-loadhist-lookup):
1261 * startup.el (command-line):
1262 * subr.el (locate-library):
1263 * emacs-lisp/autoload.el (update-directory-autoloads):
1264 * emacs-lisp/find-func.el (find-library-suffixes):
1265 Use `get-load-suffixes' instead of `load-suffixes'.
1266
1267 * subr.el (locate-library):
1268 * emacs-lisp/find-func.el (find-library-name):
1269 Use `load-file-rep-suffixes' instead of '("").
1270
1271 2006-02-26 Kim F. Storm <storm@cua.dk>
1272
1273 * ido.el (ido-save-history, ido-load-history): Simplify.
1274 Don't use find-file-noselect to avoid interference from other modes.
1275
1276 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1277
1278 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1279 to use the default shell if filename is not available.
1280 Reported by Giorgos Keramidas.
1281
1282 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1283
1284 * progmodes/etags.el (tags-completion-table): Do completion from
1285 all the tables in the current list, as documented in the manual.
1286
1287 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1288
1289 * CC Mode Update to 5.31.3.
1290
1291 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1292
1293 * progmodes/cc-mode.el (c-postprocess-file-styles):
1294 Bind inhibit-read-only to t, around the call to
1295 c-remove-any-local-eval-or-mode-variables, so that it works on a
1296 RO file.
1297
1298 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1299
1300 * progmodes/cc-awk.el: Correct a typo.
1301
1302 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1303
1304 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1305 c-hungry-delete-backwards, at the request of RMS. Leave the old
1306 name as an alias.
1307
1308 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1309
1310 * progmodes/cc-mode.el: Correct a typo.
1311
1312 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1313
1314 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1315
1316 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1317
1318 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1319 brace-else-brace (error due to mbeg, mend being undefined).
1320
1321 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1322
1323 * progmodes/cc-mode.el: File Local variables: Solve the problem
1324 where both `mode' and c-file-offsets are specified: `mode' will
1325 overwrite c-f-o's settings:
1326 (c-remove-any-local-eval-or-mode-variables): New function.
1327 (c-postprocess-file-styles): Call the above new function, within
1328 c-tentative-buffer-change, to splat `mode' and `eval' before the
1329 second hack-local-variables.
1330
1331 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1332
1333 * progmodes/cc-mode.el:
1334 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1335 (c-after-change): Protect the match data with save-match-data.
1336 It was getting corrupted by c-after-change-check-<>-operators.
1337
1338 * cc-defs.el: [Supersedes patch V1.38]:
1339 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1340 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1341
1342 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1343 with save-match-data. It was being corrupted when Font Lock was
1344 not enabled.
1345
1346 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1347
1348 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1349 Mode and Subword Mode.
1350
1351 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1352 real labels ("case 1:" or "foo:") from non-labels ("public:").
1353 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1354 coding; c-f-t-2 doesn't move over a token at EOB.
1355
1356 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1357
1358 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1359 (c-update-modeline): Concatenate the minor mode indicators
1360 directly onto mode-name, removing c-submode-indicators.
1361 Sometimes, c-s-i got separated from the mode name on the mode line.
1362
1363 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1364 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1365
1366 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1367
1368 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1369 error message when there's an evaluation error to show whether
1370 it's loaded from source or not.
1371 (c-filter-ops): Make it available at runtime too to work when
1372 `c-make-init-lang-vars-fun' needs to evaluate from source.
1373
1374 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1375
1376 * help.el (help): Revert last part of 2006-02-23 change (deletion
1377 of the `provide' call).
1378
1379 2006-02-23 Juri Linkov <juri@jurta.org>
1380
1381 * compare-w.el (compare-windows-highlight): Add new value
1382 `persistent' and change :type from `boolean' to `choice'.
1383 (compare-windows-overlays1, compare-windows-overlays2):
1384 New internal variables.
1385 (compare-windows-highlight): If compare-windows-highlight is
1386 `persistent', add current overlays to compare-windows-overlays[12]
1387 instead of adding compare-windows-dehighlight to pre-command-hook.
1388 (compare-windows-dehighlight): Delete all overlays from
1389 compare-windows-overlays[12].
1390
1391 * info.el (Info-search): Don't bind search-spaces-regexp to
1392 Info-search-whitespace-regexp in non-regexp isearch mode.
1393
1394 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1397
1398 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1399
1400 * textmodes/org.el (org-xemacs-p)
1401 (org-export-html-show-new-buffer, org-table-may-need-update)
1402 (org-insert-item, org-mhe-get-message-real-folder)
1403 (org-mhe-get-message-folder-from-index)
1404 (org-mhe-get-message-folder, org-mhe-get-message-num)
1405 (org-mhe-get-header, org-make-org-heading-search-string)
1406 (org-make-org-heading-camel, org-table-sort-lines)
1407 (org-format-org-table-html, org-format-table-table-html):
1408 Fix typos in docstrings.
1409
1410 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1411
1412 * textmodes/org.el (org-cleaned-string-for-export)
1413 (org-solidify-link-text): New function.
1414 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1415 XEmacs, just to silence the compiler.
1416 (org-export-as-ascii, org-export-as-html-and-open):
1417 Use `org-cleaned-string-for-export' and create internal links.
1418 (org-follow-mhe-link): Require mh-e, use folder.
1419
1420 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1421
1422 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1423
1424 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1425 gdb-debug-log-length.
1426 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1427 it a real ring but...
1428 (gud-gdba-marker-filter): ...make it work like mark-ring.
1429 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1430 (gdb-mouse-jump): New function. Add bindings.
1431
1432 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1433
1434 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1435 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1436 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1437 (gdb-debug-log-length): Customize it's length.
1438 (gud-watch, gdb-var-create-handler): Display function::var format
1439 but don't use to create variable object.
1440 (gdb-var-create-handler): Use message-box in place of message.
1441 (gdb-stopped): Call gdb-exited if signalled.
1442
1443 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1444
1445 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1446
1447 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1448
1449 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1450 if `reftex-try-all-extensions' is set.
1451
1452 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1453 fail silently when there is no valid argument at point.
1454 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1455 `fail-silently' argument. From a patch by David Reiter.
1456
1457 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1458 New commands.
1459 (org-mark-ring): New variable.
1460 (org-mark-ring-length): New option.
1461 (org-open-at-point, org-goto, org-open-file): Push old position
1462 onto the mark ring.
1463 (org-add-hook): New function.
1464 (org-export-table-remove-special-lines): New option.
1465 (org-skip-comments, org-format-org-table-html): Respect new
1466 option `org-export-table-remove-special-lines'.
1467 (org-open-file): Allow special command configuration for
1468 directory link.
1469 (org-file-apps): Fix bugs in customize type, added setting
1470 for directories.
1471 (org-activate-tags, org-format-agenda-item, org-complete)
1472 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1473 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1474 (org-link-search, org-make-org-heading-search-string)
1475 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1476 (org-radio-targets, org-file-link-context-use-camel-case)
1477 (org-activate-camels): New options.
1478 (org-update-radio-target-regexp, org-all-targets)
1479 (org-make-target-link-regexp, org-activate-target-links):
1480 New functions.
1481 (org-make-org-heading-search-string): New function.
1482 (org-store-link, org-insert-link): Use new option
1483 `org-file-link-context-use-camel-case'.
1484 (org-activate-camels): Use new option `org-activate-camels'.
1485 (org-link-regexp): Add mhe prefix.
1486 (org-open-at-point, org-store-link): Support for mhe links.
1487 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1488 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1489 (org-mhe-get-header, org-follow-mhe-link): New functions.
1490 (org-remove-angle-brackets, org-add-angle-brackets):
1491 New functions.
1492 (org-bracket-link-regexp): New constant.
1493 (org-read-date): Fix bug that was rejecting all typed dates.
1494 (org-link-search): Make hierarchy above visible after a match.
1495 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1496 (org-store-link): Fix bug with link creation when cursor is in
1497 an empty line.
1498 (org-open-at-point): Fix bug with matching a link.
1499 Fixed buggy argument sequence in call to `org-view-tags'.
1500 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1501 (org-prefix-has-tag): New variable.
1502 (org-format-agenda-item): Remove tags from headline
1503 if appropriate.
1504 (org-agenda-remove-tags-when-in-prefix): New option.
1505
1506 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1507
1508 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1509 Fix the regular expressions.
1510
1511 2006-02-21 Richard M. Stallman <rms@gnu.org>
1512
1513 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1514 if there's no other specific basis.
1515
1516 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1517 as variables at all.
1518 (unsafep-variable): Rename arg; doc fix.
1519
1520 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1521
1522 * calendar/appt.el (diary-selective-display): Add defvar.
1523
1524 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1525
1526 * isearch.el (search-whitespace-regexp): Fix custom type.
1527
1528 * help.el (describe-key-briefly): Compute interactive args
1529 in same was as before previous change.
1530
1531 * files.el (enable-local-variables): Doc fix.
1532
1533 2006-02-21 Kim F. Storm <storm@cua.dk>
1534
1535 * fringe.el: Cleanup as file is now pre-loaded.
1536 (fringe-bitmaps): Initialize unconditionally.
1537 (fringe-mode, set-fringe-style): Remove autoload cookies.
1538
1539 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1540
1541 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1542 `horizontal-bar'.
1543 (fringe-cursor-alist): Use `horizontal-bar'.
1544
1545 2006-02-20 Kim F. Storm <storm@cua.dk>
1546
1547 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1548 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1549
1550 * loadup.el: Load "fringe" on window systems.
1551
1552 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1553
1554 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1555 out of scope components.
1556
1557 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1558 default.
1559
1560 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1561
1562 * custom.el (customize-mark-to-save, customize-mark-as-set):
1563 Load the symbol first.
1564
1565 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1566
1567 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1568 strech spec so it doesn't display as "^J" on the header line
1569 when `Buffer-menu-use-header-line' is t.
1570
1571 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1572
1573 * speedbar.el (speedbar-make-button): Keep text properties
1574 of string arguments if desired.
1575
1576 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1577 expessions.
1578
1579 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1580 of speedbar.
1581
1582 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1583
1584 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1585 to value of `read-file-name-completion-ignore-case'.
1586
1587 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1588
1589 * custom.el (customize-mark-as-set): Push to `user' theme.
1590
1591 * cus-edit.el (custom-save-variables): Allow unthemed values.
1592 (customize-set-variable): Push setting to `user' theme.
1593
1594 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1595
1596 * progmodes/gud.el: Don't require font-lock as it's now
1597 automatically loaded.
1598 (gud-speedbar-buttons): Replace gdb-var-changed with
1599 gdb-force-update.
1600
1601 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1602 gdb-var-changed.
1603 (gdb-post-prompt): Use it.
1604 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1605 (gdb-var-update-handler, gdb-var-delete)
1606 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1607 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1608 gdb-force-update in gdb-post-prompt.
1609 (gdb-reset): Clear watch expressions from speedbar when quitting.
1610
1611 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1612
1613 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1614 (viper-change-state-to-vi, viper-change-state-to-emacs):
1615 Make aware of cursor coloring in the Emacs state.
1616 (viper-special-read-and-insert-char): Use read-char-exclusive.
1617 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1618
1619 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1620
1621 * viper-util.el (viper-save-cursor-color)
1622 (viper-get-saved-cursor-color-in-replace-mode)
1623 (viper-get-saved-cursor-color-in-insert-mode)
1624 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1625 state.
1626 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1627
1628 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1629 (ediff-ignore-case-option3, ediff-actual-diff-options)
1630 (ediff-actual-diff3-options): New variables to control case sensitivity.
1631 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1632 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1633 (ediff-toggle-ignore-case): New function.
1634 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1635
1636 * ediff-help.el (ediff-long-help-message-narrow2)
1637 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1638 (ediff-long-help-message-word-mode): Add ignore-case command.
1639 (ediff-help-for-quick-help): Add ignore-case command.
1640
1641 * ediff-merg.el: Move provide to the end.
1642
1643 * ediff-ptch.el: Move provide to the end.
1644
1645 * ediff-wind.el: Move provide to the end.
1646
1647 * ediff-mult.el: Move provide to the end.
1648 (ediff-set-meta-overlay): Enable follow-link.
1649
1650 * ediff.el: Move provide to the end.
1651 Break recursive load cycle in eval-when-compile.
1652 (ediff-patch-buffer): Better heuristics.
1653
1654 * ediff-util.el: Move provide to the end.
1655 Break recursive load cycle in eval-when-compile.
1656 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
1657 defuns.
1658 (ediff-submit-report): Pass the values of ediff-diff3-program,
1659 ediff-diff3-options.
1660
1661 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
1662
1663 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1664 the opening bracket of the following bracketing pairs: {}, [], (), <>,
1665 `' (for example, in the docstring of `windmove-default-keybindings').
1666
1667 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1668
1669 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1670 shadow face. Don't provide binding to edit variable when it is
1671 out of scope.
1672
1673 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1674 (gdb-var-update-handler): Detect out of scope variables with pre
1675 GDB 6.4 too.
1676 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1677 Reset status of variable objects to nil in update handlers.
1678 (gdb-var-update-handler-1): Detect when a variable object comes
1679 in scope. setcar on var changes gdb-var-list directly.
1680
1681 2006-02-17 Juri Linkov <juri@jurta.org>
1682
1683 * ffap.el (ffap) <defface>: Add explicit face declaration.
1684 (ffap-highlight): Use face `ffap' directly instead of checking
1685 for its existence.
1686
1687 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1688 `visible-ok' of `other-buffer' to find the right original buffer.
1689
1690 * info.el (Info-search): Skip `Local Variables' node.
1691
1692 2006-02-17 Juri Linkov <juri@jurta.org>
1693
1694 * info.el (Info-find-file): Check for symbols `apropos', `history',
1695 `toc' in the input filename, and return these symbols as is.
1696 (Info-find-node-2): Set Info-current-file to symbols `apropos',
1697 `history', `toc' instead of strings.
1698 (Info-set-mode-line): For non-string Info-current-file use the
1699 symbol's name inside **.
1700 (Info-isearch-push-state): Add quote before Info-current-file and
1701 Info-current-node.
1702 (Info-isearch-pop-state): Use `equal' instead of `string='.
1703 (Info-extract-pointer, Info-following-node-name): Use
1704 `match-string-no-properties' instead of `match-string'.
1705 (Info-up): Check `old-file' for `stringp'.
1706 (Info-history): Use `equal' instead of `string-equal'.
1707 Check `file' for `stringp'.
1708 (Info-history): Use symbol `history' instead of string as first arg
1709 of `Info-find-node'.
1710 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
1711 `toc' instead of string.
1712 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1713 instead of `buffer-substring', and `match-string-no-properties'
1714 instead of `match-string'.
1715 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1716 instead of strings.
1717 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1718 Use symbol `apropos' instead of string.
1719 (Info-copy-current-node-name): Check `Info-current-file' for
1720 `stringp' and construct a command with `Info-find-node' from it.
1721 (Info-fontify-node): Use `match-string-no-properties' instead of
1722 `match-string' and check file names for `stringp'.
1723 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1724 `history', `toc' instead of strings.
1725
1726 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
1727
1728 * files.el: Rearrange functions and variables in the file local
1729 variables section.
1730
1731 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1732
1733 * files.el: Add truncate-lines, ispell-check-comments and
1734 ispell-local-dictionary as safe local variables.
1735
1736 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
1737
1738 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1739 out of scope variables.
1740 (gud-speedbar-buttons): Use unless.
1741
1742 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1743 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1744 (gdb-show-changed-values): Also use for out of scope variables.
1745 (gdb-var-update-handler-1): Note if variable goes out of scope.
1746
1747 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
1748
1749 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1750 default to global variable values for unsupplied args.
1751 (rcirc-get-buffer-create): Fix bug with setting the target.
1752 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1753 test for rcirc-always-use-server-buffer-flag here.
1754 (rcirc-response-formats): Add %N, which is a facified nick. %n
1755 uses the default face. Change the ACTION format string. If the
1756 "nick" is the server, don't print anything for that field.
1757 Comment fixes.
1758 (rcirc-target-buffer): Don't test
1759 rcirc-always-use-server-buffer-flag here.
1760 (rcirc-print): Squeeze extra spaces out of the text before message.
1761 (rcirc-put-nick-channel): Strip potential "@" char from nick
1762 before adding them to nick table.
1763 (rcirc-url-regexp): Improve to match address like "foo.com".
1764
1765 2006-02-17 Eli Zaretskii <eliz@gnu.org>
1766
1767 * allout.el (allout-hidden-p): Move this defsubst before
1768 allout-overlay-interior-modification-handler, where it is first
1769 used.
1770
1771 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1772
1773 * allout.el: Use allout invisible-text overlays instead of
1774 selective display for concealed text. Also, lots of general
1775 cleanup, and improved compatibility code.
1776
1777 (allout-version) Incremented, corrected, revised, and refined
1778 module commentary.
1779
1780 (provide 'allout): Moved to the bottom, added a require of overlay.
1781
1782 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1783 `except-current'.
1784 (allout-write-file-hook-handler): Minimize delay.
1785 (count-trailing-whitespace-region): New function so
1786 auto-encryption of current topic can resituate cursor exactly.
1787 PGP/GPG encryption trims trailing whitespace from lines, which
1788 must be accounted for across encryption then decryption.
1789
1790 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1791 just plain "\C-c", to avoid intruding on user's keybinding space.
1792
1793 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1794 parameter, so user request to provide a new password is done.
1795
1796 (allout-outside-normal-auto-fill-function, allout-auto-fill):
1797 Refined mechanism for auto-filling behavior while in allout mode.
1798
1799 (allout-mode): Explicitly specify the mode map in the docstring.
1800 Clarify provision for various write-file hook var names.
1801 Adjusted for invisible-text overlays instead of selective-display.
1802
1803 (allout-depth): Really return 0 if not within any topic. This
1804 rectifies `allout-beginning-of-level' and sequence numbering
1805 errors that occur when cutting and pasting numbered topics.
1806 Changed from a in-line subst to a regular function, as well.
1807
1808 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1809
1810 (allout-end-of-subtree, allout-end-of-subtree)
1811 (allout-end-of-entry, allout-end-of-current-heading)
1812 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1813 (allout-show-children, allout-show-to-offshoot)
1814 (allout-hide-current-entry, allout-show-current-entry): Rectified
1815 handling of trailing blank lines between items.
1816
1817 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1818 (allout-current-depth, allout-unprotected, allout-hidden-p)
1819 (allout-on-current-heading-p, allout-listify-exposed)
1820 (allout-chart-subtree, allout-goto-prefix)
1821 (allout-back-to-current-heading, allout-get-body-text)
1822 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1823 (allout-hide-region-body, allout-toggle-subtree-encryption)
1824 (allout-encrypt-string, allout-encrypted-key-info)
1825 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1826 (allout-file-vars-section-data): Adjusted for use with
1827 invisible-text overlays instead of selective-display.
1828
1829 (allout-kill-line, allout-kill-topic, allout-yank-processing):
1830 Reworked for use with invisible text overlays.
1831
1832 (allout-current-topic-collapsed-p): New function.
1833
1834 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1835 to know when to close the containing topic.
1836
1837 (allout-pre-command-business, allout-post-command-business):
1838 Simplify undo-batching and dynamic isearch exposure.
1839
1840 (allout-set-overlay-category): New for invisible-text overlays.
1841 Sets properties of allout-overlay-category, used by
1842 allout-flag-region to set invisible-text overlay properties.
1843 (allout-get-invisibility-overlay): Get the first qualifying
1844 invisibility overlay, so we can find the extent of it.
1845 (allout-back-to-visible-text): Get to just before the beginnining
1846 of the current invisibility overlay, if any.
1847
1848 (allout-overlay-insert-in-front-handler)
1849 (allout-overlay-interior-modification-handler)
1850 (allout-before-change-handler, allout-isearch-end-handler): New
1851 functions to handle extraordinary actions affecting concealed
1852 text.
1853
1854 (allout-flag-region): Use overlays instead of selective-display
1855 for invisible text - by inheritence from the properties of
1856 allout-overlay-category in mainline Emacs, and applied
1857 property-by-property in XEmacs, some recent versions of which
1858 don't inherit the properties from the category. Provisions to
1859 respond to concealed-text edits simplified drastically.
1860
1861 (allout-isearch-rectification, allout-isearch-was-font-lock)
1862 (allout-isearch-expose, allout-enwrap-isearch)
1863 (allout-isearch-abort, allout-pre-was-isearching)
1864 (allout-isearch-prior-pos, allout-isearch-did-quit)
1865 (allout-isearch-dynamic-expose)
1866 (allout-hide-current-entry-completely): Functions deleted.
1867
1868 (allout-undo-aggregation): Explicit undo aggregation no longer
1869 necessary due to transition away from selective-display.
1870
1871 (set-allout-regexp, allout-up-current-level)
1872 (allout-next-visible-heading, allout-forward-current-level)
1873 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
1874 (allout-kill-line, allout-yank-processing, allout-show-children)
1875 (allout-expose-topic, allout-old-expose-topic)
1876 (allout-listify-exposed, allout-insert-latex-header)
1877 (allout-toggle-subtree-encryption, allout-encrypt-string)
1878 (remove-from-invisibility-spec, allout-hide-current-subtree):
1879 Ditched unused variables.
1880
1881 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
1882
1883 * textmodes/ispell.el (ispell-change-dictionary): Call
1884 ispell-buffer-local-dict instead of
1885 ispell-accept-buffer-local-defs.
1886 (ispell-local-dictionary-alist): Accept as valid any coding-system
1887 supported by Emacs.
1888 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1889 changed to iso-8859-3.
1890
1891 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
1892
1893 * speedbar.el (speedbar-frame-width): Make an inline function
1894 instead of a macro. Use frame-width.
1895 (speedbar-try-completion, speedbar-update-contents)
1896 (speedbar-timer-fn): Use consp.
1897 (speedbar-update-localized-contents): Try to preserve point.
1898
1899 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
1900 (menu): Re-order menu items.
1901 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1902 field.
1903 (gdb-var-update-handler-1): Use it for GDB 6.4+.
1904 (gdb-post-prompt): Speed things by not forcing update.
1905
1906 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
1907
1908 * wid-edit.el (widget-button-click): For mouse-1, cancel button
1909 press and perform default action if we get a mouse movement event.
1910
1911 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
1912
1913 * calendar/icalendar.el (icalendar--get-event-property)
1914 (icalendar--get-event-property-attributes): Fix typos in
1915 docstrings.
1916
1917 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1918 docstring.
1919
1920 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
1921
1922 * bs.el (bs-mode): Use `buffer-disable-undo'.
1923 (bs--get-file-name): Simplify.
1924 (bs-show-in-buffer): Mark the buffer as not modified.
1925
1926 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1927
1928 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1929 widget-button-click.
1930
1931 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
1932 (custom-mode): Update docstring.
1933
1934 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1935 binding.
1936
1937 * files.el (hack-local-variables-confirm): Allow scrolling if the
1938 file variable list is too long. Kill temp buffer after use.
1939
1940 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
1941
1942 * progmodes/gud.el (gdb): Improve doc string.
1943 (gdb-script-font-lock-keywords): Expand allowed character set.
1944
1945 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1946 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1947 (gdb-separate-io-interrupt, gdb-separate-io-quit)
1948 (gdb-separate-io-stop, gdb-separate-io-eof):
1949 Rename from gdb-inferior-* to gdb-separate-*.
1950 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1951
1952 2006-02-14 Jay Belanger <belanger@truman.edu>
1953
1954 * calc/calc-arith.el (math-check-known-scalarp): Make sure
1955 expression is a symbol before checking that it is bound.
1956
1957 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1958 test to see if equation can be solved.
1959
1960 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1961
1962 * wid-edit.el (widget-button-click): Use :pressed-face property
1963 for overlay face, if it exists.
1964
1965 * cus-edit.el (custom-manual, custom-add-see-also)
1966 (custom-add-parent-links, custom-group-link): Add :pressed-face
1967 property to links.
1968
1969 * files.el (hack-local-variables): Remove ignored variables before
1970 checking if any variables need setting.
1971
1972 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1973
1974 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1975
1976 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
1977
1978 * help.el (where-is): Fix message for remapped commands.
1979
1980 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1981 Fix typos in docstrings.
1982
1983 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
1984
1985 * files.el (safe-local-variable-values): New option.
1986 (hack-local-variables-prop-line): Return a list of variable-value
1987 pairs if MODE-ONLY is non-nil.
1988 (hack-local-variables): Construct list of variable-value pairs,
1989 and apply or reject them in one go. Ask for confirmation if
1990 variables are not known safe.
1991 (hack-local-variables-confirm): Complete rewrite. Support
1992 `safe-local-variable-values'.
1993 (enable-local-variables): Update docstring to reflect new
1994 behavior.
1995 (ignored-local-variables): Ignore ignored-local-variables and
1996 safe-local-variable-values.
1997 (safe-local-variable-p): New function.
1998 (risky-local-variable-p): `safe-local-variable' property check
1999 moved to safe-local-variable-p.
2000 (hack-one-local-variable): Checks moved to hack-local-variables.
2001
2002 (byte-compile-dynamic, c-basic-offset, c-file-style)
2003 (c-indent-level, comment-column, fill-column, fill-prefix)
2004 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2005 (no-update-autoloads, outline-regexp, page-delimiter)
2006 (paragraph-start, paragraph-separate, sentence-end)
2007 (sentence-end-double-space tab-width, version-control):
2008 Add `safe-local-variable' property.
2009
2010 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2011
2012 * icomplete.el, play/landmark.el: Change nonexistent
2013 `outline-layout' file variable to `allout-layout'.
2014
2015 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2016
2017 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2018 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2019 to gud-comint-buffer.
2020 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2021 gdb-ui.el for gdb-mi.el.
2022 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2023 registers buffer to gdb-get-changed-registers.
2024 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2025 deletion of catchpoints (throw and catch).
2026 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2027 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2028 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2029 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2030 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2031
2032 2006-02-13 Jay Belanger <belanger@truman.edu>
2033
2034 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2035 expression is a symbol before checking that it is bound.
2036
2037 2006-02-13 Richard M. Stallman <rms@gnu.org>
2038
2039 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2040 for the minibuffer too, but not if resize-mini-windows will interfere.
2041
2042 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2043 inside `interactive' spec.
2044 (describe-key-briefly-internal, describe-key-internal):
2045 Functions merged back into their callers.
2046
2047 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2048
2049 * info.el (info-xref-visited): Inherit from info-xref too.
2050 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2051 when propertizing Info-current-file and Info-current-node.
2052
2053 2006-02-13 Juri Linkov <juri@jurta.org>
2054
2055 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2056 (tumme-thumb-name): Fix per-directory format.
2057
2058 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2059
2060 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2061
2062 2006-02-12 Miles Bader <miles@gnu.org>
2063
2064 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2065
2066 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2067
2068 * tumme.el: Remove history section. If someone needs the it, it
2069 can always be found in CVS.
2070
2071 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2072
2073 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2074 about the Thumbnail Managing Standard option.
2075
2076 2006-02-12 Richard M. Stallman <rms@gnu.org>
2077
2078 * subr.el (substitute-key-definition): Doc fix.
2079
2080 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2081
2082 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2083
2084 * info.el (Info-mode): Doc fix.
2085
2086 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2087
2088 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2089
2090 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2091 because on Solaris a POSIX compatible "id" is needed. Reported by
2092 Magnus Henoch <mange@freemail.hu>.
2093
2094 2006-02-12 Juri Linkov <juri@jurta.org>
2095
2096 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2097 (tumme) <defgroup>: Change :group to `multimedia'.
2098 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2099 Managing Standard.
2100 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2101 Fix dostring.
2102 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2103 and %y. Fix docstring.
2104 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2105 (tumme-cmd-create-standard-thumbnail-command): New user options.
2106 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2107 is `standard'. Fix docstring.
2108 (tumme-thumb-width, tumme-thumb-height): New user options.
2109 (tumme-external-viewer): Try to find various viewers.
2110 (tumme-get-thumbnail-image): Use `create-image' instead of
2111 constructing the `image' structure.
2112 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2113 `standard'.
2114 (tumme-thumb-name): Add file name generation for standard storage.
2115 Simplify code for other storages.
2116 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2117 Add modification time %m and thumbnail-nq8 %q.
2118 Use `tumme-cmd-create-standard-thumbnail-command' if
2119 tumme-thumbnail-storage is `standard'.
2120 (tumme-dired-insert-marked-thumbs): New autoload command.
2121 (tumme-dired-after-readin-hook): New function.
2122 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2123 `tumme-thumb-size'.
2124 (tumme-display-image): Replace size-x %x and size-y %y with
2125 width %w and height %h.
2126
2127 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2128 `tumme-dired-insert-marked-thumbs'.
2129
2130 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2131
2132 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2133 include path).
2134 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2135 matching tag.
2136
2137 2006-02-12 Miles Bader <miles@gnu.org>
2138
2139 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2140 New variables.
2141 (rcirc-abbrev-nick): New function.
2142 (rcirc-format-response-string): Rewrite to use the formats in
2143 `rcirc-response-formats' and expand escape sequences therein.
2144 A text-property `rcirc-text' is added over the actual response
2145 text to make easy to find inside the returned string.
2146 (rcirc-print): When filling, just look for the `rcirc-text'
2147 text-property to find the appropriate fill prefix, instead of
2148 using hardwired patterns.
2149
2150 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2151
2152 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2153 Managing Standard.
2154
2155 2006-02-11 Kim F. Storm <storm@cua.dk>
2156
2157 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2158 Don't use insert-buffer; do insert-buffer-substring directly.
2159 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2160
2161 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2162
2163 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2164 with inhibit-read-only. Suggested by Stefan Monnier.
2165 (revert-buffer): Let insert-file-contents discard
2166 buffer-undo-list. Simplify code.
2167 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2168
2169 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2170
2171 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2172
2173 * help.el (describe-key-briefly): Now a wrapper for
2174 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2175 to t. Populate yank-menu if empty.
2176 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2177 (describe-key): Now a wrapper for describe-key-internal. Bind
2178 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2179 (describe-key-internal): Renamed from describe-key.
2180
2181 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2182
2183 * progmodes/glasses.el (glasses-separator): Doc fix.
2184 (glasses-original-separator): New defcustom.
2185 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2186
2187 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2188
2189 * mwheel.el (mouse-wheel-up-event): Doc fix.
2190
2191 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2192
2193 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2194 (tumme-dir): New function. Copied from thumbs.el.
2195
2196 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2197
2198 * desktop.el (desktop-outvar): Fix typo.
2199 (desktop-save-buffer-p): Doc fix.
2200
2201 * subr.el (substitute-key-definition): Fix typo.
2202
2203 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2204
2205 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2206 when window-system is mac.
2207
2208 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2209
2210 2006-02-10 Kim F. Storm <storm@cua.dk>
2211
2212 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2213 indirect-function instead of using condition-case.
2214
2215 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2216
2217 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2218 less `colloquial'...
2219
2220 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2221
2222 * tumme.el: Add a couple of todo items.
2223
2224 2006-02-09 Lars Hansen <larsh@soem.dk>
2225
2226 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2227 (highlight-changes-mode): Don't change desktop-locals-to-save.
2228
2229 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2230
2231 * image-mode.el (image-toggle-display): Clear image cache if using
2232 filename.
2233
2234 2006-02-09 Masatake YAMATO <jet@gyve.org>
2235
2236 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2237 a `dired-man' target.
2238
2239 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2240 boundary of symbols.
2241
2242 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2243
2244 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2245
2246 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2247
2248 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2249 `mapcar'; return nil.
2250
2251 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2252
2253 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2254 some other event.
2255
2256 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2257
2258 * net/rcirc.el (rcirc-startup-channels-alist):
2259 Add irc.freenode.net and #emacs as defaults.
2260 (rcirc-ignore-all-activity-flag): Remove variable.
2261 (rcirc-authinfo): New variable.
2262 (rcirc-authinfo-filename): Remove variable.
2263 (rcirc-always-use-server-buffer-flag): New flag.
2264 (rcirc): M-x rcirc will automatically connect without prompting.
2265 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2266 connection in lisp.
2267 (rcirc-process-server-response-1): Remove everything but the nick
2268 portion of the sender so it doesn't need to be done everywhere
2269 else. Update related code.
2270 (global-map): Remove global keybindings.
2271 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2272 (rcirc-send-input): Split into several functions.
2273 (rcirc-process-input-line, rcirc-process-message)
2274 (rcirc-process-command): New functions.
2275 (rcirc-target-buffer): New function to determine where to route
2276 messages.
2277 (rcirc-user-nick): Save match data.
2278 (rcirc-toggle-ignore-buffer-activity)
2279 (rcirc-update-activity-string): Remove global ignore functionality,
2280 which can be done now by toggling rcirc-track-minor-mode.
2281 (rcirc-track-minor-mode-map): New keymap.
2282 (rcirc-track-minor-mode): New minor-mode.
2283 (ignore): Make the ignore output nicer. Always print it when
2284 adding or removing nicks.
2285 (rcirc-url-regexp): Improve.
2286 (rcirc-mangle-text): Remove properties before using text in the
2287 modeline.
2288 (rcirc-authenticate): Authentication data comes from
2289 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2290 (rcirc-server-prefix): Inherit from rcirc-server.
2291
2292 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2293
2294 * Makefile.in (compile): Append "|| true" to the end of the `find'
2295 command, like compile-always does.
2296
2297 2006-02-08 Sam Steingold <sds@gnu.org>
2298
2299 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2300 output from a dead connection.
2301
2302 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2303
2304 * dired.el (dired-mode-map): Add more bindings for tumme.
2305
2306 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * wdired.el (wdired-mode-map): Use remap.
2309 (wdired-get-filename): Massage.
2310 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2311 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2312 `keymap' property rather than `local-map'.
2313
2314 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2315
2316 * tumme.el (tumme-get-thumbnail-image): New utility function.
2317 Suggested by from Chong Yidong.
2318 (tumme-dired-with-window-configuration): Rename from
2319 `tumme-dired'. Add code to save window configuration.
2320 (tumme-restore-window-configuration): New command to restore the
2321 window configuration that `tumme-dired-with-window-configuration'
2322 saves before it changes the window configuration.
2323 (tumme-show-all-from-dir): New command to display thumbnails for
2324 all files in a directory entered by the user, like M-x thumbs.
2325 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2326 have been created.
2327 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2328 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2329 Remove obsolete test function.
2330
2331 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2332
2333 * vc.el (small-temporary-file-directory): Remove defvar; there's
2334 a defcustom for it in files.el.
2335
2336 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2337 Fix typo in message.
2338 (tumme-gallery-generate): Fix typo in `error' message.
2339 (tumme-display-window-height-correction)
2340 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2341 (tumme-line-up-interactive): Dox fixes.
2342 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2343 (tumme-restore-window-configuration, tumme-format-properties-string)
2344 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2345 Fix typos in docstrings.
2346
2347 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2348
2349 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2350
2351 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2352
2353 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2354 User should use hook if desired.
2355
2356 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2357 buffer if necessary.
2358 (gdb-delete-frame-or-window): New function.
2359 (gdb-breakpoints-mode-map): Bind "q" to it.
2360
2361 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2362
2363 * textmodes/nroff-mode.el: Clean up name space.
2364 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2365 (nroff-mode): Obey the global setting of nroff-electric-mode.
2366 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2367
2368 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2369
2370 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2371
2372 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2373
2374 2006-02-06 Lars Hansen <larsh@soem.dk>
2375
2376 * generic-x.el (etc-fstab-generic-mode): Add file system types
2377 cifs and usbdevfs. Allow special chars in file names.
2378
2379 2006-02-05 Jay Belanger <belanger@truman.edu>
2380
2381 Update copyright notices of the files in lisp/calc.
2382
2383 2006-02-05 Romain Francoise <romain@orebokech.com>
2384
2385 Update copyright notices of all files in the lisp/play directory.
2386
2387 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2388
2389 * ldefs-boot.el: Regenerate.
2390
2391 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2392
2393 2006-02-05 Kim F. Storm <storm@cua.dk>
2394
2395 * files.el (magic-mode-regexp-match-limit): New defvar.
2396 (set-auto-mode): Use it to limit magic-mode-alist matching.
2397
2398 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2399
2400 * simple.el (display-message-or-buffer): Compare the number of
2401 characters to the frame width when determining whether a 1-line
2402 message string will fit in the echo area. Count screen lines
2403 instead of buffer lines when determining whether a multi-line
2404 message will fit in the echo area/minibuffer window.
2405
2406 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2407
2408 * info.el (Info-index, Info-mode): Improve the description of the
2409 `i' command.
2410
2411 * ldefs-boot.el: Regenerate.
2412
2413 2006-02-03 Werner Lemberg <wl@gnu.org>
2414
2415 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2416 greedy to find the closing bracket in \*[...] and similar
2417 expressions. This is a first rough fix -- many additional
2418 refinements are necessary to make nroff mode really usable with groff.
2419
2420 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2421
2422 * international/mule-cmds.el (set-locale-environment):
2423 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2424 libX11.
2425
2426 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2427
2428 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2429 archive are created in archive-tmpdir.
2430
2431 2006-02-02 John Paul Wallington <jpw@pobox.com>
2432
2433 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2434 (ibuffer-fontification-alist): Use it.
2435 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2436 to "* z" and the Ibuffer Mark menu.
2437
2438 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2439
2440 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * textmodes/table.el (*table--cell-describe-mode)
2443 (*table--cell-describe-bindings): Undo last change since
2444 print-help-return-message is not obsoleted by anything at all.
2445
2446 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2447
2448 * emulation/cua-base.el (cua-mode): Doc fix.
2449
2450 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2451
2452 * dframe.el (dframe-handle-make-frame-visible)
2453 (dframe-handle-iconify-frame, dframe-get-focus)
2454 (dframe-select-attached-frame, dframe-power-click)
2455 (dframe-frame-mode): Fix typos in docstrings.
2456
2457 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2458 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2459 Fix typos in docstrings.
2460
2461 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2462 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2463 (hi-lock-archaic-interface-message-used)
2464 (hi-lock-file-patterns-range): Fix typos in docstrings.
2465
2466 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2467 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2468
2469 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2470 Fix typo in docstring.
2471
2472 * net/newsticker.el (newsticker--decode-iso8601-date)
2473 (newsticker--set-customvar, newsticker--buffer-insert-item)
2474 (newsticker--do-run-auto-mark-filter)
2475 (newsticker--parse-generic-feed): Doc fixes.
2476 (newsticker--retrieval-timer-list, newsticker-url-list)
2477 (newsticker-hide-immortal-items-in-echo-area)
2478 (newsticker-hide-obsolete-items-in-echo-area)
2479 (newsticker-new-item-face, newsticker--enclosure)
2480 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2481 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2482 (newsticker--parse-generic-feed, newsticker--cache-contains)
2483 (newsticker--stat-num-items, newsticker-download-enclosures):
2484 Fix typos in docstrings.
2485
2486 * net/rcirc.el (rcirc-debug): Doc fix.
2487 (rcirc-fill-column, rcirc-receive-message-hooks)
2488 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2489 (rcirc-mode, rcirc-generate-new-buffer-name)
2490 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2491 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2492 Fix typos in docstrings.
2493 (rcirc-print): "?\ " -> "?\s".
2494 (rcirc-cmd-join): Improve argument/docstring consistency.
2495
2496 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2497
2498 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2499 before narrow-to-region.
2500
2501 2006-02-01 Richard M. Stallman <rms@gnu.org>
2502
2503 * simple.el (move-beginning-of-line): Scan properly for invis change.
2504
2505 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2506
2507 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2508
2509 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2510 change bit only when id-format is 'integer. Reported by Matt
2511 Hodges <M.P.Hodges@rl.ac.uk>.
2512
2513 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * hilit-chg.el (highlight-changes-initial-state)
2516 (highlight-changes-global-initial-state): Doc fixes.
2517 (highlight-changes-global-modes, global-highlight-changes):
2518 Fix typos in docstrings.
2519
2520 2006-02-01 Kim F. Storm <storm@cua.dk>
2521
2522 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2523 transient-mark-mode in doc string.
2524
2525 2006-01-31 Richard M. Stallman <rms@gnu.org>
2526
2527 * replace.el (multi-occur): Doc fix.
2528 (multi-occur-in-matching-buffers): Rename from
2529 multi-occur-by-filename-regexp. Prefix arg says match
2530 buffer names instead of file names.
2531
2532 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2533
2534 * bs.el: Allow non-default values of `bs-header-lines-length'.
2535 (bs--running-in-xemacs): Remove (not needed anymore).
2536 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2537 instead of `shrink-window', thus avoiding having to compute the
2538 height of the window.
2539 (bs--up): Wrap around even when there's no header.
2540 (bs--down): Use `forward-line' instead of `next-line'.
2541
2542 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2543
2544 * image-mode.el (image-toggle-display): Use file name if possible,
2545 instead of unnecessarily allocating a (possibly huge) lisp string.
2546
2547 2006-01-30 John Paul Wallington <jpw@pobox.com>
2548
2549 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2550 because the `assert' macro signals it at runtime.
2551
2552 * emacs-lisp/cl.el (toplevel): Remove definition of
2553 `cl-assertion-failed' condition.
2554
2555 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2556
2557 * thumbs.el (thumbs-marked-list): Make buffer-local and
2558 permanent-local.
2559 (thumbs-insert-thumb): Make help-echo non-sticky.
2560 (thumbs-file-alist): Use eolp as check for (non)-image.
2561
2562 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2563
2564 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2565 (ediff-before-session-group-setup-hooks)
2566 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2567 Fix typos in docstrings.
2568
2569 * window.el (bw-dir, bw-eqdir, balance-windows)
2570 (split-window-keep-point): Fix typos in docstrings.
2571
2572 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2573 (org-quote-string, org-calendar-to-agenda-key)
2574 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2575 (org-show-following-heading, org-tags-column)
2576 (org-use-tag-inheritance, org, org-allow-space-in-links)
2577 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2578 (org-enable-table-editor, org-calc-default-modes)
2579 (org-table-allow-automatic-line-recalculation)
2580 (org-export-html-style, org-export-with-fixed-width)
2581 (org-export-with-sub-superscripts, org-special-keyword)
2582 (org-formula, org-time-grid, org-table-may-need-update)
2583 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2584 (org-goto-quit, org-get-indentation, org-end-of-item)
2585 (org-move-item-down, org-move-item-up)
2586 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2587 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2588 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2589 (org-agenda-log-mode, org-agenda-toggle-diary)
2590 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2591 (org-agenda-file-to-end, org-agenda-no-heading-message)
2592 (org-agenda-get-closed, org-format-agenda-item)
2593 (org-cmp-priority, org-cmp-category, org-cmp-time)
2594 (org-agenda-change-all-lines, org-agenda-diary-entry)
2595 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2596 (org-link-search, org-camel-to-words, org-open-file)
2597 (org-remember-handler, org-table-convert-region)
2598 (org-table-move-row-down, org-table-move-row-up)
2599 (org-table-copy-region, org-table-wrap-region)
2600 (org-table-toggle-vline-visibility)
2601 (org-table-get-vertical-vector, org-table-modify-formulas)
2602 (org-table-get-specials, org-recalc-commands)
2603 (org-table-rotate-recalc-marks, org-table-eval-formula)
2604 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2605 (org-level-color-stars-only, org-insert-heading):
2606 Fix typos in docstrings.
2607 (last-arg): Add defvar.
2608
2609 * makefile.w32-in (WINS): Add erc.
2610 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2611
2612 2006-01-29 Bill Wohler <wohler@newt.com>
2613
2614 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2615 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2616 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2617 (mh-autoloads): Don't use comments on otherwise empty lines.
2618
2619 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2620
2621 * emulation/viper.el (viper-major-mode-modifier-list): Add
2622 insert-state and vi-state entries for erc-mode.
2623 (viper-go-away, viper-set-hooks): Add and remove
2624 viper-comint-mode-hook from erc-mode-hook as appropriate.
2625
2626 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2627
2628 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2629
2630 * bs.el (bs--format-aux): Implement `middle' alignment as
2631 described in the docstring for `bs-attributes-list'.
2632 (bs--get-name): Simplify. Don't pad the buffer name.
2633
2634 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2635
2636 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2637 English aspell dictionary is installed, use the first entry of
2638 ispell-dictionary-alist-1.
2639
2640 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2641
2642 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2643 Doc fix.
2644
2645 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
2646
2647 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2648 for `process-file', in order to let it work for older Emacsen too.
2649
2650 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2651
2652 * international/latexenc.el: Add a suitable `coding:' tag.
2653 (latexenc-find-file-coding-system): Undo last change.
2654
2655 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2656
2657 * international/latexenc.el (latexenc-find-file-coding-system):
2658 Make sure latexenc-main-file is a regular file and is readable.
2659
2660 2006-01-27 Andre Spiegel <spiegel@gnu.org>
2661
2662 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2663 Pass FILE to vc-user-login-name.
2664
2665 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2666
2667 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
2668
2669 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2670 there are no more images to display.
2671 (thumbs-mark, thumbs-unmark): Revert change so that they move to
2672 the next image.
2673
2674 2006-01-26 Richard M. Stallman <rms@gnu.org>
2675
2676 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2677
2678 * wid-edit.el (advertised-widget-backward): New alias.
2679 (widget-keymap): Use advertised-widget-backward for S-TAB.
2680
2681 * tumme.el: Correct the keywords.
2682 (tumme-dir-max-size): Use defvar.
2683 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2684
2685 * simple.el (move-beginning-of-line): Take account of fields.
2686 (clone-indirect-buffer-other-window): Take args like
2687 clone-indirect-buffer, and work like it.
2688
2689 * help-fns.el (describe-function): Don't pass `nil' as default.
2690
2691 * files.el (risky-local-variable-p): Follow var aliases.
2692
2693 * subr.el (lazy-completion-table): Doc fix.
2694
2695 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2696 global binding of `line'.
2697
2698 2006-01-25 Andre Spiegel <spiegel@gnu.org>
2699
2700 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2701 Tramp.
2702
2703 * vc.el (vc-default-dired-state-info): Pass FILE to
2704 vc-user-login-name.
2705 (vc-default-update-changelog): Don't use vc-user-login-name, we
2706 don't need it here.
2707
2708 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2709 no longer necessary.
2710
2711 2006-01-25 Kenichi Handa <handa@m17n.org>
2712
2713 * international/mule.el (decode-char): Avoid the overhead of
2714 calling utf-lookup-subst-table-for-decode if
2715 utf-translate-cjk-mode is nil.
2716 (encode-char): Avoid the overhead of calling
2717 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2718 nil.
2719
2720 2006-01-22 Kenichi Handa <handa@m17n.org>
2721
2722 * international/mule.el (make-subsidiary-coding-system): Reset
2723 `coding-system-define-form' property of subsidiaries to nil.
2724 Avoid duplicated entry in coding-system-alist.
2725 (make-coding-system): Avoid duplicated entry in
2726 coding-system-alist.
2727 (define-coding-system-alias): Likewise.
2728
2729 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
2730
2731 * completion.el: Minor fixes in introductory comment.
2732 (completion-def-wrapper): Fix alist.
2733
2734 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2735
2736 * thumbs.el (thumbs-new-image-size): New function.
2737 (thumbs-increment-image-size-element)
2738 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2739 (thumbs-decrement-image-size): Delete.
2740 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
2741 temp files and use to resize.
2742 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2743 Use increment argument to enlarge/shrink. Preserve point.
2744 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2745 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2746 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2747 (thumbs-mark, thumbs-unmark): Preserve point.
2748 (thumbs-modify-image): Keep old temp files and use to modify.
2749 Cleanup old temp files at load time. Preserve point.
2750 (thumbs-view-image-mode-map): Use new command names.
2751
2752 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2753
2754 * log-view.el (log-view-minor-wrap): First rev is the one at point.
2755
2756 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2757 the nastiest part of the cyclic dependency.
2758 (cal-menu-update): Use dotimes and calendar-increment-month.
2759
2760 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2761 (calendar-week-start-day): Add an :initializer.
2762 (calendar-mode-map): Use suppress-keymap, and command remapping.
2763 (describe-calendar-mode): Setup xref-stack info for the back button.
2764 (calendar-star-date): Insert before delete.
2765 (calendar-set-mode-line): Add file-modified info if applicable.
2766 (calendar-increment-month): New function.
2767
2768 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2769
2770 * font-lock.el (lisp-font-lock-keywords-2):
2771 Recognize "& keywords" only at word boundaries.
2772
2773 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
2774
2775 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
2776 and permanent-local.
2777 (thumbs-max-image-number): New variable.
2778 (thumbs-do-thumbs-insertion): Use them.
2779 (thumbs-per-line): Change default to 4.
2780 (thumbs-marked-list): Rename from thumbs-markedL.
2781 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2782 (thumbs-rename-images): Use -list instead of L for internal variables.
2783 (thumbs-call-convert): Use call-process instead of shell-command.
2784 (thumbs-insert-thumb): Add filename as help-echo to each image.
2785 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2786 Give dir to thumbs-show-thumbs-list.
2787 (thumbs-show-thumbs-list): Set default-directory to that of images.
2788 (thumbs-dired-show): Rename from thumbs-dired-show-all.
2789 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2790 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2791 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2792
2793 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * ses.el (ses-read-cell): Provide a default value.
2796
2797 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
2798
2799 * term/w32-win.el (image-library-alist): Add additional names for
2800 GIF library.
2801
2802 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2803
2804 * international/latexenc.el (latexenc-find-file-coding-system):
2805 Add file-regular-p check.
2806
2807 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * simple.el (clone-buffer): Don't show the new buffer in the same
2810 window.
2811
2812 2006-01-23 Juri Linkov <juri@jurta.org>
2813
2814 * faces.el (link, link-visited): New faces based on default values
2815 of `info-xref' and `info-xref-visited'.
2816
2817 * info.el (info-xref): Inherit from `link'.
2818 (info-xref-visited): Inherit from `link-visited'.
2819
2820 * cus-edit.el (custom-buffer-create-internal): Use widget type
2821 `custom-manual' instead of `info-link' and don't set properties
2822 `button-face' and `mouse-face' explicitly.
2823 (custom-browse-group-tag, custom-browse-variable-tag)
2824 (custom-browse-face-tag): Inherit from widget class
2825 `custom-group-link' instead of `push-button'.
2826 (custom-button-unraised): Inherit from `underline' face.
2827 (custom-link): Inherit from `link' face. Fix doc and group.
2828 (custom-add-parent-links, custom-group-value-create): Don't set
2829 properties `button-face' and `mouse-face' explicitly for
2830 `custom-group-link' widget.
2831 (custom-group-link): Add properties `button-face' and `mouse-face'
2832 to widget definition.
2833 (custom-field-keymap): New variable. Put `custom-field-keymap' to
2834 editable-field's :keymap property.
2835 (custom-mode): Fix docstring: substitute keybindings for
2836 `widget-forward' and `widget-backward' from `widget-keymap',
2837 `widget-complete' from `custom-field-keymap', replace old
2838 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
2839
2840 * desktop.el (desktop-load-file): Check for `fboundp' before
2841 calling `symbol-function'.
2842
2843 * simple.el (clone-buffer, clone-indirect-buffer)
2844 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
2845 `read-string'. Fix prompts.
2846
2847 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
2848
2849 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
2850
2851 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
2852
2853 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
2854
2855 * startup.el (inhibit-splash-screen, initial-scratch-message):
2856 Doc fixes.
2857
2858 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
2859
2860 Sync with Tramp 2.0.52.
2861
2862 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
2863 net/tramp-vc.el: Add code for unloading Tramp. See comment before
2864 `tramp-unload-tramp' for checklist.
2865
2866 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
2867 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
2868 (tramp-unload-file-name-handler-alist)
2869 (tramp-unload-tramp): New defuns.
2870 (tramp-advice-PC-expand-many-files): New defadvice.
2871 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
2872 removed.
2873 (tramp-handle-expand-file-name): Remove double slash.
2874 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
2875 It doesn't matter, because it will be converted later on.
2876 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
2877 implementation was just heuristic.
2878 (tramp-post-connection): Set uid and gid properties.
2879 (tramp-convert-file-attributes): Set file's gid change bit.
2880 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
2881 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
2882 in case of su(do)? methods. The home directory of the local user
2883 will be taken else.
2884 (tramp-open-connection-telnet)
2885 (tramp-open-connection-rsh, tramp-open-connection-su)
2886 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
2887 local shell prompt could hurt. Reported by Romain Francoise
2888 <romain@orebokech.com>.
2889 (tramp-let-maybe): Add `edebug-form-spec' property.
2890 (tramp-handle-expand-file-name): Bind `default-directory' locally
2891 to "/" in order to avoid problems with UNC shares or Cygwin
2892 mounts.
2893 (tramp-md5-function): Fix typo in error message.
2894
2895 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2896
2897 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2898 for byte-compiler pacification.
2899
2900 2006-01-22 Andre Spiegel <spiegel@gnu.org>
2901
2902 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2903 ID-FORMAT `string'. This allows us to get rid of
2904 `vc-user-login-name UID'.
2905
2906 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2907
2908 2006-01-22 John Paul Wallington <jpw@pobox.com>
2909
2910 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2911
2912 2006-01-21 Martin Rudalics <rudalics@gmx.at>
2913
2914 * emacs-lisp/find-func.el (find-definition-noselect)
2915 (find-variable-noselect): Search variables in C source code too.
2916 (find-function-C-source, find-function-noselect, find-function)
2917 (find-function-other-frame, find-variable-noselect, find-variable)
2918 (find-variable-other-frame, find-variable-at-point):
2919 Fix docstrings.
2920
2921 2006-01-21 Francesco Potorti` <pot@gnu.org>
2922
2923 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2924
2925 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
2926
2927 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2928 Default to disabling the "Save affix" question.
2929
2930 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
2931
2932 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2933 the first arg to run-python.
2934
2935 2006-01-21 Eli Zaretskii <eliz@gnu.org>
2936
2937 * startup.el (command-line-1): Handle --no-desktop if desktop.el
2938 is not loaded.
2939
2940 2006-01-20 Jay Belanger <belanger@truman.edu>
2941
2942 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2943 limit is 0.
2944
2945 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2946 the correct variable.
2947
2948 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
2949
2950 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2951 link. Fixed buggy argument sequence in call to `org-view-tags'.
2952 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2953 (org-prefix-has-tag): New variable.
2954 (org-format-agenda-item): Remove tags from headline if
2955 appropriate.
2956 (org-agenda-remove-tags-when-in-prefix): New option.
2957 (org-get-tags-at): New function.
2958
2959 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
2960
2961 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
2962 (thumbs-find-image): Move image name and number from buffer name
2963 to mode name. Set thumbs-buffer. Preserve point so that large
2964 images remain visible.
2965 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2966 order.
2967 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
2968 mode name.
2969 (thumbs-next-image, thumbs-previous-image): Make them work.
2970
2971 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
2972
2973 * cus-edit.el (custom-buffer-create-internal): State in the text above
2974 the whole buffer buttons that they do not operate on hidden items.
2975 (custom-face-menu): Use `custom-face-save' instead of
2976 `custom-face-save-command'.
2977 (custom-face-save-command): Make it an alias for `custom-face-save'
2978 and declare it obsolete.
2979 (custom-face-save): Doc fix.
2980
2981 * dired.el (dired-no-confirm): Add quote.
2982 (dired-subdir-alist-pre-R): Add quote in
2983 `make-variable-buffer-local' form and remove unbalanced parenthesis.
2984
2985 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
2986
2987 * textmodes/table.el (table-mode-indicator): Typo in last change.
2988
2989 2006-01-19 Richard M. Stallman <rms@gnu.org>
2990
2991 * outline.el (hide-leaves): Don't call outline-end-of-heading.
2992 Fixes bug reported in Nov 2005.
2993
2994 * isearch.el (isearch-forward): Doc fix.
2995
2996 * dired.el (dired-move-to-filename-regexp): Define as alias.
2997 (dired-no-confirm): Use defcustom.
2998 (dired-subdir-alist-pre-R): Put defvar at top level.
2999
3000 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3001
3002 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3003 Mark as risky.
3004
3005 * simple.el (set-mark-command): Doc fix.
3006 (clone-indirect-buffer-other-window):
3007 Read arg like clone-indirect-buffer.
3008 (move-beginning-of-line): Skip invisible newlines.
3009
3010 2006-01-19 Masatake YAMATO <jet@gyve.org>
3011
3012 * progmodes/cpp.el (cpp-edit-load): Make the order of
3013 listed conditions in a base C code buffer and its associate
3014 CPP Edit buffer the same.
3015
3016 2006-01-19 Kenichi Handa <handa@m17n.org>
3017
3018 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3019 (rmail-mime-feature): Likewise.
3020 (rmail-require-mime-maybe): Use display-warning to show a warning
3021 message.
3022
3023 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3024 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3025
3026 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * array.el: Move defvars out of eval-when-compile.
3029 (array-make-template): Replace undeclared global var with a local one.
3030 (array-mode): Inline initialization functions.
3031 (array-init-local-variables, array-init-max-row)
3032 (array-init-max-column, array-init-columns-per-line)
3033 (array-init-field-width, array-init-rows-numbered)
3034 (array-init-line-length, array-init-lines-per-row): Remove.
3035
3036 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3037 (doc-mode-map): Define explicitly.
3038 (doctor-txtype): Use mapc.
3039
3040 * textmodes/table.el: Move defvars out of eval-when-compile.
3041 Remove harmful code meant to avoid byte-compiler warnings.
3042 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3043 specification that checks table-fixed-width-mode directly.
3044 (table-recognize-region, table-recognize-cell):
3045 Use restore-buffer-modified-p.
3046 (table-fixed-width-mode): Remove code that refreshes
3047 table-fixed-mode-indicator.
3048 (*table--cell-describe-bindings, *table--cell-describe-mode):
3049 Avoid obsolete name print-help-return-message.
3050 (table--test-cell-list): Don't use replace-regexp from elisp.
3051 (table--point-entered-cell-function, table--point-left-cell-function):
3052 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3053
3054 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3055 that was after the end of file. Use buffer-file-name variable.
3056 (org-timestamp-change): Use with-current-buffer.
3057 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3058 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3059 `file'.
3060
3061 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3062 (fortran-break-line): Remove unused var `opoint'.
3063 (fortran-abbrev-start): Obey help-event-list.
3064
3065 2006-01-18 Jesper Harder <harder@phys.au.dk>
3066
3067 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3068
3069 2006-01-18 Masatake YAMATO <jet@gyve.org>
3070
3071 * progmodes/make-mode.el (makefile-imake-mode): New mode
3072 derived from makefile-mode.
3073 (makefile-imake-mode-syntax-table): New syntax table
3074 derived from makefile-mode-syntax-table.
3075 (makefile-mode): Write about makefile-imake-mode in doc string.
3076 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3077 (makefile-imake-font-lock-keywords): New font lock keywords.
3078
3079 * files.el (auto-mode-alist): Add Imakefile.
3080
3081 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3082
3083 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3084 loading the file rather than when turning on flyspell-mode.
3085
3086 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3087
3088 * cus-edit.el (customize-rogue): Minor doc fix.
3089
3090 2006-01-17 Juri Linkov <juri@jurta.org>
3091
3092 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3093 instead of the file at the mark as default if the file at the mark
3094 is the same as the file at point or if dired-dwim-target-directory
3095 is not the same as the current directory and the mark is not active.
3096
3097 * log-view.el (log-view-minor-wrap): Use the same logic to get
3098 revisions as `log-view-diff'.
3099
3100 * info.el (Info-revert-find-node): Check for Info-current-file
3101 before preserving new-history.
3102
3103 * man.el (Man-heading-regexp): Add `/'.
3104
3105 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3106 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3107
3108 2006-01-16 Juri Linkov <juri@jurta.org>
3109
3110 * faces.el (mode-line-faces): New defgroup.
3111 (mode-line-highlight): Move definition after new defgroup.
3112 (mode-line, mode-line-inactive, mode-line-highlight):
3113 Replace :group `modeline' with `mode-line-faces'.
3114 (mode-line-buffer-id): New face.
3115 (modeline-buffer-id): New face alias.
3116 (vertical-border): Remove :group `modeline'.
3117
3118 * bindings.el (propertized-buffer-identification): Use face
3119 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3120 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3121 (mode-line-buffer-identification-keymap): For mouse-1 replace
3122 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3123 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3124 mouse-3.
3125
3126 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3127 Buffer-menu-buffer. Doc fix.
3128 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3129 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3130 `Buffer-menu-buffer'.
3131
3132 * info.el (Info-mode-line-node-keymap): New defvar.
3133 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3134 Propertize Info-current-node with `mode-line-buffer-id' and
3135 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3136
3137 * time.el (display-time-mail-face): Replace :group `faces' with
3138 `mode-line-faces'.
3139
3140 2006-01-16 Kenichi Handa <handa@m17n.org>
3141
3142 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3143
3144 * language/european.el (cp1252): New alias for windows-1252.
3145
3146 * international/mule.el (autoload-coding-system): Prepare for EOL
3147 variants.
3148
3149 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3150
3151 * term.el (term-raw-map): Add mapping for insert.
3152 (term-send-insert): New.
3153 (term-mode): Make variables local here instead of doing it in
3154 `term-emulate-terminal'.
3155 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3156 Scroll reverse needs to take into account the scroll region.
3157 Saving and restoring the cursor should save the color attributes too.
3158 (term-reset-terminal): Reset the scroll region.
3159 (term-handle-ansi-escape): Cursor up and down should take into
3160 account the scroll region.
3161 (term-set-scroll-region): Rename from `term-scroll-region'.
3162 Move to 0,0 after setting the region.
3163 (term-handle-scroll): Handle scroll up.
3164 (term-down): Fix off by one error.
3165 (term-delete-lines): Do not delete outside the scroll region.
3166 (term-insert-lines): Take into account the scroll region.
3167
3168 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3169
3170 * textmodes/ispell.el (ispell-internal-change-dictionary)
3171 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3172 (start, end): Move declaration outside of eval-when-compile.
3173
3174 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3175 (flyspell-mode-on): Use it.
3176
3177 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3178 ispell-kill-ispell-hook.
3179
3180 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3181
3182 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3183 (Custom-reset-saved): Do not ask for confirmation in single option
3184 buffers.
3185
3186 2006-01-13 Richard M. Stallman <rms@gnu.org>
3187
3188 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3189
3190 2006-01-13 Romain Francoise <romain@orebokech.com>
3191
3192 * add-log.el (add-change-log-entry, change-log-merge):
3193 Conditionally use `hard-newline'.
3194
3195 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3196
3197 * wid-edit.el (widget-field-end): If the overlay is no longer
3198 associated with a buffer, behave as if the overlay didn't exist.
3199
3200 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3201 Make sure the links use the `custom-link' face.
3202
3203 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3206 (ld-script-mode): Don't set indent-line-function since we don't
3207 have one.
3208
3209 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3210
3211 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3212 application.
3213 (org-file-apps-defaults-gnu): Use mailcap as the default for
3214 selecting an application on a UNIX system.
3215 (org-agenda-show-tags): New command.
3216 (org-table-insert-hline): Keep cursor in current table line.
3217 (org-table-convert): Offset effect of modifying
3218 `org-table-insert-hline'.
3219 (org-format-agenda-item): New optional argument TAG.
3220 (org-compile-prefix-format): Handle %T format for the tag.
3221 (org-expand-wide-chars): New function.
3222 (org-table-insert-row, org-table-insert-hline):
3223 Use `org-expand-wide-chars'.
3224 (org-open-file): Fix bug in program launch.
3225 (org-get-time-of-day): Fix bug with times before 1am.
3226 (org-agenda-menu): Add tags commands.
3227
3228 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3229
3230 * textmodes/ispell.el (ispell-init-process): Include the used
3231 dictionary in ispell process start message.
3232 (ispell-internal-change-dictionary): When flyspell-mode is active
3233 and dictionary is changed, make sure ispell process is restarted
3234 and flyspell word cache cleared out for the current buffer.
3235 (ispell-change-dictionary): Make sure flyspell word cache is
3236 cleared out in all buffers with active flyspell mode when
3237 dictionary is globally changed.
3238 Call ispell-internal-change-dictionary after dictionary change.
3239
3240 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3241
3242 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3243
3244 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3245 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3246 years. Fix small differences wrt Makefile.in.
3247 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3248 Makefile.in does.
3249
3250 2006-01-12 Bill Wohler <wohler@newt.com>
3251
3252 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3253 mh-search.el.
3254
3255 2006-01-12 Masatake YAMATO <jet@gyve.org>
3256
3257 * progmodes/ld-script.el: Update copyright year.
3258
3259 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3260
3261 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3262 Don't add widget if setting undefined.
3263
3264 2006-01-12 John Paul Wallington <jpw@pobox.com>
3265
3266 * help-fns.el (describe-variable): Remove newlines from void
3267 variable output.
3268
3269 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3270
3271 * wdired.el (wdired-mode-map): Add help echo for
3272 wdired-abort-changes.
3273
3274 * man.el (Man-file-name-regexp): Adjust for a list of files.
3275
3276 2006-01-12 Masatake YAMATO <jet@gyve.org>
3277
3278 * progmodes/ld-script.el (auto-mode-alist): Support
3279 suffix conventions used in netbsd and eCos.
3280
3281 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3282
3283 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3284 (custom-variable-menu, custom-face-menu, custom-group-menu)
3285 (Custom-mode-menu): Change names of menu items. (As discussed on
3286 emacs-devel.)
3287 (custom-face-menu): Add "Undo Edits" item.
3288
3289 * startup.el (init-file-user): defcustom -> defvar.
3290
3291 * tooltip.el (tooltip-mode): Doc fix.
3292
3293 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3294
3295 * reveal.el (reveal-post-command): window-buffer signals an error on
3296 dead windows rather than returning nil.
3297 (reveal-open-new-overlays): An overlay might die while we open others.
3298
3299 2006-01-11 Bill Wohler <wohler@newt.com>
3300
3301 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3302 phrasing in docstring.
3303
3304 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3305 can give some systems gas. Add new file mh-buffers.el.
3306
3307 2006-01-06 Masatake YAMATO <jet@gyve.org>
3308
3309 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3310 C preprocessor forward ported from GNU Emacs 21.2.
3311
3312 * progmodes/asm-mode.el (asm-font-lock-keywords):
3313 Use `cpp-font-lock-keywords'.
3314
3315 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3316
3317 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3318 of $ for "\\.ld[s]?".
3319
3320 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3323 (tcl-indent-line): Return `noindent' if inside a string.
3324
3325 * progmodes/flymake.el (flymake-split-string): Remove more than one
3326 empty string at beg/end of the result.
3327 (flymake-find-buildfile, flymake-find-possible-master-files):
3328 Use expand-file-name.
3329 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3330 since expand-file-name does it for us. Use directory-file-name.
3331 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3332 (flymake-ler-get-type, flymake-ler-get-text)
3333 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3334 (flymake-current-line-no): Remove spurious interactive spec.
3335 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3336 (flymake-check-include): Remove arg inc-path merged into inc-name.
3337 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3338 Arg regexp-list replaced by a simple regexp.
3339 (flymake-master-make-header-init, flymake-master-tex-init):
3340 Correspondingly replace regexp-list with a regexp. Fix regexp.
3341
3342 2006-01-10 Simon Josefsson <jas@extundo.com>
3343
3344 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3345 describing AUTH PLAIN fix.
3346
3347 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3348
3349 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3350 (report-emacs-bug): Don't record initial prompt text.
3351 Instead, add text properties to prompting text.
3352 (report-emacs-bug-hook): Delete prompting text.
3353
3354 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3355
3356 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3357 `dirs'. Adjust callers.
3358
3359 2006-01-09 John Paul Wallington <jpw@gnu.org>
3360
3361 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3362
3363 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 * reveal.el (reveal-open-new-overlays): New extracted fun.
3366 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3367 using them. Simplify the code.
3368 (reveal-post-command): Use them. Fix up obsolete windows in
3369 reveal-open-spots.
3370
3371 * progmodes/flymake.el: Use `require' rather than autoload for
3372 XEmacs's overlays.
3373 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3374 Delete. Use file-relative-name instead.
3375 (flymake-get-syntax-check-program-args, flymake-perl-init):
3376 Simplify the resulting code.
3377
3378 * log-view.el (log-view-file-re, log-view-message-re): Add support
3379 for DaRCS output.
3380
3381 2006-01-09 Alex Schroeder <alex@gnu.org>
3382
3383 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3384 identifiers sometimes added in square brackets at the beginning of
3385 subject lines.
3386
3387 2006-01-07 Richard M. Stallman <rms@gnu.org>
3388
3389 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3390 (Custom-reset-current, Custom-reset-saved): Change question text.
3391 (Custom-reset-standard): Likewise.
3392 (custom-variable-reset-saved): Doc fix.
3393
3394 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3395
3396 * startup.el (init-file-user): Doc fix.
3397
3398 2006-01-07 Alex Schroeder <alex@gnu.org>
3399
3400 * mail/rmail.el (rmail-current-subject): New function.
3401 (rmail-current-subject-regexp): New function.
3402 (rmail-next-same-subject): Use it.
3403
3404 * mail/rmailsum.el (rmail-summary-by-topic):
3405 Use rmail-current-subject and rmail-current-subject-regexp.
3406 (rmail-summary-next-same-subject): Ditto.
3407
3408 * net/rcirc.el (rcirc-send-input): No longer check whether the
3409 process is open, since not all commands need an open process.
3410 (rcirc-send-string): Check whether the process is open before
3411 sending anything.
3412 (rcirc-ignore-list): New option.
3413 (rcirc-ignore-list-automatic): New variable.
3414 (rcirc-print): Take rcirc-ignore-list into account.
3415 (rcirc-cmd-ignore): New command.
3416 (rcirc-ignore-update-automatic): New function.
3417 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3418 list if ignored nicks.
3419 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3420
3421 2006-01-06 David Reitter <david.reitter@gmail.com>
3422
3423 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3424 reflect the address to which the report will be sent.
3425
3426 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3427
3428 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3429 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3430
3431 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3432
3433 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3434
3435 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3436 the doc string: "functoin" => "function".
3437 * ldefs-boot.el: Likewise.
3438
3439 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3440 message text: "Duplicat" => "Duplicate".
3441
3442 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3443
3444 * files.el (basic-save-buffer-2): If backing-up failed, reset
3445 buffer-backed-up to nil.
3446
3447 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3448
3449 * progmodes/gud.el (gdb-script-skip-to-head)
3450 (gdb-script-calculate-indentation): Indent for breakpoint command
3451 lists also.
3452
3453 2006-01-05 Bill Wohler <wohler@newt.com>
3454
3455 * Makefile.in (compile-always): Add mh-autoloads dependency.
3456 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3457 provides it.
3458 (updates): Remove mh-autoloads dependency, since it probably has
3459 already run recently (via recompile).
3460
3461 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3462
3463 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3464 argument `force' to disable the flyspell-last-buffer optimization.
3465 (flyspell-mode-on): Use it.
3466
3467 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3468 flymake-simple-cleanup.
3469 (flymake-allowed-file-name-masks): Use this new default.
3470 All the functions are now called in the right buffer rather than
3471 passing the buffer as argument.
3472 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3473 (flymake-parse-err-lines): Remove redundant buffer arg.
3474 (flymake-get-program-dir): Comment out unused function.
3475 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3476 Remove redundant buffer argument.
3477 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3478 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3479
3480 2006-01-05 Richard M. Stallman <rms@gnu.org>
3481
3482 * info.el (Info-find-node): Don't record previous node if have none.
3483 (info): Go to directory only if history is empty.
3484
3485 * simple.el (mark): Doc fix.
3486
3487 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3488
3489 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3490 already of desired type.
3491 (mac-ae-list): Coerce parameter to "list" type.
3492 (mac-dispatch-apple-event): Replace cadr part of event with a
3493 dummy position so that event-start returns it.
3494
3495 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3496
3497 * textmodes/org.el (org-end-of-subtree): New function.
3498 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3499 Use `org-end-of-subtree'.
3500 (org-agenda, org-agenda-convert-date): Protect calls to
3501 `fit-window-to-buffer'.
3502 (org-tags-view): Force matching of sublevels when doing a
3503 todo-only search. Define the correct redo command, including the
3504 arguments.
3505 (org-agenda-redo): Display message.
3506 (org-check-for-org-mode): New function.
3507 (org-agenda-type): New variable.
3508 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3509 Set `org-agenda-type'.
3510 (org-agenda-check-type): New function.
3511 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3512 (org-agenda-week-view, org-agenda-day-view)
3513 (org-agenda-next-date-line, org-agenda-previous-date-line)
3514 (org-agenda-log-mode, org-agenda-toggle-diary)
3515 (org-agenda-toggle-time-grid, org-agenda-date-later)
3516 (org-agenda-date-prompt, org-agenda-diary-entry)
3517 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3518 (org-agenda-convert-date, org-agenda-menu):
3519 Use `org-agenda-check-type'.
3520 (org-make-overlay, org-delete-overlay)
3521 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3522 New compatibility functions.
3523 (org-calendar-select-mouse): New command.
3524
3525 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3526
3527 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3528 (Custom-reset-standard): Fix y-or-n-p messages.
3529 (custom-link): New face for links.
3530 (custom-buffer-create-internal, custom-manual): Use it.
3531 (custom-face-save): Push to theme-face before setting face spec.
3532
3533 * wid-edit.el (widget-default-mouse-face-get): New function.
3534 (widget-specify-button): Handle mouse-face like button-face.
3535
3536 * custom.el (load-theme): Clear old theme settings if reloading.
3537
3538 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3539
3540 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3541 "Erase Customization" button back to same position it occupies in
3542 the individual State menus.
3543
3544 2006-01-04 Kim F. Storm <storm@cua.dk>
3545
3546 * wid-edit.el (key-sequence): Rework widget to read key binding
3547 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3548 (widget-key-sequence-default-value): Default value for empty sequence.
3549 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3550 (widget-key-sequence-read-event): New command for C-q.
3551 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3552 (widget-key-sequence-value-to-external): New functions.
3553
3554 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3557 Use expand-file-name.
3558 (flymake-delete-temp-directory): Use expand-file-name,
3559 file-name-directory, and directory-file-name.
3560 (flymake-strrchr): Delete.
3561 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3562 to the init-f function.
3563 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3564 (flymake-init-find-buildfile-dir)
3565 (flymake-init-create-temp-source-and-master-buffer-copy)
3566 (flymake-simple-make-init-impl, flymake-simple-make-init)
3567 (flymake-master-make-init, flymake-master-make-header-init)
3568 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3569 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3570 (flymake-xml-init): Remove corresponding redundant buffer argument.
3571 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3572 the default anyway. Clean up regexps.
3573
3574 * progmodes/flymake.el (flymake-temp-source-file-name)
3575 (flymake-master-file-name, flymake-temp-master-file-name)
3576 (flymake-base-dir): New buffer-local vars.
3577 (flymake-buffer-data, flymake-get-buffer-value)
3578 (flymake-set-buffer-value): Replace those hash-tables by the new
3579 buffer-local vars. Update callers.
3580
3581 * progmodes/flymake.el (flymake-check-start-time)
3582 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3583 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3584 Move definition, so we can remove redundant earlier declaration.
3585 (flymake-replace-regexp-in-string, flymake-split-string)
3586 (flymake-get-temp-dir): Use defalias.
3587 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3588 (flymake-xemacs-window-edges): Remove unused function.
3589 (flymake-get-point-pixel-pos): Move.
3590 (flymake-pid-to-names, flymake-reg-names)
3591 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3592 Replace by a simple list flymake-processes and by process-buffer.
3593 Update callers. Other than simplify the code, it uses buffers rather
3594 than buffer-names so it doesn't get confused by uniquify.
3595 (flymake-buffer-data): The global value should just be nil.
3596
3597 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3598 Optimize the body of a defalias like any other code.
3599
3600 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3601 Make sure we've setup font-lock's vars. It may influence which
3602 function we then call.
3603 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3604 here since it's too late anyway.
3605
3606 2006-01-03 Romain Francoise <romain@orebokech.com>
3607
3608 * startup.el (fancy-splash-tail, normal-splash-screen):
3609 Update copyright year.
3610
3611 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3612
3613 * mouse.el (mouse-drag-track): Rename, from
3614 `mouse-drag-region-1'. Includes optional argument required to
3615 enable post-drag event processing (e.g. delete region keys).
3616 Can be used without this argument to track a mouse region and operate
3617 on it as soon as the drag completes.
3618 (mouse-drag-region): Use `mouse-drag-track'.
3619
3620 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3621
3622 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3623 Move to `custom-buffer' group.
3624
3625 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3626 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3627 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3628 (custom-theme-face-menu): New variables.
3629 (custom-theme-add-variable, custom-theme-variable-action)
3630 (custom-variable-reset-theme, custom-theme-delete-variable)
3631 (custom-face-reset-theme, custom-theme-face-action)
3632 (custom-theme-delete-face, custom-theme-merge-theme)
3633 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3634
3635 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * custom.el: Move Custom Themes commentary to start of theme code.
3638 (custom-known-themes): Rename `standard' theme to `changed'.
3639 (custom-push-theme): Caller no longer specifies what theme to use
3640 when doing `reset'---the setting is simply removed from the theme.
3641 Delete MODE from `theme-value' and `theme-settings' properties.
3642 (custom-declare-theme): Ignore &rest args since we don't use them.
3643
3644 (custom-loaded-themes): Delete variable.
3645 (custom-theme-load-themes, custom-theme-loaded-p)
3646 (custom-theme-value): Delete functions.
3647
3648 (custom-declare-theme): Signal error on invalid theme names.
3649 (provide-theme): custom-loaded-themes was deleted.
3650 (load-theme): Load the file unconditionally.
3651 (enable-theme): Call `load-theme' if theme is undefined.
3652 (custom-enabled-themes): Only update value for successful loads.
3653 (disable-theme): Complete from enabled themes when interactive.
3654 (custom-variable-theme-value): Calculate theme value directly.
3655
3656 (custom-theme-reset-variables, custom-reset-variables): Mark as
3657 XEmacs compatibility functions. We don't actually use these.
3658
3659 * cus-edit.el (custom-variable-state-set):
3660 Use custom-variable-theme-value instead of custom-theme-value.
3661 (custom-face-state-set): Rename `standard' theme to `changed'.
3662 (custom-save-variables, custom-save-faces): Delete unneeded
3663 references to custom-reset-variables.
3664 (custom-save-resets): Delete function.
3665 (custom-save-variables, custom-save-faces): MODE argument deleted.
3666 (custom-save-variables, custom-save-faces): Ignore theme values.
3667
3668 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3669 compatibility function.
3670
3671 2006-01-01 Richard M. Stallman <rms@gnu.org>
3672
3673 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3674 (Custom-reset-current, Custom-reset-saved): Likewise.
3675 (Custom-reset-standard): Show message if aborted.
3676 (custom-mode): Doc fix, describing those commands.
3677
3678 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3679 put on event-kind property.
3680
3681 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * custom.el (provide-theme): Ban `user' theme name.
3684 (custom-enabling-themes): New variable.
3685 (enable-theme): Don't enable user if custom-enabling-themes is t.
3686 (custom-enabled-themes): Make it a defcustom.
3687 (custom-theme-recalc-face): No-op if face is undefined.
3688
3689 * cus-edit.el (custom-button-mouse): New variable.
3690 (custom-button-mouse): New face.
3691 (custom-raised-buttons, custom-mode): Use it.
3692
3693 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3694
3695 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3696
3697 * progmodes/gud.el (gud-display-line): Support hl-line in the
3698 source buffer.
3699
3700 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3701
3702 * mouse.el (mouse-drag-window-above): Verify that the found window
3703 overlaps with the given window in the horizontal dimension.
3704
3705 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3706
3707 * Makefile.in (cvs-update): New target.
3708
3709 * makefile.w32-in (cvs-update): Ditto.
3710
3711 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
3712
3713 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3714 (custom-new-theme-mode-map): New variable.
3715
3716 2005-12-30 Richard M. Stallman <rms@gnu.org>
3717
3718 * custom.el (custom-load-themes): Function deleted.
3719
3720 * cus-edit.el (custom-save-loaded-themes): Function deleted.
3721 (custom-save-variables): Don't delete or add custom-load-themes call.
3722
3723 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * cus-start.el: Add `visible-cursor'.
3726
3727 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3728 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3729 (flymake-process-filter): Switch to buffer before calling it instead.
3730 (flymake-post-syntax-check, flymake-highlight-err-lines)
3731 (flymake-delete-own-overlays, flymake-parse-err-lines)
3732 (flymake-start-syntax-check, flymake-start-syntax-check-process)
3733 (flymake-count-lines, flymake-parse-residual):
3734 Remove constant buffer argument.
3735 (flymake-start-syntax-check-for-current-buffer): Remove.
3736 Update callers to use flymake-start-syntax-check instead.
3737 (flymake-display-err-menu-for-current-line):
3738 Remove unused var `mouse-pos'.
3739 (flymake-restore-formatting): Comment out unused function.
3740 (flymake-report-status, flymake-report-fatal-status): Remove buffer
3741 argument, use current-buffer instead. Update callers.
3742
3743 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3744
3745 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3746 buffer-local because choose-completion-delete-max-match requires
3747 that we set completion-ignore-case (i.e., binding via let is not
3748 sufficient).
3749 (bibtex-complete): Always set completion-ignore-case and
3750 choose-completion-string-functions. The latter is needed because
3751 choose-completion-string-functions keeps its value if we quit the
3752 *Completions* buffer without requesting a completion.
3753
3754 2005-12-30 Andreas Schwab <schwab@suse.de>
3755
3756 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3757
3758 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3759
3760 * jit-lock.el (jit-lock-chunk-size): Doc fix.
3761
3762 2005-12-30 Juri Linkov <juri@jurta.org>
3763
3764 * locate.el (locate-fcodes-file, locate-header-face)
3765 * progmodes/delphi.el (delphi-other-face)
3766 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3767
3768 * paren.el (show-paren-match, show-paren-mismatch): Use existing
3769 group `paren-showing-faces'.
3770
3771 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3772 (goto-address): Fix docstring.
3773
3774 * net/webjump.el (webjump-sample-sites): Update URLs.
3775
3776 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3777
3778 * subr.el (cancel-change-group): Add listp around pending-undo-list.
3779
3780 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * font-lock.el (font-lock-compile-keywords): Signal an error when
3783 font-lock-set-defaults hasn't been called.
3784
3785 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3786
3787 * subr.el (noreturn, 1value): Doc fixes.
3788
3789 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3790
3791 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3792 that assoc-string returns nil.
3793
3794 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3795
3796 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3797 (bibtex-entry-type-str, bibtex-empty-field-re)
3798 (bibtex-search-backward-string, bibtex-preamble-prefix)
3799 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3800 (bibtex-any-valid-entry-type): New variable.
3801 (bibtex-parse-field-name): Simplify.
3802 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3803 (bibtex-preamble-prefix): Include left delimiter.
3804 (bibtex-search-forward-field, bibtex-search-backward-field):
3805 Allow unbounded search past entry boundaries (required by bibtex-pop).
3806 (bibtex-text-in-field-bounds): Use push.
3807 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3808 (bibtex-parse-preamble, bibtex-valid-entry)
3809 (bibtex-beginning-first-field): New functions.
3810 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
3811 (bibtex-map-entries): Fix docstring.
3812 (bibtex-flash-head): New arg prompt. Simplify.
3813 (bibtex-enclosing-field): Include code of bibtex-inside-field.
3814 (bibtex-insert-kill): Simplify. Always insert text past the
3815 current field or entry.
3816 (bibtex-format-entry): Use bibtex-parse-field.
3817 (bibtex-pop): Use bibtex-beginning-of-entry and
3818 bibtex-end-of-entry to initiate the search. Insert empty field if
3819 we found ourselves.
3820 (bibtex-print-help-message): New args field and comma.
3821 Handle entry keys.
3822 (bibtex-make-field): Use bibtex-beginning-of-entry.
3823 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
3824 invalid entry.
3825 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3826 Handle preambles. Simplify code for thorough test.
3827 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3828 New arg comma. Handle entry heads.
3829 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3830 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3831 New arg comma.
3832 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3833 (bibtex-fill-field): Simplify.
3834 (bibtex-fill-entry): Use bibtex-beginning-first-field and
3835 bibtex-parse-field.
3836 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
3837 (bibtex-complete): Use bibtex-parse-preamble.
3838
3839 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
3840
3841 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
3842 Display name of expression instead of convenience variable.
3843 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
3844
3845 * progmodes/gud.el (gud-tooltip-dereference): Rename from
3846 toggle-gud-tooltip-dereference.
3847 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
3848 (gud-tooltip-tips): ...here when dereferencing.
3849
3850 2005-12-28 Bill Wohler <wohler@newt.com>
3851
3852 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
3853
3854 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
3857 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
3858 (vc-annotate-display-autoscale): Adjust call.
3859 (vc-annotate-display-default): Adjust call. Make arg compulsory.
3860 Fix interactive spec.
3861 (vc-annotate-time-span): Remove.
3862 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
3863 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
3864 (vc-annotate-display-select): Use new name.
3865
3866 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
3867 (vc-annotate-mode-menu): Remove left-over redundant declaration.
3868 Correct the construction of span entries. Simplify.
3869 (vc-annotate-display-select): Fix the nil case.
3870 (vc-annotate): Remove obsolete (and now broken) code.
3871 (vc-annotate-extract-revision-at-line): Remove obsolete code.
3872 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
3873
3874 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3875
3876 * subr.el (lazy-completion-table): Correct typo in docstring.
3877
3878 * startup.el (command-line): Use `custom-reevaluate-setting' for
3879 `send-mail-function'.
3880
3881 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
3882
3883 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
3884
3885 * mail/smtpmail.el (smtpmail-try-auth-methods):
3886 Send credentials together with "AUTH PLAIN" command.
3887
3888 2005-12-27 Richard M. Stallman <rms@gnu.org>
3889
3890 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3891 mouse-2, go back to previously selected window, so it's selected
3892 when mouse-2 command runs.
3893
3894 2005-12-27 Juri Linkov <juri@jurta.org>
3895
3896 * descr-text.el (describe-text-sexp): Use square brackets for
3897 button [Show] to distinguish it from the property value `show'.
3898 (describe-property-list): Use `insert-text-button' with
3899 `help-face' type instead of putting face in quotes, because button
3900 is not created automatically for a list of faces.
3901 (describe-text-properties-1): Put button-type value in quotes to
3902 distinguish from plain text "button".
3903 (describe-char): Display code point values in hex. Don't use
3904 `symbol-name' for `current-input-method' because it is a string.
3905 Use `insert-text-button' with `help-face' type instead of putting
3906 hardcoded face in quotes, because button is not created automatically.
3907
3908 2005-12-27 Richard M. Stallman <rms@gnu.org>
3909
3910 * progmodes/glasses.el (glasses-face): More specific custom type.
3911
3912 * files.el (set-visited-file-name): Doc fix.
3913
3914 * textmodes/flyspell.el (flyspell-external-point-words):
3915 Use local var buffer-scan-pos to advance scan for next misspelling.
3916 Advance it only after we find the misspelling.
3917
3918 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
3919
3920 * textmodes/flyspell.el (flyspell-external-point-words):
3921 New criteria for finding the misspelling in the buffer.
3922
3923 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
3924
3925 * help-mode.el (help-insert-string): Set help-xref-stack-item
3926 rather than call help-setup-xref.
3927
3928 * descr-text.el (describe-char): Revert previous changes for
3929 optional buffer argument.
3930
3931 2005-12-27 Juri Linkov <juri@jurta.org>
3932
3933 * help-mode.el (help-insert-string): New function. Save buffer
3934 contents in cases where it is impossible to recompute the old contents.
3935
3936 * descr-text.el (describe-char): Set help-xref-stack-item
3937 explicitly after buffer has been generated.
3938
3939 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3940
3941 * cus-start.el (all): Add x-gtk-show-hidden-files.
3942
3943 2005-12-26 Richard M. Stallman <rms@gnu.org>
3944
3945 * replace.el (perform-replace): Calculate match-again
3946 before skipping read-only matches.
3947
3948 * paren.el (paren-showing-faces): New group.
3949 (show-paren-match, show-paren-mismatch): Move to that group.
3950
3951 * button.el (button): Put into group `basic-faces'.
3952
3953 * progmodes/make-mode.el: Remove faces from group `faces'.
3954
3955 * apropos.el (apropos, apropos-value): Doc fix.
3956 (apropos-documentation): Doc fix.
3957
3958 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * subr.el (lazy-completion-table): Remove argument `args'.
3961
3962 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3963 Don't use the `args' argument of lazy-completion-table.
3964
3965 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
3966
3967 * descr-text.el (describe-char): Add optional argument for buffer.
3968 Set buffer appropriately. Call help-setup-xref.
3969 Suggested by Stefan Monnier.
3970
3971 2005-12-26 Juri Linkov <juri@jurta.org>
3972
3973 * descr-text.el: Require `help-fns' at runtime. Don't require
3974 `button' for byte compilation.
3975 (describe-text-widget): Add `help-echo' for first button.
3976 Use `help-info' for second.
3977 (describe-property-list): Use `help-argument-name' instead of `italic'.
3978 (describe-text-category): Add prompt to interactive spec.
3979 Call `help-setup-xref'.
3980 (describe-char): Use `help-character-set'. Add `help-echo' for
3981 code point. Use `help-input-method'. Remove superfluous insert.
3982
3983 2005-12-25 Richard M. Stallman <rms@gnu.org>
3984
3985 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3986 at point, in case of narrowing.
3987
3988 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3989
3990 * locate.el (locate-header-face): Allow nil in type.
3991
3992 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3993
3994 2005-12-25 Romain Francoise <romain@orebokech.com>
3995
3996 * battery.el (battery-linux-proc-acpi): Also try
3997 `/proc/acpi/thermal_zone/THM0/temperature'.
3998
3999 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4000
4001 * custom.el (custom-push-theme): Fix docstring.
4002
4003 * cus-edit.el (custom-variable-set, custom-variable-save)
4004 (custom-variable-save): Custom-quote widget values.
4005 (customize-save-variable): Fix custom-push-theme call.
4006
4007 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4008
4009 * w32-fns.el (w32-batch-update-autoloads): New function.
4010
4011 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4012 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4013 from the command line.
4014
4015 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4018 reset means to remove setting from theme entirely. Don't keep
4019 expanding theme-settings list; delete old entries if necessary.
4020
4021 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4022 customization" button one line up.
4023 (custom-themed): New face.
4024 (custom-magic-alist): New value, THEMED, for theme settings.
4025 (custom-variable-state-set, custom-face-state-set):
4026 Check theme-value instead of saved-value.
4027 (custom-variable-reset-standard, custom-face-reset-standard):
4028 Remove theme setting entirely. Recalculate new values.
4029 (custom-variable-set, custom-variable-set)
4030 (custom-variable-reset-saved, custom-variable-reset-backup)
4031 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4032 (custom-variable-save): Fix typos.
4033
4034 2005-12-23 Juri Linkov <juri@jurta.org>
4035
4036 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4037 Add autoload cookies.
4038 (edebug-outside-d-c-i-n-s-w): New variable.
4039 (edebug-display, edebug-outside-excursion): Use it to save the
4040 original value of default-cursor-in-non-selected-windows.
4041 Set default-cursor-in-non-selected-windows to t while Edebug
4042 is active.
4043 (edebug-mode, edebug-eval-mode): Doc fix.
4044
4045 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4046 with `buffer-substring-no-properties' to remove common substring
4047 highlighting.
4048
4049 * info.el (info-other-window, info): Rename function argument
4050 `file' to `file-or-node'.
4051 (Info-complete-menu-item): Use local variable `complete-nodes' to
4052 keep the global value of `Info-complete-nodes' unchanged for
4053 subsequent completions.
4054 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4055
4056 * simple.el (get-next-valid-buffer, last-buffer)
4057 (next-error-buffer-p, next-error-find-buffer)
4058 (minibuffer-history-sexp-flag): Doc fix.
4059
4060 * savehist.el (savehist-mode-hook): Add `:group'.
4061
4062 * log-view.el: Call autoload for vc-find-version.
4063 (log-view-current-file): Adjust subgroup numbers.
4064 (log-view-current-tag): Add `length'.
4065
4066 2005-12-23 Richard M. Stallman <rms@gnu.org>
4067
4068 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4069
4070 2005-12-23 Juri Linkov <juri@jurta.org>
4071
4072 * hi-lock.el (hi-lock-archaic-interface-message-used)
4073 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4074 (hi-lock-mode): Display "Hi" in the mode line only when
4075 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4076 (hi-lock-write-interactive-patterns):
4077 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4078 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4079 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4080 font-lock-add-keywords to t.
4081
4082 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4083
4084 * hi-lock.el (hi-lock-highlight-range): New variable.
4085 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4086 only if font-lock-fontified is non-nil. Remove overlays.
4087 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4088 font-lock-fontified is non-nil, otherwise use overlays (instead of
4089 text properties).
4090 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4091 New variables.
4092 (hi-lock-string-serialize) New function.
4093
4094 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4095
4096 * menu-bar.el (menu-find-file-existing): New function.
4097 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4098
4099 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4100
4101 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * vc.el: Remove unnecessary leading * in docstrings.
4104 (vc-annotate-mode-map): Move initialization into declaration.
4105 (vc-static-header-alist): Nitpick on the regexp.
4106 (vc-default-init-version): New fun.
4107 (vc-register): Use it.
4108 (vc-insert-headers): Use dolist.
4109 (vc-annotate-get-backend): Remove unused function.
4110 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4111 (vc-annotate-mode): Remove corresponding call.
4112 (vc-annotate-car-last-cons): Simplify.
4113 (vc-annotate-buffers): Remove var.
4114 (vc-annotate-backend): Make it buffer-local.
4115 (vc-annotate): Move the interaction to the interactive spec.
4116 Add a `buf' argument.
4117 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4118 killing&creating a vc-annotate buffer, which is very disruptive when
4119 the buffers are shown in dedicated frames.
4120
4121 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4122
4123 * descr-text.el: Add FSF as maintainer.
4124 (describe-text-mode, describe-text-mode-map)
4125 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4126 help-mode.
4127 (describe-text-widget, describe-text-sexp)
4128 (describe-property-list, describe-text-category)
4129 (describe-text-properties, describe-text-properties-1)
4130 (describe-char): Use help buttons instead of widgets.
4131 (describe-char-unicodedata-file): Make URL link in doc string.
4132
4133 2005-12-22 Richard M. Stallman <rms@gnu.org>
4134
4135 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4136 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4137 Don't include buttons that write a file when there's no file.
4138 (custom-variable-menu, custom-face-menu, custom-group-menu):
4139 Don't include commands that write a file when there's no file.
4140 (customize-browse): Reword the top-of-buffer help intro.
4141 (custom-buffer-create-internal): Fix previous change.
4142 (customize-changed-options-previous-release): Prev release is 21.1.
4143 (customize-changed-options): Doc fix.
4144 (customize-changed): New alias.
4145 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4146 Say "standard values".
4147 (Custom-reset-standard): Doc fix.
4148 (custom-face-reset-standard): Doc fix.
4149
4150 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4151
4152 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4153 even if font-lock-mode is non-nil since it may be t without having
4154 turned on font-lock-mode-internal.
4155 (font-lock-choose-keywords): Minor optimization.
4156 (font-lock-add-keywords, font-lock-remove-keywords)
4157 (font-lock-set-defaults): Don't call make-local-variable on a variable
4158 that we know to already be local.
4159
4160 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4161
4162 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4163 messages if in the minibuffer.
4164
4165 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4168 (tex-mode-flyspell-verify, flyspell-get-word)
4169 (flyspell-external-point-words): Don't use point-min/max uselessly.
4170
4171 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4172 by Kevin Rodgers. Instead, just hide the completions buffer if we
4173 don't need to show it.
4174
4175 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4176
4177 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4178
4179 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4180
4181 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4182 delete-windows-on with an inexistent buffer.
4183
4184 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4185
4186 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4187 Delete defcustom variable :tag names.
4188
4189 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4192 (log-view-font-lock-keywords): Ajust subgroup numbers.
4193 (log-view-current-tag): Don't hard code the number of subgroups.
4194
4195 2005-12-20 Juri Linkov <juri@jurta.org>
4196
4197 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4198 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4199
4200 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4201 (menu-bar-non-minibuffer-window-p): Instead of checking
4202 display-multi-frame-p, use selected-frame when menu-updating-frame
4203 is nil.
4204
4205 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
4206
4207 * align.el (align-rules-list): Use [ \t] instead of \s-
4208 for column separators in text mode.
4209
4210 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4211
4212 * help-mode.el (help-customize-variable, help-customize-face):
4213 Don't pop help-xref-stack as help-follow no longer pushes
4214 anything on to it.
4215
4216 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4217
4218 * textmodes/org.el (org-agenda-custom-commands): New option.
4219 (org-agenda): Offer custom commands on splash screen.
4220 (org-make-tags-matcher): Parser for Boolean logic added.
4221 (org-agenda-set-tags): New command.
4222 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4223 (org-set-tags): Efficiency improvements.
4224 (org-auto-align-tags): New option.
4225 (org-todo, org-demote, org-promote): Realign tags.
4226 (org-tags-completion-function): Use also "&" and "|" as separators.
4227 (org-org-menu): Agenda commands simplified.
4228
4229 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4230
4231 * cus-edit.el (customize-apropos, customize-apropos-options):
4232 Docstring changes.
4233
4234 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4235
4236 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4237
4238 * longlines.el (longlines-mode): Wrap while widened.
4239 (longlines-decode-region, longlines-encode-region): Compute max
4240 just once.
4241
4242 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4243
4244 * cus-edit.el (mac): New group.
4245
4246 * cus-start.el (all): Add user options in macterm.c. Add test for
4247 Mac-related built-ins. Fix test for GTK-related built-ins.
4248
4249 * term/mac-win.el (mac-handle-language-change)
4250 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4251 (mac-services-open-selection, mac-services-mail-selection)
4252 (mac-services-mail-to, mac-services-insert-text)
4253 (mac-dispatch-apple-event): Add docstrings.
4254 (x-get-selection, mac-select-convert-to-string): Select coding
4255 system from `utf-16be' and `utf-16le' using `byteorder'.
4256
4257 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4258
4259 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4260 a "list" (lambda ...) rather than a real completion list.
4261
4262 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4263 lexical-let when encountering ((lambda (...) ...) ...).
4264
4265 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4266
4267 * progmodes/sh-script.el (sh-mode):
4268 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4269 * textmodes/picture.el (picture-mode): Update docstrings.
4270
4271 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4272
4273 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4274 commands enclosed in $(ARGQUOTE)s should not be split between two
4275 lines, as that will break with GNU Make >3.80, when sh.exe is used
4276 and arg quoting is with '..'.
4277 (autoloads): Don't break the quoted --eval expression between
4278 several lines.
4279
4280 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4283 Capture error from printing circular structures.
4284
4285 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4286
4287 * wid-edit.el (widget-checkbox-action): Clear undo info.
4288
4289 2005-12-16 Bill Wohler <wohler@newt.com>
4290
4291 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4292 bar, not menubar in comment.
4293
4294 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4297 After-change-functions should not clobber the match data.
4298
4299 2005-12-16 Juri Linkov <juri@jurta.org>
4300
4301 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4302 instead of `buffer-substring'.
4303 (completion-common-substring): Doc fix.
4304 (completion-setup-function): Use minibuffer-completion-contents
4305 instead of minibuffer-contents. Don't set common-string-length
4306 initially. Remove special handling of partial-completion-mode.
4307 Move computation of completion-base-size into one cond.
4308 Call completion-base-size-function in mainbuf. In computation of
4309 completion-base-size for file name completion don't move point to
4310 the end of the minibuffer. Move computation of common-string-length
4311 into one cond. Start putting faces only when common-string-length>=0.
4312 Add condition to put completions-common-part when
4313 common-string-length>0.
4314
4315 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4316 place point at the first different character in the minibuffer
4317 even if this position is at the beginning of the minibuffer.
4318
4319 * info.el (Info-read-node-name-1): In completion-base-size-function's
4320 lambda return 1 if common-substring or minibuffer-completion-contents
4321 starts with (, and 0 otherwise.
4322
4323 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4324 Use `crm-current-element' for second arg of `display-completion-list'.
4325
4326 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4327
4328 * files.el (set-auto-mode): Look for an interpreter specified on
4329 the first line also if search for mode specification succeeded,
4330 but the mode is not known.
4331
4332 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4333
4334 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4335 (org-open-at-point): Implement tag searches as links.
4336 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4337 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4338 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4339 (org-agenda-dispatch): New commands.
4340 (org-use-tag-inheritance, org-tags-column): New options.
4341 (org-tab-follows-link, org-return-follows-link): New options.
4342 (org-tags): New customize group.
4343 (org-start-icalendar-file): Get local time zone.
4344 (org-tags-completion-function): New function.
4345 (org-set-font-lock-defaults): Make sure links will also be
4346 highlighted inside headlines.
4347
4348 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4349
4350 * term.el (term-emulate-terminal):
4351 Let term-handle-ansi-terminal-messages override what Bash says about
4352 its current directory.
4353
4354 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4355
4356 * bindings.el (last-buffer): Move to simple.el.
4357 * simple.el (last-buffer): Move here.
4358 (get-next-valid-buffer): New function.
4359 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4360 (prev-buffer): Ditto. Rename to `previous-buffer'.
4361
4362 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4363 * bindings.el (global-map): Ditto.
4364
4365 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4366
4367 * cus-edit.el: Introductory comment change.
4368 (custom-magic-alist): Change message string for the `rogue' state.
4369
4370 2005-12-15 Richard M. Stallman <rms@gnu.org>
4371
4372 * tooltip.el: Delete defcustom variable :tag names.
4373
4374 * complete.el (partial-completion-mode): Doc fix.
4375
4376 * textmodes/flyspell.el (flyspell-external-point-words):
4377 Use save-excursion to ensure we don't move backward in the
4378 search loop, not even one character.
4379 (flyspell-delete-all-overlays): Use remove-overlays directly.
4380
4381 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4382 (ispell-start-process): Set that variable.
4383 Clear ispell-buffer-local-name.
4384 (ispell-internal-change-dictionary):
4385 Set ispell-current-dictionary after killing process.
4386 (ispell-buffer-local-dict):
4387 Don't set spell-personal-dictionary after killing process.
4388 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4389 (ispell-tex-skip-alists, ispell-html-skip-alists)
4390 (ispell-skip-region-alist): Mark as risky.
4391
4392 * net/newsticker.el (newsticker--retrieval-timer-list)
4393 (newsticker--display-timer, newsticker-running-p)
4394 (newsticker-ticker-running-p): Definitions moved up.
4395
4396 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4397
4398 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4399
4400 2005-12-15 David Ponce <david@dponce.com>
4401
4402 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4403 (recentf-edit-list, recentf-open-files): Signal an error when
4404 there is no recent file.
4405
4406 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4407
4408 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4409 read-only except for texinfo-format-region evaluation.
4410
4411 2005-12-14 Richard M. Stallman <rms@gnu.org>
4412
4413 * vc.el (vc-default-previous-version, vc-default-next-version)
4414 (vc-do-command): Doc fixes.
4415
4416 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4417
4418 * textmodes/bibtex.el (bibtex-expand-strings)
4419 (bibtex-autokey-expand-string, bibtex-name-part)
4420 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4421 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4422 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4423 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4424 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4425 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4426 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4427 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4428 (bibtex-beginning-of-last-entry): Remove.
4429 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4430 message if comma is missing but buffer is read-only.
4431 (bibtex-parse-field-text): Handle whitespaces at the end of field
4432 text. Return 3-element list with beginning and end of field text
4433 and end of field.
4434 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4435 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4436 (bibtex-search-forward-field, bibtex-search-backward-field):
4437 Search always delimited by limits of entry. Use more efficient
4438 search algorithms.
4439 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4440 bibtex-end-of-name-in-field.
4441 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4442 extracting the content of a field.
4443 (bibtex-text-in-field): Use search limits.
4444 (bibtex-parse-string-prefix): Handle empty string keys based on
4445 bibtex-string-empty-key.
4446 (bibtex-parse-string): Fix docstring.
4447 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4448 (bibtex-preamble-prefix, bibtex-strings): New functions.
4449 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4450 BibTeX entries (consistent with other BibTeX functions).
4451 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4452 (bibtex-search-entry): Fix docstring. Simplify.
4453 (bibtex-flash-head, bibtex-complete-string-cleanup)
4454 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4455 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4456 (bibtex-parse-entry): New optional arg content.
4457 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4458 Use bibtex-text-in-field-bounds.
4459 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4460 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4461 bibtex-parse-string-postfix.
4462 (bibtex-find-text-internal): New function.
4463 (bibtex-remove-delimiters): Use it.
4464 (bibtex-find-text): Use it. New optional arg help.
4465 (bibtex-complete): Handle BibTeX string and preamble entries.
4466 (bibtex-Preamble): Fix order of closing delimiters.
4467
4468 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * vc.el (vc-default-revert): New fun.
4471
4472 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4473
4474 2005-12-14 Romain Francoise <romain@orebokech.com>
4475
4476 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4477 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4478 (font-lock-remove-keywords): Likewise.
4479
4480 2005-12-14 Juri Linkov <juri@jurta.org>
4481
4482 * log-view.el (log-view-diff): Doc fix.
4483
4484 * isearch.el (isearch-query-replace): Use (mark) instead of
4485 isearch-opoint if mark is active in transient-mark-mode.
4486
4487 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4488
4489 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4490
4491 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4492
4493 * progmodes/cpp.el (cpp-face): New widget.
4494 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4495
4496 2005-12-14 Juri Linkov <juri@jurta.org>
4497
4498 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4499 around `erase-buffer' and `insert'.
4500
4501 * descr-text.el (describe-text-properties): Replace buffer name
4502 "*Help-2*" with "*Help*<2>".
4503 (describe-char): Add functions print-help-return-message,
4504 toggle-read-only. Use help-setup-xref with nil to not store
4505 describe-char in help-xref-stack. Use help-make-xrefs to
4506 make [back] button.
4507
4508 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4509
4510 * wdired.el (wdired-old-point): New internal variable.
4511 (wdired-change-to-wdired-mode): Set it buffer-locally.
4512 (wdired-abort-changes): Restore point after aborting changes.
4513
4514 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * vc.el (vc-do-command): Add a new value t for okstatus.
4517
4518 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4519 frame in case of errors.
4520
4521 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4522
4523 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4524 so it comes after "On the Left" in the menu.
4525
4526 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4527
4528 * cus-edit.el (customize-apropos, customize-apropos-options)
4529 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4530
4531 2005-12-12 Bill Wohler <wohler@newt.com>
4532
4533 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4534 non-writable Subversion-controlled files by saving window
4535 configuration before calling vc-do-command. vc-do-command calls
4536 pop-to-buffer on error which is unexpected during registration.
4537
4538 2005-12-12 Jay Belanger <belanger@truman.edu>
4539
4540 * calc/README: Update the summary of changes.
4541
4542 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4543
4544 * descr-text.el (describe-char): Rework last fix to solve the problem
4545 is the same way it's solved for everything else in that function
4546 (i.e. by extracting the info before setting up the *Help* buffer).
4547
4548 2005-12-12 Kim F. Storm <storm@cua.dk>
4549
4550 * subr.el (version-regexp-alist): Allow space as separator before
4551 non-numeric part, e.g. "1.0 alpha".
4552 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4553
4554 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4555
4556 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4557 Implement Logging and the keep-modes setting.
4558 (org-get-category): Make sure a string is returned.
4559 (org-log-done): New function.
4560 (org-log-done, org-closed-string): New options.
4561
4562 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4563
4564 * tooltip.el (tooltip-y-offset): Change default to 20.
4565
4566 2005-12-12 Richard M. Stallman <rms@gnu.org>
4567
4568 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4569
4570 * frame.el (display-hourglass): Doc fix.
4571
4572 * help.el (help-for-help-internal): Simplify entry for `a'.
4573
4574 * info.el (Info-on-current-buffer): Doc fix.
4575 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4576
4577 * startup.el (inhibit-splash-screen): Make this the real name.
4578 (inhibit-startup-message): Make this the alias.
4579 (command-line): Find only simple.el, and use its directory
4580 to fill in other preloaded files' names.
4581 (command-line): Deactivate the mark if deactivate-mark is set.
4582
4583 * international/mule.el (load-with-code-conversion):
4584 Bind deactivate-mark.
4585
4586 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4587
4588 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4589
4590 * cus-edit.el (customize-apropos): Avoid listing an option more
4591 than once under different aliases. No longer list user options
4592 that are not defined with defcustom (unless a prefix arg is given).
4593 Doc fix.
4594 (customize-apropos-options): Doc fix.
4595
4596 2005-12-11 Juri Linkov <juri@jurta.org>
4597
4598 * frame.el (set-background-color, set-foreground-color)
4599 (set-cursor-color, set-mouse-color, set-border-color):
4600 Add explicit prompts to read colors by `facemenu-read-color'.
4601 (show-trailing-whitespace, blink-cursor-delay)
4602 (blink-cursor-interval, display-hourglass, hourglass-delay):
4603 Remove tags.
4604 (display-hourglass, hourglass-delay): Doc fix.
4605 (cursor-in-non-selected-windows): Capitalize words in tag.
4606
4607 * faces.el (frame-background-mode): Replace `choice-item' keywords
4608 with `const' to not make [default] button. Change default value tag
4609 from `default' to `automatic'. Doc fix.
4610 (trailing-whitespace) <defface>: Change group `whitespace' to
4611 `whitespace-faces'.
4612
4613 2005-12-11 Richard M. Stallman <rms@gnu.org>
4614
4615 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4616
4617 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4618
4619 * term/mac-win.el: Create keymap for mac-apple-event-map.
4620
4621 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4622
4623 * tooltip.el (tooltip-mode): Move to start of file so that it
4624 appears at top of customize buffer.
4625
4626 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4627 Add the gud groupname.
4628 (gud-tooltip-mode): Add the tooltip groupname.
4629 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4630 avoid conflict with tooltip-use-echo-area.
4631
4632 2005-12-10 Romain Francoise <romain@orebokech.com>
4633
4634 * help.el (help-for-help-internal): Add `r' in doc string.
4635
4636 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4637
4638 * align.el (align-regexp, align-highlight-rule):
4639 Use region-beginning and region-end instead of point and mark, so that
4640 repetition (with `repeat-complex-command') recomputes the region
4641 bounds.
4642
4643 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
4644
4645 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4646 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4647 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4648 (balance-windows): Rewrite using the above new functions.
4649
4650 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
4651
4652 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4653 react if global-hi-lock-mode seems intended.
4654 (global-hi-lock-mode) Renamed from hi-lock-mode.
4655 (hi-lock-archaic-interface-message-used)
4656 (hi-lock-archaic-interface-deduce): New variables.
4657 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4658 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4659 (hi-lock-find-patterns, hi-lock-font-lock-hook):
4660 Replace hi-lock-buffer-mode with hi-lock-mode.
4661
4662 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
4663
4664 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4665 completion list, even after a partial completion has been
4666 inserted in the current buffer. If there are more than 1
4667 completion, redisplay the *Completions* buffer; if the
4668 completion is unique, delete the *Completions* window.
4669
4670 2005-12-10 Eli Zaretskii <eliz@gnu.org>
4671
4672 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4673 strings and long subject lines that were broken into multiple
4674 lines at arbitrary places. Handle subjects that have "Re: " in
4675 the middle.
4676
4677 2005-12-10 John W. Eaton <jwe@octave.org>
4678
4679 * emacs/octave-mod.el (octave-electric-space): Don't indent
4680 comments or strings if octave-auto-indent is nil.
4681
4682 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4683
4684 * term/mac-win.el: Require url when compiling.
4685 Call mac-process-deferred-apple-events after loading init files.
4686 (mac-apple-event-map): New defvar. Define event handlers in it.
4687 (core-event, internet-event): New Apple event class symbols.
4688 (open-application, reopen-application, open-documents)
4689 (print-documents, open-contents, quit-application)
4690 (application-died, show-preferences, autosave-now, get-url):
4691 New Apple event ID symbols.
4692 (about): New HICommand ID symbol.
4693 (mac-event-spec, mac-event-ae): New macros.
4694 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4695 (mac-ae-selection-range, mac-ae-text-for-search)
4696 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4697 (mac-application-menu-map): Remove keymap. Handlers for HICommand
4698 and Services menu events are now defined in mac-apple-event-map.
4699 (mac-drag-n-drop): Remove selection range handling.
4700
4701 2005-12-10 Kenichi Handa <handa@m17n.org>
4702
4703 * simple.el (zap-to-char):
4704 * isearch.el (isearch-process-search-char): Translate CHAR by
4705 translation-table-for-input.
4706
4707 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
4708
4709 * foldout.el (foldout-exit-fold): Properly hide subtree.
4710
4711 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
4712
4713 * files.el (save-buffer):
4714 * international/ucs-tables.el (ucs-set-table-for-input):
4715 * mail/mail-extr.el (mail-extract-address-components):
4716 * mail/sendmail.el (mail-mode): Reformat doc string.
4717
4718 2005-12-09 Juri Linkov <juri@jurta.org>
4719
4720 * isearch.el (isearch-highlight): Change main overlay priority
4721 from 1 to 1001. Simplify.
4722 (isearch-lazy-highlight-update): Change lazy overlay priority
4723 from 0 to 1000.
4724
4725 * replace.el (replace-highlight): Change overlay priority from
4726 1 to 1001.
4727
4728 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4729 Change overlay priority from 1 to 1001. Reuse existing overlay.
4730
4731 * compare-w.el (compare-windows-highlight): Change overlay
4732 priority from 1 to 1000.
4733
4734 * menu-bar.el (menu-bar-edit-menu): Add listp around
4735 pending-undo-list to disable menu item "undo" when pending
4736 undo list is empty.
4737
4738 * locate.el (locate): Disable undo in *Locate* buffer.
4739
4740 2005-12-09 Kim F. Storm <storm@cua.dk>
4741
4742 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4743
4744 2005-12-09 David Ponce <david@dponce.com>
4745
4746 * recentf.el: Improvement of the menu code.
4747 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
4748 instead of menu hook.
4749 (recentf-show-menu, recentf-hide-menu): New functions.
4750 (recentf-menu-customization-changed, recentf-mode): Use them.
4751 (recentf-menu-action, recentf-max-menu-items)
4752 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4753 (recentf-arrange-by-rule-others)
4754 (recentf-arrange-by-rules-min-items)
4755 (recentf-arrange-by-rule-subfilter) : Don't use
4756 `recentf-menu-customization-changed'.
4757 (recentf-arrange-rules): Likewise. Accept functions to compute
4758 sub-menu titles.
4759 (recentf-menu-filter): Likewise. Doc fix.
4760 (recentf-menu-value-shortcut): Doc fix.
4761 (recentf-dump-variable): Quote atom value.
4762 (recentf-make-menu-items): Update to use it as a menu filter.
4763 (recentf-match-rule): New function.
4764 (recentf-arrange-by-rule): Use it.
4765 (recentf-indirect-mode-rule): New function.
4766 (recentf-build-mode-rules): Use it.
4767 (recentf-dir-rule): New function.
4768 (recentf-arrange-by-dir): Use it.
4769 (recentf-filter-changer-current): Rename from
4770 `recentf-filter-changer-state'. All references updated.
4771 (recentf-filter-changer-alist): Update filter names.
4772 (recentf-filter-changer-select): New function.
4773 (recentf-filter-changer): Use it. Make a sub-menu from filters
4774 available in `recentf-filter-changer-alist'.
4775 (recentf-data-cache, recentf-clear-data)
4776 (recentf-update-menu): Remove. All references updated.
4777 (recentf-match-rule-p, recentf-build-dir-rules)
4778 (recentf-filter-changer-goto-next)
4779 (recentf-filter-changer-get-current)
4780 (recentf-filter-changer-get-next): Remove.
4781
4782 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4783
4784 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4785 buffer "Reset" button to "Reset to Current" for consistency with
4786 the State buttons.
4787
4788 2005-12-08 John Paul Wallington <jpw@pobox.com>
4789
4790 * ibuf-ext.el (define-ibuffer-filter filename):
4791 If `dired-directory' is a list then really use its car.
4792
4793 2005-12-08 Kim F. Storm <storm@cua.dk>
4794
4795 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4796 Fix indention of text on right side of replaced rectangle.
4797
4798 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
4799
4800 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4801 No need to check gud-comint-buffer is bound.
4802 (gdb): Prevent multiple debugging when first session uses gdba.
4803
4804 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4805
4806 CC Mode update to 5.31.
4807
4808 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4809 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
4810 We might do this function properly in the future).
4811
4812 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
4813 New macros c-sentence-end and c-default-value-sentence end, to cope
4814 with Emacs 22's new function `sentence-end'.
4815
4816 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4817
4818 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
4819 compat issue using `c-put-overlay' and `c-delete-overlay'.
4820
4821 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
4822 New compat macros to handle overlays/extents.
4823
4824 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4825
4826 * progmodes/cc-fix.el: Add definitions of the macros push and pop
4827 (for GNU Emacs 20.4)
4828
4829 * progmodes/cc-defs.el:
4830 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4831
4832 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
4833 highlighting mechanism so it will work in XEmacs too.
4834
4835 * progmodes/cc-defs.el: Insert c-int-to-char.
4836
4837 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4838 call to the new macro c-int-to-char. This solves XEmacs's
4839 regarding characters as different from integers.
4840
4841 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4842
4843 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
4844 New internal helper.
4845
4846 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
4847 construct to make the indirect face lookup work in XEmacs.
4848
4849 (c-cpp-matchers): Append the negation char face to the existing
4850 fontification, so that the cpp face doesn't disappear.
4851 Use `c-make-syntactic-matcher' to avoid negation chars in comments
4852 and strings.
4853
4854 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
4855 to map to `font-lock-negation-char-face' in emacsen where it exists.
4856
4857 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4858
4859 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
4860
4861 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
4862 Rename "c-subword-move-mode" as "c-subword-mode".
4863
4864 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
4865 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
4866
4867 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4868
4869 * progmodes/cc-mode.el: Added autoload directive for
4870 `c-subword-move-mode' for use in older emacsen.
4871
4872 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4873
4874 * progmodes/cc-mode.el:
4875 (i) Insert a binding for C-c C-backspace into
4876 c-bind-special-erase-keys which works in TTYs.
4877 (ii) Make sure that when file styles are used, any explicitly
4878 given style variables take priority over those in the style.
4879 Do this by calling `hack-local-variables' a second time.
4880
4881 * progmodes/cc-vars.el: Add language specific customization
4882 widgets for AWK to c-doc-comment-style, c-require-final-newline
4883 and c-default-style. Add a defcustom for awk-mode-hook.
4884 Give c-syntactic-element and c-syntactic-context doc-strings by
4885 directly setting their `variable-documentation' propery.
4886 This allows Emacs 22.1 to read these with C-h v.
4887
4888 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
4889
4890 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4891
4892 * progmodes/cc-fonts.el, cc-vars.el
4893 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4894 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
4895 Masatake YAMATO.
4896
4897 (c-doc-comment-style): Made GtkDoc default in C mode.
4898
4899 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4900 and C-c C-<delete>.
4901
4902 (c-bind-special-erase-keys): New function for use on
4903 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4904
4905 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4906 <delete> key behavior in XEmacs according to `delete-forward-p'.
4907 C.f. `c-electric-delete'.
4908
4909 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4910
4911 * progmodes/cc-mode.el: Give c-hungry-backspace and
4912 c-hungry-delete-forward permanent key bindings.
4913
4914 * progmodes/cc-cmds.el (c-electric-semi&comma):
4915 Bind c-syntactic-context for calls to "criteria functions", for
4916 consistency with other calls to user functions.
4917
4918 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
4919 `current-prefix-arg', since this might be the prefix arg to a
4920 command which calls c-indent-command as a function. Change the
4921 interactive spec from "p" to "P".
4922
4923 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4924 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4925 was difficult to understand.
4926
4927 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4928
4929 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
4930 first char of an identifier.
4931
4932 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4933 +" syntax in C++.
4934
4935 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4936
4937 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
4938 auto-fill doesn't split a c-comment's last word from a hanging
4939 "*/" when a space is typed between them after fill-column.
4940
4941 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4942
4943 * progmodes/cc-styles.el (c-set-style)
4944 (c-setup-paragraph-variables): Abort the command if we're not in a
4945 CC Mode buffer.
4946
4947 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4948 with blank comment-prefix, and a blank line as the comment's
4949 second line.
4950
4951 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4952
4953 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4954 Incorporate the patterns added in the Emacs development branch
4955 for the new Emacs 22 face `font-lock-negation-char-face'.
4956
4957 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4958 of "red" since it stands out better in xterms and DOS terminals.
4959
4960 * progmodes/cc-engine.el (c-literal-faces):
4961 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
4962
4963 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4964
4965 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4966 forcibly enable c-electric-flag.
4967
4968 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4969 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
4970 after the comment-prefix of a C-style comment will close that comment.
4971
4972 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4973
4974 * progmodes/cc-fonts.el (c-basic-matchers-before)
4975 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
4976 in Pike.
4977
4978 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4979 digraphs.
4980
4981 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4982 (c-cpp-message-directives, c-cpp-include-directives)
4983 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4984 (c-cpp-expr-directives): Introduce new language constants to
4985 control cpp syntax in a cleaner way.
4986
4987 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
4988
4989 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4990
4991 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4992 (c-multiline-string-start-char): New language constants and
4993 variables to specify how newlines in string literals work.
4994
4995 (c-font-lock-invalid-string): Use them.
4996
4997 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4998 unbalanced close brace is entered. Optimization by avoiding going
4999 back over arbitrarily large blocks. Removed hints that this
5000 function only would be relevant/useful in AWK.
5001
5002 (c-electric-brace): Indent syntactically after the cleanups since
5003 lineup functions might do it differently then.
5004
5005 * progmodes/cc-engine.el, cc-langs.el
5006 (c-opt-op-identifier-prefix): New language constant and variable.
5007
5008 (c-just-after-func-arglist-p, c-after-special-operator-id)
5009 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5010
5011 * progmodes/cc-align.el, cc-engine.el
5012 (c-after-special-operator-id): New helper to handle C++ operator
5013 identifiers.
5014
5015 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5016 (c-guess-basic-syntax): Handle C++ operator identifiers in
5017 declarations.
5018
5019 * progmodes/cc-langs.el (c-assignment-operators): Add the
5020 trigraph version of ^= too.
5021
5022 * progmodes/cc-langs.el (c-assignment-operators): Add the
5023 trigraph version of |= in C++.
5024
5025 * progmodes/cc-fonts.el (c-font-lock-declarators):
5026 Handle `c-decl-hangon-kwds' after the identifier name.
5027
5028 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5029 whether an arglist is "nonempty", ignore a comment after the open
5030 paren if it isn't followed by a non-comment token on the same line.
5031
5032 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5033 Enable heuristics below the point to cope with classes inside special
5034 brace lists in Pike.
5035
5036 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5037
5038 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5039
5040 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5041
5042 * progmodes/cc-guess.el (cc-guess-install): New function to
5043 install an already guessed style in another buffer.
5044
5045 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5046 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5047 anyway if the change always is undone.
5048
5049 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5050
5051 Implement togglable electricity:
5052
5053 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5054 saying when it should be used.
5055
5056 * progmodes/cc-engine.el: Add the new buffer-local variable,
5057 c-electric-flag.
5058
5059 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5060 c-toggle-auto-newline.
5061
5062 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5063 c-toggle-auto-newline. Remove the binding for
5064 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5065 c-toggle-electric-state.
5066
5067 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5068
5069 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5070 c-\(forward\|backward\)-subword.
5071 (c-update-modeline): Add the new modeline flag `l' for
5072 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5073 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5074 Make the old name an alias of the new name.
5075 (c-toggle-electric-state): New function.
5076 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5077 Adapt these functions to do electric things only when
5078 c-electric-flag is non-nil.
5079 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5080 new functions from c-electric-brace.
5081 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5082 mode, so that the tentative extra newline doesn't change the
5083 syntax of the following brace.
5084 (c-electric-brace): Restructure by extracting the above functions.
5085 Tidy up the coding somewhat.
5086 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5087 restructure a bit.
5088
5089 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5090
5091 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5092 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5093
5094 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5095 (c-submode-indicators): Change name from `c-auto-hungry-string'
5096 since it's now used to track another submode.
5097
5098 (c-update-modeline): Convert to function and extended to check
5099 `c-subword-move-mode'.
5100
5101 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5102 Convert to compat aliases for `c-forward-subword' and
5103 `c-backward-subword'.
5104
5105 * progmodes/cc-subword.el: New functions and minor mode to handle
5106 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5107
5108 (c-forward-subword, c-backward-subword, c-mark-subword)
5109 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5110 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5111 Functions corresponding to the standard word handling functions.
5112
5113 (c-subword-move-mode): Minor mode that replaces all the standard
5114 word handling functions with their subword equivalences.
5115
5116 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5117
5118 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5119 entry for one-liner-defun.
5120
5121 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5122 name in its def-edebug-spec.
5123
5124 * progmodes/cc-cmds.el (c-electric-brace): Make the
5125 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5126 compacts space before a comment, if this will make things fit on
5127 one line.
5128
5129 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5130
5131 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5132
5133 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5134 clean-up one-liner-defun.
5135
5136 * progmodes/cc-styles.el: Add the new "awk" style.
5137
5138 * progmodes/cc-vars.el: Add description of one-liner-defun to
5139 c-cleanup-list's doc-string. New user options,
5140 c-max-one-liner-length. In c-default-style, set the default style
5141 for AWK to "awk".
5142
5143 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5144
5145 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5146 macros inside labels.
5147
5148 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5149 `c-at-statement-start-p' and `c-at-expression-start-p'.
5150
5151 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5152 error if the mark isn't set.
5153
5154 * progmodes/cc-engine.el (c-guess-continued-construct)
5155 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5156 accurately detect functions inside functions.
5157
5158 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5159 like `c-at-statement-start-p' that additionally recognizes commas
5160 and expression parentheses as delimiters.
5161
5162 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5163 to avoid heuristics that doesn't work for unclosed blocks.
5164 (c-at-statement-start-p): New function.
5165
5166 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5167 Objective-C directives, e.g. directives spanning lines should work
5168 reasonably well now.
5169
5170 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5171
5172 (c-forward-objc-directive): New function to move over any ObjC
5173 directive.
5174
5175 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5176 (c-basic-matchers-before): Use it.
5177
5178 (c-font-lock-objc-iip-decl): Remove.
5179
5180 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5181 in the template arglist recognition.
5182
5183 * progmodes/cc-styles.el (c-style-alist): Fix several
5184 inconsistencies in the Whitesmith style.
5185
5186 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5187 New lineup function to get lines after Whitesmith style blocks
5188 correctly indented.
5189
5190 (c-lineup-whitesmith-in-block): Back out the compensation for
5191 opening parens since it's done using `add' lists in the style
5192 definition instead. Don't use the anchor position since it varies
5193 too much between the syntactic symbols. :P
5194
5195 * progmodes/cc-vars.el (c-valid-offset): Update.
5196
5197 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5198 lists where the offsets are combined according to several
5199 different methods: `first', `min', `max', and `add'.
5200 Report offset evaluation errors with `c-benign-error' so that some kind
5201 of reindentation still is done.
5202
5203 * progmodes/cc-engine.el (c-guess-basic-syntax):
5204 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5205 `arglist-close'.
5206
5207 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5208 situations for `arglist-cont-nonempty' and `arglist-close'.
5209
5210 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5211
5212 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5213 cc-bytecomp-boundp' in a number of places.
5214
5215 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5216 macro related issue.
5217
5218 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5219
5220 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5221 list is now [asdf], a char class [:alpha:].
5222 Include code for char classes.
5223 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5224 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5225
5226 Remove (nearly all of) the cruft associated with AWK Mode's former
5227 concept of "virtual semicolons":
5228
5229 Adapt c-beginning-of-statement, c-end-of-statement (together with
5230 subfunctions) to use the new notion of "virtual semicolon" in
5231 place of the old awkward special handling for AWK. There remains
5232 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5233 * progmodes/cc-cmds.el:
5234 (c-ascertain-adjacent-literal): In the backwards direction, now
5235 recognises AWK regexp delimiters as string delimiters.
5236 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5237 check more rigorously for "end of macro".
5238 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5239 virtual semicolons;
5240 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5241 out the code for forward movement into ...
5242 (c-end-of-statement): Now contains the code for forward movement,
5243 adapted for virtual semicolons.
5244
5245 * progmodes/cc-engine.el:
5246 (c-ws*-string-limit-regexp): New regexp.
5247 (c-forward-single-comment, c-backward-single-comment): Comment out
5248 the (now redundant) "special" AWK stuff.
5249
5250 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5251 c-string-par-start, c-string-par-separate to be more like Text
5252 Mode than Fundamental Mode.
5253
5254 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5255
5256 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5257 to the fontified region so that fontification doesn't occur
5258 outside it (could happen e.g. when fontifying a line with an
5259 unfinished declaration).
5260
5261 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5262
5263 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5264 start of the file. ^L now separate sections of the file.
5265 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5266 (c-awk-one-line-possibly-open-string-re)
5267 (c-awk-regexp-one-line-possibly-open-char-class-re)
5268 (c-awk-one-line-possibly-open-regexp-re)
5269 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5270 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5271
5272 Amend the concept of "virtual semicolons" (in the indentation
5273 engine) for languages like AWK, such that they are now
5274 conceptually attached to end of the last token of a statement, not
5275 the end of the line. (In AWK Mode, however, the pertinent text
5276 property is still physically set on the EOL.) Remove the specific
5277 tests for awk-mode, thus facilitating the introduction of other
5278 language modes where EOLs can end statements.
5279 (Note: The funtionality in cc-cmds.el, specifically
5280 c-beginning/end-of-statement has yet to be amended.)
5281
5282 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5283 New macros.
5284
5285 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5286 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5287 c-vsemi-status-unknown-p-fn (in a new page).
5288
5289 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5290 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5291 numerous awkward forms like
5292 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5293 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5294 variable before-ws-ip, the place just after char-before-ip appears.
5295
5296 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5297 a comment.
5298
5299 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5300
5301 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5302 `c-tentative-buffer-changes'.
5303
5304 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5305 convert to macro to choose between Emacs and XEmacs at compile time.
5306
5307 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5308
5309 (c-tentative-buffer-changes): New macro to handle temporary buffer
5310 changes in a convenient way.
5311
5312 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5313 for `c-tentative-buffer-changes'.
5314
5315 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5316 the checks for paren sexps between the point and the keyword, to
5317 avoid some false alarms.
5318
5319 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5320 Fixed a situation where an error could be thrown for unbalanced
5321 parens. Changed to make use of c-keyword-member' to avoid some
5322 repeated regexp matches.
5323
5324 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5325 These language variable are no longer necessary.
5326
5327 (c-block-stmt-kwds): New language constant used by
5328 c-looking-at-inexpr-block'.
5329
5330 (c-guess-basic-syntax): Remove an optional check that looked at
5331 the existence of the now removed language variables.
5332
5333 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5334 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5335 object instantiation expressions as declarations in some contexts.
5336 This bug only affected languages where the declarator can't be
5337 enclosed in parentheses.
5338
5339 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5340 insert newlines before and after substatement braces.
5341
5342 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5343 function declaration headers and the handling of C++ style member
5344 init lists.
5345
5346 (c-just-after-func-arglist-p): Rewritten to use
5347 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5348
5349 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5350
5351 (c-guess-basic-syntax): Adapt case 5B for the new
5352 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5353 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5354 covers all cases now).
5355
5356 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5357
5358 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5359
5360 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5361 c-string-par-start/separate c-sentence-end-with-esc-eol,
5362 initialised in c-setup-paragraph-variables, used in string
5363 scanning subroutines of c-beginning-of-statement.
5364
5365 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5366 which precedes the newly inserted `{'.
5367
5368 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5369
5370 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5371 function for declaration level blocks. It should now cope with
5372 templates better and also be a lot more comprehensible.
5373
5374 (c-looking-at-decl-block): The new function.
5375
5376 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5377 for compatibility.
5378
5379 (c-add-class-syntax, c-guess-continued-construct)
5380 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5381
5382 (c-decl-block-key): Change to tell apart ambiguous and
5383 unambiguous keywords. Pike specials are now handled directly in
5384 the code instead.
5385
5386 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5387 New language constants and variables to make the backward skip in
5388 `c-looking-at-decl-block' as tight as possible.
5389
5390 (c-nonsymbol-token-char-list): New language constant.
5391
5392 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5393 find balanced template arglists backwards.
5394
5395 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5396 making char classes for `c-syntactic-skip-backward'.
5397
5398 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5399 16D - can't be a class-close at that point.
5400
5401 * progmodes/cc-engine.el (c-guess-basic-syntax)
5402 (c-add-class-syntax): Don't narrow out the enclosing declaration
5403 level. This makes everything a lot easier, and it was actually
5404 only four small places that needed it to work. Some places that
5405 previously did `widen' are removed now, which has the effect that
5406 `c-guess-basic-syntax' never will look at things outside the
5407 current narrowment now. The anchor position for `topmost-intro'
5408 is affected by this, but it was so bogus it was basically useless
5409 before, and now it's equally bogus but in a slightly different way.
5410
5411 (c-narrow-out-enclosing-class): Gone.
5412
5413 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5414 the narrowed region.
5415
5416 (c-least-enclosing-brace): Remove silly optional argument.
5417
5418 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5419 the point could be left directly after an open paren when finding
5420 the beginning of the first decl in the block.
5421
5422 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5423 Specify which submatch to use.
5424
5425 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5426
5427 (c-decl-start-re): No longer any need for special treatment of
5428 ObjC due to the above.
5429
5430 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5431 presumably follows C in that regard.
5432
5433 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5434 New language constants to specify operator tokens inside
5435 identifiers in a more high level way.
5436
5437 (c-opt-identifier-prefix-key): New internal language constant.
5438
5439 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5440 (c-identifier-start, c-identifier-key): Now completely calculated
5441 from other constants.
5442
5443 (c-identifier-last-sym-match): Decommission since it's no longer used.
5444
5445 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5446
5447 * progmodes/cc-engine.el (c-forward-name): Remove the
5448 optimization when c-identifier-key is equal to c-symbol-key since
5449 it doesn't work in byte compiled files. Don't record empty
5450 regions as identifiers.
5451
5452 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5453 simplify access to `c-operators' and its likes.
5454
5455 (c-operator-list, c-all-op-syntax-tokens)
5456 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5457 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5458 (c-primary-expr-regexp, c-cast-parens): Use it.
5459
5460 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5461 an explicit language in functions.
5462
5463 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5464 variant of adornment.
5465
5466 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5467 variable.
5468
5469 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5470 the Pike value.
5471
5472 * progmodes/cc-engine.el (c-on-identifier)
5473 (c-simple-skip-symbol-backward): Small fix for handling "-"
5474 correctly in `skip-chars-backward'. Affected the operator lfun
5475 syntax in Pike.
5476
5477 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5478 diagnostic message about precompiled language vars not being used.
5479
5480 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5481 "__attribute__" is followed by a parenthesis.
5482
5483 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5484 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5485 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5486
5487 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5488 Internal cleanups to properly detect the declared identifiers in
5489 various declarations.
5490
5491 (c-decl-start-kwds): New language constant to recognize
5492 declarations that can start anywhere. Used for class declarations
5493 in Pike.
5494
5495 (c-specifier-key, c-not-decl-init-keywords)
5496 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5497 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5498
5499 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5500 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5501 handling of the compiler specific extension keywords into a new
5502 language constant `c-decl-hangon-kwds' that defines keyword
5503 clauses to be ignored in declarations.
5504
5505 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5506 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5507 Necessary to stop at the declared identifier in e.g. IDL valuetype
5508 declarations.
5509
5510 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5511 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5512 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5513 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5514 class and enum declarations as such and not as part of the type.
5515
5516 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5517 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5518
5519 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5520 declarations when there's some syntax error later on.
5521
5522 (c-complex-decl-matchers): Did away with a reference to
5523 `c-specifier-key'.
5524
5525 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5526 value - this variable is always dynamically bound.
5527
5528 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5529 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5530 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5531 functions that might do hidden buffer changes: All such internal
5532 functions are now marked instead of those that don't.
5533
5534 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5535 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5536 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5537 (c-literal-type): Allow these functions to make hidden buffer changes,
5538 so that they are free to use text property caching later on.
5539
5540 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5541 (c-electric-brace, c-electric-slash, c-electric-star)
5542 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5543 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5544 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5545 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5546 with the changed semantics of the functions above.
5547
5548 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5549 when macros occur in obscure places. Optimized the sexp movement
5550 a bit.
5551
5552 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5553
5554 Enhancements for c-beginning-of-statement to work in AWK Mode:
5555
5556 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5557 (completed statement) with `}' (statement completed by closing
5558 brace or semicolon) and `$' (statement completed by EOL).
5559
5560 (c-awk-virtual-semicolon-ends-prev-line-p)
5561 (c-awk-virtual-semicolon-ends-line-p)
5562 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5563 (c-awk-at-statement-end-p): New functions.
5564
5565 * progmodes/cc-cmds.el: Simplify the structure of functions
5566 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5567 two functions and c-beginning-of-statement to handle AWK Mode.
5568
5569 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5570 c-backward-single-comment for AWK mode. Attempt to clarify their
5571 doc-strings.
5572
5573 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5574
5575 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5576
5577 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5578 label handling. Labels are now recognized in a uniform and more
5579 robust way, regardless of context. Text properties are put on all
5580 labels to recognize the following declarations better.
5581 Multiword labels are handled both in indentation and fontification for
5582 the benefit of language extensions like Qt. For consistency, keywords
5583 in labels are now fontified with the label face instead.
5584 That also applies to "case" and "default".
5585
5586 (c-beginning-of-statement-1): Fix some bugs in the label
5587 handling. Disregard `c-nonlabel-token-key' in labels that begin
5588 with `c-label-kwds'.
5589
5590 (c-find-decl-spots): Support that the callback adds more
5591 `c-decl-end' spots to find.
5592
5593 (c-forward-decl-or-cast-1): Don't treat a list of plain
5594 identifiers followed by a colon as a declaration.
5595
5596 (c-forward-label): New function to recognize labels.
5597
5598 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5599 `c-forward-label'. Moved the label recognition cases (14 and 15)
5600 earlier since they aren't so context sensitive now. Handle labels
5601 on the top level gracefully. Moved access label recognition to
5602 the generic label case (CASE 15) - removed CASE 5E.
5603
5604 (c-font-lock-declarations): Add recognition of labels in the
5605 same round since we need to handle labels in parallell with other
5606 declarations to recognize both accurately. It should also improve
5607 speed.
5608
5609 (c-simple-decl-matchers, c-basic-matchers-after):
5610 Move `c-font-lock-labels' so that it only is used on decoration level 2
5611 since `c-font-lock-declarations' handles it otherwise.
5612
5613 (c-complex-decl-matchers): Remove the simplistic recognition of
5614 access labels.
5615
5616 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5617 with labels earlier.
5618
5619 (c-decl-start-re): New language variable to make
5620 `c-font-lock-declarations' stop for the special protection labels
5621 in Objective-C that start with `@'.
5622
5623 (c-label-key): Remove since it's no longer used.
5624
5625 (c-recognize-colon-labels, c-label-prefix-re): New language
5626 constants to support recognition of generic colon-terminated labels.
5627
5628 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5629 are colon terminated labels.
5630
5631 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5632 first argument starts with a special brace list.
5633
5634 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5635 (c-font-lock-declarations): Break out the declaration and cast
5636 recognition from `c-font-lock-declarations' to a new function, so
5637 that it can be used in the indentation engine.
5638
5639 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5640 up to the start of the literal. Fixed bug with the point on the
5641 wrong side of the search limit that could happen when the start
5642 position is inside a literal.
5643
5644 * progmodes/cc-engine.el (c-parse-state)
5645 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5646 so that it's kept a little bit back to increase the hit rate.
5647
5648 (c-parse-state): Change the macro handling and fixed some
5649 glitches. Macro context is checked more often than necessary now,
5650 but otoh less garbage conses are generated.
5651
5652 * progmodes/cc-engine.el (c-parse-state)
5653 (c-invalidate-state-cache): Cache the last position where
5654 `c-state-cache' applies. This can speed up refontification quite
5655 a bit in blocks where there are many non-brace parens before the point.
5656
5657 (c-state-cache-end): New variable for this.
5658
5659 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5660 cache variable.
5661
5662 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5663 get close initial continue positions when the start position is
5664 inside a literal or macro. Do not call the callback for spots
5665 before the start position (which can happen e.g. for `c-decl-end'
5666 spots inside comments). Optimize better in special cases when the
5667 region is a single line inside a literal or macro (typically when
5668 the current line is refontified).
5669
5670 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5671 to `c-add-stmt-syntax' - there's no need to explicitly whack off
5672 entries from the paren state.
5673
5674 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5675 special case for "else if" clauses.
5676
5677 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5678 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5679
5680 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5681 New language variable to recognize the gcc extension with statement
5682 blocks inside expressions.
5683
5684 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5685 it somewhat more comprehensible. The argument AT-BLOCK-START is
5686 no longer used and hence removed.
5687
5688 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5689 to `c-add-stmt-syntax'.
5690
5691 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5692 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5693 This fixes bogus label recognition.
5694
5695 * progmodes/cc-engine.el (c-add-type, c-check-type)
5696 (c-forward-name, c-forward-type): Improve storage of template
5697 types in `c-found-types' so that they can be recognized better.
5698
5699 (c-syntactic-content): Add option to skip past nested parens.
5700
5701 * progmodes/cc-engine.el (c-forward-name):
5702 Set `c-last-identifier-range' all the time. It's less work that way.
5703 Handle that there might not be an identifier to store in
5704 `c-last-identifier-range'.
5705
5706 (c-forward-type): Handle that `c-last-identifier-range' might be
5707 nil from `c-forward-name'.
5708
5709 * progmodes/cc-defs.el (c-safe-scan-lists)
5710 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5711
5712 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5713 to work even if the form fails.
5714
5715 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5716 down in a large file in one go.
5717
5718 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5719
5720 * progmodes/cc-align.el (c-lineup-assignments): New lineup
5721 function which is like `c-lineup-math' but returns nil instead of
5722 `c-basic-offset' when it doesn't match.
5723
5724 (c-lineup-math): Change to use `c-lineup-assignments'.
5725
5726 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5727
5728 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5729 c-beginning-of-statement. New subfunctions
5730 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5731
5732 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5733
5734 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5735 hardcoded char classes whereever possible. Changed a couple of
5736 places to use skip by syntax instead of skip by char class.
5737
5738 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5739 Fix a bug in the regexp that caused extreme backtracking.
5740
5741 * progmodes/cc-langs.el (c-block-comment-starter)
5742 (c-block-comment-ender): New language constants to specify in a
5743 single place how block comments look.
5744
5745 (c-comment-start-regexp, c-block-comment-start-regexp)
5746 (comment-start, comment-end, comment-start-skip)
5747 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5748 (c-syntactic-ws, c-nonempty-syntactic-ws)
5749 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5750 `c-line-comment-starter', `c-block-comment-starter' and
5751 `c-block-comment-ender'.
5752
5753 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5754 New language constants to break up things a bit.
5755
5756 (c-simple-ws): New language constant for simple whitespace.
5757
5758 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5759
5760 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5761 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5762 newlines. Allow and ignore nil elements in the list.
5763
5764 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5765
5766 * progmodes/cc-cmds.el: Comment out a (n almost certainly
5767 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5768
5769 * progmodes/cc-cmds.el: Tidy up the comments in
5770 c-beginning-of-statement and subfunctions.
5771
5772 * progmodes/cc-awk.el: Replace calls to put-text-property to the
5773 more flexible c-put-char-property and c-clear-char-properties.
5774 Add the author's email address.
5775
5776 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5777
5778 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5779 closing "*/" of a block comment.
5780
5781 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5782 subfunctions) so that it works at BOB and EOB.
5783
5784 * progmodes/cc-cmds.el, cc-vars.el: More updating of
5785 c-beginning-of-statement, including new variable
5786 c-block-comment-start-regexp.
5787
5788 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5789
5790 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5791 symbols from `*-font-lock-extra-types' so that there's no need to
5792 use `regexp-opt' on those lists.
5793
5794 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5795 `c-type-modifier-kwds' is empty.
5796
5797 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5798 there are several strings on the same line.
5799
5800 * progmodes/cc-engine.el (c-literal-limits): Remove the
5801 compatibility function for older emacsen. `c-literal-limits-fast'
5802 has now taken the place of this function.
5803
5804 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
5805 with older emacsen: We now require `pps-extended-state'.
5806
5807 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5808
5809 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5810 which obviates the need to hack sentence-end. This now handles
5811 escaped newlines in strings correctly. Correct minor bugs in
5812 c-move-over-sentence and in c-beginning-of-statement.
5813
5814 * progmodes/cc-cmds.el (c-beginning-of-statement (and
5815 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5816 that movement over macros and code are rigorously separated from
5817 eachother. Correct a few incidental bugs.
5818
5819 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5820 Improve its doc-string. Improve the handling of certain specific cases.
5821
5822 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5823
5824 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5825 (c-guess-basic-syntax): Change the way class-level labels are
5826 recognized; they can now contain essentially any symbols.
5827
5828 (c-opt-extra-label-key): New language variable to cope with the
5829 special protection label syntax in Objective-C.
5830
5831 (c-opt-access-key): Remove; this is now handled better by
5832 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5833
5834 (c-complex-decl-matchers): Update to handle that
5835 `c-opt-access-key' no longer exists.
5836
5837 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5838 improved label recognition in `c-beginning-of-statement-1'.
5839
5840 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5841 Recognize bitfields better.
5842
5843 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
5844 Remove some cruft and fixed a bug that could cause it to go to a
5845 position further down.
5846
5847 * progmodes/cc-langs.el, cc-engine.el
5848 (c-beginning-of-statement-1): Improve detection of labels in
5849 declaration contexts.
5850
5851 (c-beginning-of-decl-1): Use it.
5852
5853 (c-nonlabel-token-key): New language constant and variable needed
5854 by `c-beginning-of-statement-1'.
5855
5856 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
5857 manifested itself due to the correction in `c-forward-sexp'.
5858
5859 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
5860 Make these behave as documented when used at the buffer limits.
5861
5862 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5863 (c-type-decl-end-used): Made this a language variable.
5864
5865 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5866 correctly when `combine-after-change-calls' is used together with
5867 temporary narrowings.
5868
5869 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5870 Report labels correctly when the start point is immediately after the
5871 colon.
5872
5873 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
5874 Remove since it isn't used anymore.
5875
5876 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5877 bracket arglists such as template parens in C++.
5878
5879 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
5880 in the last check-in. Some optimization.
5881
5882 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
5883 where it could stop at the same level in a preceding sexp when
5884 PAREN-LEVEL is set.
5885
5886 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5887 text property lookup only when it's needed.
5888
5889 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5890 Change the policy for paren marked angle brackets to be more
5891 persistent; once marked they remain marked even when they're found
5892 to be unbalanced in the searched region. This should keep the
5893 paren syntax around even when individual lines are refontified in
5894 multiline template arglists.
5895
5896 (c-parse-and-markup-<>-arglists): New dynamically bound variable
5897 to control markup so that incorrect angle bracket arglists aren't
5898 marked in contexts where the correct value for
5899 `c-disallow-comma-in-<>-arglists' isn't known.
5900
5901 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5902 argument has become `c-parse-and-markup-<>-arglists'.
5903
5904 (c-remove-<>-arglist-properties): Remove - no longer used.
5905
5906 (c-after-change-check-<>-operators): New function used on
5907 `after-change-functions' to avoid that "<" and ">" characters that
5908 are part of longer operators have paren syntax.
5909
5910 (c-<>-multichar-token-regexp): New language variable used by
5911 `c-after-change-check-<>-operators'.
5912
5913 (c-after-change): Call `c-after-change-check-<>-operators'.
5914
5915 (c-font-lock-<>-arglists): Use the context properties set by
5916 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
5917 correctly to avoid doing invalid markup.
5918
5919 (c-font-lock-declarations): Remove code that undoes the invalid
5920 markup done by `c-font-lock-<>-arglists'.
5921
5922 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5923 after `c-font-lock-declarations'.
5924
5925 * progmodes/cc-engine.el (c-syntactic-skip-backward):
5926 Add paren-level feature.
5927
5928 (c-guess-basic-syntax): Improve the anchor position for
5929 `template-args-cont' in nested template arglists. There's still
5930 much to be desired in this area, though.
5931
5932 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5933
5934 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5935 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
5936
5937 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5938
5939 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5940 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5941
5942 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5943 it doesn't work no longer are supported.
5944
5945 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5946 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5947 requires support for the syntax-table' text property, which rules
5948 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
5949 cruft associated with those versions.
5950
5951 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5952 for the `syntax-table' text property, which rules out Emacs 19 and
5953 XEmacs < 21.4. Removed various compatibility cruft associated
5954 with those versions.
5955
5956 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5957 support for the `syntax-table' text property.
5958
5959 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5960 variable and use an extra quoted face name instead. All the
5961 emacsen flavors handle that correctly.
5962
5963 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5964 (c-font-lock-declarators, c-font-lock-declarations)
5965 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5966 property to mark the items in in declarator lists to handle
5967 refontification inside multiline declarations better.
5968
5969 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5970 construct like "a * b = c;" as a declaration.
5971
5972 2005-12-08 Kim F. Storm <storm@cua.dk>
5973
5974 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
5975 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
5976 select either meta, hyper, or super modifier for rectangle commands.
5977 (cua--rectangle-modifier-key): New defvar.
5978 (cua--M/H-key): Use it. Remove special case for `space'.
5979 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5980 on X, to meta otherwise. Always bind C-return to toggle
5981 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
5982
5983 * emulation/cua-rect.el (cua-help-for-rectangle):
5984 Use cua--rectangle-modifier-key. Handle super modifier too.
5985 (cua--init-rectangles): Always bind C-return to toggle rectangle.
5986 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5987
5988 * ido.el: Move Acknowledgements and History after Commentary.
5989 Minor changes to Commentary.
5990
5991 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5992 keymap if cua--prefix-override-timer is `shift'.
5993 (cua--shift-control-prefix): New function; emulate "type prefix
5994 key twice" functionality to handle shifted prefix key override.
5995 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
5996 New commands.
5997 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5998
5999 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6000
6001 * textmodes/org.el (org-insert-heading): Try to do items before
6002 headings.
6003 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6004 (org-insert-item): New function.
6005 (org-renumber-ordered-list): Don't skip to higher level lists.
6006
6007 2005-12-08 Juri Linkov <juri@jurta.org>
6008
6009 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6010
6011 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6012
6013 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6014
6015 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6016 the constructed function name fun-1.
6017
6018 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6019 because such links don't lead to parent documentation.
6020
6021 2005-12-08 Kenichi Handa <handa@m17n.org>
6022
6023 * descr-text.el (describe-char): Use *Help-2* buffer if the
6024 current buffer is *Help*. Call describe-text-properties while
6025 setting the original buffer.
6026
6027 2005-12-07 Bill Wohler <wohler@newt.com>
6028
6029 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6030 and causes problems with non-MH users (such as Gnus users).
6031
6032 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6033
6034 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6035 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6036 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6037 command "info sources". Move calls to GDB command "list".
6038 (gdb-find-file-hook): Just use gdb-source-file-list.
6039 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6040 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6041 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6042 (gdb-data-list-register-values-handler): Use correct trigger name.
6043
6044 2005-12-07 Kim F. Storm <storm@cua.dk>
6045
6046 * ido.el (ido-completion-map): Rename from ido-mode-map.
6047 (ido-common-completion-map, ido-file-completion-map)
6048 (ido-file-dir-completion-map, ido-buffer-completion-map):
6049 Rename from ido-mode-....-map.
6050 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6051 (ido-setup-completion-map): Rename from ido-define-mode-map.
6052 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6053 to ido-completion-map.
6054
6055 2005-12-07 Kenichi Handa <handa@m17n.org>
6056
6057 * international/mule-cmds.el
6058 (set-display-table-and-terminal-coding-system): If the coding
6059 system specified in `unibyte-display' property is different from
6060 the arg coding-system, don't setup standard-display-table.
6061
6062 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6063
6064 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6065 that comments end at \n, regardless of selective-display.
6066
6067 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6068
6069 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6070 (gdb-version): New variables.
6071 (gdb-source-file-list, gdb-register-names)
6072 (gdb-changed-registers): New variables for use with GDB 6.4+.
6073 (gdb-ann3): Replace with...
6074 (gdb-init-1, gdb-init-2): ...two new functions.
6075 (gdba, gdb-prompt): Call gdb-init-1.
6076 (gdb-get-version): New function. Call gdb-init-2 from here.
6077 (gud-watch): Make it work with mouse events too.
6078 (gdb-post-prompt): Don't add to queue until GDB version is known.
6079 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6080 (gdb-locals-mode): Use gdb-version.
6081 (gdb-memory-format-map, gdb-memory-unit-map)
6082 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6083 (gdb-locals-font-lock-keywords-1)
6084 (gdb-locals-font-lock-keywords-2): New variables.
6085 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6086 (gdb-set-gud-minor-mode-existing-buffers-1)
6087 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6088 (gdb-var-update-1, gdb-var-update-handler-1)
6089 (gdb-data-list-register-values-handler)
6090 (gdb-data-list-register-values-custom)
6091 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6092 (gdb-stack-list-locals-handler, gdb-get-register-names):
6093 New functions for use with GDB 6.4+.
6094 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6095 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6096 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6097 (gdb-stack-list-locals-regexp)
6098 (gdb-data-list-register-names-regexp): New regexps for use with
6099 GDB 6.4+.
6100
6101 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6104
6105 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6106
6107 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6108 prompts work for AUTH PLAIN. Also reported by Steve Allan
6109 <seallan@verizon.net>.
6110
6111 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6112
6113 * frame.el (set-frame-parameter): Add doc string.
6114
6115 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6116
6117 * textmodes/org.el (org-occur-highlights): New variable.
6118 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6119 (org-highlight-sparse-tree-matches): New option.
6120 (org-do-occur): New function.
6121 (org-get-heading): Make it work also at beginning of line.
6122 (org-category-table): New variable.
6123 (org-get-category-table, org-get-category)
6124 (org-camel-to-words, org-link-search): New functions.
6125 (org-select-this-todo-keyword): New variable.
6126 (org-todo-list): New command.
6127 (org-shiftright, org-shiftleft): New commands.
6128 (org-agenda-todo): Add prefix argument.
6129 (org-show-hierarchy-above): New option.
6130 (org-show-todo-tree): Numerical prefix creates tree for specific
6131 TODO keyword.
6132 (org-outline-level): New function, to assign a level to plain
6133 lists items.
6134 (org-cycle-include-plain-lists): New option.
6135 (org-mode): Use `org-outline-level' as value of `outline-level'.
6136 (org-cycle): Temporarily switch `outline-regexp' if
6137 `org-cycle-include-plain-lists' is non-nil.
6138 (org-start-icalendar-file): Fix format bug.
6139 (org-agenda-get-day-entries): Create category table.
6140 (org-agenda-get-todos, org-agenda-get-timestamps)
6141 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6142 (org-agenda-get-blocks): Use `org-get-category'.
6143 (org-context-in-file-links): Rename from
6144 `org-line-numbers-in-file-links'.
6145
6146 2005-12-06 Romain Francoise <romain@orebokech.com>
6147
6148 * window.el (balance-windows): Delete extraneous third arg in call
6149 to `enlarge-window'.
6150
6151 2005-12-06 Kenichi Handa <handa@m17n.org>
6152
6153 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6154
6155 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6156
6157 * progmodes/gdb-ui.el (gdb-var-create-handler)
6158 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6159 (gdb-var-list-children-handler, gdb-var-update-handler):
6160 Current buffer is already gdb-partial-output-buffer, don't
6161 make it current again.
6162
6163 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6164
6165 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6166 (list-buffers-noselect): Use it.
6167
6168 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6169
6170 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6171 (mail-yank-ignored-headers): Use regexp-opt.
6172 (mail-mode-map): Move initialization into declaration.
6173 (mail-sent-via): Remove unused shadowed var `to-line'.
6174 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6175 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6176 (mail-do-fcc): Use dolist and push.
6177 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6178 (mail-yank-ignored-headers): Don't autoload.
6179
6180 2005-12-05 Kenichi Handa <handa@m17n.org>
6181
6182 * international/mule-cmds.el (set-language-info-internal): New fun.
6183 (set-language-info): Call set-language-info-internal to update
6184 language-info-alist. If LANG-ENV is the current one, call
6185 set-language-environment to make INFO effective now.
6186 (set-language-info-alist): Likewise.
6187 (locale-language-names): With locale "en", use English
6188 lang. env. but set the default codings to iso-8859-1.
6189
6190 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6191
6192 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6193 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6194 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6195 for plain strings.
6196 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6197 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6198 Create registers buffer if necessary. Echo new state in minibuffer.
6199 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6200
6201 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6202
6203 * info.el (Info-fontify-node): Match external links using
6204 non-directory part of filename.
6205
6206 2005-12-04 Juri Linkov <juri@jurta.org>
6207
6208 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6209 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6210 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6211 because there is no customization option for it.
6212
6213 * font-lock.el (lisp-font-lock-keywords-1):
6214 Add define-global-minor-mode.
6215
6216 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6217
6218 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6219 properties on the constructed variable names.
6220
6221 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6222 Put `definition-name' properties on the constructed function names
6223 next-sym and prev-sym.
6224
6225 * emacs-lisp/find-func.el (find-function-regexp):
6226 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6227 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6228 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6229 and easy-menu-define.
6230
6231 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6232 easy-mmode-define-global-mode and define-global-minor-mode.
6233 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6234
6235 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6236 instead of easy-mmode-define-global-mode.
6237
6238 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6239 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6240
6241 * cus-edit.el (customize-group, customize-group-other-window):
6242 Filter out autoloaded options from the group completion list by
6243 using heuristics that autoloaded groups don't have `custom-autoload'
6244 property on their symbols (they have only `custom-loads').
6245
6246 * simple.el (completion-setup-function): Put completions-common-part
6247 face on complete completion string too (i.e. completion string
6248 without completions-first-difference face).
6249
6250 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6251
6252 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6253
6254 * view.el (view-mode): Doc fix.
6255
6256 * disp-table.el (standard-display-european): Add to the warning
6257 message a reference to the doc string.
6258
6259 * play/yow.el (apropos-zippy): Call print-help-return-message,
6260 similar to other Help and Apropos commands.
6261
6262 * help.el (print-help-return-message): If pop-up-frames is
6263 non-nil, set up help-return-method to delete the help window and,
6264 possibly, its frame as well, and don't display message about
6265 scrolling the help window. Doc fix.
6266 (help-return-method): Doc fix.
6267
6268 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6269
6270 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6271 whereby names of length one or names starting with a
6272 symbol-constituent character would not be returned.
6273
6274 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6275
6276 * subr.el (atomic-change-group): Add edebug and indentation spec.
6277
6278 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * completion.el (save-completions-file-name): Fix typo in last change.
6281
6282 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6283
6284 * info.el: Move back/forward history to the beginning of the tool bar.
6285
6286 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6287
6288 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6289 Add fset of allout-real-isearch-abort during compile to fix
6290 byte-compilation warnings.
6291 (allout-mode-p): Move definition of this macro above all uses, or
6292 byte compilation in barren emacs (eg, during emacs build) will
6293 lack the definition.
6294 (allout-mode): Move this variable above any uses, or byte
6295 compilation will fail.
6296 (allout-resolve-xref): Remove use of personal file-reference function.
6297 (allout-toggle-current-subtree-encryption): Do the current (ie,
6298 visible containing) topic, rather than nearest around point. Doc fix.
6299 (allout-toggle-subtree-encryption): New function, workhorse that
6300 works on nearest topic containing point.
6301 (allout-encrypt-string): Signal requirement for newer version of pgg.
6302 (allout-resumptions): Doc fix.
6303
6304 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6305
6306 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6307
6308 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6309
6310 * textmodes/flyspell.el (flyspell-external-point-words):
6311 Consider a misspelling as found in the string search if: (a) misspelling
6312 and found string lengths match, or (b) misspelling is found as
6313 element in a boundary-chars separated longer string, or (c)
6314 ispell-program-name is really ispell and misspelling is found as
6315 part of a TeX string. After successful match move beginning of
6316 search region to end of match. Warn about not found misspellings
6317 once the process is done.
6318 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6319
6320 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6321
6322 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6323 tool bar (removed inadvertently).
6324
6325 2005-12-02 Juri Linkov <juri@jurta.org>
6326
6327 * log-view.el (log-view-diff): Clarify doc string.
6328
6329 2005-12-01 Bill Wohler <wohler@newt.com>
6330
6331 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6332 triggers lm-verify errors.
6333
6334 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6335
6336 * simple.el (transient-mark-mode, line-number-mode)
6337 (column-number-mode, size-indication-mode): Remove `:require nil'.
6338
6339 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6340
6341 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6342 in the margin also.
6343 (gdb-breakpoints-mode-map): Use D instead of d for
6344 gdb-delete-breakpoint.
6345 (gdb-get-frame-number): Require a number to match on.
6346 (gdb-threads-mode-map): Add follow-link binding.
6347
6348 2005-11-30 Jason Rumney <jasonr@gnu.org>
6349
6350 * isearch.el (isearch-mode-map): Avoid exiting search on
6351 language-change event.
6352
6353 2005-11-30 Romain Francoise <romain@orebokech.com>
6354
6355 * speedbar.el (speedbar-default-position): New defcustom.
6356 (speedbar-frame-reposition-smartly): Use it.
6357
6358 * dframe.el (dframe-reposition-frame-emacs): Fix position
6359 computation for `left' location.
6360 Update copyright year.
6361
6362 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * help.el (help-map): Move initialization into declaration.
6365
6366 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6367
6368 * help-fns.el (help-argument-name): Don't autoload.
6369 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6370 to be re-loaded when customizing the `help' group.
6371
6372 2005-11-30 John Paul Wallington <jpw@gnu.org>
6373
6374 * help-fns.el (describe-function-1): Fill arglist output.
6375
6376 2005-11-30 Kim F. Storm <storm@cua.dk>
6377
6378 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6379 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6380 after revert-buffer (or anything else which kills all local variables).
6381
6382 * apropos.el (apropos-parse-pattern): Doc fix.
6383 Set apropos-regexp directly, rather than expecting callers to do so.
6384 (apropos-command, apropos, apropos-value, apropos-documentation):
6385 Simplify calls to apropos-parse-pattern.
6386
6387 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6388
6389 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6390 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6391 (hi-lock-write-interactive-patterns): Use comment-region.
6392
6393 * longlines.el (longlines-mode): Add mail-setup-hook.
6394
6395 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6396
6397 * simple.el (sendmail-user-agent-compose, next-line):
6398 Conditionally use hard-newline.
6399
6400 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6401
6402 * international/latexenc.el (latex-inputenc-coding-alist):
6403 Reword doc string.
6404
6405 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6406
6407 * help.el (describe-key-briefly, describe-key): Recognize default
6408 bindings.
6409
6410 2005-11-29 Romain Francoise <romain@orebokech.com>
6411
6412 * view.el (view-inhibit-help-message): New defcustom.
6413 (view-mode-enter): Use it.
6414
6415 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6416
6417 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6418 Preserve user position.
6419
6420 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6421
6422 * font-lock.el: Throw error if facemenu is not loaded to prevent
6423 accidental change of loading order in loadup.el. (Suggested by RMS.)
6424
6425 * loadup.el: Add comment explaining why facemenu must be loaded
6426 before font-lock.
6427
6428 2005-11-28 Jay Belanger <belanger@truman.edu>
6429
6430 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6431 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6432
6433 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6434
6435 * calc/calc-embed.el (calc-do-embedded): Update help message.
6436
6437 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6438
6439 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6442
6443 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6444 called-interactively-p.
6445 (elp-profilable-p): Rename from elp-not-profilable-p.
6446 Invert result and take into account macros and autoloaded functions.
6447 (elp-instrument-function): Update call.
6448 (elp-instrument-package): Update call. Add completion.
6449 (elp-pack-number): Use match-string.
6450 (elp-results-jump-to-definition-by-mouse): Merge into
6451 elp-results-jump-to-definition and then remove.
6452 (elp-output-insert-symname): Make help echo text single-line.
6453
6454 * replace.el (query-replace-map): Move initialization into declaration.
6455 (occur-engine): Use with-current-buffer.
6456 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6457 (occur-mode-mouse-goto): Replace with an alias.
6458
6459 2005-11-28 Juri Linkov <juri@jurta.org>
6460
6461 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6462
6463 * term/w32-win.el: Bind [S-tab] to [backtab].
6464
6465 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6466 `Info-find-file' to t.
6467
6468 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6469 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6470 and same-window-regexps.
6471 (occur-next-error): Don't move point for arg 0.
6472
6473 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6474
6475 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6476
6477 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * log-edit.el (log-edit-changelog-use-first): New var.
6480 (log-edit-changelog-ours-p): Use it.
6481 (log-edit-insert-changelog): Set it with new arg `use-first'.
6482 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6483 (log-edit-hook): Add them to the list of suggested options.
6484
6485 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6486 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6487 redundant work.
6488 (flyspell-mode-on): Use add-hook for after-change-functions.
6489 (flyspell-mode-off): Use remove-hook for after-change-functions.
6490 (flyspell-changes): Make it buffer-local.
6491 (flyspell-after-change-function): Make it non-interactive. Use push.
6492 (flyspell-post-command-hook): Check input-pending-p while processing
6493 the potentially long list of buffer changes.
6494
6495 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6496
6497 * buff-menu.el (list-buffers-noselect): Display the selected
6498 frame's buffer list, not the global one.
6499
6500 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6501
6502 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6503 that (list last-input-event) works as in interactive spec.
6504
6505 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6506
6507 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6508 `facemenu-keymap' needs to be defined when font-lock is loaded.
6509 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6510
6511 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * completion.el: Remove useless leading * in defcustom docstrings.
6514 (save-completions-file-name): Use ~/.emacs.d if available.
6515 (completion-standard-syntax-table): Rename from
6516 cmpl-standard-syntax-table and fold initialization into declaration,
6517 thus removing cmpl-make-standard-completion-syntax-table.
6518 (completion-lisp-syntax-table, completion-c-syntax-table)
6519 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6520 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6521 (symbol-under-point, symbol-before-point)
6522 (symbol-under-or-before-point, symbol-before-point-for-complete)
6523 (add-completions-from-c-buffer): Use with-syntax-table.
6524 (make-completion): Don't return a list of completion entries.
6525 Update callers.
6526 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6527 (completion-initialize): Rename from initialize-completions.
6528 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6529 (kill-emacs-save-completions): Collect stats here.
6530 (save-completions-to-file, load-completions-from-file):
6531 Use with-current-buffer.
6532 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6533 into a function. Move all calls to toplevel.
6534 (completion-lisp-mode-hook): New fun.
6535 (completion-c-mode-hook, completion-setup-fortran-mode):
6536 Set the syntax-table here. Use local-set-key.
6537 (completion-saved-bindings): New var.
6538 (dynamic-completion-mode): Make it into a proper minor mode.
6539 (load-completions-from-file): Remove unused var `num-uses'.
6540
6541 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6542 constructor if it is explicitly overridden.
6543
6544 * complete.el (PC-completion-as-file-name-predicate):
6545 Use minibuffer-completing-file-name.
6546 (partial-completion-mode): Use find-file-not-found-functions.
6547 (PC-lisp-complete-symbol): Use with-syntax-table.
6548 (PC-look-for-include-file): Remove dead setq.
6549 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6550 (PC-complete): Use with-current-buffer.
6551
6552 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6553 escape single quotes.
6554
6555 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6556
6557 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6558 of `if' whose condition always returned nil. Doc fix.
6559
6560 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6561 window's buffer the current buffer around the call to
6562 `list-buffers-noselect'. This is necessary to mark that buffer
6563 with a `.' in the Buffer Menu when called from Lisp, for instance
6564 by Auto Revert Mode.
6565
6566 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6567
6568 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6569 attaching to it.
6570 (gdb-pre-prompt): Make sure gdb-error is reset.
6571
6572 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6573 with a child process, detect it.
6574 (gud-speedbar-buttons): Match regexp more carefully.
6575
6576 2005-11-27 Richard M. Stallman <rms@gnu.org>
6577
6578 * mouse.el (mouse-drag-move-window-bottom):
6579 Use adjust-window-trailing-edge.
6580
6581 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6582
6583 * simple.el (blink-matching-open): Ignore
6584 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6585 (blink-matching-paren-on-screen): Update docstring.
6586
6587 * paren.el (show-paren-mode): No longer change
6588 `blink-matching-paren-on-screen'.
6589
6590 2005-11-27 John Paul Wallington <jpw@pobox.com>
6591
6592 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6593 (gdb-threads-select, gdb-edit-register-value):
6594 Use `posn-set-point' instead of `mouse-set-point' because the
6595 latter is not fbound when configured without X.
6596
6597 2005-11-27 Kim F. Storm <storm@cua.dk>
6598
6599 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6600 existing face when partially highlighting a TAB in a rectangle.
6601
6602 2005-11-26 Kim F. Storm <storm@cua.dk>
6603
6604 * ido.el (ido-mode-map): Doc fix.
6605 (ido-mode-common-map, ido-mode-file-map)
6606 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6607 (ido-define-mode-map): Rewrite. Select one of the new maps as
6608 parent for ido-mode-map instead of building from scratch.
6609 (ido-init-mode-maps): New defun to initialize new maps.
6610 (ido-mode): Call it.
6611 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6612 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6613
6614 2005-11-26 John Paul Wallington <jpw@pobox.com>
6615
6616 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6617 `mouse-set-point' because the latter is not fbound when configured
6618 without X.
6619
6620 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6621
6622 * files.el (file-relative-name): Doc fix.
6623
6624 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6625
6626 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6627 non-empty string for secondary prompt PS2.
6628
6629 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6630
6631 * progmodes/compile.el (compilation-setup): Fix last change.
6632
6633 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6634
6635 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6636 (gdb-mouse-toggle-breakpoint-margin)
6637 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6638 Add gdb-server-prefix to keep out of command history.
6639 (gdb-edit-register-value): New function.
6640 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6641 (gdb-info-registers-custom): Use above map.
6642
6643 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6644
6645 * custom.el (enable-theme): Signal error if argument is not a
6646 theme. Don't recalculate a face if it's not loaded yet.
6647
6648 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6649 the `user' theme is in effect.
6650
6651 * info.el (Info-on-current-buffer): Record actual filename in
6652 Info-current-file, instead of t, or a fake filename if a non-file
6653 buffer. Make autoload.
6654 (Info-find-node, Info-revert-find-node): No need to check for
6655 Info-current-file nil.
6656 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6657 Info-current-file is now never `t'.
6658 (Info-fontify-node): Many simplifications due to Info-current-file
6659 always being valid. Use Info-find-file to find node filename.
6660
6661 2005-11-25 David Kastrup <dak@gnu.org>
6662
6663 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6664 new character, then delete" in order to preserve markers.
6665
6666 2005-11-25 David Ponce <david@dponce.com>
6667
6668 * recentf.el (recentf-arrange-by-rule): Handle a special
6669 `auto-mode-alist'-like "strip suffix" rule.
6670 (recentf-build-mode-rules): Handle second level auto-mode entries.
6671
6672 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
6673
6674 * viper-keym.el (viper-ESC-key): Use different values in terminal and
6675 window modes.
6676
6677 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6678 jde-javadoc-checker-report-mode.
6679
6680 * ediff-wind (ediff-make-wide-display): Slight simplification.
6681
6682 * ediff.el (ediff-date): Change the date of last update.
6683
6684 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
6685
6686 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6687 Use define-minor-mode, and make it a local mode. Turn on font-lock.
6688 (hi-lock-mode): New global minor mode.
6689 (turn-on-hi-lock-if-enabled): New function.
6690 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6691 Change arguments to regexp and face instead of a font-lock pattern.
6692 Directly set face property, instead of refontifying.
6693 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6694 (hi-lock-find-patterns): Use line-number-at-pos.
6695
6696 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
6697 arguments for hi-lock-set-pattern.
6698 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6699 Call font-lock-fontify-buffer.
6700 (hi-lock-find-file-hook, hi-lock-current-line)
6701 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6702
6703 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6704 turned off.
6705
6706 * progmodes/compile.el (compilation-setup): Don't fiddle with
6707 font-lock-defaults.
6708
6709 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
6710
6711 * progmodes/gdb-ui.el (gdb-var-create-handler)
6712 (gdb-var-list-children-handler): Find values for all variable
6713 objects. gud-speedbar-buttons decides whether to display them.
6714
6715 2005-11-24 Romain Francoise <romain@orebokech.com>
6716
6717 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6718 buffer name with a space.
6719
6720 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
6721
6722 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
6723 `org-export-local-list-max-depth'. Change default value to 3.
6724 (org-auto-renumber-ordered-lists)
6725 (org-plain-list-ordered-item-terminator): New options.
6726 (org-at-item-p, org-beginning-of-item, org-end-of-item)
6727 (org-get-indentation, org-get-string-indentation)
6728 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6729 New functions.
6730 (org-move-item-down, org-move-item-up): New commands.
6731 (org-export-as-html): New classes for CSS support. Bug fix in
6732 regular expression detecting fixed-width regions. Respect
6733 `org-local-list-ordered-item-terminator'.
6734 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6735 also a list item.
6736 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6737 New item moving functions.
6738
6739 2005-11-24 Juri Linkov <juri@jurta.org>
6740
6741 * isearch.el (isearch-repeat): With empty search ring set
6742 `isearch-error' to the error string instead of signaling error
6743 with the function `error'.
6744
6745 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6746
6747 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6748
6749 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
6750
6751 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6752 and variable.
6753 (gdb-var-create-handler, gdb-var-list-children-handler):
6754 Don't match on "char **...".
6755 (gdb-var-update-handler): Find values for all variable objects.
6756 (gdb-info-frames-custom): Identify frames by leading "#".
6757
6758 * progmodes/gud.el (gud-speedbar-menu-items): Add
6759 gdb-speedbar-auto-raise as radio button.
6760 (gud-speedbar-buttons): Raise speedbar if requested.
6761 Don't match on "char **...".
6762 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6763 Make it editable.
6764
6765 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
6766
6767 * info.el (Info-fontify-node): Handle the case where
6768 Info-current-file is t.
6769
6770 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * simple.el (blink-matching-open): Fix off-by-one in last change.
6773
6774 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6775
6776 * term/mac-win.el: Don't change default directory.
6777
6778 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
6779
6780 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6781 buffers correctly. (It used to throw an error in such buffers.)
6782 Make it ask for confirmation in group buffers and other Custom
6783 buffers containing more than one customization item.
6784
6785 2005-11-22 John Paul Wallington <jpw@gnu.org>
6786
6787 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6788 property on mail and url overlays.
6789 (goto-address-at-point): Use `posn-set-point' instead of
6790 `mouse-set-point' because the latter is not fbound when configured
6791 without X.
6792
6793 2005-11-22 Lars Hansen <larsh@soem.dk>
6794
6795 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6796 (ls-lisp-classify, ls-lisp-format): Delete call to
6797 ls-lisp-parse-symlink.
6798 (ls-lisp-handle-switches): Handle symlinks to directories as
6799 directories when ls-lisp-dirs-first in non-nil.
6800
6801 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
6802
6803 * startup.el (command-line): Make sure that loaddefs.el is handled
6804 correctly in load-history.
6805
6806 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6807
6808 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6809 (gdb-struct-string, gdb-array-string): New constants.
6810 (gdb-info-locals-handler): Use them.
6811 (gdb-reset): Reset gdb-var-list to nil.
6812
6813 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6816 in patterns.
6817
6818 2005-11-21 Juri Linkov <juri@jurta.org>
6819
6820 * custom.el (defcustom): Update link types in docstring.
6821
6822 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
6823
6824 * custom.el (defgroup): Add doc-string-elt info.
6825
6826 * widget.el (define-widget): Don't use declare for the doc-string-elt.
6827
6828 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6829
6830 * newcomment.el (comment-enter-backward): Fix last fix.
6831
6832 * simple.el (blink-matching-open):
6833 * paren.el (show-paren-function): Allow new paren-class info.
6834
6835 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
6836
6837 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
6838 handled automagically.
6839
6840 2005-11-20 Andreas Schwab <schwab@suse.de>
6841
6842 * descr-text.el (describe-char): When copying overlays put them
6843 over the full char description instead of just the first character
6844 of it.
6845
6846 2005-11-20 Juri Linkov <juri@jurta.org>
6847
6848 * simple.el (what-cursor-position):
6849 * descr-text.el (describe-char): Use Lisp-readable syntax
6850 for octal and hex. Reorder decimal, octal and hex values.
6851 Remove excess whitespace in the output. Use `=' in `column='
6852 like in `point=' and `Hscroll='.
6853
6854 * international/mule-cmds.el (encoded-string-description):
6855 Use Lisp-readable syntax for hex.
6856
6857 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * newcomment.el (comment-enter-backward): Handle the case where the
6860 comment is closed by EOB.
6861
6862 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6863
6864 * longlines.el (longlines-before-revert-hook)
6865 (longlines-after-revert-hook): New functions.
6866 (longlines-mode): Turn off longlines temporarily when reverting.
6867 Add a message-setup-hook.
6868 (longlines-decode-buffer): New function.
6869 (longlines-wrap-line): Preserve marker positions.
6870
6871 2005-11-19 Andreas Schwab <schwab@suse.de>
6872
6873 * emacs-lisp/shadow.el: Handle compressed files.
6874
6875 2005-11-19 Romain Francoise <romain@orebokech.com>
6876
6877 * net/browse-url.el (browse-url-default-browser): Signal an error
6878 if no usable browser can be found, rather than try to load w3.
6879
6880 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
6881
6882 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6883 replacing existing properties.
6884 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6885 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6886 tty specs.
6887 (rcirc-server-prefix, rcirc-server): New faces.
6888 (rcirc-url-regexp): Generate with rx macro.
6889 (rcirc-last-server-message-time): New variable.
6890 (rcirc-filter): Record time of last message.
6891 (rcirc-keepalive): Kill processes that did not send a message
6892 since the last ping.
6893 (rcirc-mode): Give rcirc-topic a local binding here.
6894
6895 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
6896
6897 * subr.el (read-passwd): Fontify the prompt as we do with other
6898 prompts.
6899
6900 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
6901
6902 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6903 binding buffer-read-only to nil.
6904
6905 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6906
6907 * complete.el (partial-completion-mode):
6908 Mention completion-auto-help in the doc string.
6909
6910 * man.el (Man-highlight-references): Doc fix. Reformat code in a
6911 more Lisp-ish way.
6912
6913 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6914
6915 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6916 digits, not 8, to avoid misalignment for files larger than 100MB.
6917
6918 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6919
6920 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6921 Mention "keyboard shortcuts" in the help text.
6922
6923 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6924
6925 * startup.el (fancy-splash-default-action): Discard only
6926 mouse-down and succeeding mouse-up events in the splash screen
6927 window so that drag-n-drop event can be processed.
6928
6929 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
6930
6931 * longlines.el (longlines-mode): Add hacks for mail-mode and
6932 message-mode.
6933
6934 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
6935
6936 * textmodes/org.el (org-table-sort-lines): New command.
6937 (org-tbl-menu): Add entry for `org-table-sort-lines'.
6938 (org-add-file): Command removed, use `org-agenda-file-to-front'
6939 instead.
6940 (org-export-icalendar): Use `org-icalendar-combined-name'.
6941 (org-cycle-agenda-files, org-agenda-file-to-end)
6942 (org-agenda-file-to-front): New commands.
6943 (org-table-tab-jumps-over-hlines, org-export-html-style):
6944 New options.
6945 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6946 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6947 New functions.
6948 (org-fill-paragraph): Call `org-table-align' in tables.
6949 (org-mode): Call `org-set-autofill-regexps'.
6950 (org-export-as-html): Support for local handformatted lists.
6951 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
6952 (org-export-local-list-max-depth): New option.
6953 (org-html-expand): Use `org-html-protect'.
6954
6955 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
6956
6957 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6958 to "p".
6959 (gdb): Move definition of gud-pp to...
6960
6961 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
6962 speedbar.
6963 (gdb-find-watch-expression): New function.
6964
6965 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6966
6967 * faces.el (face-attribute, set-face-attribute): Mention existence
6968 of `:ignore-defface' setting in docstring.
6969
6970 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6971
6972 * simple.el (completion-setup-function): Fix last change.
6973
6974 2005-11-17 John Paul Wallington <jpw@pobox.com>
6975
6976 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6977 Use `posn-set-point' instead of `mouse-set-point' because the
6978 latter is not fbound when configured without X.
6979
6980 * comint.el (comint-insert-input): Likewise.
6981
6982 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6983
6984 * simple.el (hard-newline): New variable.
6985 (sendmail-user-agent-compose, next-line): Use it.
6986
6987 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6988 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6989 (mail-mail-reply-to, mail-mail-followup-to)
6990 (mail-position-on-field, mail-signature, mail-yank-original)
6991 (mail-attach-file): Likewise.
6992
6993 * mail/mailheader.el (mail-header-format)
6994 (mail-header-format-function): Likewise.
6995
6996 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6997
6998 2005-11-17 Juri Linkov <juri@jurta.org>
6999
7000 * font-lock.el (font-lock-faces): Rename this defgroup from
7001 `font-lock-highlighting-faces'.
7002 (font-lock-comment-face, font-lock-comment-delimiter-face)
7003 (font-lock-string-face, font-lock-doc-face)
7004 (font-lock-keyword-face, font-lock-builtin-face)
7005 (font-lock-function-name-face, font-lock-variable-name-face)
7006 (font-lock-type-face, font-lock-constant-face)
7007 (font-lock-warning-face, font-lock-negation-char-face)
7008 (font-lock-preprocessor-face)
7009 (font-lock-regexp-grouping-backslash)
7010 (font-lock-regexp-grouping-construct): Rename :group from
7011 `font-lock-highlighting-faces' to `font-lock-faces'.
7012
7013 * cus-edit.el (lisp, c, tex):
7014 * progmodes/ada-mode.el (ada):
7015 * progmodes/asm-mode.el (asm):
7016 * progmodes/cperl-mode.el (cperl-faces):
7017 * progmodes/cpp.el (cpp):
7018 * progmodes/dcl-mode.el (dcl):
7019 * progmodes/f90.el (f90):
7020 * progmodes/fortran.el (fortran):
7021 * progmodes/icon.el (icon):
7022 * progmodes/idlwave.el (idlwave-misc):
7023 * progmodes/m4-mode.el (m4):
7024 * progmodes/make-mode.el (makefile):
7025 * progmodes/meta-mode.el (meta-font):
7026 * progmodes/modula2.el (modula2):
7027 * progmodes/octave-mod.el (octave):
7028 * progmodes/pascal.el (pascal):
7029 * progmodes/perl-mode.el (perl):
7030 * progmodes/prolog.el (prolog):
7031 * progmodes/ps-mode.el (PostScript-edit):
7032 * progmodes/scheme.el (scheme):
7033 * progmodes/sh-script.el (sh-script):
7034 * progmodes/simula.el (simula):
7035 * progmodes/tcl.el (tcl):
7036 * textmodes/nroff-mode.el (nroff):
7037 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7038 * textmodes/sgml-mode.el (sgml):
7039 * textmodes/texinfo.el (texinfo):
7040 Add :link (custom-group-link font-lock-faces) to defgroup.
7041
7042 * hi-lock.el (hi-lock): Rename this defgroup from
7043 `hi-lock-interactive-text-highlighting'. Change parent group from
7044 `faces' to `font-lock'. Add link to the manual.
7045 (hi-lock-mode, hi-lock-file-patterns-range)
7046 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7047 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7048 (hi-lock-faces): Add :group `faces'.
7049
7050 * cus-edit.el (custom-variable-prompt): Clarify the code.
7051
7052 * faces.el (face-read-string): Set the default value arg of
7053 completing-read.
7054
7055 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7056
7057 * rfn-eshadow.el (file-name-shadow-properties)
7058 (file-name-shadow-tty-properties, file-name-shadow-mode):
7059 Remove autoloads, because the file is now preloaded.
7060
7061 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * printing.el (easy-menu-intern): Don't define.
7064 (pr-get-symbol): Use easy-menu-intern only if defined.
7065
7066 * simple.el (blink-matching-open): Simplify a bit.
7067 (completion-setup-function): Fix the case of partial-completion-mode
7068 when the minibuffer's contents start with "-".
7069 Obey completion-base-size-function even when
7070 minibuffer-completing-file-name is non-nil.
7071
7072 2005-11-16 Richard M. Stallman <rms@gnu.org>
7073
7074 * net/eudcb-ph.el (eudc-ph-open-session):
7075 Use set-process-query-on-exit-flag.
7076
7077 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7078
7079 * international/ucs-tables.el (ucs-set-table-for-input):
7080 Use make-local-variable, not make-variable-buffer-local.
7081
7082 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7083 Improve warning message text.
7084
7085 * savehist.el (savehist-save-hook): Add :group.
7086
7087 * menu-bar.el (menu-bar-help-menu):
7088 Rename Find Extra Packages to External Packages.
7089
7090 * cus-edit.el (Custom-reset-standard): Verify that
7091 :custom-standard-value prop exists before calling it.
7092
7093 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7094
7095 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7096
7097 * wid-edit.el (color): Enclose %t in %{...%}.
7098
7099 * cus-edit.el (face): Enclose %t in %{...%}.
7100
7101 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7102
7103 * savehist.el (savehist-mode-hook): Re-add the var.
7104 (savehist-mode): Use it.
7105
7106 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * textmodes/flyspell.el: Fix commenting convention.
7109 Remove unnecessary leading * in custom docstrings.
7110 (flyspell-emacs): Remove unused var.
7111 (flyspell-delete-region-overlays): Use remove-overlays.
7112 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7113 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7114 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7115 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7116 (make-flyspell-overlay): Don't locally reuse a global name.
7117 (flyspell-highlight-incorrect-region)
7118 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7119 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7120 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7121 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7122 Wrap calls to accept-process-output inside with-local-quit since it's
7123 often called from a post-command-hook.
7124 (flyspell-correct-word, flyspell-auto-correct-word):
7125 Use ispell-send-string.
7126 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7127
7128 * calendar/diary-lib.el (diary-list-entries): Also hide the
7129 terminating newline.
7130
7131 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7132
7133 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7134 window-system, to allow fonts on tty.
7135
7136 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7137
7138 * progmodes/gud.el (gud-speedbar-item-info): New function.
7139 (gud-install-speedbar-variables): Use it to display data type
7140 of watch expression as a tooltip in speedbar.
7141
7142 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7143
7144 * font-core.el (global-font-lock-mode): Add :version keyword,
7145 because default was changed.
7146
7147 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7148
7149 * startup.el (command-line): Use `custom-reevaluate-setting' for
7150 `file-name-shadow-mode'.
7151
7152 * loadup.el: Preload rfn-eshadow.
7153
7154 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7155 Add :version keyword.
7156 (file-name-shadow-properties, file-name-shadow-tty-properties)
7157 (file-name-shadow): Add :version keyword.
7158
7159 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7160 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7161 in the custom-group property of the symbol frames and the fringe
7162 group got no link to its parent group frames.
7163 Doc fix.
7164
7165 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7166
7167 * progmodes/gud.el (gud-stop-subjob): New function.
7168 (gud-menu-map, gud-tool-bar-map): Use it.
7169
7170 2005-11-16 Kim F. Storm <storm@cua.dk>
7171
7172 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7173 than kill it.
7174 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7175 to a more useful/logical place.
7176
7177 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7178
7179 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7180 go buttons complementary.
7181
7182 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7185 (rfn-eshadow-sifn-equal): New function.
7186 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7187
7188 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7189
7190 * viper-utils.el (viper-non-word-characters-reformed-vi):
7191 Quote `-' in string.
7192
7193 * viper.el (viper-emacs-state-mode-list): Ensure that
7194 rcirc-mode buffers come up in Emacs state.
7195
7196 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7197 operation.
7198
7199 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7200
7201 * term.el (term-termcap-format): Fix typos.
7202 (term-down): Fix the negative argument case.
7203
7204 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7205
7206 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7207 2005-08-15.
7208 (gdb-ann3): New command gud-go.
7209 (menu): Accomodate gdb-mi.el.
7210 (gdb-assembler-custom): Make buffer of selected window current
7211 so that set-window-point works.
7212
7213 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7214 buttons and include new ones.
7215
7216 2005-11-16 Kim F. Storm <storm@cua.dk>
7217
7218 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7219 (gud-menu-map): Use it.
7220
7221 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7222
7223 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7224 that works correctly for Custom and that does not override a user
7225 who disables it.
7226
7227 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7228 (help-xref-interned, help-follow): Make hyperlinks for variables
7229 that are unbound, but have a non-nil variable-documentation property.
7230
7231 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7232 mode hook. (It conflicted with defcustoms for some mode hooks.)
7233 Use the `variable-documentation' property to give the mode hook a
7234 docstring and expand that docstring.
7235
7236 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7237
7238 * savehist.el (savehist-mode): Don't bother with
7239 `custom-set-minor-mode'.
7240 (savehist-coding-system): Check XEmacs version.
7241 (history-length): Declare also at run time.
7242 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7243 Don't set the customize state.
7244 (savehist-minibuffer-hook): Special case for when
7245 minibuffer-history-variable is equal to t.
7246
7247 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * files.el (write-file): Refresh VC status.
7250
7251 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7252 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7253 than fundamental-mode to see if the mode was set.
7254
7255 2005-11-14 Romain Francoise <romain@orebokech.com>
7256
7257 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7258 dummy function in `eval-when-compile' to avoid compiler warning.
7259 Require `man' at compile time.
7260
7261 2005-11-14 Jay Belanger <belanger@truman.edu>
7262
7263 * calc-alg.el (calcFunc-write-out-power): Rename it to
7264 calcFunc-powerexpand.
7265 (math-write-out-power): Rename it to math-powerexpand; have it
7266 handle negative exponents.
7267 (calc-writeoutpower): Rename it to calc-powerexpand.
7268
7269 * calc-ext.el: Change calcFunc-writeoutpower and
7270 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7271 autoloads.
7272 Add calcFunc-ldiv to autoloads.
7273
7274 * calc-arith.el (calcFunc-ldiv): New function.
7275
7276 * calc.el (calc-left-divide): New function.
7277
7278 2005-11-14 Juri Linkov <juri@jurta.org>
7279
7280 * cus-edit.el (custom-variable-prompt): Set the default value arg
7281 of completing-read.
7282
7283 * cus-dep.el (custom-make-dependencies): Reverse the list of
7284 found dependencies.
7285
7286 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7287
7288 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7289 Highlighting" entry, it is on by default now.
7290 (menu-bar-options-save): Do not save global-font-lock-mode.
7291
7292 2005-11-13 Richard M. Stallman <rms@gnu.org>
7293
7294 * textmodes/flyspell.el (flyspell-large-region):
7295 Call flyspell-accept-buffer-local-defs.
7296
7297 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7298
7299 * textmodes/flyspell.el (flyspell-notify-misspell):
7300 Fix misspelling of "Misspelling".
7301 (flyspell-process-localwords): New function.
7302 (flyspell-large-region): Call flyspell-process-localwords and
7303 flyspell-delete-region-overlays.
7304 (flyspell-delete-region-overlays): New function.
7305 (flyspell-delete-all-overlays): Call that.
7306
7307 2005-11-13 Richard M. Stallman <rms@gnu.org>
7308
7309 * help.el (help-for-help-internal): Improve doc of C-h a.
7310 (describe-key): Improve prompt; doc fix.
7311
7312 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * vc-svn.el (vc-svn-registered): Catch all errors.
7315
7316 * cus-dep.el (custom-make-dependencies): Typo.
7317
7318 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7319
7320 * net/tramp-util.el (top): Fix compilation warning.
7321
7322 2005-11-13 Kim F. Storm <storm@cua.dk>
7323
7324 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7325
7326 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7327
7328 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7329 (gud-speedbar-buttons): Match on "const char *" too.
7330
7331 * progmodes/gdb-ui.el (gdb-var-create-handler)
7332 (gdb-var-list-children-handler): Match on "const char *" too.
7333 (gdb-var-evaluate-expression-handler): Match on empty string.
7334 (gdb-var-update-handler): Only call
7335 gdb-var-evaluate-expression-handler when required.
7336
7337 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7338
7339 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7340 selected window. This still doesn't work for speedbar.
7341 (gud-speedbar-buttons): Handle string expressions properly.
7342
7343 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7344 (gdb-var-create-handler): Handle string expressions properly.
7345 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7346 Handle string expressions properly. Move "type" field into regexp.
7347
7348 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7349
7350 * bookmark.el (bookmark-maybe-message): New function to reduce
7351 code duplication: invokes `message' iff baud-rate is high enough.
7352 (bookmark-write-file): Use above instead of an inline conditional.
7353 (bookmark-load): Same.
7354
7355 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7356
7357 * bookmark.el (bookmark-write-file): Don't visit the destination
7358 file, just write the data to it using write-region. This is
7359 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7360 change to avoid visiting the file in the first place.
7361
7362 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7363
7364 * hi-lock.el (hi-lock-mode): Set the default value of
7365 font-lock-defaults.
7366
7367 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7368
7369 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7370 arg to `file-attributes'.
7371 (find-lisp-format): The UID and GID can now be strings.
7372
7373 2005-11-12 Kim F. Storm <storm@cua.dk>
7374
7375 * help.el (help-map): Bind C-h d to apropos-documentation.
7376
7377 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7378 when point is at end-of-buffer.
7379
7380 * apropos.el (apropos-match-face): Doc fix.
7381 (apropos-sort-by-scores): Add new choice `verbose'.
7382 (apropos-documentation-sort-by-scores): New defcustom.
7383 (apropos-pattern): Now contains the pattern entered by the user.
7384 (apropos-pattern-quoted): New defvar.
7385 (apropos-regexp): New defvar, containing the regexp corresponding
7386 to apropos-pattern.
7387 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7388 (apropos-read-pattern): New defun. Use it to read pattern arg in
7389 interactive calls; returns list of words for a word list, and
7390 string for a regexp.
7391 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7392 parses a list of words or regexp as returned by apropos-read-pattern.
7393 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7394 (apropos-score-doc): Return a very high score if the string
7395 entered by the user matches literally.
7396 (apropos-variable): Doc fix. Use apropos-read-pattern.
7397 (apropos-command): Doc fix. Use apropos-read-pattern and
7398 apropos-parse-pattern. Call apropos-print with nosubst=t.
7399 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7400 apropos-parse-pattern.
7401 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7402 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7403 apropos-documentation-sort-by-scores. Call apropos-print with
7404 nosubst=t.
7405 (apropos-documentation-internal): Pass doc string through
7406 substitute-key-definition before adding text properties.
7407 Highlight substring matching literal user input if possible.
7408 (apropos-documentation-check-doc-file): Remove locals beg and end.
7409 Fix calculation of score (as added twice). Pass doc string through
7410 substitute-key-definition before adding text properties.
7411 (apropos-documentation-check-elc-file): Pass doc string through
7412 substitute-key-definition before adding text properties.
7413 Highlight substring matching literal user input if possible.
7414 (apropos-print): Add new arg NOSUBST; if set, command and variable
7415 doc strings have already been passed through substitute-key-definition.
7416 Add code to handle apropos-accumulator items without score element
7417 for backwards compatibility (e.g. with woman package).
7418 Only show scores if apropos-sort-by-scores is `verbose'.
7419
7420 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7423 Add jka-compr-load-suffixes to load-suffixes.
7424
7425 * jka-compr.el: Require jka-cmpr-hook.
7426 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7427 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7428 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7429 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7430 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7431 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7432 (jka-compr-uninstall): Remove entries from
7433 jka-compr-added-to-file-coding-system-alist after they are used.
7434 (jka-compr-error): Remove unused var `curbuf'.
7435 (jka-compr-file-local-copy): Remove unused var `notfound'.
7436
7437 2005-11-10 Romain Francoise <romain@orebokech.com>
7438
7439 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7440
7441 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7442
7443 * progmodes/gud.el (gud-menu-map): Move parentheses.
7444 (gdb): New command gud-pv.
7445
7446 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * tar-mode.el: Remove spurious or unnecessary leading stars
7449 in docstrings.
7450 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7451 (tar-parse-octal-integer-safe): Use mapc.
7452 (tar-header-block-summarize): Remove unused var `ck'.
7453 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7454 cleared before. Obey default-enable-multibyte-characters.
7455 Use mapconcat. Simplify setting of tar-header-offset.
7456 (tar-mode-map): Move initialization inside delcaration.
7457 (tar-flag-deleted): Use `abs'.
7458 (tar-expunge-internal): Remove unused var `line'.
7459 (tar-expunge-internal): Don't hardcode point-min==1.
7460 (tar-expunge): Widen while doing set-buffer-multibyte.
7461 (tar-rename-entry): Use file-name-coding-system.
7462 (tar-alter-one-field): Don't hardcode point-min==1.
7463 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7464 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7465
7466 2005-11-10 Masatake YAMATO <jet@gyve.org>
7467
7468 * add-log.el (add-log-current-defun): Handle class::method
7469 notation of c++. Fix incorrect comment.
7470
7471 2005-11-10 Alan Mackenzie <acm@muc.de>
7472
7473 * help-fns.el (describe-variable): Make C-h v work when a variable
7474 has variable documentation yet is unbound.
7475
7476 2005-11-10 Masatake YAMATO <jet@gyve.org>
7477
7478 * man.el (Man-highlight-references): Set an empty
7479 string to `Man-arguments' if it is nil.
7480 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7481
7482 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7485 commenting conventions.
7486
7487 * cus-dep.el (custom-make-dependencies): Simplify.
7488 Better follow the commenting conventions.
7489
7490 2005-11-09 Richard M. Stallman <rms@gnu.org>
7491
7492 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7493 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7494 All uses changed.
7495 (apropos-rewrite-regexp): Doc fix.
7496 (apropos-variable, apropos-command, apropos, apropos-value):
7497 Change prompt; carry through the argument renaming.
7498
7499 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7500
7501 * find-lisp.el: Require dired.
7502 (find-lisp-find-dired-internal): Do not call
7503 `abbreviate-file-name' on DIR.
7504
7505 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7506
7507 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7508
7509 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7510
7511 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7512 when using the speedbar.
7513 (gdb): New command gud-pp.
7514 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7515
7516 2005-11-09 Juri Linkov <juri@jurta.org>
7517
7518 * replace.el (occur-excluded-properties): New defcustom.
7519 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7520
7521 2005-11-08 Jay Belanger <belanger@truman.edu>
7522
7523 * calc/calc-units.el (math-convert-units): Replace any composite
7524 unit by its definition.
7525
7526 2005-11-08 Lars Hansen <larsh@soem.dk>
7527
7528 * emacs-lisp/autoload.el (update-directory-autoloads):
7529 Add obsolete function alias.
7530
7531 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7532
7533 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7534 comment-indent-function.
7535 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7536
7537 * reveal.el (reveal-post-command): Rework the handling of
7538 reveal-open-spots, so as to be more reliable. There were several
7539 tricky corner cases where an open spot might be lost, or where
7540 a closed spot might end up on the list of open spots.
7541 Only reveal text that's ellipsised.
7542
7543 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7544
7545 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7546
7547 2005-11-07 John Paul Wallington <jpw@gnu.org>
7548
7549 * ibuffer.el (ibuffer): Search iconified frames too when
7550 getting Ibuffer buffer's window.
7551
7552 2005-11-06 Richard M. Stallman <rms@gnu.org>
7553
7554 * progmodes/compile.el (compilation-internal-error-properties):
7555 save-excursion around the computation of MARKER.
7556
7557 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7558
7559 * textmodes/flyspell.el (flyspell-external-point-words):
7560 flyspell-get-word returns a list, not just a string.
7561
7562 2005-11-06 John Paul Wallington <jpw@pobox.com>
7563
7564 * ibuffer.el (ibuffer): Search all visible frames when getting
7565 Ibuffer buffer's window.
7566
7567 2005-11-07 Masatake YAMATO <jet@gyve.org>
7568
7569 * man.el (Man-reference-regexp): Accept spaces between
7570 `Man-name-regexp' and `Man-section-regexp'.
7571 (Man-apropos-regexp): New variable.
7572 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7573 if available.
7574 (Man-highlight-references, Man-highlight-references0):
7575 Handle the case when `Man-arguments' includes "-k".
7576 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7577 `TARGET'. `TARGET' can be a number, function or nil.
7578
7579 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7580
7581 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7582 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7583 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7584 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7585 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7586 (gdb-send-item): Use buffer-local-value and simplify.
7587
7588 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7589
7590 * startup.el (command-line): Use `custom-reevaluate-setting' for
7591 `global-font-lock-mode'.
7592
7593 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7594 by default, except in batch mode or when the -D option is given.
7595
7596 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7597 specified keyword args on to `define-minor-mode'. Update docstring.
7598
7599 2005-11-05 Romain Francoise <romain@orebokech.com>
7600
7601 * replace.el (occur-engine): Add marker at end of line, too.
7602
7603 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7604
7605 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7606 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7607 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7608 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7609 argument to all these routines, so the passphrase can be managed
7610 externally and passed in to the system.
7611 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7612 pgg-add-passphrase-to-cache function.
7613
7614 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7615 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7616 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7617 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7618 argument to all these routines, so the passphrase can be managed
7619 externally and passed in to the system.
7620 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7621 function.
7622
7623 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7624
7625 * font-lock.el: Don't deal with font-lock-face-attributes here,
7626 move the code ...
7627
7628 * startup.el (command-line): ... here. Use face-spec-set instead
7629 of custom-declare-face.
7630
7631 * faces.el (face-spec-set): Reset the face if spec is not nil.
7632
7633 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * newcomment.el (comment-region-internal): Box more tightly in the
7636 common case where there's no TAB in the boxed text.
7637
7638 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7639
7640 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7641 up-node.
7642
7643 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7644
7645 * newsticker.el: Commentary updated. Code formatting changed.
7646 (newsticker-version): Change to "1.9".
7647 (newsticker, newsticker-feed): Doc fix.
7648 (newsticker-url-list): Doc fix. Add option "Weekly".
7649 (newsticker-retrieval-interval): Add option "Weekly".
7650 (newsticker-headline-processing): Doc fix.
7651 (newsticker-auto-mark-filter): Remove.
7652 (newsticker-auto-mark-filter-list): New.
7653 (newsticker-layout, newsticker-sort-method): Doc fix.
7654 (newsticker-hide-old-items-in-newsticker-buffer)
7655 (newsticker-heading-format, newsticker-item-format)
7656 (newsticker-desc-format): Doc fix.
7657 (newsticker-show-all-rss-elements): Remove.
7658 (newsticker-show-all-news-elements): New.
7659 (newsticker-faces, newsticker-ticker): Doc fix.
7660 (remove-from-invisibility-spec): Code formatting.
7661 (newsticker--process-ids): New.
7662 (newsticker-mode): Doc fix.
7663 (newsticker-mode): Change mode-line-format.
7664 (newsticker-start): Remove debug output.
7665 (newsticker-start-ticker): Doc fix. Add autoload cookie.
7666 (newsticker-w3m-show-inline-images): Code formatting.
7667 (newsticker-next-item): Call `force-mode-line-update'.
7668 (newsticker-previous-item): Call `force-mode-line-update'.
7669 (newsticker-next-feed): Call `force-mode-line-update'.
7670 (newsticker-previous-feed): Call `force-mode-line-update'.
7671 (newsticker-mark-all-items-at-point-as-read): Code formatting.
7672 (newsticker-show-old-items): Do not show descs.
7673 (newsticker-hide-entry): Hide too much.
7674 (newsticker-hide-entry, newsticker-show-entry)
7675 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7676 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7677 (newsticker-toggle-auto-narrow-to-item): Code formatting.
7678 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7679 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7680 (newsticker-get-news): Call `force-mode-line-update'.
7681 Collect process ids.
7682 (newsticker--sentinel): Change coding system handling.
7683 Move image retrieval to new functions newsticker--get-logo-url-*.
7684 Move feed parsing to new functions newsticker--parse-*.
7685 Update list of process ids.
7686 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7687 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7688 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7689 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7690 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7691 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7692 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7693 (newsticker--decode-coding-string): Remove.
7694 (newsticker--decode-numeric-entities): Check input. Format code.
7695 (newsticker--remove-whitespace): Check input.
7696 (newsticker--do-forget-preformatted): Doc fix.
7697 (newsticker--decode-rfc822-date): Allow for missing time.
7698 (newsticker--update-process-ids): New.
7699 (newsticker--image-sentinel): Change comment.
7700 (newsticker--image-read): Change error message.
7701 (newsticker--imenu-goto): Doc fix. Show headline title.
7702 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7703 (newsticker--buffer-do-insert-text): Clean whitespace in
7704 html-rendered headline title. Code formatting.
7705 Call `newsticker--buffer-print-extra-elements'.
7706 (newsticker--buffer-print-extra-element): Remove.
7707 (newsticker--buffer-print-extra-elements): New.
7708 (newsticker--buffer-do-print-extra-element): New.
7709 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
7710 large sizes.
7711 (newsticker--run-auto-mark-filter)
7712 (newsticker--do-run-auto-mark-filter):
7713 Use `newsticker-auto-mark-filter-list'.
7714
7715 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
7716
7717 * net/rcirc.el: Use split-string OMIT-NULLS argument.
7718 (rcirc-print): Force redisplay before running hooks. Do long
7719 buffer truncation after making new text read-only. Deal with nil
7720 text when decoding strings. If TARGET is nil, use either the
7721 currently selected buffer, if it is an rcirc buffer and of the
7722 same process or the process buffer.
7723 (rcirc-mode): Remove header-line. Recompute short buffer names.
7724 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7725 (rcirc-short-buffer-name): Add variable.
7726 (rcirc-kill-buffer-hook): Recompute short buffer names.
7727 Remove nick from private channel.
7728 (rcirc-send-input): Send command text to current-buffer.
7729 Don't clear overlay arrow here.
7730 (rcirc-short-buffer-name): Return a short buffer name.
7731 (rcirc-update-short-buffer-names, rcirc-abbreviate)
7732 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7733 buffer-name abbreviations.
7734 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7735 Do not touch nick-table when killing a parted channel.
7736 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7737 Clear arrow from current buffer if it is now hidden.
7738 (rcirc-current-buffer): Add variable.
7739 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7740 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7741 Remove -face from names.
7742 (rcirc-update-activity-string): Print "DND" when globally ignoring
7743 activity.
7744 (rcirc-ignore-buffer-activity-flag): Rename from
7745 rcirc-ignore-channel-activity.
7746 (rcirc-ignore-all-activity-flag): Doc fix.
7747 (rcirc-channels): Remove variable.
7748 (rcirc-kill-buffer-hook):
7749 (rcirc-get-buffer-create): Add nick to private channel.
7750 (rcirc-multiline-edit-submit): Remove tabs.
7751 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7752 folded.
7753 (rcirc-remove-nick-channel): Bug fix.
7754 (rcirc-toggle-ignore-buffer-activity): Rename from
7755 rcirc-toggle-ignore-channel-activity.
7756 (rcirc-record-activity): Add buffers to the front of the list.
7757 (rcirc-update-activity): Remove killed buffers from list.
7758 (rcirc-process-server-response-1): Remove last argument if it is
7759 null before calling handler.
7760 (rcirc): Add "rcirc" defcustom prefix.
7761 (rcirc-prompt): Simplify default prompt.
7762 Use custom-initialize-default.
7763 (rcirc-private-chats): Remove variable.
7764 (rcirc-prompt): Change initialization.
7765 (rcirc-version): Remove function.
7766 (rcirc-id-string): Add constant.
7767 (rcirc-last-buffer): Remove variable.
7768 (rcirc-buffer-alist): Add variable.
7769 (rcirc-connect): Update variable setup.
7770 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7771 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7772 default.
7773 (rcirc-handler-generic): Trigger activity.
7774 (rcirc-send-message): Create the buffor of the target.
7775 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7776 (rcirc-get-buffer): Just return nil if there is no matching buffer.
7777 (rcirc-multiline-edit-cancel): Remove function.
7778 (rcirc-set-last-buffer): Remove function.
7779 (rcirc-get-any-buffer): Add function.
7780 (rcirc-join-channels): Don't print /join text.
7781 (rcirc-toggle-ignore-channel-activity): Add and update echo area
7782 messages.
7783 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7784 (rcirc-handler-NOTICE): Recognize CTCP responses.
7785 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7786 constructing TOPIC string for buffers we are not JOINed.
7787 (rcirc-handler-CTCP-response): Add handler.
7788 (rcirc-multiline-edit-submit): Restore the window-configuration
7789 before adjusting point.
7790 (rcirc): Add customization group.
7791 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7792 (rcirc-user-full-name, rcirc-startup-channels-alist)
7793 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7794 (rcirc-ignore-all-activity-flag, rcirc-time-format)
7795 (rcirc-input-ring-size, rcirc-read-only-flag)
7796 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7797 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7798 Change defvar to defcustom.
7799 (rcirc-update-prompt): Add optional ALL arg, which will update
7800 prompts in all rcirc buffers. Regexp quote replacement text.
7801 (rcirc-fill-column): Accept frame-width as a value.
7802 (rcirc-set-changed): Add function.
7803 (rcirc-next-active-buffer): Write more meaningful messages.
7804 (rcirc-faces): Add customization group.
7805 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7806 (rcirc-nick-in-message-face, rcirc-prompt-face)
7807 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7808 (with-rcirc-process-buffer): Move before first usage.
7809 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7810 (rcirc-debug-flag): Rename from `rcirc-log-p'.
7811 (rcirc-debug): Rename from `rcirc-log'.
7812 (rcirc-format-response-string): Do not print `-' chars for a
7813 NOTICE with no sender. Simplify output of server responses.
7814
7815 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7816
7817 (rcirc-browse-url-map, rcirc-browse-url-at-point)
7818 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7819 Make urls mouse and RET clickable.
7820
7821 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7822
7823 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7824
7825 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7826
7827 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7828 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7829 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7830 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7831 argument to all these routines, so the passphrase can be managed
7832 externally and passed in to the system.
7833 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7834 pgg-add-passphrase-to-cache function.
7835
7836 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7837 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7838 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7839 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7840 argument to all these routines, so the passphrase can be managed
7841 externally and passed in to the system.
7842 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7843 function.
7844
7845 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
7846
7847 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
7848 from goto-address-url-regexp.
7849
7850 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
7851
7852 * textmodes/org.el (org-read-date, org-goto-calendar)
7853 (org-recenter-calendar, org-agenda-goto-calendar):
7854 Temporarily clear `calendar-move-hook'.
7855
7856 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
7857
7858 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
7859 merging.
7860
7861 * ediff-util.el (ediff-previous-difference): Don't skip regions that
7862 have merge clashes.
7863
7864 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7865
7866 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7867 Undo previous change.
7868
7869 * startup.el (command-line): Use `custom-reevaluate-setting' for
7870 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
7871 tty-register-default-colors on Mac.
7872
7873 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7874
7875 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
7876 (gdb-buffer-type): Make it automatically buffer local...
7877 (gdb-get-create-buffer): ...and set it accordingly.
7878 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7879 actually work.
7880
7881 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
7882
7883 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7884 not red.
7885
7886 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7887
7888 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7889 case GUD buffer is not visible.
7890 (gdb-goto-breakpoint): Try to force display in source buffer.
7891 (gdb-frame-gdb-buffer): Copy other similar functions.
7892 (gdb-restore-windows): Don't display source if not asked for.
7893 (gdb-assembler-buffer-name): Don't capitalise.
7894
7895 2005-11-03 Richard M. Stallman <rms@gnu.org>
7896
7897 * wid-edit.el (key-sequence): New widget type.
7898
7899 * simple.el (set-mark-command-repeat-pop): New variable.
7900 (set-mark-command): Only interpret plan C-@ after a pop as a pop
7901 if set-mark-command-repeat-pop is true.
7902
7903 * info.el (Info-fontify-node): Don't display extra "see" if there
7904 already is one here.
7905
7906 * mouse.el: Fix special handling of DEL after dragging a region:
7907 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7908 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
7909
7910 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7911
7912 * textmodes/ispell.el (ispell-command-loop): Change `i' description
7913 not to assume it pertains to an affix.
7914
7915 * textmodes/flyspell.el (flyspell-post-command-hook):
7916 Bind deactivate-mark to prevent deactivation.
7917
7918 2005-11-03 Lars Hansen <larsh@soem.dk>
7919
7920 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7921 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7922 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7923
7924 2005-11-03 Romain Francoise <romain@orebokech.com>
7925
7926 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
7927 Update copyright years.
7928
7929 2005-11-03 Sam Steingold <sds@gnu.org>
7930
7931 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7932 Use system-type instead of window-system because window-system is not
7933 correctly defined during loadup.
7934
7935 2005-11-02 Mark A. Hershberger <mah@everybody.org>
7936
7937 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7938 (xml-parse-tag): Join strings separated by a comment properly.
7939
7940 2005-11-02 Andreas Schwab <schwab@suse.de>
7941
7942 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7943
7944 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7945
7946 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7947 (byte-optimize-pure-func): Quote the eval'd value.
7948
7949 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7950 Rename from perl-font-lock-syntactic-face-function.
7951 Change the calling convention so it can be used as a font-lock MATCHER.
7952 Do the parse-partial-sexp loop outselves.
7953 (perl-font-lock-syntactic-keywords): Use it.
7954 (perl-mode): Don't set font-lock-syntactic-face-function any more.
7955
7956 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
7957
7958 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7959 disassembly buffer too.
7960 (gdb-exited): Remove overlay arrows when execution has finished.
7961 (gdb-info-frames-custom, gdb-info-threads-custom)
7962 (gdb-info-registers-custom): Don't add inappropriate text
7963 properties if inferior is not active.
7964
7965 2005-11-02 Glenn Morris <rgm@gnu.org>
7966
7967 * progmodes/fortran.el (fortran-blink-match):
7968 Use `blink-matching-delay'.
7969
7970 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
7971
7972 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7973
7974 2005-11-02 Lars Hansen <larsh@soem.dk>
7975
7976 * net/tramp.el (tramp-action-out-of-band): Handle scp message
7977 "Permission denied".
7978
7979 2005-11-01 Richard M. Stallman <rms@gnu.org>
7980
7981 * textmodes/flyspell.el (flyspell-external-point-words):
7982 Pass nil to flyspell-get-word.
7983
7984 2005-11-02 Kim F. Storm <storm@cua.dk>
7985
7986 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7987 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7988
7989 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7990
7991 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7992 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7993 (calendar-mouse-print-dates): Add optional `event' argument.
7994 Update interactive-spec.
7995 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7996 Use `calendar-event-to-date' instead of `event'.
7997
7998 2005-11-02 Masatake YAMATO <jet@gyve.org>
7999
8000 * progmodes/ld-script.el (ld-script-builtins):
8001 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8002 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8003 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8004
8005 2005-11-01 Romain Francoise <romain@orebokech.com>
8006
8007 * vc-sccs.el: Update copyright year.
8008 * ezimage.el: Likewise.
8009
8010 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8011
8012 * info.el (Info-fontify-node): Use `string-width' for fontifying
8013 underlined titles.
8014
8015 2005-11-01 Juri Linkov <juri@jurta.org>
8016
8017 * info.el (Info-fontify-node): Downcase node header keywords Node,
8018 Prev, Next, Up before comparison.
8019 (Info-history): Insert absolute directory name, and put invisible
8020 property on it.
8021
8022 2005-11-01 Juri Linkov <juri@jurta.org>
8023
8024 * info.el (Info-file-supports-index-cookies): New variable.
8025 (Info-find-node-2): Check makeinfo version for index cookie support.
8026 (Info-index-nodes): Search for nodes with index cookies only when
8027 Info-file-supports-index-cookies is t. Otherwise, search nodes
8028 with "Index" in the node name.
8029 (Info-index-node): Search index cookie in the current node only when
8030 Info-file-supports-index-cookies is t. Otherwise, check the word
8031 "Index" in the node name.
8032 (Info-find-emacs-command-nodes): Remove code that searches nodes
8033 with "Index" node name in the top menu.
8034
8035 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8036
8037 * progmodes/scheme.el (scheme-mode-variables): Use the default
8038 comment-indent-function.
8039
8040 * faces.el (face-attribute): Handle the case where a face inherits from
8041 a non-existent face.
8042
8043 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8044 for octal and hexa output, and merge the char into the paren.
8045 (kill-new): Use push.
8046 (copy-to-buffer): Use with-current-buffer.
8047 (completion-setup-function): Move code in loop to remove redundancy.
8048 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8049 those inherited from minibuffer-local-completion-map.
8050
8051 * savehist.el (savehist-mode) <defcustom>:
8052 Use custom-set-minor-mode if available.
8053 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8054 and emit a message if applicable.
8055
8056 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8057
8058 * savehist.el: Sync up to version 19.
8059 (savehist-mode): New minor mode.
8060 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8061 (savehist-length): Remove (use history-length instead).
8062 (savehist-file-modes): Rename from savehist-modes.
8063 (savehist-save-hook, savehist-loaded): New vars.
8064 (savehist-load): Use savehist-mode. Try to smooth up transition from
8065 old format to new format.
8066 (savehist-install): Allow savehist-autosave-interval to be nil.
8067 (savehist-save): Run the new hook. Be more careful to only trim the
8068 history variables.
8069 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8070 (savehist-printable): Print into a buffer rather than char-by-char.
8071
8072 2005-11-01 John Wiegley <johnw@newartisans.com>
8073
8074 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8075 toggle-ignore keybinding (C-a). The author said it had been
8076 disabled much earlier due to a possible incompatibility, but after
8077 many months of usage I have encountered no problems (and it is a
8078 rather useful option, especially for switching to " *temp*").
8079
8080 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8081 support for OS/X's AddressBook, by calling out to the open source
8082 program "contacts" (installable through Fink).
8083
8084 * net/eudc.el (eudc-expand-inline): If the
8085 `eudc-multiple-match-handling-method' is set to `all', delete the
8086 query string before inserting the query result.
8087
8088 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8089 flag, to prevent Eshell from using the system ls when
8090 `eshell-ls-insert-directory' is in used.
8091 (eshell-ls-insert-directory): Disable font-lock in directory
8092 buffer so that Eshell's own fontification is seen. This broke
8093 recently due to changes in font-lock, so this goes back to version
8094 21 behavior.
8095
8096 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8097
8098 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8099 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8100 (gdb-many-windows): Doc fix.
8101
8102 2005-10-31 Romain Francoise <romain@orebokech.com>
8103
8104 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8105
8106 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8107
8108 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8109 that global-font-lock-mode can be enabled by default.
8110
8111 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8112 (font-lock-add-keywords, font-lock-remove-keywords)
8113 (font-lock-fontify-buffer): Remove autoload cookies.
8114
8115 * jit-lock.el (jit-lock-register): Likewise.
8116
8117 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8118
8119 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8120
8121 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8122 intact if there is no gud-comint-buffer.
8123
8124 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8125
8126 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8127 old prompt comint-prompt-read-only is t and GDB commands are
8128 issued from tool bar etc.
8129
8130 2005-10-31 Masatake YAMATO <jet@gyve.org>
8131
8132 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8133
8134 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8135
8136 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8137 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8138
8139 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8140
8141 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8142 starting at beginning of line. Fontification is messed up when
8143 `open-paren-in-column-0-is-defun-start' set to t.
8144 Reported by John Paul Wallington <jpw@pobox.com>.
8145
8146 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8147
8148 * comint.el (comint-send-input): Call `comint-update-fence' when
8149 `comint-process-echoes' and `comint-prompt-read-only' are both
8150 non-nil, to avoid leftover read-only newline.
8151
8152 2005-10-30 Richard M. Stallman <rms@gnu.org>
8153
8154 * textmodes/flyspell.el (flyspell-external-point-words):
8155 Detect when WORD can't be checked properly because
8156 flyspell-get-word finds just part of it, and move on.
8157
8158 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8159 boundarychar for Polish.
8160 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8161 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8162
8163 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8164
8165 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8166 (gdb-registers-font-lock-keywords): Delete.
8167 (gdb-registers-mode): Don't fontify.
8168 (gdb-info-registers-custom): Use text properties instead as, in
8169 future, changed register values will use font-lock-warning-face.
8170 (gdb-local-font-lock-keywords): Rename to...
8171 (gdb-locals-font-lock-keywords): ...for consistency.
8172
8173 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8174
8175 * vc.el (vc-switch-backend): Better error message if the buffer is
8176 not visiting a file under version control.
8177
8178 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8179
8180 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8181
8182 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8183 ~/.emacs.d/.emacs.
8184
8185 2005-10-29 Richard M. Stallman <rms@gnu.org>
8186
8187 * replace.el (occur-mode-mouse-goto): Always go to other window.
8188 (occur-mode-goto-occurrence): Always switch in same window.
8189
8190 * simple.el (undo): Display message at end, not at start.
8191
8192 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8193 New arg REUSE-CELL.
8194 (cancel-timer-internal): New function.
8195 (timer-event-handler): Use cancel-timer-internal,
8196 and pass the cell it returns to timer-activate...
8197
8198 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8199 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8200 (jit-lock-after-change): Test memory-full.
8201
8202 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8203
8204 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8205 part of the decoded armor to find the key-identifier.
8206 (pgg-gpg-lookup-key-owner): New function to return the
8207 human-readable identifier of a key owner.
8208 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8209 key itself.
8210 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8211 the key value) if we have a key and can match it against a secret
8212 key. Also, added a note pointing out fact that the prompt only
8213 indicates the first matching key.
8214
8215 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8216 pgg-decrypt-region.
8217 (pgg-pending-timers): A new hash for tracking the passphrase cache
8218 timers, so that new ones supercede old ones.
8219 (pgg-add-passphrase-to-cache): Rename from
8220 `pgg-add-passphrase-cache' to reduce confusion (all callers
8221 changed). Modified to cancel old timers when new ones are added.
8222 (pgg-remove-passphrase-from-cache): Rename from
8223 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8224 changed). Modified to cancel old timers when their keys are
8225 removed from the cache.
8226 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8227 XEmacs, an indirection to delete-itimer.
8228 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8229 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8230 users can only check cache without risk of prompting. Correct bug in
8231 notruncate behavior.
8232 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8233 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8234 Add informative docstrings.
8235 (pgg-decrypt): Convey provided passphrase in subordinate call to
8236 pgg-decrypt-region.
8237
8238 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8239 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8240 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8241 `passphrase' argument, so the passphrase can be managed externally
8242 and then passed in to the system.
8243
8244 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8245 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8246 so the passphrase cache can be used reliably with identifiers
8247 besides a pgp packet's key id.
8248
8249 * pgg-gpg.el (pgg-pgp-encrypt-region)
8250 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8251 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8252 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8253 argument to all these routines, so the passphrase can be managed
8254 externally and passed in to the system.
8255
8256 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8257 `notruncate' argument, so the passphrase cache can be used
8258 reliably with identifiers besides a pgp packet's key id.
8259
8260 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8261
8262 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8263 symmetric encryption.
8264 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8265 encrypted session key.
8266 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8267 message ask for the passphrase in a proper way.
8268
8269 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8270 New user commands for symmetric encryption.
8271
8272 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8273
8274 * textmodes/conf-mode.el (conf-assignment-sign)
8275 (conf-assignment-regexp): Fix docstrings.
8276 (conf-mode-initialize): New function.
8277 (conf-mode): Remove optional args. Use delay-mode-hooks to
8278 recognize recursive calls.
8279 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8280 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8281 (conf-xdefaults-mode): Use define-derived-mode and
8282 conf-mode-initialize.
8283
8284 2005-10-29 Romain Francoise <romain@orebokech.com>
8285
8286 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8287
8288 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8289
8290 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8291 part of the decoded armor to find the key-identifier.
8292 (pgg-gpg-lookup-key-owner): New function to return the
8293 human-readable identifier of a key owner.
8294 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8295 key itself.
8296 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8297 the key value) if we have a key and can match it against a secret
8298 key. Also, added a note pointing out fact that the prompt only
8299 indicates the first matching key.
8300
8301 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8302 pgg-decrypt-region.
8303 (pgg-pending-timers): A new hash for tracking the passphrase cache
8304 timers, so that new ones supercede old ones.
8305 (pgg-add-passphrase-to-cache): Rename from
8306 `pgg-add-passphrase-cache' to reduce confusion (all callers
8307 changed). Modified to cancel old timers when new ones are added.
8308 (pgg-remove-passphrase-from-cache): Rename from
8309 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8310 changed). Modified to cancel old timers when their keys are
8311 removed from the cache.
8312 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8313 XEmacs, an indirection to delete-itimer.
8314 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8315 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8316 users can only check cache without risk of prompting. Correct bug in
8317 notruncate behavior.
8318 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8319 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8320 Add informative docstrings.
8321 (pgg-decrypt): Convey provided passphrase in subordinate call to
8322 pgg-decrypt-region.
8323
8324 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8325
8326 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8327 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8328 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8329 `passphrase' argument, so the passphrase can be managed externally
8330 and then passed in to the system.
8331
8332 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8333 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8334 so the passphrase cache can be used reliably with identifiers
8335 besides a pgp packet's key id.
8336
8337 * pgg-gpg.el (pgg-pgp-encrypt-region)
8338 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8339 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8340 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8341 argument to all these routines, so the passphrase can be managed
8342 externally and passed in to the system.
8343
8344 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8345 `notruncate' argument, so the passphrase cache can be used
8346 reliably with identifiers besides a pgp packet's key id.
8347
8348 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8349
8350 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8351 symmetric encryption.
8352 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8353 encrypted session key.
8354 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8355 message ask for the passphrase in a proper way.
8356
8357 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8358 New user commands for symmetric encryption.
8359
8360 2005-10-28 Bill Wohler <wohler@newt.com>
8361
8362 * help-mode.el (help-url): New button type. Calls browse-url.
8363 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8364 Similar to Info nodes: URL `url'.
8365 (help-make-xrefs): Create help-url buttons for
8366 help-xref-url-regexp matches.
8367
8368 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8369
8370 * tool-bar.el (tool-bar-add-item-from-menu)
8371 (tool-bar-local-item-from-menu): Fix doc strings.
8372
8373 2005-10-28 Romain Francoise <romain@orebokech.com>
8374
8375 * ldefs-boot.el: Update.
8376
8377 * subr.el (locate-library): Move from help-fns.el.
8378 * help-fns.el (locate-library): Move to subr.el.
8379
8380 2005-10-28 Richard M. Stallman <rms@gnu.org>
8381
8382 * net/tramp.el (tramp-completion-mode): defvar moved up.
8383
8384 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8385
8386 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8387
8388 * files.el (find-file-noselect): Use %d to format large file size.
8389
8390 * bindings.el (mode-line-format): Add %e.
8391
8392 * loadup.el ("facemenu"): Load unconditionally.
8393 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8394 ("x-dnd"): Load, when appropriate.
8395
8396 * startup.el (command-line): Call before-init-hook earlier.
8397 Warn about some bad characters in -u user name.
8398
8399 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8400 (flyspell-external-point-words): Error if misspelled word is not found.
8401 Set flyspell-large-region-beg at end of word.
8402
8403 2005-10-28 Andreas Schwab <schwab@suse.de>
8404
8405 * view.el (View-revert-buffer-scroll-page-forward):
8406 Use view-page-size-default.
8407
8408 2005-10-28 Juri Linkov <juri@jurta.org>
8409
8410 * international/quail.el (quail-get-current-str): Translate last
8411 raw character for deterministic input methods.
8412
8413 2005-10-27 Jay Belanger <belanger@truman.edu>
8414
8415 * calc/calc-ext.el: Add functions to autoloads.
8416 (math-identity-matrix-p, math-ident-row-p): New functions.
8417
8418 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8419 multiplication by an identity matrix; don't turn multiplication by
8420 an inverse matrix into division.
8421 (math-div-symbol-fancy): Replace division by matrices with
8422 multiplication by inverse.
8423
8424 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8425
8426 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8427 (calc-writeoutpower): New functions.
8428
8429 2005-10-27 Romain Francoise <romain@orebokech.com>
8430
8431 * replace.el (occur-engine): Include colon in mouse-face highlight.
8432
8433 * dired-x.el: Change Maintainer field.
8434
8435 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8436
8437 * longlines.el (longlines-mode): Bind after-change-functions to
8438 nil during initial decoding and final encoding.
8439
8440 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8441
8442 * term.el (term-emulate-terminal, term-handle-colors-array)
8443 (term-handle-ansi-escape): Specify the terminfo capabilities
8444 implemented.
8445
8446 2005-10-26 Richard M. Stallman <rms@gnu.org>
8447
8448 * info.el (Info-fontify-node): Fix detection of sentence-break
8449 before *Note.
8450
8451 2005-10-26 Romain Francoise <romain@orebokech.com>
8452
8453 * smerge-mode.el: Add `tools' to file keywords.
8454
8455 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8456
8457 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8458 when the fringe is not available.
8459
8460 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8461 (def-gdb-auto-update-trigger): Simplify construction.
8462 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8463 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8464 defined explicitly.
8465 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8466 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8467 defined explicitly.
8468 (gdb-info-locals-custom): Remove as it's a no-op.
8469
8470 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8471
8472 * longlines.el (longlines-mode): Remove narrowing before
8473 performing the initial decoding or final encoding.
8474
8475 2005-10-25 Romain Francoise <romain@orebokech.com>
8476
8477 * emacs-lisp/find-func.el (find-library-name): Also strip
8478 extension if library name ends in .el, to take advantage of
8479 `find-library-suffixes'.
8480
8481 2005-10-25 Richard M. Stallman <rms@gnu.org>
8482
8483 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8484
8485 2005-10-25 Juri Linkov <juri@jurta.org>
8486
8487 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8488 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8489
8490 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8491
8492 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8493 (blackbox-redefine-key): Add argument `map'.
8494
8495 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8496 regions when moving the jit-lock-context-unfontify-pos boundary.
8497
8498 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8499
8500 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8501
8502 2005-10-25 Masatake YAMATO <jet@gyve.org>
8503
8504 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8505
8506 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8507
8508 * play/blackbox.el (blackbox-redefine-key): New function.
8509 (blackbox-mode-map): Use it to remap existing bindings for cursor
8510 motion instead of binding literal keys.
8511
8512 2005-10-25 Glenn Morris <rgm@gnu.org>
8513
8514 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8515 diary does not end in a newline. Do not assume a blank line at
8516 the start of the diary file.
8517
8518 2005-10-25 Kenichi Handa <handa@m17n.org>
8519
8520 * international/quail.el (quail-translate-key): If the input
8521 method is deterministic and failed to handle the last key, restart
8522 the key handling loop from an appropriate key.
8523
8524 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8525
8526 * vc.el (vc-dired-mode): Extend comment for binding of
8527 `directory-listing-before-filename-regexp'.
8528
8529 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * textmodes/texinfo.el (texinfo-mode):
8532 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8533 not to unnecessarily expose emacs-mule's internal char codes.
8534
8535 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8536
8537 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8538 Display hand pointer and help-echo on disabled icon too.
8539 (gdb-mouse-until): New function.
8540 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8541
8542 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8543
8544 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8545 with 2005-10-23 change to doctor.el.
8546
8547 * finder.el (finder-mode-map): Add follow-link binding.
8548
8549 2005-10-25 Kim F. Storm <storm@cua.dk>
8550
8551 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8552 to gdb-mouse-toggle-breakpoint-fringe.
8553 (gdb-mouse-toggle-breakpoint-margin): Rename from
8554 gdb-mouse-toggle-breakpoint. Fix doc.
8555 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8556 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8557 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8558 string properties also for fringe breakpoint bitmaps.
8559
8560 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8561
8562 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8563
8564 2005-10-25 Masatake YAMATO <jet@gyve.org>
8565
8566 * simple.el (completion-common-substring):
8567 Use `completion-common-substring' prior to `completion-base-size'.
8568
8569 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8570
8571 * savehist.el: Require CL while compiling.
8572 (savehist-history-variables): Remove.
8573 (savehist-save-minibuffer-history, savehist-additional-variables)
8574 (savehist-minibuffer-history-variables): New vars.
8575 (savehist-save): Use them.
8576 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8577 (savehist-install): New fun, extracted from savehist-load.
8578 (savehist-load): Use them.
8579
8580 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8583 a dummy doc-string-elt property.
8584 (defalias, defvaralias, define-category): Add a docstring property.
8585
8586 * image.el (defimage):
8587 * widget.el (define-widget):
8588 * custom.el (defface, defcustom): Add `doc-string' declaration.
8589
8590 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8591 (defadvice): Add `doc-string' declaration.
8592
8593 * emacs-lisp/byte-run.el (macro-declaration-function):
8594 Handle `doc-string' declarations.
8595 (define-obsolete-function-alias, define-obsolete-variable-alias):
8596 Add `doc-string' declaration.
8597
8598 2005-10-24 Kenichi Handa <handa@m17n.org>
8599
8600 * international/utf-7.el (utf-7): Add autoload cookie.
8601
8602 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8603
8604 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8605
8606 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8607 list of directories passed to batch-update-autoloads. Add "." to
8608 the list of the echoed directories.
8609
8610 * pgg-def.el:
8611 * pgg-gpg.el:
8612 * pgg-parse.el:
8613 * pgg-pgp.el:
8614 * pgg-pgp5.el:
8615 * pgg.el: Moved here from the gnus subdirectory.
8616
8617 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8618
8619 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8620 in case comint-prompt-read-only is set to t.
8621
8622 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8623 in case comint-prompt-read-only is set to t.
8624
8625 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8626
8627 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8628 Now a string.
8629 (icalendar-import-format): Handle CLASS, STATUS, URL.
8630 Rename `subject' to `summary'.
8631 (icalendar-import-format-summary): Rename from
8632 `icalendar-import-format-subject'.
8633 (icalendar-import-format-url, icalendar-import-format-status)
8634 (icalendar-import-format-class): New variables.
8635 (icalendar--rris): Take variable argument list.
8636 (icalendar--datestring-to-isodate): Remove unnecessary
8637 calendar-style check when converting dates with explicit month names.
8638 (icalendar-export-region): Change return type of conversion
8639 subroutines. Bury current buffer unless error occurred.
8640 (icalendar--convert-to-ical)
8641 (icalendar--parse-summary-and-rest): New functions.
8642 (icalendar--convert-ordinary-to-ical)
8643 (icalendar--convert-weekly-to-ical)
8644 (icalendar--convert-yearly-to-ical)
8645 (icalendar--convert-block-to-ical)
8646 (icalendar--convert-cyclic-to-ical)
8647 (icalendar--convert-anniversary-to-ical): Change return type.
8648 Strip trailing blanks from subject.
8649 (icalendar--convert-sexp-to-ical): Change return type.
8650 Strip trailing blanks from subject. Handle simple sexp
8651 entries as generated by icalendar.el.
8652 (icalendar--convert-float-to-ical)
8653 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8654 (icalendar-import-file): Doc fix.
8655 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8656 Correct call to icalendar--rris.
8657 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
8658 `summary'.
8659 (icalendar--add-diary-entry): Rename `subject' to `summary'.
8660
8661 2005-10-24 Romain Francoise <romain@orebokech.com>
8662
8663 * server.el (server-sentinel): Set query-on-exit flag to nil on
8664 new client processes (it isn't inherited from the server process).
8665
8666 * replace.el (occur-engine): Rearrange text properties.
8667
8668 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8671 case-fold-search is nil.
8672 (debug-help-follow): Use help-xref-interned directly.
8673
8674 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8675
8676 * thumbs.el (thumbs-image-type): Add .pbm.
8677
8678 2005-10-23 Richard M. Stallman <rms@gnu.org>
8679
8680 * faces.el (inhibit-face-set-after-frame-default): New variable.
8681 (set-face-attribute): Bind it.
8682 (face-set-after-frame-default): Test it.
8683
8684 * help-fns.el (describe-simplify-lib-file-name): New function.
8685 (describe-function-1, describe-variable): Use it.
8686
8687 * faces.el (describe-face): Use describe-simplify-lib-file-name.
8688
8689 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8690 Eliminate nil as possible value.
8691 (tooltip-hide-delay): Reduce internal-border-width.
8692
8693 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8694 (menu-bar-file-menu) <new-file>: Likewise.
8695
8696 * simple.el (line-move-finish): Ignore fields computing LINE-END.
8697
8698 * international/mule.el (load-with-code-conversion):
8699 Pass full file name to `eval-buffer' unless preloading.
8700
8701 * textmodes/flyspell.el (flyspell-large-region):
8702 Call ispell-check-version.
8703
8704 * textmodes/ispell.el (ispell-local-dictionary-overridden):
8705 Fix the make-variable-buffer-local call that was supposed
8706 to be for this variable.
8707 (ispell-aspell-supports-utf8): Doc fix.
8708 (ispell-find-aspell-dictionaries): Preserve elements of
8709 ispell-dictionary-alist for dictionaries that aspell doesn't report.
8710 (ispell-aspell-find-dictionary): Return nil on error.
8711
8712 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8713 (doctor-symptoms): Likewise.
8714
8715 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8716
8717 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8718
8719 * cus-edit.el (custom-button, custom-button-pressed): New vars.
8720 (custom-raised-buttons): Add :set spec.
8721 (custom-button-unraised, custom-button-pressed-unraised):
8722 New faces, so that custom-raised-buttons actually does something.
8723 (custom-mode): Use custom-button and custom-button-pressed.
8724
8725 * wid-edit.el (widget-specify-button): Don't ignore
8726 widget-mouse-face on graphic terminals.
8727 (widget-move-and-invoke): Cleanup.
8728
8729 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
8730
8731 * whitespace.el (whitespace-cleanup): Doc fix.
8732
8733 2005-10-23 Romain Francoise <romain@orebokech.com>
8734
8735 * emulation/viper.el (viper-set-hooks): Quote forms passed to
8736 `eval-after-load' to avoid evaluating their result.
8737
8738 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8739
8740 * files.el (directory-listing-before-filename-regexp):
8741 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
8742
8743 * dired.el (dired-move-to-filename-regexp): Remove.
8744 All occurences replaced by `directory-listing-before-filename-regexp'.
8745
8746 * dired-x.el, locate.el, vc.el:
8747 Replace `dired-move-to-filename-regexp' by
8748 `directory-listing-before-filename-regexp'. In vc.el it is
8749 overwritten locally; maybe this can be handled in files.el too.
8750
8751 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
8752 replaced by `directory-listing-before-filename-regexp'.
8753
8754 2005-10-23 Andreas Schwab <schwab@suse.de>
8755
8756 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8757 and eval-next-after-load.
8758
8759 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8760
8761 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8762 exist, create it.
8763
8764 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
8765
8766 * allout.el: Remove autoloads for mailcrypt and crypt++.
8767 Require pgg, pgg-gpg during compilation.
8768 (allout-version): Increment version number to 2.1, and use a literal
8769 rather than RCS Id.
8770 (allout-default-encryption-scheme): Remove.
8771 (allout-passphrase-verifier-handling)
8772 (allout-passphrase-verifier-string)
8773 (allout-file-passphrase-verifier-string)
8774 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8775 (allout-passphrase-hint-handling): Rename and simplify.
8776 (allout-init): Use `find-file-hook' if available, otherwise
8777 `find-file-hooks'.
8778 (allout-mode): Use `write-file-functions' if available, otherwise
8779 `local-write-file-hooks' and, instead of making auto-save-hook
8780 buffer local, make the write-file-hook activity contingent to
8781 allout-mode.
8782 (allout-mode): Use key-binding substitution in the docstring.
8783 (allout-kill-line): Spell-out kill ring data structure mutation
8784 instead of using byte-compiler-complaint-provoking `pop'.
8785 (allout-insert-listified): Use `insert' rather than `insert-string'
8786 (allout-toggle-current-subtree-encryption): Update docstring, adjust
8787 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8788 (allout-encrypt-string): Totally revamped vis new underlying
8789 encryption facilities.
8790 (allout-mc-activate-passwd): Remove.
8791 (allout-obtain-passphrase): New, more or less replaces
8792 allout-mc-activate-passwd.
8793 (allout-encrypted-key-info): More or less replaces
8794 allout-encrypted-text-type.
8795 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8796 (my-mark-marker): Use `(featurep 'xemacs)'.
8797
8798 2005-10-23 Lars Hansen <larsh@soem.dk>
8799
8800 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8801 (byte-compile-file-form-defmumble, byte-compile-defun)
8802 (byte-compile-defmacro): Use it.
8803 (byte-compile-form): Don't call byte-compile-set-symbol-position
8804 when a byte-compile handler is called.
8805
8806 2005-10-22 Romain Francoise <romain@orebokech.com>
8807
8808 * savehist.el (savehist-history-variables): Add `grep-find-history'.
8809
8810 * subr.el (eval-after-load): Convert library name to an absolute
8811 file name using locate-library, since load-history no longer has
8812 library names in it.
8813
8814 2005-10-22 Richard M. Stallman <rms@gnu.org>
8815
8816 * files.el (make-temp-file): Move from subr.el.
8817 * subr.el (make-temp-file): Move to files.el.
8818
8819 * window.el (get-buffer-window-list): Move from subr.el.
8820 * subr.el (get-buffer-window-list): Move to window.el.
8821
8822 * image.el (image-load-path): Use eval-at-startup to initialize.
8823
8824 * subr.el (eval-at-startup): New macro.
8825
8826 * subr.el: Much rearrangement of functions and division
8827 into pages. No code changes.
8828
8829 2005-10-22 Kenichi Handa <handa@m17n.org>
8830
8831 * tar-mode.el (tar-extract): Be sure to call
8832 find-operation-coding-system if set-auto-coding doesn't find a
8833 coding system.
8834
8835 2005-10-22 Kim F. Storm <storm@cua.dk>
8836
8837 * image.el (image-type-header-regexps): Rename from image-type-regexps.
8838 Change users.
8839 (image-type-file-name-regexps): New defconst.
8840 (image-type-from-data): Simplify loop.
8841 (image-type-from-buffer): New defun.
8842 (image-type-from-file-header): Use it instead of image-type-from-data.
8843 Use image-search-load-path instead of only looking in data-directory.
8844 (image-type-from-file-name): New defun.
8845 (image-search-load-path): Change `pathname' to `filename'.
8846 Make PATH arg optional, default to image-load-path.
8847
8848 2005-10-21 Richard M. Stallman <rms@gnu.org>
8849
8850 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
8851
8852 * textmodes/paragraphs.el (sentence-end-base): New variable.
8853 (sentence-end): Use sentence-end-base.
8854
8855 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8856
8857 * font-lock.el (font-lock-default-fontify-region): Check the multiline
8858 property independently from the font-lock-multiline variable.
8859
8860 2005-10-21 Richard M. Stallman <rms@gnu.org>
8861
8862 * emacs-lisp/find-func.el (find-library-name): Doc fix.
8863
8864 * startup.el (command-line): Convert library names
8865 in `load-history' to absolute file names.
8866
8867 * subr.el (symbol-file): Doc fix.
8868
8869 * loadhist.el (file-loadhist-lookup): Call locate-library
8870 instead of find-library-name. Don't try converting
8871 abs file names to library names, since load-history no longer
8872 has library names in it.
8873 (file-dependents, file-provides, file-requires): Doc fixes.
8874
8875 2005-10-21 Juri Linkov <juri@jurta.org>
8876
8877 * progmodes/etags.el (tags-table-mode): New function.
8878 (tags-verify-table): Replace initialize-new-tags-table with
8879 tags-table-mode.
8880
8881 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8882 default value.
8883 (desktop-modes-not-to-save): Add tags-table-mode to the
8884 default value.
8885
8886 * info.el (Info-index-next): Add total number of index
8887 alternatives to the message.
8888
8889 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8890 backward only space (instead of space and period) before looking
8891 at sentence end.
8892
8893 * simple.el (set-variable): Use user-variable-p instead of symbolp.
8894 Add the old variable value as 4th default-value arg of read-string.
8895
8896 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8897
8898 * cus-face.el (custom-declare-face): Make face from X resources
8899 also on Mac.
8900
8901 * disp-table.el (standard-display-g1, standard-display-graphic):
8902 Refuse to use string glyphs also on Mac.
8903 (standard-display-european): Don't set terminal coding system also
8904 on Mac.
8905
8906 * frame.el (display-screens): Use x-display-screens also on Mac.
8907
8908 2005-10-21 Romain Francoise <romain@orebokech.com>
8909
8910 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
8911
8912 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8915 and $? into sexps.
8916
8917 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8918 warning face on open-paren-in-column-0.
8919
8920 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8921 boundary case. Fix typo.
8922 Suggested by Martin Rudalics <rudalics@gmx.at>.
8923
8924 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8925
8926 * textmodes/org.el (org-combined-agenda-icalendar-file)
8927 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8928 (org-export-icalendar-this-file)
8929 (org-export-icalendar-all-agenda-files)
8930 (org-export-icalendar-combine-agenda-files): New commands.
8931 (org-export-icalendar, org-print-icalendar-entries)
8932 (org-start-icalendar-file, org-finish-icalendar-file)
8933 (org-ical-ts-to-string): New functions.
8934 (org-read-date, org-goto-calendar)
8935 (org-agenda-goto-calendar): Inhibit displaying diary entries by
8936 call to `calendar'.
8937 (orgtbl-setup): Remove the :keys arguments from the menu description.
8938 (org-after-save-iCalendar-file-hook): New variable.
8939
8940 2005-10-21 Kenichi Handa <handa@m17n.org>
8941
8942 * language/vietnamese.el (tcvn-5712): Make it an alias of
8943 vietnamese-tcvn coding-system.
8944
8945 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
8946
8947 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8948 group id is given.
8949
8950 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 * progmodes/sh-script.el (sh-escaped-line-re): New var.
8953 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8954 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8955 whose line is either continued or ends with a comment.
8956
8957 2005-10-20 Romain Francoise <romain@orebokech.com>
8958
8959 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8960
8961 * replace.el (occur-engine): Add follow-link property.
8962
8963 * font-core.el (font-lock-mode): Doc fix.
8964
8965 2005-10-20 Richard M. Stallman <rms@gnu.org>
8966
8967 * net/rcirc.el: New file.
8968
8969 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
8970
8971 * term.el (term-term-name): Initialize to "eterm-color".
8972
8973 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
8974
8975 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8976 for encryption functionality.
8977 Move allout customization subgroup from `editing' to `outlines' group.
8978 Fix commentary keywords to legitimate ones.
8979 Update author info (using my current email address, obscurified).
8980 (allout-encrypt-string, allout-encryption-produce-work-buffer)
8981 (allout-encrypted-topic-p, allout-encrypted-text-type)
8982 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8983 (allout-situate-encryption-key-verifier)
8984 (allout-get-encryption-key-verifier, allout-verify-key)
8985 (allout-next-topic-pending-encryption)
8986 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8987 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8988 (outline-key-verifier-handling, outline-key-hint-handling)
8989 (outline-encrypt-unencrypted-on-saves): New defcustoms.
8990 (allout-file-key-verifier-string, allout-encryption-scheme)
8991 (allout-key-verifier-string, allout-key-hint-string)
8992 (allout-after-save-decrypt): New variables.
8993 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8994 (allout-after-saves-handler): New hook functions.
8995 (allout-post-command-business): Do allout-after-save-decrypt.
8996 (allout-enable-file-variable-adjustment): Custom var to enable
8997 mechanism for adding and adjusting settings of Emacs file variables.
8998 (allout-adjust-file-variable, allout-file-vars-section-data):
8999 New functions, implement the mechanism.
9000 (outlineify-sticky): Use the file vars mechanism.
9001 (allout-inhibit-protection, allout-during-write-cue)
9002 (allout-override-protect, allout-before-change-protect): Remove.
9003 (allout-flag-region, allout-open-topic): Adjust read-only text.
9004 (allout-open-line-not-read-only): Add to facilitate read-only
9005 text based protection.
9006 (allout-kill-line): Revise to adjust read-only text, clue the
9007 user about the inhibition.
9008 (allout-unprotected): Use unwind-protect.
9009 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9010 topic deeper than the offspring depth of the previous topic -
9011 avoiding confusing "containment discontinuities".
9012 (allout-reindent-bodies): Fix retention of body relative hanging
9013 indent during promotion of collapsed bodies.
9014 (allout-open-topic): Make it easy to open new topic with same
9015 bullet as current topic - topic creation functions provided with
9016 any universal argument provokes now prompt for bullet, defaulting
9017 to the bullet of the previous topic.
9018 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9019 Plain bullet alternates `.' period and `,' comma only. All other
9020 bullets are relegated to special status (but customizable).
9021 (allout-end-of-entry): Rename from allout-end-of-current-entry
9022 since it actually operates w.r.t. most immediately containing
9023 entry, visible or not.
9024 (allout-hide-current-entry, allout-show-current-entry): Use the
9025 revised version.
9026 (allout-old-expose-topic): Solidify deprecation.
9027 (allout-end-of-subtree): Add so we can span concealed as well
9028 as visible topics.
9029 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9030 (allout-end-of-current-heading): Tweak to just respect the first line.
9031 (allout-get-body-text): Add.
9032 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9033 when invoked interactively.
9034 (allout-up-current-level): Use `interactive-p'.
9035 (allout-mode, allout-init): Miscellaneous docstring and
9036 operational refinements, as well as hookups of new encryption stuff.
9037 (allout-beginning-of-current-entry): Now works as advertised.
9038 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9039 (allout-isearch-rectification): Refine condition for isearching.
9040 (allout-isearch-abort, allout-enwrap-isearch)
9041 (allout-flag-region, my-region-active-p): Relocate some macros.
9042 (allout-title): Fallback title is (buffer-name), not
9043 non-existing (current-buffer-name).
9044 (subst-char-in-string): Define if absent (for some XEmacs versions).
9045
9046 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9047
9048 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9049 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9050 (mail-citation-prefix-regexp, mail-signature-file)
9051 (mail-default-headers, mail-bury-selects-summary)
9052 (mail-send-nonascii): Add autoload cookies.
9053
9054 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9055
9056 * frame.el (blink-cursor-mode): Add `mac' to the list of
9057 window-system's that support blinking cursor.
9058
9059 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9060
9061 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9062
9063 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9064
9065 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9066 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9067 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9068
9069 2005-10-20 Kim F. Storm <storm@cua.dk>
9070
9071 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9072 (ido-set-current-directory): Don't add / after final @.
9073 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9074 Explicitly handle ange-ftp completion oddities.
9075 (ido-make-file-list): Don't rotate list at tramp root to avoid
9076 triggering tramp file handler for expand-file-name via get-file-buffer.
9077
9078 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9081
9082 2005-10-19 Jay Belanger <belanger@truman.edu>
9083
9084 * calc/calc-units.el (math-standard-units): Add units, adjust
9085 symbols and update values.
9086 (math-unit-prefixes): Add more prefixes.
9087
9088 2005-10-19 Romain Francoise <romain@orebokech.com>
9089
9090 * bookmark.el (bookmark-menu-heading): New face.
9091 (bookmark-bmenu-list): Use it.
9092 Don't fiddle with `baud-rate' at top-level.
9093
9094 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9095
9096 * image.el (create-image, find-image): Mention max-image-size in
9097 docstring.
9098
9099 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * savehist.el (savehist-load): Revert to checking XEmacs.
9102
9103 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9104 Various docstring and line-width fixups.
9105 (conf-mode): Use cond.
9106 Set font-lock-defaults. Don't set comment-use-syntax.
9107
9108 2005-10-18 David Ponce <david@dponce.com>
9109
9110 * tree-widget.el (tree-widget-button-click): New function.
9111 (tree-widget-button-keymap): Use it.
9112
9113 2005-10-18 Romain Francoise <romain@orebokech.com>
9114
9115 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9116 (bookmark-bmenu-hide-filenames): Add follow-link property.
9117 Improve help-echo text.
9118
9119 * ffap.el (find-file-at-point): Doc fix.
9120
9121 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9122
9123 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9124
9125 2005-10-18 Masatake YAMATO <jet@gyve.org>
9126
9127 Install to the CVS repository what I forgot to install in my
9128 2005-10-16 changes.
9129
9130 * progmodes/python.el (python-complete-symbol): Pass the common
9131 prefix substring of completion to `display-completion-list'.
9132
9133 * textmodes/org.el (org-complete): Ditto.
9134
9135 2005-10-18 Masatake YAMATO <jet@gyve.org>
9136
9137 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9138
9139 * woman.el (WoMan-xref-man-page): New button type derived
9140 from `Man-abstract-xref-man-page'.
9141 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9142
9143 * man.el (Man-abstract-xref-man-page): New button type.
9144 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9145 (Man-highlight-references): Add new optional argument `xref-man-type'.
9146
9147 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9148
9149 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9150
9151 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9152
9153 * cus-edit.el (Custom-move-and-invoke): Delete.
9154 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9155
9156 * wid-edit.el (widget-move-and-invoke): New function, from
9157 Custom-move-and-invoke.
9158
9159 2005-10-17 Bill Wohler <wohler@newt.com>
9160
9161 Move all remaining images from lisp/toolbar to etc/images, move
9162 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9163 the low resolution images in their own directory (low-color).
9164
9165 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9166 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9167 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9168 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9169 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9170 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9171 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9172
9173 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9174 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9175 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9176 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9177 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9178 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9179 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9180 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9181 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9182 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9183 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9184 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9185 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9186 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9187 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9188
9189 To conform with convention, replace the underscore (_) in the
9190 following image names with dash (-) or (/) as appropriate.
9191
9192 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9193 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9194 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9195 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9196 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9197 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9198 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9199 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9200 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9201 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9202 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9203 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9204 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9205 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9206 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9207
9208 * info.el (info-tool-bar-map): Replace underscores in image names
9209 with dashes.
9210
9211 * makefile.w32-in (WINS): Remove toolbar.
9212
9213 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9214
9215 * tool-bar.el: Move to lisp from toolbar. Now that
9216 toolbar is empty, it should be deleted when folks run "cvs up -P".
9217
9218 2005-10-18 Jay Belanger <belanger@truman.edu>
9219
9220 * calc/calc-store.el (calc-store-into): Get the proper variable name
9221 to display in message.
9222
9223 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9224
9225 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9226 expressions display in speedbar for all buffers when debugging.
9227 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9228
9229 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9230 (speedbar-insert-button, speedbar-make-button):
9231 Use add-text-properties.
9232 (speedbar-update-localized-contents)
9233 (speedbar-update-directory-contents)
9234 (speedbar-update-special-contents): Use dolist.
9235 (speedbar-buffer-easymenu-definition): Add a menu separator.
9236
9237 2005-10-17 Jason Rumney <jasonr@gnu.org>
9238
9239 * makefile.w32-in: Use $(lisp) consistently.
9240 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9241 for shell specific generation of mh-autoloads.
9242
9243 2005-10-17 Richard M. Stallman <rms@gnu.org>
9244
9245 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9246
9247 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * jit-lock.el (jit-lock-fontify-now):
9250 Move jit-lock-context-unfontify-pos to avoid wasted work.
9251
9252 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9253
9254 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9255 `tramp-completion-mode' for checking if we are in completion mode.
9256 (tramp-completion-handle-file-name-all-completions): Reorder code
9257 in order to complete for file names only in case there are no
9258 method/user/host completions. This is necessary for cooperation
9259 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9260
9261 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9262
9263 * longlines.el (longlines-search-forward)
9264 (longlines-search-backward): Match any number of spaces.
9265
9266 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9267
9268 * diff-mode.el (diff-mode): Doc fix.
9269
9270 2005-10-16 David Reitter <david.reitter@gmail.com>
9271
9272 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9273 as default on darwin and windows systems.
9274
9275 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9276
9277 * arc-mode.el (archive-zip-extract): Doc fix.
9278
9279 2005-10-16 Romain Francoise <romain@orebokech.com>
9280
9281 * mouse.el (mouse-1-click-follows-link): Doc fix.
9282
9283 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * savehist.el: Don't require CL at runtime.
9286 (savehist-xemacs): Remove.
9287 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9288 (savehist-no-conversion): Use (featurep 'xemacs).
9289 (savehist-load): Check existence of start-itimer rather than XEmacs.
9290 Use an idle timer.
9291 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9292 `delete-if-not'.
9293
9294 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9295
9296 * savehist.el: Newer version.
9297 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9298 (savehist-last-checksum, savehist-no-conversion): New vars.
9299 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9300 New functions.
9301 (savehist-load, savehist-save): Use them.
9302 (savehist-delimit): Remove.
9303
9304 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9305
9306 * progmodes/compile.el (compilation-goto-locus): Display the
9307 compilation buffer first and the source buffer second, in case they're
9308 in overlapping frames. Don't raise the compilation frame if it was the
9309 selected window upon entry. Pass the `other-window' arg to
9310 pop-to-buffer.
9311
9312 * info.el (Info-fontify-node): Use dolist.
9313 Change add-text-properties to put-text-property.
9314
9315 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9316
9317 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9318 bound of search.
9319
9320 2005-10-16 Masatake YAMATO <jet@gyve.org>
9321
9322 * dabbrev.el (dabbrev-completion): Pass the common
9323 prefix substring of completion to `display-completion-list'.
9324
9325 * filecache.el (file-cache-minibuffer-complete)
9326 (file-cache-complete): Ditto.
9327
9328 * tempo.el (tempo-display-completions): Ditto.
9329
9330 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9331
9332 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9333
9334 * eshell/em-hist.el (eshell-list-history): Ditto.
9335
9336 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9337
9338 * mail/mailalias.el (mail-complete): Ditto.
9339
9340 * progmodes/etags.el (complete-tag): Ditto.
9341
9342 * progmodes/make-mode.el (makefile-complete): Ditto.
9343
9344 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9345
9346 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9347
9348 * progmodes/pascal.el (pascal-complete-word)
9349 (pascal-show-completions): Ditto.
9350
9351 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9352
9353 * simple.el (completion-common-substring): New variable.
9354 (completion-setup-function): Use `completion-common-substring'
9355 to put faces.
9356
9357 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9358
9359 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9360 (x-get-selection, mac-select-convert-to-string): Convert from/to
9361 UTF-16 clipboard data as in native byte order, no BOM.
9362
9363 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9364
9365 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9366 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9367 (gud-sentinel): Use speedbar-frame to check for speedbar.
9368
9369 2005-10-15 Richard M. Stallman <rms@gnu.org>
9370
9371 * savehist.el: New file.
9372
9373 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9374
9375 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9376 Fix bug in \bf fontification.
9377
9378 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * pcvs.el (cvs-edit-log-files): New var.
9381 (cvs-mode-edit-log): New arg `file'.
9382 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9383 Instead force the use of the original file and nothing else.
9384 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9385 the cvs-minor-wrap-function is set.
9386 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9387
9388 2005-10-14 Bill Wohler <wohler@newt.com>
9389
9390 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9391 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9392 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9393 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9394 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9395 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9396 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9397 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9398 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9399 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9400 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9401 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9402 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9403 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9404 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9405
9406 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9407 appropriately (for example, gud-break to gud/break).
9408
9409 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9410
9411 * longlines.el (longlinges-search-function)
9412 (longlines-search-forward, longlines-search-backward): New functions.
9413 (longlines-mode): Set isearch-search-fun-function to
9414 longlinges-search-function.
9415
9416 * mouse.el (mouse-drag-region-1): Handle the case where a
9417 double-click event is bound to an arbitrary function.
9418
9419 2005-10-14 David Ponce <david@dponce.com>
9420
9421 * recentf.el (recentf-track-opened-file)
9422 (recentf-track-closed-file, recentf-update-menu)
9423 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9424 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9425 mouse-1-click-follows-link.
9426
9427 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9428
9429 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9430 Gnome file-manager.png. Suggested by
9431 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9432
9433 * toolbar/README: Add diropen.xpm.
9434
9435 2005-10-13 Bill Wohler <wohler@newt.com>
9436
9437 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9438 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9439
9440 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9441
9442 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9443 Don't waste the byte-compiler's time on constant data.
9444
9445 2005-10-13 Kenichi Handa <handa@m17n.org>
9446
9447 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9448 byte with `escape-glyph' face.
9449
9450 * international/fontset.el (ccl-encode-unicode-font):
9451 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9452 Handle the case that ucs-mule-to-mule-unicode translates a character to
9453 ASCII (usually for IPA characters).
9454
9455 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9456
9457 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9458 Don't hide the underline of titles if font-lock-mode is disabled.
9459
9460 2005-10-12 Bill Wohler <wohler@newt.com>
9461
9462 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9463 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9464 files in MH-E-SRC have been updated.
9465 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9466
9467 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9468
9469 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9470 (mixal-mode-syntax-table): Add \n as end-comment.
9471 (mixal-operation-codes-alist): Immediately initialize to full value.
9472 (mixal-add-operation-code): Remove.
9473 (mixal-describe-operation-code): Make the arg non-optional.
9474 Use the interactive spec instead.
9475 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9476 (mixal-font-lock-keywords): Don't highlight comments here any more.
9477 (mixal-font-lock-syntactic-keywords): New var.
9478 (mixal-mode): Use it. Fix comment-start-skip.
9479
9480 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9481
9482 * startup.el (command-line-x-option-alist): -nb => -nbi
9483
9484 2005-10-12 Kim F. Storm <storm@cua.dk>
9485
9486 * startup.el (fancy-splash-default-action): Discard mouse click in
9487 the splash screen window, as it has no sensible meaning in the
9488 next window to be selected. Fixes error reported by Jan D.
9489
9490 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9491
9492 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9493
9494 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9497 Try to fix up minor layout issues like indentation, line break, etc...
9498 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9499 because it doesn't work.
9500 (mixal-operation-codes): Add some more codes.
9501 (mixal-font-lock-keywords): Process comments here.
9502 (mixal-mode): mixasm no longer needs -g option.
9503
9504 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9505
9506 * progmodes/sh-script.el (sh-tmp-file):
9507 Use mktemp -t. Finish support for es and rc shells.
9508
9509 2005-10-11 Jay Belanger <belanger@truman.edu>
9510
9511 * calc/calcalg2.el (calc-integral): With an argument, compute the
9512 definite integral.
9513
9514 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9515
9516 * mouse.el (mouse-drag-region-1): Don't try to catch a
9517 double-click when doing follow-link (it's overridden anyway).
9518
9519 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9520
9521 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9522 (autoload-print-form-outbuf): Add docstring.
9523
9524 2005-10-11 Juri Linkov <juri@jurta.org>
9525
9526 * info.el (Info-mode-menu): Delete menu item "Edit".
9527 (Info-mode): Delete description of Info-edit from docstring,
9528 and rearrange descriptions of Info commands in the order
9529 they are documented in the Info manual.
9530
9531 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * calendar/appt.el (appt-check): Use diary-selective-display var.
9534
9535 2005-10-10 Richard M. Stallman <rms@gnu.org>
9536
9537 * net/newsticker.el (newsticker-start, newsticker-show-news):
9538 Add autoload cookies.
9539
9540 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9541
9542 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9543
9544 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9545
9546 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9547
9548 2005-10-10 Jay Belanger <belanger@truman.edu>
9549
9550 * calc/calc-arith.el (math-check-known-scalarp)
9551 (math-check-known-matrixp): Check the values of arguments that are
9552 variables.
9553 (math-check-known-square-matrixp): New function.
9554 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9555 (math-super-types): Add sqmatrix type.
9556
9557 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9558 mode name `square' to `sqmatrix'.
9559
9560 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9561 mode name `square' to `sqmatrix'.
9562
9563 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9564
9565 * progmodes/etags.el (select-tags-table-mode): Don't use
9566 selective-display.
9567 (tags-select-tags-table): Pass `button' to the action function.
9568 (select-tags-table): Place the side-info on button properties rather
9569 than in hidden text. Abbreviate file names.
9570 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9571 (select-tags-table-select): Add `button' argument.
9572 Get side-info from the button property rather than from hidden text.
9573
9574 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9575
9576 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9577 (gud-speedbar-buttons): Preserve point if possible.
9578 (gud-sentinel): Restore previous speedbar display type.
9579
9580 * progmodes/gdb-ui.el (gdba): Improve diagram.
9581 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9582 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9583 Call get-buffer-window once.
9584
9585 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9586
9587 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9588 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9589 (pascal-indent-command): Remove unused var `ind'.
9590 (pascal-indent-case): Remove unused var `oldpos'.
9591 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9592 since it's now used as a proper minor mode map.
9593 (pascal-outline): Rename to pascal-outline-mode.
9594 (pascal-outline-mode): Use define-minor-mode.
9595 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9596 selective-display.
9597
9598 2005-10-10 Andreas Schwab <schwab@suse.de>
9599
9600 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9601 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9602
9603 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9604 outside source directory.
9605
9606 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9607
9608 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9609 C-x' as a prefix.
9610 (orgtbl-mode-map): Full keymap instead of sparse, because all
9611 `self-insert-command' keys are redefined in this map.
9612 (org-export-as-html): Specify charset for HTML file, by taking it
9613 from the coding system.
9614
9615 2005-10-10 Kenichi Handa <handa@m17n.org>
9616
9617 * textmodes/flyspell.el (flyspell-check-word-p):
9618 If unread-command-events is non-empty, don't call sit-for.
9619
9620 2005-10-09 Richard M. Stallman <rms@gnu.org>
9621
9622 * font-lock.el (font-lock-syntactic-keywords)
9623 (font-lock-keywords): Doc fixes.
9624
9625 * textmodes/flyspell.el (flyspell-external-point-words):
9626 Simplify logic, and don't try to check for consecutive appearances
9627 of one incorrect word.
9628
9629 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9630
9631 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9632 separator.
9633
9634 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9635 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9636 (gud-expansion-speedbar-buttons): New function.
9637 (gud-speedbar-buttons): Check for gud-comint-buffer.
9638
9639 2005-10-09 Bill Wohler <wohler@newt.com>
9640
9641 * Makefile.in (updates): Add mh-loaddefs dependency.
9642
9643 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9644
9645 * speedbar.el (speedbar-file-key-map): Fix typo.
9646
9647 2005-10-09 Daniel Brockman <daniel@brockman.se>
9648
9649 * cus-start.el (line-spacing): Add custom spec.
9650
9651 2005-10-09 Romain Francoise <romain@orebokech.com>
9652
9653 * textmodes/ispell.el (ispell-check-version): Fix last change.
9654
9655 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9656
9657 * term/x-win.el: Remove -i, --icon-type from comment.
9658
9659 * startup.el (command-line-x-option-alist): Remove options -i,
9660 -itype, --icon-type, added -nb, --no-bitmap-icon
9661
9662 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
9663
9664 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9665 instead of :active.
9666
9667 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
9668
9669 * textmodes/ispell.el (ispell-check-version):
9670 Ignore hyphen, and all that follows, in aspell's version text.
9671
9672 2005-10-08 Jay Belanger <belanger@truman.edu>
9673
9674 * calc/calc-arith.el (math-known-square-matrixp): New function.
9675 (math-pow-fancy): Check for matrices before distributing exponent
9676 across products.
9677
9678 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9679 fullscreen keypad. Suggested by Luc Teirlinck.
9680 (calc-keypad-show-input): Add space for formatting.
9681
9682 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9683 Add square matrix option.
9684
9685 * calc/calc-poly.el (math-expand-term): Check for matrices instead
9686 of checking calc-matrix-mode when deciding how to expand.
9687
9688 * calc/calc.el (calc-set-mode-line): Add square matrix option.
9689
9690 2005-10-08 Lars Hansen <larsh@soem.dk>
9691
9692 * net/tramp.el (tramp-perl-directory-files-and-attributes):
9693 Add error handling.
9694 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9695
9696 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9697
9698 Sync with Tramp 2.0.51.
9699
9700 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9701 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9702 Insert special handling for `last-coding-system-used', again
9703 it still seems to be necessary (unlike stated before).
9704 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9705 (tramp-password-prompt-regexp): There might be other words before
9706 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9707 (tramp-chunksize): Improve docstring.
9708 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9709 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
9710 Christian Joergensen <bugs@razor.dk>.
9711
9712 2005-10-07 Glenn Morris <rgm@gnu.org>
9713
9714 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9715 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9716 precision'.
9717
9718 2005-10-07 Romain Francoise <romain@orebokech.com>
9719
9720 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9721 (ibuffer-do-shell-command-pipe-replace)
9722 (ibuffer-do-shell-command-file, ibuffer-do-eval)
9723 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9724 (ibuffer-do-revert, ibuffer-do-replace-regexp)
9725 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9726 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9727 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9728 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9729 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9730 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9731 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9732 Autoload file sans suffix.
9733
9734 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9735
9736 2005-10-07 David Ponce <david@dponce.com>
9737
9738 * recentf.el (recentf-menu-open-all-flag): New option.
9739 (recentf-digit-shortcut-command-name): New function.
9740 (recentf--shortcuts-keymap): New variable.
9741 (recentf-menu-shortcuts): New variable.
9742 (recentf-make-menu-items): Initialize it. Replace the "More..."
9743 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9744 (recentf-menu-value-shortcut): New function.
9745 (recentf-make-menu-item): Use it. No more in-lined.
9746 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9747 (recentf-open-most-recent-file): Rename from
9748 `recentf-open-file-with-key'. Don't depend on key binding.
9749 (recentf-mode-map): New variable.
9750 (recentf-mode): Use it.
9751
9752 2005-10-06 Bill Wohler <wohler@newt.com>
9753
9754 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
9755
9756 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9757 (MH-E-SRC): New. Used by mh-autoloads.
9758 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9759 files in MH-E-SRC have been updated.
9760 (compile, recompile, bootstrap): Depend on mh-autoloads.
9761
9762 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
9763
9764 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9765 gud-break and gud-remove icons when the fringe is not available.
9766
9767 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9768 Typo.
9769
9770 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9771
9772 * play/zone.el (zone): Wrap body with save-window-excursion.
9773
9774 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9777 Use the new `list-only' arg to diary-list-entries.
9778
9779 * calendar/diary-lib.el: Use overlays rather than selective-display.
9780 (diary-selective-display): New var.
9781 (diary-header-line-format): Use it.
9782 (diary-list-entries): Add argument `list-only'.
9783 Put the buffer in diary-mode. Don't add \^M at beg and end.
9784 Replace \^M by invisible overlays.
9785 (diary-unhide-everything): Replace \^M by invisible overlays.
9786 (print-diary-entries): Look for overlays rather than \^M.
9787 Add a space to the temp buffer name.
9788 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9789 Put the buffer in diary-mode.
9790 (list-sexp-diary-entries): Replace \^M by invisible overlays.
9791 (diary-anniversary): Make the year arg optional.
9792 (diary-time-regexp): New const.
9793 (diary-font-lock-keywords): Use it to accept a few more time formats.
9794
9795 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9796
9797 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
9798
9799 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9800 Fix bug introduced 2005-07-03: Use (car (last ...))
9801 to faithfully reproduce replaced artist-last.
9802 (artist-set-arrow-points-for-poly): Likewise.
9803 Suggested by Johan Bockg\e,Ae\e(Brd.
9804
9805 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
9806
9807 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9808 * wid-edit.el (widget):
9809 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9810 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9811
9812 2005-10-06 Kenichi Handa <handa@m17n.org>
9813
9814 * international/mule-cmds.el (set-language-environment):
9815 Fix setting up of case-table for unibyte mode.
9816
9817 * simple.el (what-cursor-position): If the character is displayed
9818 by some `display' text property, show that. Don't use
9819 single-key-description for eight-bit characters in multibyte mode.
9820
9821 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
9822
9823 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9824 (gdb-ann3): Set it.
9825 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
9826 (gdb-info-frames-custom): Use inverse-video for first five
9827 characters of selected frame only.
9828 (gdb-get-frame-number): Select frame even when point is on frame
9829 number.
9830
9831 2005-10-06 Masatake YAMATO <jet@gyve.org>
9832
9833 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9834 Put `font-lock-function-name-face'.
9835 (gdb-info-frames-custom): Put `font-lock-function-name-face'
9836 and `font-lock-variable-name-face'
9837 (gdb-registers-font-lock-keywords): New font lock keywords definition.
9838 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9839 (gdb-memory-font-lock-keywords): New font lock keywords definition.
9840 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
9841 (gdb-local-font-lock-keywords): New font lock keywords definition.
9842 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
9843 (gdb-threads-font-lock-keywords): New font lock keywords definition.
9844 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
9845
9846 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
9847
9848 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
9849 (ediff-merge-region-is-non-clash-to-skip): Previously called
9850 ediff-merge-region-is-non-clash.
9851
9852 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
9853 Use insert-buffer-substring.
9854
9855 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
9856 selecting files to patch. Also bug fixes.
9857
9858 * ediff-util.el (ediff-setup): Bug fix.
9859 (ediff-next-difference): Never skip clashes that differ in white
9860 space only.
9861
9862 * ediff-wind.el (ediff-setup-control-frame)
9863 (ediff-destroy-control-frame): Check the menubar feature.
9864
9865 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9866 (viper-refresh-mode-line): Use make-local-variable to localize
9867 some vars instead of make-variable-buffer-local. Suggested by
9868 Stefan Monnier.
9869
9870 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9871 (viper-restore-cursor-type, viper-set-insert-cursor-type):
9872 Use make-local-variable instead of make-variable-buffer-local.
9873 Suggested by Stefan Monnier.
9874
9875 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9876 (viper-comint-mode-hook): Use make-local-variable on
9877 require-final-newline.
9878 (viper-non-hook-settings): Don't use make-variable-buffer-local.
9879
9880 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9881
9882 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9883 also the second char of a comment-start sequence.
9884 (scheme-sexp-comment-syntax-table): New var.
9885 (lambda, define): Set their scheme-doc-string-elt property.
9886 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9887 Use lisp-font-lock-syntactic-face-function now that it properly
9888 handles |...| symbols.
9889 (scheme-mode-variables): Set lisp-doc-string-elt-property,
9890 parse-sexp-lookup-properties and font-lock-extra-managed-props.
9891
9892 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9893 bit from # to |.
9894 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9895
9896 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9897 (lisp-doc-string-elt-property): New var.
9898 (lisp-font-lock-syntactic-face-function): Use it.
9899 Rewrite to recognize docstrings even for forms not at toplevel.
9900
9901 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9902 annotation on the | part of #| rather than on the # part.
9903 (scheme-font-lock-syntactic-face-function): New function, to
9904 distinguish strings from |...| symbols.
9905 (scheme-mode-variables): Use it. Also fix up the font-lock-time
9906 syntax-table so that #|...|# is properly highlighted.
9907
9908 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9909 Don't mark as docstring the 3rd elem of an unknown toplevel form.
9910
9911 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9912
9913 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9914 and C-e.
9915
9916 * emacs-lisp/eldoc.el: Move comments into docstrings.
9917 (eldoc-message-commands): Initialize in its declaration.
9918 Add move-beginning-of-line and move-end-of-line.
9919 (eldoc-add-command, eldoc-add-command-completions)
9920 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9921
9922 * outline.el (outline-mark-subtree): Activate the mark.
9923
9924 * calendar/appt.el (appt-time-regexp): New var.
9925 (appt-add, appt-make-list): Use it.
9926 (appt-convert-time): Clean up.
9927
9928 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9929 Don't set any syntax-table property here.
9930 (tex-font-lock-verb): New function. Do it here.
9931 (tex-font-lock-syntactic-keywords): Use it.
9932
9933 2005-10-04 Richard M. Stallman <rms@gnu.org>
9934
9935 * wid-edit.el (widget-file-complete): Get the widget start point
9936 the right way. Default directory to `/' if file has none.
9937
9938 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9939
9940 * textmodes/flyspell.el (flyspell-mode-on):
9941 Call ispell-maybe-find-aspell-dictionaries.
9942
9943 * textmodes/ispell.el (ispell-word, ispell-region):
9944 Call ispell-maybe-find-aspell-dictionaries.
9945 (ispell-accept-buffer-local-defs):
9946 Don't call ispell-maybe-find-aspell-dictionaries
9947
9948 2005-10-04 Richard M. Stallman <rms@gnu.org>
9949
9950 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9951
9952 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
9953
9954 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9955 instead of `fboundp' in order to allow for anonymous functions.
9956
9957 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
9958
9959 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9960 case the user clicks on the link while another window is selected.
9961 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9962
9963 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9964 functionality.
9965 (dframe-help-echo): Save point in case mouse tracking is off.
9966
9967 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
9968
9969 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9970
9971 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9974 not change the global value of those vars.
9975
9976 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9977 make-local-variable which we do not need any more.
9978
9979 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
9980
9981 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9982 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9983 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9984 (speedbar-path-line): Define obsolete aliases.
9985 (speedbar-line-directory): Doc fix.
9986
9987 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9988 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9989 instead of speedbar-line-path.
9990
9991 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9992
9993 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9994 to nil if dropping on a window. Handle dropping on a minibuffer window
9995 like dropping on a non-window part of Emacs.
9996
9997 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * net/ange-ftp.el: Use with-current-buffer.
10000 (ange-ftp-insert-directory): Do not follow symlinks any more.
10001
10002 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10003 Remove interactive spec.
10004
10005 2005-10-03 Kim F. Storm <storm@cua.dk>
10006
10007 * ido.el (ido-mode): Use custom-initialize-set.
10008
10009 2005-10-02 Richard M. Stallman <rms@gnu.org>
10010
10011 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10012 Use insert-buffer-substring.
10013
10014 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10015 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10016
10017 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10020 in last change.
10021 (ange-ftp-insert-directory): Fix up the search for the case where
10022 `file' is absolute.
10023
10024 2005-10-02 Romain Francoise <romain@orebokech.com>
10025
10026 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10027
10028 2005-10-02 Andreas Schwab <schwab@suse.de>
10029
10030 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10031 directory component in the session info.
10032
10033 2005-10-01 Richard M. Stallman <rms@gnu.org>
10034
10035 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10036
10037 * simple.el (next-error-internal): New function.
10038
10039 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10040 (compilation-start): Pass new arg to compilation-buffer-name.
10041 (compile-goto-error): Use next-error-internal.
10042
10043 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10044
10045 * speedbar.el: Remove RCS tag.
10046 (speedbar-check-read-only): Handle non-existent files.
10047
10048 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10049
10050 * info.el (Info-speedbar-hierarchy-buttons)
10051 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10052
10053 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10054
10055 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10056 Do not match newline.
10057 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10058 (bibtex-summary): Remove unnecessary save-excursion.
10059 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10060
10061 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10062
10063 * term/mac-win.el: Add charset info for "iso10646-1".
10064 Modify default fontset to use ATSUI-compatible fonts for some charsets
10065 if available.
10066
10067 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10068
10069 * speedbar.el: Re-apply arch tag.
10070 (speedbar-version): Rename to version 1.0. Suggested by Eric
10071 M. Ludlam.
10072 Reapply two changes from Emacs CVS' version of speedbar lost
10073 during the merge:
10074 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10075 (speedbar-frame-parameters): Improve customize type.
10076
10077 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10078
10079 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10080 (ange-ftp-file-directory-p): Fix the symlink case.
10081 (ange-ftp-insert-directory): When listing a single file, get a list of
10082 the parent buffer and extract the relevant line. Inspired from a patch
10083 by Katsumi Yamaoka <yamaoka@jpl.org>.
10084 (ange-ftp-file-name-sans-versions): Simplify.
10085
10086 2005-09-30 Bill Wohler <wohler@newt.com>
10087
10088 Move MH-E image files from toolbar and mail directories into
10089 etc/images.
10090
10091 * mail/reply2.*: Move to etc/images/mail/reply*.
10092
10093 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10094 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10095 etc/images.
10096
10097 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10098 * toolbar/reply*: Move to etc/images/mail.
10099
10100 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10101
10102 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10103
10104 * speedbar.el: New version 1.0pre3.
10105
10106 Frame management code (including timer, and mouse click specifics)
10107 moved to dframe.el:
10108 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10109 (speedbar-timer): Removed. Use dframe-timer.
10110 (speedbar-close-frame): Removed. Use dframe-close-frame.
10111 (speedbar-activity-change-focus-flag): Removed. Use
10112 dframe-activity-change-focus-flag.
10113 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10114 dframe-update-speed.
10115
10116 (speedbar-current-frame): New macro. Use this instead of the
10117 variable speedbar-frame.
10118
10119 (speedbar-use-images, speedbar-expand-image-button-alist)
10120 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10121
10122 (speedbar-find-image-on-load-path): Removed. Replaced by
10123 defezimage in ezimage.el.
10124 (speedbar-expand-image-button-alist): Removed. Replaced by
10125 ezimage-expand-image-button-alist in ezimage.el.
10126
10127 (speedbar-ignored-directory-regexp)
10128 (speedbar-add-ignored-directory-regexp)
10129 (speedbar-ignored-directory-expressions)
10130 (speedbar-line-directory, speedbar-buffers-line-directory)
10131 (speedbar-directory-line, speedbar-buffers-line-directory):
10132 Renamed, replacing `path' with `directory'.
10133
10134 (speedbar-create-directory, speedbar-expand-line-descendants)
10135 (speedbar-toggle-line-expansion)
10136 (speedbar-contract-line-descendants): New commands.
10137
10138 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10139 (speedbar-use-tool-tips-flag): New options.
10140
10141 (speedbar-check-read-only, speedbar-require-version)
10142 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10143 (speedbar-handle-delete-frame, speedbar-try-completion)
10144 (speedbar-update-localized-contents): New functions.
10145
10146 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10147 (speedbar-object-read-only-indicator): New variables.
10148
10149 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10150 New hooks.
10151
10152 (speedbar-separator-face): New face.
10153
10154 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10155 (speedbar-ignored-modes): Add fundamental-mode.
10156 (speedbar-directory-unshown-regexp): Add . directories.
10157
10158 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10159 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10160 `]' for full expand/close.
10161 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10162
10163 (speedbar-check-vc): Support hidden files.
10164 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10165 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10166 state is nil, it is not checked out.
10167
10168 (speedbar-line-text, speedbar-line-token): Support expand buttons
10169 with no text.
10170 (speedbar-refresh): Universal argument acts as power-click.
10171 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10172 that buffer to get variable values.
10173
10174 And many other bugfixes.
10175
10176 * dframe.el, ezimage.el, sb-image.el: New files.
10177
10178 * sb-*.xpm: Remove files. New image files installed into
10179 etc/images/ezimage.
10180
10181 2005-09-30 Kenichi Handa <handa@m17n.org>
10182
10183 * ps-mule.el (ps-mule-show-warning): If a character is in
10184 ps-print-translation-table, don't treat it as non-printable.
10185
10186 2005-09-30 David Ponce <david@dponce.com>
10187
10188 * tree-widget.el (tree-widget-themes-load-path): New variable.
10189 (tree-widget-themes-directory): Doc fix.
10190 (tree-widget-image-formats) [Emacs]: Doc fix.
10191 (tree-widget--locate-sub-directory): New function.
10192 (tree-widget-themes-directory): Use it.
10193
10194 * recentf.el (recentf-filename-handlers): Rename from
10195 `recentf-filename-handler'. Allow a list of functions.
10196 (recentf-menu-items-for-commands): Fix :help strings.
10197 (recentf-apply-filename-handlers): New function.
10198 (recentf-expand-file-name): Use it.
10199 (recentf-cleanup): Remove duplicates too.
10200
10201 2005-09-29 Juri Linkov <juri@jurta.org>
10202
10203 * faces.el: Rearrange face definitions to be in the same order as
10204 their face descriptions in "(emacs)Standard Faces".
10205
10206 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10207
10208 * tooltip.el (tooltip): Add group `basic-faces'.
10209
10210 * buff-menu.el (Buffer-menu-buffer): Remove group
10211 `font-lock-highlighting-faces'.
10212
10213 * progmodes/compile.el (compilation-error, compilation-warning)
10214 (compilation-info, compilation-line-number, compilation-column-number):
10215 Change group from `font-lock-highlighting-faces' to `compilation'.
10216
10217 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10218 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10219 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10220 (vhdl-font-lock-reserved-words-face)
10221 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10222 `font-lock-highlighting-faces'.
10223
10224 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10225
10226 2005-09-28 Kim F. Storm <storm@cua.dk>
10227
10228 * emulation/cua-base.el: Set CUA move property on additional commands:
10229 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10230 forward-sexp, backward-sexp, forward-list, backward-list.
10231
10232 2005-09-28 Romain Francoise <romain@orebokech.com>
10233
10234 * comint.el (comint-show-output): Really set point at the
10235 beginning of the output when not using `comint-use-prompt-regexp'.
10236
10237 2005-09-27 Jay Belanger <belanger@truman.edu>
10238
10239 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10240 in TeX mode.
10241
10242 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10243
10244 * textmodes/org.el (org-table-sum): Fix format string.
10245
10246 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10247 Quote face names.
10248
10249 2005-09-26 Romain Francoise <romain@orebokech.com>
10250
10251 * isearch.el (isearch-forward-regexp): Close doc string.
10252
10253 2005-09-25 Richard M. Stallman <rms@gnu.org>
10254
10255 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10256
10257 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10258
10259 * progmodes/compile.el (compilation-error-properties):
10260 When getting the file from the previous error message,
10261 correctly decode the new data format.
10262
10263 * progmodes/cc-cmds.el (c-electric-paren):
10264 Call old-blink-paren only for close-paren.
10265
10266 2005-09-24 Andreas Schwab <schwab@suse.de>
10267
10268 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10269 condition.
10270
10271 2005-09-25 Romain Francoise <romain@orebokech.com>
10272
10273 * dired-aux.el (dired-copy-file-recursive):
10274 * dired.el (dired-delete-file):
10275 * ediff-mult.el (ediff-dir-diff-copy-file):
10276 * ediff-util.el (ediff-test-save-region):
10277 * forms.el (forms-mode):
10278 * ido.el (ido-file-internal, ido-delete-file-at-head):
10279 * log-edit.el (log-edit-done):
10280 * ses.el (ses-yank-resize):
10281 * play/gomoku.el (gomoku-human-plays, gomoku)
10282 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10283 (gomoku-offer-a-draw):
10284 * play/landmark.el (lm-human-resigns, lm):
10285 * net/eudcb-ldap.el (eudc-ldap-check-base):
10286 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10287 * progmodes/ebrowse.el (ebrowse-find-pattern):
10288 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10289 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10290 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10291
10292 * vc.el (vc-delete-file):
10293 * play/gomoku.el (gomoku-terminate-game, gomoku)
10294 (gomoku-prompt-for-move, gomoku-human-takes-back):
10295 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10296 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10297
10298 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10299
10300 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10301 color rxvt terminals by using the code xterm.el used to use before
10302 2005-04-09 in order to match the colors used by rxvt.
10303
10304 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10305
10306 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10307 colors rxvt-unicode terminals by using the same code as xterm.el.
10308
10309 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10312 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10313 new symbol used for the tex-verbatim face.
10314
10315 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10316
10317 * woman.el (woman-file-name):
10318 * wid-edit.el (widget-file-prompt-value)
10319 (widget-coding-system-prompt-value):
10320 * w32-fns.el (set-w32-system-coding-system):
10321 * vc.el (vc-version-diff, vc-annotate):
10322 * textmodes/reftex-auc.el (reftex-arg-cite)
10323 (reftex-arg-index-tag):
10324 * textmodes/refer.el (refer-get-bib-files):
10325 * textmodes/artist.el (artist-figlet-choose-font):
10326 * terminal.el (terminal-emulator):
10327 * replace.el (occur-read-primary-args):
10328 * rect.el (string-rectangle, string-insert-rectangle):
10329 * ps-print.el (ps-print-preprint):
10330 * progmodes/pascal.el (pascal-goto-defun):
10331 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10332 * progmodes/compile.el (compilation-find-file):
10333 * printing.el (pr-interactive-n-up):
10334 * play/animate.el (animate-birthday-present):
10335 * net/rcompile.el (remote-compile):
10336 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10337 * mail/rmailsum.el (rmail-summary-search-backward)
10338 (rmail-summary-search):
10339 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10340 (rmail-output-read-file-name):
10341 * mail/rmail.el (rmail-search, rmail-search-backwards):
10342 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10343 * locate.el (locate):
10344 * international/quail.el (quail-show-keyboard-layout):
10345 * international/mule.el (set-buffer-file-coding-system)
10346 (revert-buffer-with-coding-system, set-file-name-coding-system)
10347 (set-terminal-coding-system, set-keyboard-coding-system)
10348 (set-next-selection-coding-system):
10349 * international/mule-diag.el (describe-coding-system)
10350 (describe-font, describe-fontset):
10351 * international/mule-cmds.el (universal-coding-system-argument)
10352 (search-unencodable-char, describe-input-method)
10353 (set-language-environment, describe-language-environment):
10354 * international/codepage.el (codepage-setup):
10355 * international/code-pages.el (codepage-setup):
10356 * info.el (Info-search, Info-follow-reference)
10357 (Info-search-backward):
10358 * emacs-lisp/advice.el (ad-read-advised-function)
10359 (ad-read-advice-class, ad-clear-cache, ad-activate)
10360 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10361 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10362 (ad-read-regexp):
10363 * ediff-util.el (ediff-toggle-regexp-match):
10364 * ediff-ptch.el (ediff-prompt-for-patch-file):
10365 * dired-aux.el (dired-diff):
10366 * diff.el (diff):
10367 * cus-edit.el (custom-variable-prompt):
10368 * calendar/timeclock.el (timeclock-ask-for-project):
10369 * calc/calcalg3.el (calc-get-fit-variables):
10370 * calc/calc-store.el (calc-edit-variable)
10371 (calc-permanent-variable):
10372 * vc-mcvs.el (vc-mcvs-register):
10373 * shadowfile.el (shadow-define-literal-group):
10374 * woman.el (woman-file-name):
10375 * vc.el (vc-version-diff, vc-merge):
10376 * textmodes/reftex-index.el (reftex-index-complete-tag):
10377 * format.el (format-decode-buffer, format-decode-region):
10378 * emulation/viper-cmd.el (viper-read-string-with-history):
10379 * emacs-lisp/debug.el (cancel-debug-on-entry):
10380 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10381 * ediff.el (ediff-merge-revisions)
10382 (ediff-merge-revisions-with-ancestor, ediff-revision):
10383 * completion.el (interactive-completion-string-reader):
10384 * calc/calc-prog.el (calc-user-define-formula):
10385 Follow convention for reading with the minibuffer.
10386
10387 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10388
10389 * progmodes/python.el (python-describe-symbol): Add globals() and
10390 locals() to the arguments of emacs.ehelp.
10391
10392 2005-09-24 Magnus Henoch <mange@freemail.hu>
10393
10394 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10395 New function, code extracted from ispell-valid-dictionary-list.
10396 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10397 Call it.
10398
10399 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10400
10401 * subr.el (version-regexp-alist): Extend valid syntax for version
10402 strings: allow any of the characters -,_,+ to separate the
10403 alpha/beta/rc part from the version part. Doc fix.
10404 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10405
10406 2005-09-23 David Reitter <david.reitter@gmail.com>
10407
10408 * mail/mailclient.el: New file.
10409
10410 2005-09-23 Richard M. Stallman <rms@gnu.org>
10411
10412 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10413 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10414 Doc fixes.
10415
10416 * progmodes/cc-mode.el (c-font-lock-init):
10417 Specify font-lock-lines-before.
10418
10419 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10422 whole conflict.
10423
10424 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10425
10426 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10427 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10428 of `remap' feature when available. Additional key bindings for
10429 better tty support.
10430 (org-mode-restart, org-force-self-insert): New commands.
10431 (org-time-stamp-inactive): New command.
10432 (org-remap): New function.
10433 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10434 (org-enable-fixed-width-editor): Move to `org-structure'
10435 customization group.
10436 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10437 blank field after field motion commands.
10438
10439 2005-09-23 Kenichi Handa <handa@m17n.org>
10440
10441 * international/mule-cmds.el (set-language-environment):
10442 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10443 have to call utf-translate-cjk-load-tables.
10444
10445 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10446
10447 * mouse.el (mouse-move-drag-overlay): Fix last change.
10448
10449 2005-09-22 David Ponce <david@dponce.com>
10450
10451 * tree-widget.el (tree-widget-value-create): Fix previous change.
10452
10453 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10454
10455 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10456
10457 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10458
10459 * mouse.el (mouse-move-drag-overlay): New function.
10460 (mouse-drag-region-1): Use it.
10461 Try to simplify a bit the state handling. Handle clicks on links
10462 inside intangible areas.
10463 (mouse-save-then-kill): Minor simplification.
10464 (mouse-secondary-overlay): Make it always non-nil instead of
10465 recreating it each time.
10466 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10467 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10468 Simplify accordingly.
10469
10470 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10471
10472 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10473
10474 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10475
10476 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10477 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10478 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10479 to patch.
10480
10481 * ediff-util.el: Use insert-buffer-substring.
10482
10483 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10484
10485 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10486 field boundaries in the minibuffer.
10487 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10488 (viper-minibuffer-post-command-hook): New hook.
10489 (viper-line): Don't move cursor at bolp.
10490
10491 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10492
10493 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10494 avoid compiler warnings.
10495
10496 * emulation/viper-macs.el (ex-map): Better messages.
10497
10498 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10499
10500 * emulation/viper.el: Replace make-variable-buffer-local with
10501 viper-make-variable-buffer-local everywhere, to avoid warnings.
10502
10503 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10504
10505 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10506 Delete unused var `old-selected-window'.
10507 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10508 (mouse-drag-secondary): Delete unused var `start-frame'.
10509
10510 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10511
10512 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10513
10514 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10517 Re-indent within 80 columns. Use inhibit-read-only.
10518
10519 2005-09-19 Romain Francoise <romain@orebokech.com>
10520
10521 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10522
10523 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10524
10525 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10526 unconditionally, since the after-change-function already did it.
10527
10528 2005-09-19 Miles Bader <miles@gnu.org>
10529
10530 * net/newsticker.el: Get rid of CVS keyword.
10531
10532 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10533
10534 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10535 The prompt is formatted later.
10536
10537 2005-09-19 David Ponce <david@dponce.com>
10538
10539 * tree-widget.el (tree-widget-value-create): Save the converted
10540 tree :node widget.
10541
10542 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10543
10544 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10545 variable `message'.
10546
10547 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10548
10549 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10550 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10551 <slawomir.nowaczyk.847@student.lu.se>.
10552
10553 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10554
10555 * image.el (image-load-path): Use symbol `data-directory' instead
10556 of its value, for backward compatibility with packages that bind
10557 it during `find-image'. Suggested by Katsumi Yamaoka.
10558 (image-search-load-path): Handle symbols whose values are strings.
10559
10560 2005-09-18 Romain Francoise <romain@orebokech.com>
10561
10562 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10563 with-current-buffer form in save-excursion.
10564
10565 2005-09-18 D Goel <deego@gnufans.org>
10566
10567 * apropos.el (apropos-command): Fix `message' call: first arg
10568 should be a format spec. In this and all other cases that appear
10569 below and elsewhere in the source code, I made a change only when
10570 two conditions were satisfied: [1] I can think of a possibility
10571 that the arguments would cause an error, for example, the code in
10572 question relies on external variables such as filenames. [2] I
10573 was sure that the arg to `message' could not have been nil in the code.
10574
10575 * textmodes/tildify.el (tildify-region): Ditto.
10576
10577 * textmodes/reftex-index.el (reftex-index-change-entry)
10578 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10579 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10580 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10581 (org-priority, org-table-sum):
10582 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10583 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10584 (flyspell-word, flyspell-display-next-corrections):
10585 * textmodes/bibtex.el (bibtex-print-help-message):
10586 * textmodes/artist.el (artist-key-set-point-poly):
10587 * term/mac-win.el (mac-services-insert-text):
10588 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10589 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10590 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10591 (vhdl-compose-configuration):
10592 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10593 (sh-set-indent, sh-learn-line-indent):
10594 * progmodes/ps-mode.el (ps-mode-target-column):
10595 * progmodes/idlwave.el (idlwave-make-tags)
10596 (idlwave-scan-library-catalogs):
10597 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10598 * progmodes/gud.el (gud-jdb-analyze-source):
10599 * progmodes/flymake.el (flymake-log):
10600 * progmodes/ebnf2ps.el (ebnf-generate-region):
10601 * progmodes/cmacexp.el (c-macro-expansion):
10602 * progmodes/ada-xref.el (ada-treat-cmd-string):
10603 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10604 (ada-justified-indent-current, ada-batch-reformat):
10605 * play/zone.el (zone):
10606 * play/landmark.el (lm-move):
10607 * play/decipher.el (decipher-show-alphabet):
10608 * net/newsticker.el (newsticker--display-jump)
10609 (newsticker--display-scroll):
10610 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10611 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10612 * mail/feedmail.el (feedmail-dump-message-to-queue):
10613 * eshell/esh-proc.el (eshell-remove-process-entry):
10614 * emulation/ws-mode.el (ws-last-error):
10615 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10616 (viper-record-kbd-macro):
10617 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10618 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10619 * emacs-lisp/find-func.el (find-function-noselect):
10620 * calendar/timeclock.el (timeclock-status-string)
10621 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10622 (timeclock-when-to-leave-string):
10623 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10624 * calc/calc-units.el (calc-enter-units-table):
10625 * calc/calc-mode.el (calc-mode-record-mode):
10626 * woman.el (woman-mini-help):
10627 * wdired.el (wdired-change-to-wdired-mode):
10628 * vc.el (vc-retrieve-snapshot):
10629 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10630 * startup.el (display-startup-echo-area-message):
10631 * simple.el (set-goal-column):
10632 * ses.el (ses-command-hook, ses-recalculate-cell):
10633 * server.el (server-process-filter):
10634 * printing.el (pr-interface-txt-print, pr-interface-printify)
10635 (pr-interface-ps):
10636 * pcvs.el (cvs-help):
10637 * log-edit.el (log-edit, log-edit-mode-help):
10638 * iswitchb.el (iswitchb-possible-new-buffer):
10639 * isearch.el (isearch-edit-string):
10640 * image-mode.el (image-mode, image-minor-mode):
10641 * ibuf-macs.el (define-ibuffer-filter):
10642 * hi-lock.el (hi-lock-find-patterns):
10643 * files.el (toggle-read-only):
10644 * ediff-util.el (ediff-copy-diff)
10645 (ediff-write-merge-buffer-and-maybe-kill):
10646 * echistory.el (Electric-history-undefined):
10647 * dnd.el (dnd-insert-text):
10648 * dired-aux.el (dired-query):
10649 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10650 * bookmark.el (bookmark-bmenu-locate):
10651 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10652 Fix `message' calls to ensure first arg is a format string.
10653 The change was made only when these two conditions were satisfied:
10654 [1] when there is a possibility that the arguments would cause an error
10655 for example, if the code in question relies on external variables
10656 such as filenames, and
10657 [2] if the arg to `message' could not have been nil in the code.
10658
10659 * pcomplete.el (pcomplete--help): Fix `message' format spec.
10660 Not having a %s would be weird, though not technically wrong.
10661
10662 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10663
10664 * term/mac-win.el (mac-add-charset-info): Doc fix.
10665
10666 2005-09-17 Romain Francoise <romain@orebokech.com>
10667
10668 * shell.el (shell-resync-dirs): Handle echoing processes more
10669 reliably. Don't insert resync command if `comint-process-echoes'
10670 is non-nil.
10671
10672 2005-09-17 Magnus Henoch <mange@freemail.hu>
10673
10674 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10675 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10676 aspell versions >= 0.60.
10677 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10678 only if ispell-aspell-supports-utf8 is non-nil.
10679
10680 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10681
10682 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10683 buffer-local value to lisp-indent-function.
10684
10685 2005-09-17 Milan Zamazal <pdm@zamazal.org>
10686
10687 * progmodes/glasses.el (glasses-make-readable): If
10688 glasses-separator differs from underscore, put appropriate
10689 overlays over underscore characters.
10690 (glasses-convert-to-unreadable): If glasses-separator differs from
10691 underscore, try to convert glasses-separator characters to
10692 underscores.
10693
10694 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10695
10696 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10697 Use with-syntax-table and dolist.
10698
10699 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
10700
10701 * textmodes/reftex-auc.el:
10702 * textmodes/reftex-cite.el:
10703 * textmodes/reftex-dcr.el:
10704 * textmodes/reftex-global.el:
10705 * textmodes/reftex-parse.el:
10706 * textmodes/reftex-ref.el:
10707 * textmodes/reftex-sel.el:
10708 * textmodes/reftex-toc.el:
10709 * textmodes/reftex-vars.el:
10710 * textmodes/reftex.el: Small changes to remove compiler warnings.
10711
10712 * textmodes/reftex-index.el: Likewise.
10713 (reftex-query-index-phrase): More efficient use of markers.
10714
10715 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10716
10717 * image.el (image-load-path): New variable.
10718 (image-search-load-path): New function.
10719 (find-image): Search for images in `image-load-path'.
10720
10721 2005-09-15 Richard M. Stallman <rms@gnu.org>
10722
10723 * follow.el: Change Maintainer field.
10724
10725 2005-09-15 David Ponce <david@dponce.com>
10726
10727 * recentf.el (recentf-save-file-modes): New option.
10728 (recentf-save-list): Use it.
10729
10730 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
10731
10732 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10733 (mode-line-mule-info, mode-line-modified): Move bindings from
10734 mouse-3 to mouse-1.
10735
10736 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * simple.el (sendmail-user-agent-compose): Revert last change.
10739
10740 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10741
10742 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10743 Use with-current-buffer.
10744 (ange-ftp-gwp-start): Remove unused var `gw-user'.
10745 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10746 (ange-ftp-insert-directory): Remove unused var `short'.
10747 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10748
10749 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10750 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10751
10752 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10753 (check-calendar-holidays, diary-list-entries): Autoload.
10754 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10755 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10756
10757 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10758 which mistakenly removed a call to display-buffer.
10759
10760 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
10761
10762 * obsolete/iso-insert.el: Move to obsolete/ from international/.
10763
10764 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
10765
10766 * progmodes/hideshow.el
10767 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10768 (hs-allow-nesting): New user var.
10769 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10770 (hs-hide-block-at-point): When nesting allowed,
10771 if there is already an overlay in place, delete it.
10772 (hs-safety-is-job-n): Delete func; remove call sites.
10773 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10774 (hs-overlay-at): New func.
10775 (hs-already-hidden-p, hs-show-block): Use it.
10776 (hs-hide-all): Don't pre-clean if nesting allowed.
10777 (hs-show-all): Temporarily disallow
10778 nesting around call to `hs-discard-overlays'.
10779
10780 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
10781
10782 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10783 Delete unused local var.
10784
10785 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
10786
10787 * help-fns.el (describe-categories): "?\ " -> "?\s".
10788 (help-do-arg-highlight): Recognize also ARG-n, as in
10789 `move-to-left-margin' (ARG+n is already recognized). Simplify.
10790
10791 * international/codepage.el (dos-unsupported-char-glyph):
10792 * net/newsticker.el (tool-bar-map, w3-mode-map)
10793 (w3m-minor-mode-map):
10794 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10795 (ent-alist):
10796 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10797
10798 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
10799
10800 * custom.el (custom-push-theme): Handle the case where a symbol is
10801 bound but face properties have not yet been assigned.
10802
10803 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10804 Fix behavior if noerase is `t' and there is no mail buffer.
10805
10806 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10807 if `continue' is nil, rather than signal an error.
10808
10809 2005-09-12 Richard M. Stallman <rms@gnu.org>
10810
10811 * font-lock.el (font-lock-keywords): Add autoload.
10812
10813 * help-fns.el (describe-variable): Rearrange to put source link
10814 in a predictable place.
10815
10816 * net/newsticker.el: New file.
10817
10818 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10819
10820 * calendar/calendar.el (calendar-for-loop): Add edebug info.
10821 (calendar-basic-setup): Use the new nil arg.
10822 (number-of-diary-entries): Move to diary-lib.el.
10823
10824 * calendar/diary-lib.el: Use with-current-buffer, match-string.
10825 (diary-list-entries): Use with-syntax-table and dolist.
10826 Rename from list-diary-entries.
10827 Use number-of-diary-entries if `number' is nil.
10828 (diary, diary-view-entries): Use this new name and new nil arg value.
10829 (number-of-diary-entries): Move from calendar.el.
10830 (diary-unhide-everything): New function.
10831 (include-other-diary-files, fancy-diary-display)
10832 (diary-show-all-entries, make-diary-entry): Use it.
10833 (diary-mail-entries): Use buffer-string.
10834 (mark-diary-entries): Fix long standing paren typo.
10835 (diary-sexp-entry): Use count-lines.
10836 (make-diary-entry): Avoid `previous-line'.
10837 (diary-mode-map): New var.
10838 (diary-mode): Redraw cal after saving. Setup header-line.
10839 (fancy-diary-display-mode): Use local-set-key.
10840
10841 * startup.el (command-line): Try calling various terminal-init-foo-bar
10842 functions by stripping hyphenated suffixes from $TERM.
10843
10844 * files.el (normal-mode): Check boundness of font-lock-keywords.
10845
10846 2005-09-12 Richard M. Stallman <rms@gnu.org>
10847
10848 * progmodes/compile.el: Don't decide a file's directory
10849 until the user actually tries to go there.
10850 (compilation-next-error-function):
10851 Pass compilation-find-file the directory from the file-struct.
10852 (compilation-internal-error-properties): Separate local FILE-STRUCT
10853 from FILE. Doc the args better. Rename arg FMT to FMTS.
10854 (compilation-find-file): Arg DIR renamed to DIRECTORY.
10855 Expand it, and if nil, use default-directory.
10856 (compilation-get-file-structure): Don't mix specified directory
10857 with default directory. Put specified directory into
10858 file-struct. Don't make the file name absolute.
10859
10860 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10861 (compile-command): Add autoload.
10862 (compilation-disable-input): Add autoload.
10863
10864 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
10865
10866 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10867 strings of the variables it can override.
10868 (time-stamp): New (as yet undocumented) time-stamp-format escapes
10869 %Q and %q, for fully-qualified domain name and unqualified host name.
10870
10871 2005-09-11 Kim F. Storm <storm@cua.dk>
10872
10873 * emacs-lisp/authors.el (authors-aliases): Update list.
10874 (authors-fixed-entries): Update mldrag.el entry.
10875
10876 2005-09-10 Alan Mackenzie <acm@muc.de>
10877
10878 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10879 from the region narrowed to.
10880
10881 2005-09-10 Magnus Henoch <mange@freemail.hu>
10882
10883 * textmodes/ispell.el (ispell-check-version): Signal an error if
10884 aspell version is less than 0.60.
10885
10886 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
10887
10888 * progmodes/octave-inf.el (inferior-octave-startup):
10889 Resync current dir at the end.
10890
10891 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
10892
10893 * woman.el (woman-topic-at-point-default):
10894 Rename to woman-use-topic-at-point-default.
10895 (woman-topic-at-point): Rename to woman-use-topic-at-point.
10896 (woman-file-name): Reflect renames above. Automatically use the
10897 word at point as topic if woman-use-topic-at-point is non-nil.
10898 Otherwise offer it as default but don't insert it in the
10899 minibuffer. Also use `test-completion' instead of `assoc' as
10900 suggested by Stefan Monnier.
10901
10902 2005-09-10 Andre Spiegel <spiegel@gnu.org>
10903
10904 * vc.el (vc-directory, vc-update-change-log): Throw an error on
10905 the attempt to do it over Tramp. This is not yet supported.
10906
10907 2005-09-10 Eli Zaretskii <eliz@gnu.org>
10908
10909 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10910 (menu-bar-non-minibuffer-window-p): New functions.
10911 ("Split Window", "Save As..."): Use them.
10912 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10913 ("Print Buffer", "Truncate Long Lines in this Buffer"):
10914 Use menu-bar-menu-frame-live-and-visible-p.
10915 ("Save Buffer", "Insert File", "Open Directory...")
10916 ("Open File...", "Visit New File..."):
10917 Use menu-bar-non-minibuffer-window-p.
10918 (kill-this-buffer-enabled-p, dired <menu-enable>):
10919 Use menu-bar-non-minibuffer-window-p.
10920
10921 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10922
10923 * cus-start.el (all): Don't complain about fringe-related
10924 built-ins if fringes are not supported. Ditto about
10925 selection-related built-ins. Fix the test for GTK-related built-ins.
10926
10927 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10928 ("Postscript Print Buffer", "Print Region", "Save As...")
10929 ("Save", "Insert File...", "Open Directory...")
10930 ("Open File...", "Visit New File..."")
10931 ("Truncate Long Lines in this Buffer"): Don't look at
10932 menu-updating-frame if this display does not support multiple frames.
10933
10934 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10935
10936 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10937
10938 2005-09-09 Emilio Lopes <eclig@gmx.net>
10939
10940 * woman.el: Format- and whitespace-related changes.
10941
10942 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10943
10944 * woman.el: Fix my email address.
10945
10946 2005-09-08 Richard M. Stallman <rms@gnu.org>
10947
10948 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10949 (sh-mode): Locally set skeleton-pair-default-alist.
10950
10951 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10952
10953 * progmodes/flymake.el: Require `compile' unconditionally.
10954
10955 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10956
10957 * woman.el (woman-file-name): Provide a default, not initial input.
10958
10959 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10960
10961 * font-lock.el (font-lock-support-mode): Doc fix.
10962
10963 * descr-text.el (describe-property-list): Handle non-symbol prop names.
10964
10965 2005-09-08 Richard M. Stallman <rms@gnu.org>
10966
10967 * simple.el (blink-matching-open): Get rid of text props from
10968 the string shown in echo area. Don't permanently set point.
10969 Some rearrangements.
10970
10971 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10972
10973 * recentf.el (recentf-filename-handler): Add custom choice
10974 `abbreviate-file-name'.
10975
10976 * msb.el (msb--very-many-menus): Fix typo.
10977
10978 * disp-table.el (standard-display-european): Don't set
10979 enable-multibyte-characters to nil.
10980
10981 2005-09-08 David Ponce <david@dponce.com>
10982
10983 * recentf.el (recentf-show-file-shortcuts-flag): New option.
10984 (recentf-expand-file-name): Doc fix.
10985 (recentf-dialog-mode-map): Define digit shortcuts.
10986 (recentf--files-with-key): New variable.
10987 (recentf-show-digit-shortcut-filter): New function.
10988 (recentf-open-files-items): New function.
10989 (recentf-open-files): Use it.
10990 (recentf-open-file-with-key): New command.
10991
10992 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10993
10994 * buff-menu.el (Buffer-menu-sort-by-column): New function.
10995 Suggested by Kim F. Storm.
10996 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10997 (Buffer-menu-make-sort-button): Use global keymap.
10998
10999 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11000
11001 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11002 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11003 necessary any longer with the remapped command.
11004 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11005 formatting time only.
11006
11007 * net/tramp.el (tramp-action-password)
11008 (tramp-multi-action-password): Compile the password prompt from
11009 `method', `user' and `host'. Sometimes it isn't obvious which
11010 password to enter, for example with remote files offered by
11011 recentf.el, or with multiple steps. Suggested by Robert Marshall
11012 <robert@chezmarshall.freeserve.co.uk>.
11013
11014 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11015
11016 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11017 Fix regexp for when "s///" is at the beginning of line.
11018
11019 2005-09-07 Jay Belanger <belanger@truman.edu>
11020
11021 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11022 when in matrix mode.
11023
11024 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11025
11026 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11027 non-anonymous functions.
11028
11029 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11032 when using a header line. Otherwise, use mouse-1-click-follows-link.
11033
11034 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11035 can't be moved; don't signal an error.
11036
11037 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11038
11039 * cus-theme.el (custom-theme-write-faces): Save the current face
11040 spec, not the defface spec.
11041
11042 * custom.el (custom-known-themes): Clarify meaning of "standard".
11043 (custom-push-theme): Save old values in the standard theme.
11044 (disable-theme): Correct typo.
11045 (custom-face-theme-value) Deleted unused function.
11046 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11047
11048 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * progmodes/compile.el (compilation-goto-locus): Take into account
11051 iconified frames when determining whether the buffer is
11052 already visible.
11053 Don't reset window height if the window already existed.
11054
11055 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11056
11057 * custom.el (load-theme): Rename from require-theme.
11058 Add interactive spec.
11059 (enable-theme): Rename from custom-enable-theme.
11060 Add interactive spec.
11061 (disable-theme): Rename from custom-disable-theme.
11062 Add interactive spec.
11063 (custom-make-theme-feature): Doc fix.
11064 (custom-theme-directory): Doc fix.
11065 (provide-theme): Call enable-theme.
11066
11067 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * obsolete/lazy-lock.el (lazy-lock-mode):
11070 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11071 font-lock-mode if it's off. Print a warning instead.
11072
11073 * progmodes/compile.el (compilation-start): Ignore errors if the
11074 process died before we get to send-eof.
11075
11076 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11077 Undo last change. Enclosing the result in quotes broke things on Unix
11078 since tex-send-command passes it through shell-quote-argument.
11079 (tex-send-command): Pass `file' through convert-standard-filename
11080 when possible.
11081 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11082 info in a transcript.
11083
11084 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11085
11086 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11087 fix compilation warning. Reorder the key definitions to group
11088 together keys emitted by the current version of xterm.
11089
11090 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11091 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11092 Reorder predicates to correct min-color usage.
11093
11094 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11095
11096 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11097 Kill local variables when longlines-mode is turned off.
11098
11099 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11100
11101 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11102
11103 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11104
11105 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11106
11107 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11108 (font-lock-lines-before): Change default to being inactive.
11109 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11110 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11111
11112 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11113
11114 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11115 Deactivate temporarily advice if active (not needed for Emacs 22,
11116 but for backwards compatibility).
11117 (tramp-exists-file-name-handler): Rewrite. First implementation
11118 was too simple.
11119 (tramp-advice-make-auto-save-file-name):
11120 Call `tramp-handle-make-auto-save-file-name' (again, just for
11121 backwards compatibility).
11122
11123 2005-08-31 Reto Zimmermann <reto@gnu.org>
11124
11125 * progmodes/vhdl-mode.el
11126 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11127 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11128 (vhdl-set-default-project): New function (easier setting of default).
11129 (vhdl-port-copy): Handle extended identifiers for generics.
11130 (vhdl-compiler-alist): Better description for error message regexp.
11131 (vhdl-make): Query for target, use previous as default.
11132 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11133 (vhdl-font-lock-keywords-2): Fix fontification for record
11134 el. assign.
11135 (vhdl-speedbar-make-subpack-line): Add package body link.
11136 (vhdl-generate-makefile-1): Not include itself as dependency.
11137 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11138 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11139 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11140 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11141 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11142 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11143 (vhdl-import-project): Add string argument for `error'.
11144 (vhdl-compose-configuration)
11145 (vhdl-compose-configuration-architecture): Add configuration
11146 declaration generation.
11147 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11148 (vhdl-trailer-re): Add "record" keyword (better indentation).
11149 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11150 "[^ \t-\"]+".
11151 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11152 (vhdl-testbench-entity-file-name)
11153 (vhdl-testbench-architecture-file-name): Allow separate
11154 customization of testbench file names.
11155 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11156 (vhdl-get-visible-signals): Allow newline within alias declaration.
11157 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11158 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11159 (member-ignore-case): Alias for missing function in XEmacs.
11160 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11161 (vhdl-update-sensitivity-list): Ignore case on read signals.
11162 (vhdl-replace-string): Adjust case only for file names.
11163 (vhdl-update-sensitivity-list): Fix search for read signals.
11164 (vhdl-update-sensitivity-list): Exclude formal parameters.
11165 (vhdl-get-visible-signals): Include aliases of signals.
11166 (vhdl-get-visible-signals): Fix signal name searching.
11167 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11168 (vhdl-fixup-whitespace-region): Fix for character
11169 literals (e.g. `:').
11170
11171 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11172
11173 * ansi-color.el (comint-last-output-start):
11174 * bs.el (font-lock-verbose):
11175 * diff-mode.el (add-log-buffer-file-name-function):
11176 * dired-x.el (vm-folder-directory):
11177 * faces.el (help-xref-stack-item):
11178 * files.el (font-lock-keywords):
11179 * find-lisp.el (dired-buffers, dired-subdir-alist):
11180 * ido.el (cua-inhibit-cua-keys):
11181 * log-view.el (cvs-minor-wrap-function):
11182 * outline.el (font-lock-warning-face):
11183 * simple.el (compilation-current-error):
11184 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11185 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11186 * tooltip.el (comint-prompt-regexp):
11187 * w32-fns.el (explicit-shell-file-name):
11188 * term/mac-win.el (mac-charset-info-alist)
11189 (mac-services-selection, mac-system-script-code):
11190 * term/tty-colors.el (msdos-color-values):
11191 * term/w32-win.el (xlfd-regexp-registry-subnum):
11192 * term/x-win.el (x-keysym-table, x-selection-timeout)
11193 (x-session-id, x-session-previous-id):
11194 * textmodes/ispell.el (mail-yank-prefix):
11195 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11196 * textmodes/org.el (calc-embedded-close-formula)
11197 (calc-embedded-open-formula)
11198 (font-lock-unfontify-region-function):
11199 * textmodes/reftex-global.el (isearch-next-buffer-function)
11200 (TeX-master):
11201 * textmodes/reftex.el (font-lock-keywords):
11202 * textmodes/tex-mode.el (font-lock-comment-face)
11203 (font-lock-doc-face):
11204 * textmodes/texinfo.el (outline-heading-alist):
11205 Add defvars.
11206
11207 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11208 (artist-spray-chars, artist-mode-init, artist-replace-string)
11209 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11210 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11211 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11212
11213 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11214 (conf-align-assignments): "?\ " -> "?\s".
11215
11216 * textmodes/reftex-index.el (TeX-master): Add defvar.
11217 (reftex-index-phrases-marker): Move up defvar.
11218
11219 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11220 (reftex-toc-include-labels-indicator)
11221 (reftex-toc-include-index-indicator)
11222 (reftex-toc-max-level-indicator): Move up declarations.
11223
11224 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11225 of args to `tramp-run-real-handler', even if it's empty in this case.
11226
11227 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11228
11229 * dired.el (dired-move-to-filename-regexp): Add date format for
11230 Mac OS X 10.3 in East Asian locales.
11231
11232 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11233
11234 * files.el (make-auto-save-file-name): Add file name handler call
11235 if applicable.
11236
11237 * net/tramp.el (tramp-file-name-handler-alist)
11238 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11239 (tramp-handle-make-auto-save-file-name): Rename from
11240 `tramp-make-auto-save-file-name'.
11241 (tramp-exists-file-name-handler): New defun.
11242 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11243 `make-auto-save-file-name' is not a magic file name operation.
11244
11245 2005-08-30 Richard M. Stallman <rms@gnu.org>
11246
11247 * files.el (risky-local-variable-p):
11248 Match `-predicates' and `-commands.
11249
11250 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11251 (custom-save-all): Visit the file if necessary;
11252 kill the buffer if we created it.
11253 (custom-save-delete): Don't visit file or kill buffer here.
11254
11255 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11256
11257 * textmodes/org.el (org-special-keyword): New face.
11258 (org-table-copy-down, org-table-eval-formula)
11259 (org-table-recalculate, org-init-section-numbers):
11260 Use `string-to-number' instead of `string-to-int'.
11261 (org-get-location): Use `insert-buffer-substring' instead of
11262 `insert-buffer'.
11263 (org-modify-diary-entry-string): New function.
11264 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11265 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11266 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11267 active region.
11268 (org-export-as-html): Handle QUOTE keyword.
11269 (org-quote-string): New option.
11270 (org-bookmark-jump-unhide): New function, used for
11271 `bookmark-after-jump-hook'.
11272 (org-diary-default-entry): Apply only when not called through
11273 `org-agenda'.
11274
11275 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11276
11277 * net/eudc.el (mode-popup-menu):
11278 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11279 * progmodes/ada-mode.el (compile-auto-highlight)
11280 (skeleton-further-elements):
11281 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11282 * progmodes/cmacexp.el (msdos-shells):
11283 * progmodes/compile.el (font-lock-extra-managed-props)
11284 (font-lock-keywords, font-lock-maximum-size)
11285 (font-lock-support-mode):
11286 * progmodes/grep.el (font-lock-lines-before):
11287 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11288 * progmodes/mixal-mode.el (compile-command):
11289 * progmodes/perl-mode.el (font-lock-comment-face)
11290 (font-lock-doc-face, font-lock-string-face):
11291 * progmodes/prolog.el (comint-prompt-regexp):
11292 * progmodes/sh-script.el (font-lock-comment-face)
11293 (font-lock-set-defaults, font-lock-string-face):
11294 * progmodes/sql.el (font-lock-keyword-face)
11295 (font-lock-set-defaults, font-lock-string-face):
11296 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11297 (itimer-version, lazy-lock-defer-contextually)
11298 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11299 Add defvars.
11300
11301 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11302 (cperl-electric-keyword, cperl-electric-pod)
11303 (cperl-electric-backspace, cperl-forward-re)
11304 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11305 (vc-rcs-header, vc-sccs-header): Add defvars.
11306
11307 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11308 (font-lock-syntactic-keywords, gud-find-expr-function):
11309 Add defvars.
11310
11311 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11312 (gdb-frame-parameters): Declare before use.
11313
11314 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11315 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11316 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11317 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11318
11319 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11320 (idlwave-help-with-source): Use `insert-buffer-substring', not
11321 `insert-buffer'.
11322
11323 2005-08-29 Juri Linkov <juri@jurta.org>
11324
11325 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11326 Put outline-back-to-heading function call inside save-excursion.
11327
11328 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11329
11330 * man.el (Man-init-defvars, Man-translate-references)
11331 (Man-support-local-filenames, Man-highlight-references):
11332 * progmodes/sql.el (sql-interactive-mode):
11333 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11334
11335 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11336 (compilation-mode-font-lock-keywords): Add defvars.
11337 (checkdoc-interactive-loop): "?\ " -> "?\s".
11338
11339 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11340 (font-lock-doc-face, font-lock-string-face)
11341 (font-lock-keywords-case-fold-search): Add defvars.
11342 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11343
11344 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11345 Don't pass X and Y (they are ignored anyway).
11346 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11347 (mouse-delete-window): Make arguments optional.
11348
11349 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11350 (caesar-translate-table, minor-modes, news-buffer-save)
11351 (news-group-name, news-minor-modes): Add defvars.
11352
11353 * emacs-lisp/lselect.el (mouse-highlight-priority)
11354 (x-lost-selection-functions, zmacs-regions):
11355 * emacs-lisp/pp.el (font-lock-verbose):
11356 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11357 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11358 (ses-mode-map):
11359 * emacs-lisp/tcover-unsafep.el (safe-functions):
11360 * international/mule-cmds.el (mac-system-coding-system)
11361 (mac-system-locale):
11362 * language/ethio-util.el (rmail-current-message)
11363 (rmail-message-vector):
11364 * language/thai-util.el (thai-auto-composition-mode):
11365 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11366 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11367 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11368 (vm-primary-inbox, vm-spool-files):
11369 * mail/rmail.el (deleted-head, font-lock-fontified)
11370 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11371 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11372 (total-messages):
11373 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11374 (rmail-summary-mode-map):
11375 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11376 (rmail-last-label, rmail-last-multi-labels)
11377 (rmail-summary-vector, rmail-total-messages):
11378 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11379 * mail/rmailsum.el (msgnum):
11380 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11381 (rmail-current-message):
11382 * obsolete/fast-lock.el (font-lock-face-list):
11383 * obsolete/rnewspost.el (mail-reply-buffer):
11384 * obsolete/scribe.el (compile-command):
11385 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11386
11387 2005-08-28 John Paul Wallington <jpw@gnu.org>
11388
11389 * ibuf-ext.el (ibuffer-auto-update-changed):
11390 Use `frame-or-buffer-changed-p' to check whether we need to update.
11391 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11392 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11393 as a `frame-or-buffer-changed-p' state vector instead.
11394
11395 2005-08-27 Romain Francoise <romain@orebokech.com>
11396
11397 * textmodes/makeinfo.el (makeinfo-compile):
11398 Use `compilation-start'. Set `next-error-function' according to
11399 `disable-errors'.
11400 (makeinfo-next-error): New function.
11401 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11402 (makeinfo-buffer): Likewise.
11403
11404 * progmodes/compile.el (compilation-start): Add autoload cookie.
11405
11406 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11407 * textmodes/sgml-mode.el: Likewise.
11408 * progmodes/python.el: Likewise.
11409
11410 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11411
11412 * simple.el (blink-matching-paren-distance): Document the meaning
11413 of nil value, and allow to customize to nil.
11414
11415 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11416 command.com, not command.exe.
11417
11418 2005-08-26 John Wiegley <johnw@newartisans.com>
11419
11420 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11421 code around a bit so that an extraneous nil argument is not added
11422 to a command when no args are given.
11423
11424 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11425 double-quoted argument resolves to nil, return it as an empty
11426 string rather than as nil. This made it impossible to pass "" to
11427 a shell script as a null string argument.
11428
11429 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11430
11431 * outline.el (outline-invent-heading): New fun.
11432 (outline-promote, outline-demote): Use it.
11433 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11434 (outline-end-of-subtree): Remove unused var `opoint'.
11435
11436 2005-08-26 David Reitter <david.reitter@gmail.com>
11437
11438 * menu-bar.el (truncate-lines, write-file, print-buffer)
11439 (ps-print-buffer-faces, ps-print-buffer, split-window):
11440 Disable menu items when the frame they refer to is invisible, or when
11441 they refer to a buffer and the minibuffer is selected.
11442
11443 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11444
11445 * progmodes/flymake.el (flymake-highlight-err-lines):
11446 Use save-excursion around flymake-highlight-line to preserve point.
11447
11448 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11449
11450 * progmodes/octave-mod.el: Change Author and Maintainer address.
11451 (octave-maintainer-address): Change Kurt's email address.
11452 * progmodes/octave-inf.el: Change Author and Maintainer address.
11453 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11454
11455 2005-08-26 Kim F. Storm <storm@cua.dk>
11456
11457 * subr.el (version-list-<, version-list-<=, version-list-=):
11458 Rename from integer-list-*.
11459 (version-list-not-zero): Likewise. Fix while loop.
11460 (version=): Use version-list-= instead of string-equal.
11461
11462 2005-08-26 Richard M. Stallman <rms@gnu.org>
11463
11464 * outline.el (outline-promote): Try shortening the heading.
11465 As last resort, read the heading to use.
11466 (outline-demote): As last resort, read the heading to use.
11467
11468 2005-08-26 Romain Francoise <romain@orebokech.com>
11469
11470 * progmodes/compile.el (compilation-start): Doc fix.
11471
11472 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11473 (antlr-font-lock-additional-keywords): Fix reference to
11474 `antlr-font-lock-literal-regexp' erroneously changed during the
11475 mass face rename.
11476 (antlr-run-tool): Use `compilation-start'.
11477
11478 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11479 instead of the obsolete `compile-internal'.
11480
11481 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11482
11483 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11484 (number, original-date):
11485 * calendar/cal-china.el (date):
11486 * calendar/cal-coptic.el (date):
11487 * calendar/cal-french.el (date):
11488 * calendar/cal-hebrew.el (date, entry, number, original-date):
11489 * calendar/cal-islam.el (date, number, original-date):
11490 * calendar/cal-iso.el (date):
11491 * calendar/cal-julian.el (date):
11492 * calendar/cal-mayan.el (date):
11493 * calendar/cal-menu.el (date, event):
11494 * calendar/cal-persia.el (date):
11495 * calendar/lunar.el (date):
11496 * calendar/solar.el (date): Add defvars.
11497
11498 * emerge.el:
11499 * ibuffer.el:
11500 * info-xref.el:
11501 * obsolete/bg-mouse.el:
11502 * obsolete/sun-curs.el:
11503 * obsolete/swedish.el: Move the `defvar's to the top level.
11504
11505 * smerge-mode.el (smerge-refined-change): Add :group.
11506
11507 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11510 (smerge-keep-n): Remove props.
11511 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11512 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11513 now that it's done in smerge-keep-n.
11514 (smerge-refined-change): New face.
11515 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11516 (smerge-refine): New funs.
11517 (smerge-basic-map): Bind smerge-refine.
11518
11519 2005-08-25 Juri Linkov <juri@jurta.org>
11520
11521 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11522 compilation-process-setup-function and compilation-disable-input
11523 in grep-mode instead of let-bindings in grep.
11524
11525 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11526 Delete "Automatic File De/compression" (auto-compression-mode).
11527
11528 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11529
11530 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11531 Silence warning about non-existent variable.
11532
11533 2005-08-25 Richard M. Stallman <rms@gnu.org>
11534
11535 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11536 Rename "Describe Key" to "Describe Key or Mouse Operation".
11537
11538 * mail/mailalias.el (build-mail-aliases): Delete comments
11539 from the contents before processing them.
11540
11541 * isearch.el (isearch-edit-string): Erase the Search prompt
11542 if user enters an empty string and there is no default.
11543
11544 * comint.el (comint-file-name-prefix): Add autoload.
11545
11546 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11547
11548 * subr.el (play-sound): Rearrange to avoid warning.
11549
11550 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11551
11552 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11553 New hook.
11554 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11555
11556 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11557
11558 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11559
11560 * custom.el (custom-theme-set-variables): Sort minor modes last.
11561
11562 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11563
11564 * subr.el (version-separator, version-regexp-alist): New vars used by
11565 version comparison funs.
11566 (integer-list-<, integer-list-=, integer-list-<=)
11567 (integer-list-not-zero): New funs for integer list comparison.
11568 (version-to-list, version=, version<, version<=): New funs for version
11569 comparison.
11570
11571 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11572
11573 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11574 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11575 time to silence the byte-compiler.
11576
11577 * ibuffer.el (ibuffer-compile-make-eliding-form)
11578 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11579 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11580 so it's silly to get warnings for it).
11581 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11582 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11583 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11584 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11585 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11586 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11587 Defvar at compile time.
11588 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11589 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11590 Declare them before use.
11591
11592 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11593 (info-xref-good, info-xref-bad): Defvar at compile time.
11594
11595 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11596 Use `let*' instead of `let'.
11597
11598 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11599 (*mouse-y*, menu, char): Defvar at compile time.
11600 (sc::menu): Declare it before use.
11601 (sc::pack-one-line): Use `let', not `let*'.
11602
11603 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11604 (mail-send-hook): Defvar at compile time.
11605
11606 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11607 Defvar at compile time.
11608
11609 * term/sun-mouse.el (current-global-mousemap)
11610 (current-local-mousemap): Declare them before use.
11611
11612 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11613
11614 * bookmark.el (bookmark-after-jump-hook): New hook.
11615 (bookmark-jump): Run `bookmark-after-jump-hook'.
11616
11617 2005-08-23 Juri Linkov <juri@jurta.org>
11618
11619 * faces.el (minibuffer-prompt): Doc fix.
11620
11621 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11622
11623 * progmodes/xscheme.el: Trivial changes to silence warnings.
11624 (xscheme-previous-mode, xscheme-previous-process-state):
11625 Add defvars.
11626 (xscheme-last-input-end, xscheme-process-command-line)
11627 (xscheme-process-name, xscheme-buffer-name)
11628 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11629 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11630 (xscheme-control-g-synchronization-p)
11631 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11632 (default-xscheme-runlight, xscheme-runlight)
11633 (xscheme-runlight-string, xscheme-process-filter-state)
11634 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11635 Move to beginning of file.
11636 (scheme-interaction-mode-commands-alist)
11637 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11638 Declare them before use. Note: the initialization code for the variables
11639 has not been moved because it uses functions that reference the variables.
11640 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11641 (xscheme-prompt-for-expression-map): Declare them before use.
11642 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11643
11644 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11645
11646 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11647
11648 2005-08-22 Juri Linkov <juri@jurta.org>
11649
11650 * faces.el (set-face-underline): Delete this duplicate function
11651 and make an obsolete alias to set-face-underline-p.
11652 (set-face-underline-p): Use docstring of set-face-underline.
11653 (describe-face): Create hyperlink to parent face.
11654
11655 * info.el (Info-insert-dir): Use save-excursion around
11656 insert-buffer-substring.
11657 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11658 (Info-escape-percent): Delete function.
11659 (Info-fontify-node): Replace Info-escape-percent by
11660 replace-regexp-in-string with REP arg set to lambda that
11661 duplicates `%' and preserves text properties.
11662
11663 * progmodes/compile.el (compilation-disable-input): Doc fix.
11664 (define-compilation-mode): Doc fix and refill.
11665 (kill-compilation): Use `mode-name' in the error message.
11666 (compilation-find-file): Use `compilation-error' in the
11667 read-file-name's prompt.
11668
11669 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11670
11671 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11672 (smerge-auto-leave): Make undo re-enable the mode.
11673 (debug-ignored-errors): Add the user-error of impossible resolution.
11674 (smerge-resolve): Move things around a bit, in preparation for later.
11675 (smerge-diff): Don't fail if the buffer has no associated file.
11676 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11677 (smerge-conflict-overlay): New function.
11678 (smerge-match-conflict): Don't add text properties here.
11679 (smerge-find-conflict): Instead, add an overlay here.
11680 Also check for the case where we're inside a conflict already, so as to
11681 obviate the need for font-lock-multiline, which is unbearably slow with
11682 large conflicts and ciomplex font-lock patterns.
11683 (smerge-remove-props): Remove overlay rather than text-properties.
11684 (smerge-mode): Don't set font-lock-multiline.
11685 Remove overlays when turned off.
11686
11687 2005-08-21 Kim F. Storm <storm@cua.dk>
11688
11689 * ido.el (ido-ignore-item-p): Use save-match-data.
11690 Bind case-fold-search to ido-case-fold locally.
11691
11692 2005-08-20 Richard M. Stallman <rms@gnu.org>
11693
11694 * files.el (normal-mode): If font lock is on, turn it off and on.
11695
11696 * subr.el (replace-regexp-in-string): Doc fix.
11697
11698 * startup.el (command-line-1): Don't suppress startup screen
11699 due to existing processes.
11700
11701 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11702
11703 * progmodes/compile.el (compilation-disable-input): Default to nil.
11704
11705 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11706
11707 * progmodes/compile.el (compilation-disable-input): New defcustom.
11708 (compilation-start): If compilation-disable-input is non-nil, send
11709 EOF to the compilation process.
11710
11711 2005-08-20 Eli Zaretskii <eliz@gnu.org>
11712
11713 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11714 Run the argument of tex-shell-cd-command through
11715 convert-standard-filename, to get the correct style of slashes on
11716 Windows, and enclose the result in quotes, in case the file name
11717 includes whitespace or other special characters.
11718
11719 2005-08-19 Andreas Schwab <schwab@suse.de>
11720
11721 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11722 process.
11723
11724 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
11725
11726 * cus-start.el (minibuffer-prompt-properties): Correct typo.
11727
11728 2005-08-18 Kim F. Storm <storm@cua.dk>
11729
11730 * scroll-lock.el: Fix errors due to incorrect line wrapping.
11731
11732 2005-08-18 Richard M. Stallman <rms@gnu.org>
11733
11734 * scroll-lock.el: New file.
11735
11736 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
11737
11738 * dired.el (dired-move-to-end-of-filename):
11739 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11740
11741 2005-08-18 Kim F. Storm <storm@cua.dk>
11742
11743 * ido.el (ido-everywhere): Fix defcustom :set function to disable
11744 rather than toggle mode when custom value is nil.
11745 (ido-everywhere): Fix defun doc string.
11746
11747 2005-08-17 Richard M. Stallman <rms@gnu.org>
11748
11749 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11750 as tag instead of "Inviolable".
11751
11752 2005-08-17 Kim F. Storm <storm@cua.dk>
11753
11754 * windmove.el (windmove-coordinates-of-position): Remove.
11755 (windmove-coordinates-of-window-position): Remove.
11756 (windmove-reference-loc): Use posn-at-point instead.
11757
11758 * subr.el (insert-for-yank-1): Doc fix.
11759
11760 * ido.el (ido-enter-matching-directory): Rename from
11761 ido-enter-single-matching-directory. Change `slash' choice to
11762 `only'. Add `first' choice.
11763 (ido-exhibit): Adapt to above changes.
11764
11765 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
11766
11767 * Makefile.in: Expand comment about building loaddefs.el.
11768
11769 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
11770
11771 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11772 Comment use of defadvice.
11773
11774 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11775
11776 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
11777
11778 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11779 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11780 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11781 * progmodes/idlw-shell.el, progmodes/ld-script.el,
11782 * progmodes/which-func.el, ruler-mode.el, strokes.el,
11783 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11784 for backward compatibility for faces that did not appear in the
11785 previous Emacs release.
11786
11787 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11788
11789 2005-08-15 Kim F. Storm <storm@cua.dk>
11790
11791 * emulation/cua-base.el (cua-delete-region): Return t if
11792 deleted region was non-empty.
11793 (cua-replace-region): Inhibit overwrite-mode for
11794 self-insert-command if replaced region was non-empty.
11795 (cua--explicit-region-start, cua--status-string): Make them
11796 buffer-local at top-level...
11797 (cua-mode): ...rather than when mode is enabled.
11798
11799 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
11800
11801 * progmodes/vhdl-mode.el (vhdl-emacs-21):
11802 Set t for Emacs 21, 22, and so on.
11803
11804 2005-08-15 David Ponce <david@dponce.com>
11805
11806 * tree-widget.el: Update Commentary header.
11807 (tree-widget-theme): Doc fix.
11808 (tree-widget-space-width): New option.
11809 (tree-widget-image-properties): Look up in the default theme too.
11810 (tree-widget--cursors): Only for images with arrow pointer shape.
11811 (tree-widget-lookup-image): Pointer shape is hand by default.
11812 (tree-widget-icon): Rename generic icon widget from
11813 `tree-widget-control'.
11814 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11815 derive from `tree-widget-icon'.
11816 (tree-widget-handle): Improve default look and feel of the text
11817 representation.
11818 (tree-widget): Rename :*-control properties to :*-icon properties.
11819 Add :action and :help-echo properties.
11820 (tree-widget-after-toggle-functions): Move.
11821 (tree-widget-close-node, tree-widget-open-node): Remove.
11822 (tree-widget-before-create-icon-functions): New hook.
11823 (tree-widget-value-create): Update to allow customization of icons
11824 and nodes at run-time via that new hook.
11825 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11826 (tree-widget-icon-action, tree-widget-icon-help-echo)
11827 (tree-widget-action, tree-widget-help-echo): New functions.
11828
11829 2005-08-15 Kim F. Storm <storm@cua.dk>
11830
11831 * ido.el (ido-buffer-internal): Use with-no-warnings.
11832 (ido-make-merged-file-list): Use while-no-input.
11833
11834 2005-08-15 Richard M. Stallman <rms@gnu.org>
11835
11836 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11837 (flyspell-large-region): Fix doc and custom type.
11838
11839 2005-08-14 Richard M. Stallman <rms@gnu.org>
11840
11841 * files.el (interpreter-mode-alist): Doc fix.
11842
11843 * mail/rmail.el (rmail-nonignored-headers): New variable.
11844 (rmail-clear-headers): Use it.
11845 (rmail-reply): Better handling of mail-followup-to header.
11846
11847 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11848 Rename variable from sh-font-lock-keywords. In the `shell' entry,
11849 don't try to refer to executable-font-lock-keywords.
11850 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
11851 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
11852 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
11853 (sh-mode): Set comment-start-skip, local-abbrev-table,
11854 imenu-case-fold-search.
11855 (sh-set-shell): Don't set them here.
11856 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
11857 Don't cache the results in the original alist; don't ever modify
11858 that alist.
11859
11860 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11861
11862 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11863 empty.
11864
11865 2005-08-15 Andreas Schwab <schwab@suse.de>
11866
11867 * desktop.el: Put autoload cookie at risky-local-variable declarations.
11868
11869 * dired.el, info.el, mail/rmail.el: Revert last change.
11870
11871 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
11872
11873 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11874 modification in `eval-after-load' form.
11875 * info.el: Likewise.
11876 * mail/rmail.el: Likewise.
11877
11878 2005-08-14 Juri Linkov <juri@jurta.org>
11879
11880 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11881 Remove highlighting of "Compilation started". Highlight only
11882 the word "finished" in "Compilation finished". Add highlighting
11883 of "interrupt", "killed", "terminated" and the exit code.
11884 (compilation-start): Add newline after header. Use exactly the
11885 same time stamp format as the finishing message.
11886 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11887
11888 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11889 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11890 Add highlighting of "interrupt", "killed", "terminated".
11891
11892 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11893 enabled and the current command is self-insert-command, call it
11894 explicitly with overwrite-mode bound to nil, to not allow it
11895 to delete the character after the selected region.
11896
11897 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
11898
11899 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11900 move-end-of-line, end-of-line, and beginning-of-line to the list
11901 of commands after which the echo area is updated.
11902
11903 2005-08-12 Eli Zaretskii <eliz@gnu.org>
11904
11905 * cus-edit.el (custom-save-all, custom-save-delete):
11906 Bind recentf-exclude to exclude custom-file.
11907
11908 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
11909
11910 * mail/rmailsum.el (rmail-summary-end-of-message): New command
11911 to go to the bottom of the mail message. Added to
11912 `rmail-summary-mode-map' with key "/".
11913 (rmail-summary-show-message): New (internal) function for use by
11914 both `rmail-summary-beginning/end-of-message'.
11915 (rmail-summary-beginning-of-message): Change to use
11916 rmail-summary-show-message.
11917
11918 * mail/rmail.el (rmail-end-of-message): New command to go to the
11919 end of the current message. Added to `rmail-mode-map' with key "/".
11920 (rmail-beginning-of-message): Fix to work as documented.
11921 (rmail-mode): Change documentation.
11922
11923 * progmodes/compile.el (compilation-start): Add the line
11924 "Compilation started" with compilation start time.
11925 (compilation-mode-font-lock-keywords): Add `started' to keywords.
11926
11927 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
11928
11929 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11930 of menu items.
11931
11932 2005-08-11 Richard M. Stallman <rms@gnu.org>
11933
11934 * simple.el (pop-global-mark): Reverse test of widen-automatically.
11935
11936 * battery.el (battery-status-function): Don't use ignore-errors.
11937
11938 2005-08-11 Lute Kamstra <lute@gnu.org>
11939
11940 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11941 define-obsolete-variable-alias.
11942
11943 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11944
11945 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11946 (ange-ftp-send-cmd): Revert last change, and expand
11947 the comment explaining the problem.
11948
11949 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
11950
11951 * ldefs-boot.el: Update.
11952
11953 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11954 item to "Time, Load and Mail". Change help echo text.
11955
11956 * time.el (display-time-use-mail-icon, display-time-format)
11957 (display-time-string-forms): Shorten first line of docstrings.
11958
11959 2005-08-10 Lars Hansen <larsh@soem.dk>
11960
11961 * desktop.el (desktop-buffer-mode-handlers):
11962 Make non-customizable. Add autoload cookie. Change initial value to
11963 nil; add elements in respective modules instead. Fix doc string.
11964 (desktop-load-file): New function.
11965 (desktop-minor-mode-handlers): New autoloaded variable.
11966 (desktop-create-buffer): Call minor mode handlers.
11967 Use desktop-load-file to load major and minor mode modules prior to
11968 checking for a handler.
11969 (desktop-save): Don't add nil to desktop-minor-modes for minor
11970 modes with nil function in desktop-minor-mode-table. Don't delete
11971 desktop file before rewriting it.
11972 (desktop-locals-to-save): Add autoload cookie. Don't make
11973 automatically buffer-local. Add variables column-number-mode,
11974 size-indication-mode, indent-tabs-mode,
11975 indicate-buffer-boundaries, indicate-empty-lines and
11976 show-trailing-whitespace.
11977 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11978 regexps. Don't use desktop-clear-preserve-buffers-regexp.
11979 (desktop-clear-preserve-buffers-regexp): Delete.
11980 (desktop-clear-preserve-buffers): Update initial value and docstring.
11981 (desktop-save-buffer): Fix doc string.
11982
11983 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11984 (hilit-chg-desktop-restore): New function.
11985 (highlight-changes-mode): Add highlight-changes-mode to
11986 desktop-locals-to-save.
11987
11988 * dired.el: Add handler to desktop-buffer-mode-handlers.
11989 (dired-restore-desktop-buffer): Remove autoload cookie.
11990 (dired-mode): Add autoload cookie.
11991
11992 * info.el: Add handler to desktop-buffer-mode-handlers.
11993 (Info-restore-desktop-buffer): Remove autoload cookie.
11994 (Info-mode): Add autoload cookie.
11995
11996 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11997 (mh-restore-desktop-buffer): Remove autoload cookie.
11998 (mh-folder-mode): Add autoload cookie.
11999
12000 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12001 (rmail-restore-desktop-buffer): Remove autoload cookie.
12002
12003 2005-08-11 Masatake YAMATO <jet@gyve.org>
12004
12005 * hexl.el (hexl-address-region):
12006 (hexl-ascii-region, hexl-font-lock-keywords):
12007 (hexl-highlight-line-range): Use the term "region"
12008 instead of "area" for consistency with the other symbols
12009 defined in hexl.el.
12010
12011 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12012
12013 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12014 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12015 out by Juri Linkov). Add `display-battery-mode'.
12016
12017 2005-08-09 Juri Linkov <juri@jurta.org>
12018
12019 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12020 Remove `-text' from face variable names.
12021 (compilation-error-file-name, compilation-warning-file-name)
12022 (compilation-info-file-name): Delete faces.
12023 (compilation-line-number, compilation-column-number):
12024 Remove face underlining.
12025 (compilation-message-face): Set to `underline' value by default.
12026 (compilation-error-face, compilation-warning-face)
12027 (compilation-info-face): Remove `-file-name' from face names.
12028 (compilation-error-text-face, compilation-warning-text-face)
12029 (compilation-info-text-face): Delete face variables.
12030 (compilation-text-face): Delete function.
12031
12032 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12033 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12034 (grep-error-face): Set to `compilation-error' instead of
12035 `compilation-error-face' (which is redefined to `grep-hit-face' in
12036 grep buffers).
12037 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12038 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12039
12040 * dired-aux.el (dired-do-query-replace-regexp):
12041 Use `query-replace-read-args'.
12042
12043 * replace.el (query-replace-read-from, query-replace-read-to)
12044 (query-replace-read-args): Rename arg `string' to `prompt'.
12045
12046 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12047
12048 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12049
12050 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12051 uploading files.
12052 (ange-ftp-canonize-filename): Handle file names beginning with ~
12053 correctly.
12054
12055 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12056
12057 * textmodes/fill.el (canonically-space-region)
12058 (fill-context-prefix, fill-french-nobreak-p)
12059 (fill-delete-newlines, fill-comment-paragraph)
12060 (justify-current-line): "?\ " -> "?\s".
12061
12062 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12063
12064 * textmodes/fill.el (fill-nonuniform-paragraphs):
12065 Improve argument/docstring consistency.
12066
12067 2005-08-09 Richard M. Stallman <rms@gnu.org>
12068
12069 * textmodes/ispell.el (ispell-word): More fboundp checks.
12070
12071 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12072 (find-file-noselect-1): Call it here, only if RAWFILE.
12073 (normal-mode): Always set some major mode.
12074 (save-some-buffers-action-alist): Change some explanation strings.
12075 (file-name-non-special): In the `quote' method, use unwind-protect.
12076
12077 2005-08-09 Magnus Henoch <mange@freemail.hu>
12078
12079 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12080 (ispell-have-aspell-dictionaries): New variable.
12081 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12082 (ispell-get-aspell-config-value): New function.
12083 (ispell-aspell-find-dictionary): New function.
12084 (ispell-aspell-add-aliases): New function.
12085 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12086 appropriate. Don't look for ispell dictionaries if we use aspell.
12087 (ispell-menu-map): Don't build a submenu of dictionaries.
12088
12089 2005-08-09 Richard M. Stallman <rms@gnu.org>
12090
12091 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12092 (sql-read-passwd): Use read-passwd.
12093
12094 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12095 (idlwave-toolbar-is-possible): Add defvars.
12096
12097 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12098 Avoid warnings.
12099
12100 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12101 (idlwave-system-class-info, idlwave-executive-commands-alist):
12102 Use defvar.
12103
12104 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12105
12106 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12107 Avoid warnings.
12108
12109 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12110 and content-type: headers.
12111
12112 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12113
12114 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12115 and rename some of them to be more self-explanatory.
12116
12117 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12118
12119 * startup.el (command-line-1): Implement -scriptload.
12120
12121 * replace.el (occur-engine): Initial *Occur* output not undoable.
12122
12123 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12124 and improve help strings.
12125
12126 * isearch.el (isearch-repeat): When changing direction,
12127 mark search successful.
12128
12129 * ediff-init.el: Use (featurep 'xemacs).
12130
12131 * comint.el (send-invisible): Identify buffer, if not selected.
12132
12133 * align.el: Delete autoload for c-guess-basic-syntax.
12134
12135 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12136
12137 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12138 Improve argument/docstring consistency. Doc fixes.
12139 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12140 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12141 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12142 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12143 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12144 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12145 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12146 Defvar at compile time.
12147
12148 2005-08-09 Juri Linkov <juri@jurta.org>
12149
12150 * info.el: Replace `info' with upper-case `Info' where appropriate.
12151 (info-title-1, info-title-2, info-title-3, info-title-4)
12152 (info-menu-header): Move up face definitions.
12153 (info-menu-star): Rename from `info-menu-5'.
12154 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12155 (Info-fontify-visited-nodes): Fix docstring.
12156 (Info-hide-note-references): Fix docstring.
12157 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12158 menu items in the same way as on cross-references.
12159 (info-apropos): Fix sorting order and formatting to be like in the
12160 stand-alone Info browser. Display error messages for 1 sec.
12161 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12162 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12163 from the menu bar.
12164 (Info-insert-dir): Restore point after calling
12165 `insert-buffer-substring'.
12166
12167 2005-08-08 Richard M. Stallman <rms@gnu.org>
12168
12169 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12170 (recompute-lucid-menubar): Add defvars.
12171
12172 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12173
12174 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12175
12176 * net/net-utils.el (run-dig): Rename from `dig'.
12177
12178 * play/gametree.el (gametree-mode): Use make-local-variable,
12179 not make-variable-buffer-local.
12180
12181 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12182
12183 * ansi-color.el (ansi-color-make-extent)
12184 (ansi-color-set-extent-face): Use fboundp, not functionp.
12185
12186 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12187 not make-variable-buffer-local.
12188
12189 * bookmark.el (Info-current-file): Add defvar.
12190 (bookmark-jump-noselect): Use with-no-warnings.
12191
12192 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12193
12194 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12195
12196 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12197
12198 * find-file.el (ada-procedure-start-regexp)
12199 (ada-package-start-regexp): Add defvars.
12200
12201 * info.el (Info-insert-dir): Use insert-buffer-substring.
12202
12203 * xml.el (xml-att-def-re): Add defvar.
12204
12205 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12206 calling convention.
12207
12208 * subr.el (while-no-input): Return t if there is input.
12209
12210 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12211
12212 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12213
12214 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12215
12216 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12217 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12218
12219 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12220
12221 * cmuscheme.el (scheme-start-file): Replace reference to
12222 `user-emacs-directory' by "~/.emacs.d/".
12223
12224 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12225
12226 * info.el (Info-dir-remove-duplicates): Avoid case folding
12227 in loop; instead, keep downcased strings for comparison.
12228 Suggested by Helmut Eller.
12229
12230 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12231
12232 Sync with Tramp 2.0.50.
12233
12234 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12235 XEmacs case; not necessary anymore.
12236 (tramp-user-regexp): Allow "@" as part of user name.
12237 (tramp-handle-set-visited-file-modtime)
12238 (tramp-handle-insert-file-contents)
12239 (tramp-handle-write-region): No special handling for
12240 `last-coding-system-used, because this is done in
12241 `tramp-accept-process-output' now.
12242 (tramp-accept-process-output): New defun.
12243 (tramp-process-one-action, tramp-process-one-multi-action)
12244 (tramp-wait-for-regexp, tramp-wait-for-output)
12245 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12246 Howells <dhowells@redhat.com>.
12247 (clear-visited-file-modtime): Defadvice removed. The check for
12248 unset buffer's modtime does not need to be based on
12249 `tramp-buffer-file-attributes'. Suggested by RMS.
12250 (tramp-message): Insert "\n" if not being at beginning of line.
12251 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12252 sequence with same logic.
12253 (tramp-completion-handle-expand-file-name): Discard call of
12254 `tramp-drop-volume-letter'. It is not necessary, and there have
12255 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12256 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12257 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12258 should always be visible.
12259 (tramp-handle-insert-directory, tramp-setup-complete)
12260 (tramp-set-process-query-on-exit-flag)
12261 (tramp-append-tramp-buffers): Pacify byte-compiler.
12262 (tramp-bug): Delete non-existing variables from list.
12263 Apply `tramp-load-report-modules' as pre-hook.
12264 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12265 `shell-prompt-pattern' because of non-7bit characters.
12266 Reported by Sebastian Luque <sluque@mun.ca>.
12267 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12268 (tramp-match-string-list): Remove function.
12269 (tramp-wait-for-regexp): Remove call of that function.
12270 Suggested by Kim F. Storm <storm@cua.dk>.
12271 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12272 instead of octal character code ?\600. The latter resulted in a
12273 syntax error with XEmacs.
12274
12275 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12276 XEmacs case; not necessary anymore.
12277 (tramp-smb-handle-write-region): No special handling for
12278 `last-coding-system-used, because this is done in
12279 `tramp-accept-process-output' now.
12280 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12281
12282 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12283
12284 * wid-edit.el (widget-choice-value-create):
12285 Unconditionally respect user choice. Set :explicit-choice back to nil
12286 when no longer needed.
12287 (widget-choice-action): Unconditionally respect user choice.
12288 Eliminate :explicit-choice-value.
12289
12290 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12291
12292 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12293 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12294 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12295 running new function `toggle-indicate-empty-lines'.
12296 Rename "Customize" item to "Customize fringe".
12297 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12298 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12299 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12300 Delete "Empty lines only" item.
12301 (menu-bar-showhide-fringe-ind-customize): New function.
12302 (menu-bar-showhide-fringe-ind-mixed)
12303 (menu-bar-showhide-fringe-ind-box)
12304 (menu-bar-showhide-fringe-ind-right)
12305 (menu-bar-showhide-fringe-ind-left)
12306 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12307 instead of `fringe-indicators'.
12308
12309 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12310
12311 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12312 Change the date of last update.
12313
12314 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12315
12316 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12317 (viper-exec-yank, viper-put-back): Don't display modification msg
12318 if in the minibuffer.
12319
12320 * viper-init.el (viper-replace-overlay-cursor-color)
12321 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12322 Make variables frame local.
12323
12324 * viper-util.el (viper-append-filter-alist): Use append instead of
12325 nconc.
12326
12327 * viper.el (viper-vi-state-mode-list)
12328 (viper-emacs-state-mode-list): Move help-mode and
12329 completion-list-mode from the first list to the second.
12330 (viper-mode): Docstring.
12331 (viper-go-away, viper-non-hook-settings): Don't localize
12332 minor-mode-alist in newer Emacsen. Add advice to
12333 set-cursor-color. Don't bind "\C-c\\".
12334
12335 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12336
12337 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12338 (scheme-macro-expand-command): New user options.
12339 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12340 (scheme-form-at-point, scheme-start-file)
12341 (scheme-interactively-start-process): New functions.
12342 (scheme-get-process): New function, extracted from `scheme-proc'.
12343 (run-scheme): Call `scheme-start-file' to get start file, and pass
12344 it to `make-comint'.
12345 (switch-to-scheme, scheme-proc):
12346 Call `scheme-interactively-start-process' if no Scheme buffer/process
12347 is available.
12348
12349 2005-08-06 Juri Linkov <juri@jurta.org>
12350
12351 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12352 Use `compilation-text-face', `compilation-info-text-face' and
12353 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12354 (compilation-error): New face.
12355 (compilation-error-file-name): Inherit from
12356 `compilation-error' instead of `font-lock-warning-face'.
12357 (compilation-warning-file-name): Inherit from
12358 `compilation-warning' instead of `font-lock-warning-face'.
12359 (compilation-info, compilation-error-file-name)
12360 (compilation-warning-file-name, compilation-info-file-name)
12361 (compilation-line-number, compilation-column-number): Doc fix.
12362 (compilation-error-text-face, compilation-warning-text-face)
12363 (compilation-info-text-face): New face variables.
12364 (compilation-line-face, compilation-column-face)
12365 (compilation-enter-directory-face)
12366 (compilation-leave-directory-face): Doc fix.
12367 (compilation-text-face): New function.
12368
12369 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12370 instead of 1 to display binary file names as info file links.
12371 (grep-error-face): Use `compilation-error-face' instead of
12372 `font-lock-keyword-face'.
12373 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12374 and `compilation-warning-text-face' instead of
12375 `font-lock-keyword-face'. Use `compilation-error-text-face'
12376 instead of `grep-error-face'.
12377
12378 2005-08-05 Kenichi Handa <handa@m17n.org>
12379
12380 * international/code-pages.el: Add autoload cookies for all coding
12381 systems.
12382
12383 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12384
12385 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12386
12387 2005-08-04 Juri Linkov <juri@jurta.org>
12388
12389 * progmodes/compile.el (compilation-mode-map):
12390 * progmodes/grep.el (grep-mode-map):
12391 Bind TAB to `compilation-next-error' and [backtab] to
12392 `compilation-previous-error'.
12393
12394 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12395 matching line numbers, column numbers and their ranges with regexp
12396 matching only line numbers.
12397 (grep-context-face): New face variable.
12398 (grep-mode-font-lock-keywords): Use it.
12399
12400 * faces.el (read-face-name): Delete duplicate faces.
12401
12402 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12403
12404 * thumbs.el (thumbs-find-image): Don't make variables
12405 automatically buffer local.
12406 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12407 (thumbs-image-num): Make automatically buffer local.
12408 (thumbs-show-thumbs-list): Use `make-local-variable', not
12409 `make-variable-buffer-local'.
12410 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12411
12412 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12413 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12414 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12415 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12416 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12417 (feelings-about, foullst, found, hello, history, howareyoulst)
12418 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12419 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12420 (neglst, obj, object, owner, please, problems, qlist)
12421 (random-adjective, relation, remlst, repetitive-shortness)
12422 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12423 (shortlst, something, sportslst, stallmanlst, states, subj)
12424 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12425 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12426 Defvar at compile time.
12427
12428 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12429 not `make-variable-buffer-local'.
12430
12431 2005-08-02 Kim F. Storm <storm@cua.dk>
12432
12433 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12434 rectangle overlay in selected window.
12435
12436 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12437
12438 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12439 instead of display group. Make `indicate-buffer-boundaries'
12440 customizable through Custom.
12441
12442 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12443
12444 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12445 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12446 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12447 (gdb-put-string): Fix typos in docstrings.
12448
12449 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12450
12451 Update copyright notices of files in progmodes directory for
12452 release of Emacs 22.1.
12453
12454 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12455
12456 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12457 Don't barf if the GUD buffer has been killed.
12458
12459 2005-08-01 Kim F. Storm <storm@cua.dk>
12460
12461 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12462
12463 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12464
12465 * simple.el (next-error-follow-minor-mode):
12466 make-variable-buffer-local -> make-local-variable.
12467
12468 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12469
12470 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12471 (byte-compile-form-make-variable-buffer-local): New functions to warn
12472 about misuses of make-variable-buffer-local where make-local-variable
12473 was meant.
12474
12475 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12476
12477 * bs.el (bs-attributes-list): Doc fix.
12478 (bs): Update url-link.
12479
12480 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12481 (desktop-load-default): Simplify.
12482
12483 * ibuffer.el (ibuffer-columnize-and-insert-list)
12484 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12485 (ibuffer-unmark-all, ibuffer-toggle-marks)
12486 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12487 (ibuffer-compile-make-format-form, ibuffer-format-column)
12488 (ibuffer-current-buffers-with-marks)
12489 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12490 (ibuffer): Doc fix.
12491 (ibuffer-mode): Fix typo in docstring.
12492 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12493 with `define-obsolete-variable-alias'.
12494 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12495
12496 2005-07-29 Kenichi Handa <handa@m17n.org>
12497
12498 * international/mule-cmds.el (select-message-coding-system):
12499 Be sure to use LF for end-of-line. If no coding system is decided,
12500 return iso-8859-1-unix.
12501
12502 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12503
12504 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12505 (ange-ftp-pending-error-line): New vars.
12506 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12507 to handle the non-fatal no-route-to-host messages.
12508 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12509
12510 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12511
12512 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12513 (isearch-quote-char, isearch-printing-char)
12514 (isearch-text-char-description): "?\ " -> "?\s".
12515 (isearch-lazy-highlight-cleanup)
12516 (isearch-lazy-highlight-initial-delay)
12517 (isearch-lazy-highlight-interval)
12518 (isearch-lazy-highlight-max-at-a-time)
12519 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12520 Declare with define-obsolete-*-alias macros.
12521 (isearch-forward): Fix typo in docstring.
12522 (search-invisible, search-ring-yank-pointer)
12523 (regexp-search-ring-yank-pointer): Doc fixes.
12524
12525 * recentf.el (recentf-menu-append-commands-p): Declare with
12526 `define-obsolete-variable-alias'.
12527 (recentf-max-saved-items, recentf-menu-filter)
12528 (recentf-arrange-by-rule-subfilter): Doc fixes.
12529 (recentf-menu-append-commands-flag)
12530 (recentf-initialize-file-name-history, recentf-expand-file-name)
12531 (recentf-clear-data): Fix typos in docstrings.
12532
12533 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12534
12535 * progmodes/gdb-ui.el: Smarten comments.
12536 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12537
12538 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12539
12540 * term/apollo.el (terminal-init-apollo): New function containing
12541 all former top level forms in the file.
12542 * term/bobcat.el (terminal-init-bobcat):
12543 * term/cygwin.el (terminal-init-cygwin):
12544 * term/iris-ansi.el (terminal-init-iris-ansi):
12545 * term/linux.el (terminal-init-linux):
12546 * term/news.el (terminal-init-news):
12547 * term/rxvt.el (terminal-init-rxvt):
12548 * term/sun.el (terminal-init-sun):
12549 * term/tvi970.el (terminal-init-tvi970):
12550 * term/vt100.el (terminal-init-vt100):
12551 * term/vt102.el (terminal-init-vt102):
12552 * term/vt125.el (terminal-init-vt125):
12553 * term/vt200.el (terminal-init-vt200):
12554 * term/vt201.el (terminal-init-vt201):
12555 * term/vt220.el (terminal-init-vt220):
12556 * term/vt240.el (terminal-init-vt240):
12557 * term/vt300.el (terminal-init-vt300):
12558 * term/vt320.el (terminal-init-vt320):
12559 * term/vt400.el (terminal-init-vt400):
12560 * term/vt420.el (terminal-init-vt420):
12561 * term/wyse50.el (terminal-init-wyse50):
12562 * term/xterm.el (terminal-init-xterm): Likewise.
12563
12564 * term/README: Describe the terminal-init-* functionality.
12565
12566 * startup.el (command-line): After loading the terminal initialization
12567 file call the corresponding terminal initialization function.
12568
12569 2005-07-27 Kenichi Handa <handa@m17n.org>
12570
12571 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12572 negative.
12573
12574 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12575 (ps-mule-composition-prologue): Fix for the case that
12576 RelativeCompose is false.
12577
12578 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12581
12582 * descr-text.el (describe-char): Handle the case where the list of
12583 chars is displayed in a separate frame.
12584 Be a bit more discriminating when looking for the char.
12585
12586 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12587
12588 * bookmark.el (bookmark-automatically-show-annotations)
12589 (bookmark-read-annotation-text-func): Doc fixes.
12590 (bookmark-save): Improve argument/docstring consistency.
12591 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12592 (bookmark-alist-from-buffer)
12593 (bookmark-upgrade-file-format-from-0)
12594 (bookmark-grok-file-format-version)
12595 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12596 (bookmark-read-annotation-mode)
12597 (bookmark-insert-current-bookmark, bookmark-jump)
12598 (bookmark-exit-hook): Fix typos in docstrings.
12599 (bookmark-exit-hooks): Define as obsolete alias.
12600 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12601 not `bookmark-exit-hooks'. Fix docstring.
12602 (bookmark-bmenu-select): "?\ " -> "?\s".
12603
12604 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12605
12606 * startup.el (command-line): Fix typo.
12607
12608 2005-07-24 Richard M. Stallman <rms@gnu.org>
12609
12610 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12611 not emacs-quick-startup.
12612
12613 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12614
12615 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12616 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12617 instead of `reb-with-current-window'.
12618 (reb-prev-match): Likewise. Also, don't move left if the search
12619 was unsuccessful.
12620 (reb-initialize-buffer): New function.
12621 (re-builder, reb-change-syntax): Use it.
12622
12623 * man.el (Man-goto-page): Make second argument NOERROR optional.
12624
12625 2005-07-23 Richard M. Stallman <rms@gnu.org>
12626
12627 * man.el (Man-bgproc-sentinel): Check here for failure to find
12628 any man page in the output, and report the error here.
12629 (Man-arguments): Make it permanent local.
12630 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12631 (Man-mode): Pass t for NOERROR.
12632
12633 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12634 (grep-mode-font-lock-keywords):
12635 Don't use compilation-...-face for messages that are not file names.
12636
12637 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12638 Don't use compilation-...-face for messages that are not file names.
12639
12640 2005-07-22 Juri Linkov <juri@jurta.org>
12641
12642 * startup.el (normal-splash-screen): Update menu name.
12643
12644 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12645
12646 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12647
12648 * term/xterm.el: Load term/rxvt if the terminal is actually an
12649 rxvt terminal.
12650 (xterm-rxvt-set-background-mode): Remove, not used anymore.
12651
12652 * term/rxvt.el (function-key-map): Use substitute-key-definition
12653 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
12654
12655 * term/cygwin.el: New file.
12656
12657 2005-07-22 Kim F. Storm <storm@cua.dk>
12658
12659 * image-file.el (insert-image-file, image-file-yank-handler):
12660 Fix last change to maintain a (unique) yank-handler on yanked images.
12661
12662 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
12663
12664 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12665 of the file size (as in "177B" for 177 bytes). This happens with
12666 "ls -lh" on FreeBSD.
12667
12668 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
12669
12670 * hilit-chg.el (highlight-changes-global-initial-state)
12671 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12672 (hilit-chg-fixup, highlight-changes-mode):
12673 Fix typos in docstrings.
12674 (highlight-changes-global-modes, highlight-changes-rotate-faces):
12675 Doc fixes.
12676
12677 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
12678
12679 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12680 mode function using `eval-after-load'.
12681
12682 2005-07-21 Kim F. Storm <storm@cua.dk>
12683
12684 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12685 included when reporting an emacs crash, and tell about the DEBUG file.
12686
12687 * image-file.el (insert-image-file): Add yank-handler.
12688 (image-file-yank-handler): Yank handler to make unique copies of
12689 images when they are yanked into a buffer next to each other.
12690
12691 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
12692
12693 * comint.el (comint-use-prompt-regexp, comint-send-input)
12694 (comint-source-default, comint-extract-string)
12695 (comint-get-source, comint-word, comint-completion)
12696 (comint-source, comint-prompt-read-only, comint-update-fence):
12697 Fix typos in docstrings.
12698 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12699 Declare with define-obsolete-*-alias macros.
12700 (comint-previous-matching-input-from-input)
12701 (comint-next-matching-input-from-input)
12702 (comint-previous-matching-input, comint-next-matching-input)
12703 (comint-forward-matching-input):
12704 Improve argument/docstring consistency.
12705
12706 * desktop.el (desktop-clear-preserve-buffers-regexp):
12707 Also preserve the *server* buffer.
12708
12709 * simple.el (clone-indirect-buffer): Doc fix.
12710 (fixup-whitespace, just-one-space)
12711 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12712 (next-error, next-error-highlight)
12713 (next-error-highlight-no-select, next-error-last-buffer)
12714 (next-error-buffer-p, next-error-find-buffer, next-error)
12715 (previous-error, next-error-no-select, previous-error-no-select)
12716 (open-line, split-line, minibuffer-prompt-width, kill-new)
12717 (binary-overwrite-mode): Fix typos in docstrings.
12718 (set-fill-column): Fix typo in message.
12719
12720 * skeleton.el (skeleton-proxy-new): Doc fix.
12721
12722 * strokes.el (strokes-load-hook): Doc fix.
12723 (strokes-grid-resolution, strokes-get-grid-position)
12724 (strokes-renormalize-to-grid, strokes-read-stroke)
12725 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12726 (strokes-global-map): Fix typos in docstrings.
12727 (strokes-help): Doc fix. Fix help message and pass it through
12728 `substitute-command-keys'.
12729
12730 * tempo.el (tempo-insert-prompt, tempo-interactive)
12731 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12732 (tempo-insert-string-functions, tempo-local-tags)
12733 (tempo-define-template, tempo-insert-template)
12734 (tempo-insert-prompt-compat, tempo-is-user-element)
12735 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12736 Fix typos in docstrings.
12737
12738 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12739 (vcursor-key-bindings, vcursor-use-vcursor-map)
12740 (vcursor-find-window, vcursor-scroll-down)
12741 (vcursor-disable, vcursor-beginning-of-buffer)
12742 (vcursor-end-of-buffer): Fix typos in docstrings.
12743 (vcursor-relative-move, vcursor-get-char-count):
12744 Improve argument/docstring consistency.
12745
12746 * version.el: "?\ " -> "?\s".
12747
12748 * wid-edit.el (widget-default-create, widget-after-change)
12749 (widget-default-format-handler, widget-checklist-add-item)
12750 (widget-radio-add-item, widget-choose, widget-specify-secret)
12751 (widget-field-value-create, widget-field-value-get)
12752 (widget-editable-list-format-handler)
12753 (widget-editable-list-entry-create, widget-group-value-create)
12754 (widget-documentation-link-add)
12755 (widget-documentation-string-value-create): "?\ " -> "?\s".
12756 (widget-convert-text): Doc fix.
12757 (widget-narrow-to-field, widget-field-find)
12758 (widget-url-link-action, widget-emacs-library-link-action)
12759 (widget-color-notify): Fix typos in docstrings.
12760
12761 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12762 (x-select-text, set-w32-system-coding-system)
12763 (w32-add-charset-info): Fix typos in docstrings.
12764
12765 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12766 (cua-enable-cua-keys, cua-use-hyper-key)
12767 (cua-virtual-rectangle-edges): Fix typos in docstrings.
12768 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12769
12770 * net/tramp.el (tramp-handle-load): Fix typo in error message.
12771
12772 * emacs-lisp/re-builder.el (regexp-builder): Declare with
12773 `defalias' instead of faking it.
12774
12775 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12776 (eshell-ls-missing, eshell-ls-dired-initial-args)
12777 (eshell-ls-use-in-dired): Fix typos in docstrings.
12778
12779 2005-07-20 Kim F. Storm <storm@cua.dk>
12780
12781 * emulation/cua-base.el (cua-mode): Improve doc string.
12782
12783 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
12784
12785 * abbrev.el (expand-region-abbrevs): Doc fix.
12786 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12787 Improve argument/docstring consistency.
12788
12789 * arc-mode.el (archive-get-descr, archive-alternate-display):
12790 Doc fixes.
12791 (archive-l-e): Improve argument/docstring consistency.
12792 (archive-tmpdir, archive-unixdate, archive-unixtime)
12793 (archive-chmod-entry): Fix typos in docstrings.
12794 (archive-unflag, archive-unflag-backwards)
12795 (archive-unmark-all-files): "?\ " -> "?\s".
12796
12797 * buff-menu.el (Buffer-menu-unmark): Doc fix.
12798 (Buffer-menu-not-modified, Buffer-menu-execute)
12799 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12800 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12801
12802 * composite.el (compose-string, encode-composition-rule)
12803 (compose-last-chars): Fix typos in docstrings.
12804
12805 * desktop.el (desktop-enable, desktop-basefilename):
12806 Declare with `define-obsolete-variable-alias'.
12807 (desktop-internal-v2s): Don't quote keywords.
12808 (desktop-clear): "?\ " -> "?\s".
12809
12810 * dired.el (dired-align-file, dired-flag-backup-files)
12811 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12812 (dired-listing-switches, dired-ls-F-marks-symlinks)
12813 (dired-dwim-target, dired-load-hook, dired-mode-hook)
12814 (dired-directory, dired-faces, dired, dired-revert)
12815 (dired-mode, dired-summary, dired-view-file)
12816 (dired-copy-filename-as-kill, dired-delete-file)
12817 (dired-no-confirm, dired-unmark-all-marks)
12818 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12819 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12820 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12821 Fix typos in message strings.
12822
12823 * dired-x.el (virtual-dired): Declare with `defalias'.
12824 (dired-mark-unmarked-files, dired-local-variables-file)
12825 (dired-omit-here-always): Doc fix.
12826 (dired-omit-mode, dired-find-subdir)
12827 (dired-enable-local-variables, dired-clean-up-buffers-too)
12828 (dired-extra-startup, dired-mark-extension, dired-jump)
12829 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12830 (dired-smart-shell-command, dired-guess-shell-alist-user)
12831 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12832 (dired-x-bind-find-file, dired-x-submit-report):
12833 Fix typos in docstrings.
12834 (dired-mark-unmarked-files): "?\ " -> "?\s".
12835
12836 * dirtrack.el (dirtrack-list): Fix typos in docstring.
12837
12838 * faces.el (describe-face): "?\ " -> "?\s".
12839 (read-all-face-attributes, read-face-font, modify-face)
12840 (face-attr-construct, italic): Fix typos in docstrings.
12841 (frame-update-face-colors): Declare with
12842 `define-obsolete-function-alias'.
12843
12844 * files.el (find-file-noselect, recode-file-name): Doc fixes.
12845 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
12846 (magic-mode-alist, buffer-file-numbers-unique)
12847 (write-file-functions, get-free-disk-space):
12848 Fix typos in docstrings.
12849 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
12850 (write-contents-hooks, write-file-hooks):
12851 Declare with `define-obsolete-variable-alias'.
12852
12853 * forms-d2.el (arch-rj): Fix typo in docstrings.
12854 (arch-tocol): Likewise. "?\ " -> "?\s".
12855
12856 * frame.el (set-frame-font, cursor-in-non-selected-windows):
12857 Fix typo in docstring.
12858 (set-screen-width, set-screen-height): Delete redundant info in
12859 doctrings.
12860 (new-frame, screen-height, screen-width): Declare with
12861 `define-obsolete-function-alias'.
12862 (delete-frame-hook, blink-cursor): Declare with
12863 `define-obsolete-variable-alias'.
12864
12865 * paths.el (prune-directory-list): Fix typos in docstring.
12866
12867 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12868 (cvs-prefix-get): Fix typos in docstrings.
12869
12870 * ps-print.el (ps-extend-face-list, ps-extend-face)
12871 (ps-print-background-image): Fix typos in docstrings.
12872 (ps-default-fg, ps-default-bg): Doc fixes.
12873
12874 * s-region.el (s-region-bind): Doc fix.
12875 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12876
12877 * textmodes/org.el (org-table-formula-substitute-names)
12878 (org-table-get-vertical-vector): Doc fixes.
12879 (org-table-recalculate): Remove unused argument to `message'.
12880
12881 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
12882
12883 * textmodes/org.el (org-table-column-names)
12884 (org-table-column-name-regexp)
12885 (org-table-named-field-locations): New variables.
12886 (org-archive-subtree): Protect `this-command' when calling
12887 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12888 the kill buffer.
12889 (org-complete): Remove fixed-formula completion.
12890 (org-edit-formulas-map): New variable.
12891 (org-table-edit-formulas): New command.
12892 (org-finish-edit-formulas, org-abort-edit-formulas)
12893 (org-show-variable, org-table-get-vertical-vector): New functions.
12894 (org-table-maybe-eval-formula): Handle `:=' fields.
12895 (org-table-get-stored-formulas, org-table-store-formulas)
12896 (org-table-get-formula, org-table-modify-formulas)
12897 (org-table-replace-in-formulas): Handle named field formulas.
12898 (org-table-get-specials): Store locations of named fields.
12899
12900 2005-07-19 Juri Linkov <juri@jurta.org>
12901
12902 * progmodes/grep.el (grep-regexp-alist)
12903 (grep-mode-font-lock-keywords, grep-process-setup):
12904 Use default GNU grep match color "01;31m" instead of "01;41m".
12905 (grep-regexp-alist, grep-mode-font-lock-keywords):
12906 Use `\\[[0-9]*m' instead of `\\[00m'.
12907 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12908 sgr_start where its handling is more important. Use the real
12909 length of sgr_start instead of constant 8.
12910 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12911 specially. Delete all remaining escape sequences.
12912 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12913 (grep-regexp-alist): Make hyperlink only for binary file name
12914 instead of the whole line.
12915 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12916 (grep-mode): Add autoload.
12917
12918 * emacs-lisp/find-func.el (find-function-regexp):
12919 Add `define-compilation-mode'.
12920
12921 2005-07-19 Juri Linkov <juri@jurta.org>
12922
12923 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12924 (compare-windows-sync-string-size, compare-windows-recenter)
12925 (compare-windows-highlight, compare-windows): Add version 22.1.
12926 (compare-windows) <defface>: Inherit from lazy-highlight instead
12927 of duplicating its default value.
12928
12929 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12930 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12931
12932 * descr-text.el (describe-char): Create link buttons for `charset'
12933 and `code point'. Add the current input method name with a link
12934 button to `to input' field. Print face names of display table
12935 characters in `The display table entry is displayed by' section
12936 instead of printing face-id in the `display' field.
12937 Guess hardcoded faces and create a link button for them.
12938 Skip empty fields when calculating max-width.
12939 Treat `widget-create' specially while inserting strings from the
12940 collected field list.
12941 (describe-char-after): Made obsolete in version 22.1, not 21.5.
12942
12943 * diff-mode.el (diff-file-header): Change foreground color from
12944 yellow to green on light backgrounds.
12945 (diff-context): Inherit from `shadow' only for color/grayscale
12946 with more than 88 colors.
12947 (diff-indicator-removed, diff-indicator-added)
12948 (diff-indicator-changed): New faces.
12949 (diff-font-lock-keywords): Use new faces. Regroup rules.
12950 Add "^---$" for `normal' diff format. Fontify `#' lines with
12951 font-lock-comment-delimiter-face and font-lock-comment-face.
12952 Add `#' to ^[^...] in the rule for `diff-context-face'.
12953
12954 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12955 a button-like box. Inherit from `highlight' on low colors.
12956 (shadow): Use shades of gray only for color/grayscale with
12957 more than 88 colors. Use green for light backgrounds with
12958 8 colors, and yellow for dark backgrounds with 8 colors.
12959
12960 * font-lock.el (font-lock-regexp-grouping-backslash):
12961 Don't inherit from escape-glyph (use bold for all cases).
12962
12963 * info.el (info-xref-visited): Use light foreground color `violet'
12964 for dark backgrounds instead of dark color `magenta3'.
12965 (info-title-1): Use `yellow' color for dark backgrounds.
12966
12967 * isearch.el (isearch): Use not-too-dark magenta3 instead of
12968 too-light magenta2.
12969
12970 * replace.el (match): Use slightly more light RoyalBlue3 instead
12971 of dark RoyalBlue4.
12972
12973 * wid-edit.el (widget-inactive): Inherit from `shadow'.
12974
12975 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
12976
12977 * novice.el (disabled-command-hook): Declare it with
12978 `define-obsolete-variable-alias'.
12979
12980 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12981 (desktop-buffer-misc-functions, desktop-buffer-handlers)
12982 (desktop-load-default): Add release to obsolescence info.
12983 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12984 (desktop-append-buffer-args, desktop-read):
12985 Fix typos in docstrings.
12986 (desktop-kill): Fix typo in message.
12987 (desktop-save): Doc fix.
12988
12989 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
12990
12991 * viper-cmd.el (viper-escape-to-state): Bug fix.
12992 (viper-envelop-ESC-key): Change the definition of fast
12993 keysequence so it'll work with keyboard macros.
12994
12995 * ediff.el (ediff-patch-buffer): Change the docstring.
12996
12997 2005-07-19 Kenichi Handa <handa@m17n.org>
12998
12999 * international/mule-cmds.el (select-safe-coding-system): Try to
13000 use an auto-coding (if any) before anything else. If the found
13001 auto-coding is invalid, show a warning message.
13002
13003 * international/mule.el (find-auto-coding): New function created
13004 by modifying the body of set-auto-coding.
13005 (set-auto-coding): Use find-auto-coding to find a coding.
13006
13007 2005-07-18 Richard M. Stallman <rms@gnu.org>
13008
13009 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13010 not isearch-mode-end-hook-error.
13011 (allout-before-change-protect): Fix error message.
13012
13013 2005-07-18 Juri Linkov <juri@jurta.org>
13014
13015 * allout.el (allout-mode):
13016 * calculator.el (calculator-copy):
13017 * custom.el (custom-known-themes):
13018 * dired.el (dired-desktop-buffer-misc-data)
13019 (dired-restore-desktop-buffer):
13020 * dired-x.el (dired-omit-marker-char):
13021 * files.el (basic-save-buffer):
13022 * font-core.el (font-lock-mode):
13023 * calendar/calendar.el (calendar-goto-hebrew-date)
13024 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13025 (calendar-goto-persian-date):
13026 * language/ethio-util.el (ethio-sera-to-fidel-region):
13027 * textmodes/picture.el (picture-mode):
13028 Delete duplicate duplicate words.
13029
13030 2005-07-18 Juri Linkov <juri@jurta.org>
13031
13032 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13033 chars * ? } |.
13034 (isearch-fallback): Don't call `isearch-process-search-char'.
13035 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13036 (isearch-process-search-char): Call `isearch-fallback' for regexp
13037 chars * ? } |.
13038 (isearch-return-char): Make obsolete with `make-obsolete' instead
13039 of simply documenting it as obsolete in the docstring.
13040 (isearch-fallback): Refill docstring.
13041
13042 * international/isearch-x.el
13043 (isearch-process-search-multibyte-characters): Remove unneeded
13044 `concat'. Add intermediate values to `junk-hist' instead of
13045 `minibuffer-history'. Test the length of `str'.
13046
13047 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13048
13049 * allout.el (allout-resolve-xref): Fix typos in error strings.
13050 (allout-before-change-protect): Remove unneeded `concat'.
13051
13052 * array.el (array-mode, array-reconfigure-rows)
13053 (untabify-backward): Fix typos in docstrings.
13054 (array-reconfigure-rows): Use `insert-buffer-substring', not
13055 `insert-buffer'.
13056
13057 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13058 * progmodes/ada-mode.el (ada-make-body):
13059 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13060
13061 * dired.el (dired-log):
13062 * tar-mode.el (tar-subfile-save-buffer):
13063 * play/zone.el (zone-pgm-stress-destress):
13064 Use `insert-buffer-substring', not `insert-buffer'.
13065
13066 2005-07-17 Simon Josefsson <jas@extundo.com>
13067
13068 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13069
13070 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13071
13072 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13073 Add plain auth method.
13074 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13075
13076 2005-07-17 Kim F. Storm <storm@cua.dk>
13077
13078 * ido.el (dired-other-window): Add ido property.
13079
13080 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13081
13082 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13083 Fix typo in docstring.
13084 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13085 `insert-file-literally'.
13086
13087 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13088 info and delete redundant message. Doc fix.
13089 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13090 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13091
13092 2005-07-16 Richard M. Stallman <rms@gnu.org>
13093
13094 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13095 (byte-compile-and): Use byte-compile-and-recursion.
13096 (byte-compile-or-recursion): New function.
13097 (byte-compile-or): Use that.
13098 (byte-compile-if): Guard the else-clause too.
13099 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13100
13101 * isearch.el (isearch-mode-end-hook-quit): New variable.
13102 (isearch-done): Bind it.
13103 (isearch-mode-end-hook): Doc fix.
13104
13105 * allout.el (allout-isearch-did-quit): Variable deleted.
13106 (allout-real-isearch-abort): Function name no longer used.
13107 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13108 (allout-isearch-rectification): isearch-mode always exists.
13109 Don't set allout-isearch-did-quit.
13110 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13111 allout-isearch-did-quit.
13112 (allout-enwrap-isearch): Just add the hook.
13113 (allout-isearch-abort): Function deleted.
13114 (allout-pre-command-business): Avoid warning.
13115
13116 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13117 Correctly avoid warnings.
13118 (pascal-outline): Likewise.
13119
13120 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13121
13122 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13123
13124 * play/tetris.el (tetris-mode): Avoid warning.
13125
13126 * play/snake.el (snake-mode): Avoid warning.
13127
13128 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13129 (gamegrid-set-display-table): Avoid warning.
13130 (gamegrid-set-timer): Likewise.
13131 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13132 (gamegrid-add-score-with-update-game-score-1): Take FILE
13133 as argument.
13134 (gamegrid-add-score-with-update-game-score): Pass that argument.
13135 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13136
13137 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13138
13139 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13140 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13141
13142 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13143 and insert-file.
13144
13145 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13146 (sc-ask): Avoid warnings.
13147
13148 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13149 (eshell-hist-initialize): Use that var the natural way.
13150
13151 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13152
13153 * emacs-lisp/re-builder.el (reb-cook-regexp):
13154 Avoid warning calling lre-compile-string.
13155 (reb-color-display-p): Avoid warning.
13156
13157 * calculator.el (calculator-last-input): Guard uses
13158 of event-key and key-press-event-p.
13159 (event-key, key-press-event-p): Delete definitions.
13160
13161 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13162 (find-gc-source-directory, find-gc-subrs-callers)
13163 (find-gc-noreturn-list, find-gc-source-files)
13164 (find-gc-subrs-called): Vars renamed and defvar'd.
13165
13166 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13167 (checkdoc-overlay-put, checkdoc-delete-overlay)
13168 (checkdoc-overlay-start, checkdoc-overlay-end)
13169 (checkdoc-mode-line-update, checkdoc-char=):
13170 Define such that compiler knows they are defined.
13171 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13172 (checkdoc-read-event): Delete. Use read-event directly.
13173
13174 * whitespace.el (whitespace-make-overlay)
13175 (whitespace-overlay-put, whitespace-delete-overlay)
13176 (whitespace-overlay-start, whitespace-overlay-end):
13177 Define such that compiler knows they are defined.
13178 (whitespace): Move conditional inside.
13179
13180 * tempo.el (tempo-insert-template): Suppress warning.
13181
13182 * ediff-diff.el (longlines-mode): Add defvar.
13183
13184 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13185
13186 * server.el: Bind "C-x #" in a way that works even if C-x is
13187 redefined to a command key, not a prefix key.
13188
13189 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13190
13191 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13192 cl-make-type-test till execution time.
13193
13194 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13195
13196 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13197 arg ARG and use it.
13198
13199 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13200
13201 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13202
13203 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13204
13205 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13206 a defcustom with two :set or :type keywords.
13207
13208 2005-07-15 Richard M. Stallman <rms@gnu.org>
13209
13210 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13211 Don't give ^M comment-end syntax.
13212
13213 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13214
13215 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13216 Don't consider gdbmi (gdb-mi.el has its own update functions).
13217 (gdb-var-delete): Make it work for gdbmi as well.
13218 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13219
13220 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13221 (gud-speedbar-menu-items): Correct logic for enabling items.
13222
13223 2005-07-15 Kim F. Storm <storm@cua.dk>
13224
13225 * ido.el: Fix commentary.
13226 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13227 Use with-no-warnings around ffap-guesser.
13228 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13229 Let bind minibuffer-completing-file-name to t.
13230
13231 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13232
13233 * startup.el (site-run-file, keyboard-type): Doc fixes.
13234 (command-line): Check for "--basic-display" argument; also for
13235 "--quick", not "--bare-bones" (which was renamed).
13236 (fancy-splash-text): Add missing item "Getting New Versions".
13237 (normal-splash-screen): Fix typos and improve consistency with
13238 `fancy-splash-text'. Update copyright year.
13239
13240 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13241 valid binding for `help-char'.
13242
13243 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13244
13245 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13246
13247 * term.el (term-mode): Disable cua-mode for term buffers.
13248
13249 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13250
13251 * add-log.el (add-log-mailing-address, change-log-merge):
13252 Doc fixes.
13253 (change-log-get-method-definition): Fix typo in docstring.
13254
13255 2005-07-14 Kim F. Storm <storm@cua.dk>
13256
13257 * emulation/cua-base.el:
13258 (cua--pre-command-handler-1, cua--pre-command-handler)
13259 (cua--post-command-handler-1, cua--post-command-handler):
13260 Split in two. Check (buffer local) value of cua-mode.
13261 (cua-selection-mode): New command.
13262
13263 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13264
13265 * custom.el (custom-initialize-safe-set)
13266 (custom-initialize-safe-default): Doc fixes.
13267
13268 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13269 and simplify :init-value again.
13270
13271 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13272 and simplify :init-value again. Delete autoload.
13273
13274 * startup.el (command-line): Use `custom-reevaluate-setting' again
13275 for tooltip-mode.
13276
13277 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13278 a defcustom with two :initialize keywords.
13279
13280 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13281
13282 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13283 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13284 (allout-post-command-business, allout-flag-region)
13285 (isearch-reenable-font-lock, allout-yank)
13286 (allout-insert-latex-header, allout-insert-latex-trailer)
13287 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13288 (allout-latex-verb-quote): Fix typos in docstrings.
13289 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13290 (allout-unprotected, allout-prefix-data):
13291 Improve argument/docstring consistency.
13292 (allout-chart-subtree): Fix argument spec.
13293 (allout-open-topic): Rename `use_sib_bullet' argument to
13294 `use-sib-bullet'. Doc fix.
13295
13296 * whitespace.el (whitespace-check-buffer-leading)
13297 (whitespace-check-buffer-trailing)
13298 (whitespace-check-buffer-indent)
13299 (whitespace-check-buffer-spacetab)
13300 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13301 (whitespace-check-leading-whitespace)
13302 (whitespace-check-trailing-whitespace)
13303 (whitespace-check-spacetab-whitespace)
13304 (whitespace-check-indent-whitespace)
13305 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13306 (whitespace-modes): Fix typos in docstrings.
13307 (defgroup, defcustom): Doc fixes.
13308
13309 * winner.el (winner-mode, winner-boring-buffers)
13310 (winner-pending-undo-ring): Doc fixes.
13311 (winner-ring): Remove unneeded `progn'.
13312 (winner-equal): `defsubst' it.
13313 (winner-redo): Fix message.
13314
13315 2005-07-13 Kim F. Storm <storm@cua.dk>
13316
13317 * simple.el (line-move-1): Always use vertical-motion to
13318 do the last (or only) line move to ensure some movement.
13319 Undo 2005-06-23 change--don't check for overlays.
13320
13321 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13322
13323 * term/mac-win.el (ccl-encode-mac-roman-font)
13324 (ccl-encode-mac-centraleurroman-font)
13325 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13326 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13327 Change charset-id boundary of dimension to ?\xef.
13328 (mac-char-fontspec-list): New constant.
13329 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13330 argument. Nil uses itself as family in font-spec. Previous
13331 behavior for nil is now provided by non-nil non-string argument.
13332 All callers changed. Add font-specs for Mac fonts to
13333 "fontset-default" unless iso8859-1 fonts are installed.
13334
13335 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13336
13337 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13338 a continuation line if the \ is preceded by SPC or TAB.
13339 (sh-get-indent-info): Simplify.
13340 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13341 Use with-current-buffer.
13342
13343 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13344 when the matched text is empty.
13345
13346 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13347
13348 * startup.el (command-line): Revert to previous handling of
13349 tooltip-mode. Explain in comment why the complexity is needed.
13350
13351 * tooltip.el (tooltip-mode): Revert to previous implementation of
13352 its defcustom.
13353
13354 * frame.el (blink-cursor-mode): Revert to previous implementation
13355 of its defcustom. Update comment.
13356
13357 2005-07-12 Lars Hansen <larsh@soem.dk>
13358
13359 * desktop.el: Update e-mail address.
13360
13361 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13362
13363 * term/mac-win.el (mac-services-mail-selection)
13364 (mac-services-mail-to): New functions.
13365 (mac-application-menu-map): Bind them.
13366
13367 2005-07-12 wulei <milton@wulei.net> (tiny change)
13368
13369 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13370
13371 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13372
13373 * custom.el (custom-reevaluate-setting): Doc fix.
13374
13375 2005-07-11 Jay Belanger <belanger@truman.edu>
13376
13377 * calc/calc.el (calc-embedded-announce-formula-alist)
13378 (calc-embedded-open-close-plain-alist)
13379 (calc-embedded-open-close-mode-alist): Add checks for additional
13380 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13381
13382 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13383
13384 * custom.el (custom-enable-theme): Don't add theme to
13385 `custom-enabled-themes' with `push' because there is no
13386 setf-method for `delq'.
13387
13388 2005-07-11 Richard M. Stallman <rms@gnu.org>
13389
13390 * custom.el (custom-declare-variable): Doc fix.
13391
13392 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13393 from the alists.
13394
13395 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13396 Do nothing if edebug-active.
13397
13398 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13399 (edebug-display): Do it here instead.
13400
13401 2005-07-10 Richard M. Stallman <rms@gnu.org>
13402
13403 * cus-face.el (custom-theme-set-faces): Make it work.
13404 (custom-reset-faces): Doc fix.
13405 (custom-theme-reset-internal-face, custom-theme-face-value):
13406 Functions deleted.
13407
13408 * custom.el (custom-push-theme): Maintain list of the settings
13409 of a given theme in its theme-settings property.
13410 Maintain position of old settings in the theme-value
13411 or theme-face property.
13412 (custom-enabled-themes): New variable.
13413 (custom-theme-enabled-p): New function.
13414 (provide-theme): Update custom-enabled-themes.
13415 Disable and reenable the `user' theme.
13416 (require-theme): Doc fix.
13417 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13418 (custom-theme-value, custom-theme-variable-value): Likewise.
13419 (custom-theme-reset-internal): Likewise.
13420 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13421 (custom-enable-theme, custom-disable-theme): New functions.
13422 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13423 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13424 (custom-theme-reset-variables): Simplify.
13425 (deftheme, custom-declare-theme, custom-make-theme-feature):
13426 Definitions moved.
13427
13428 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13429
13430 * longlines.el (longlines-show-region)
13431 (longlines-unshow-hard-newlines): Recognize hard newlines by
13432 non-nil hard property, instead of t.
13433
13434 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13435
13436 * viper-cmd.el (viper--key-maps): New variable.
13437 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13438 emulation-mode-map-alists.
13439 (viper-envelop-ESC-key): Use viper-subseq.
13440 (viper-search-forward/backward/next): Disable debug-on-error.
13441
13442 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13443 (viper-ESC-key): New defcustoms.
13444
13445 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13446
13447 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13448 (viper-subseq): Copy of subseq from cl.el.
13449
13450 * viper.el (viper-go-away, viper-set-hooks): Use
13451 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13452
13453 * viper-mous.el (viper-current-frame-saved): Use defvar.
13454
13455 * viper-init.el: Get rid of -face in face names.
13456
13457 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13458 Make it work with longlines mode
13459
13460 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13461
13462 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13463
13464 * ediff-init.el: Get rid of -face in face names.
13465
13466 2005-07-10 Richard M. Stallman <rms@gnu.org>
13467
13468 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13469 and with-timeout-unsuspend.
13470
13471 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13472 and with-timeout-unsuspend.
13473
13474 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13475 (with-timeout): Bind that variable to record timers.
13476 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13477
13478 * emacs-lisp/debug.el (debug-help-follow): New function.
13479 (debugger-mode-map): Use that instead of help-follow.
13480 (debugger-setup-buffer): Use eval-buffer-list
13481 to handle eval-buffer frames.
13482
13483 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13484
13485 * timezone.el (timezone-parse-date): Change first regexp
13486 so it will not mistakenly match dates with no time zone.
13487
13488 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13489
13490 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13491
13492 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13493
13494 * custom.el (custom-initialize-safe-set)
13495 (custom-initialize-safe-default): New functions.
13496
13497 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13498 and simplify :init-value.
13499
13500 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13501 and simplify :init-value. Delete obsolete comment.
13502
13503 * startup.el (command-line): Use `custom-reevaluate-setting' to
13504 handle `tooltip-mode'. Delete obsolete comment.
13505
13506 * files.el (set-visited-file-name): Avoid calling
13507 `file-name-nondirectory' with a nil argument.
13508
13509 2005-07-09 Richard M. Stallman <rms@gnu.org>
13510
13511 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13512 was called with nil for the buffer, handle the read position right.
13513 Handle read position for eval-region, too.
13514
13515 2005-07-09 Juri Linkov <juri@jurta.org>
13516
13517 * fringe.el (fringe-mode): Add period in docstring.
13518 (fringe-query-style): Build prompt depending on `all-frames' arg.
13519
13520 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13521 to not create links to unrelated functions in the Help buffer.
13522
13523 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13524 Doc fix.
13525
13526 * simple.el (next-error-hook): New variable.
13527 (next-error): Use it. Doc fix.
13528
13529 * textmodes/ispell.el (ispell-command-loop): Add current
13530 dictionary name and program name to mode-line-format.
13531 (ispell-region, ispell-process-line): Add current dictionary name
13532 and program name to messages.
13533
13534 2005-07-08 Jay Belanger <belanger@truman.edu>
13535
13536 * calc/calc.el (calc-embedded-announce-formula-alist)
13537 (calc-embedded-open-close-formula-alist)
13538 (calc-embedded-open-close-word-alist)
13539 (calc-embedded-open-close-plain-alist)
13540 (calc-embedded-open-close-new-formula-alist)
13541 (calc-embedded-open-close-mode-alist)
13542 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13543 (calc-embedded-mode-hook): New variables.
13544
13545 * calc/calc-embed.el (calc-embedded-firsttime)
13546 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13547 New variables.
13548 (calc-do-embedded): Use calc-embedded-firsttime,
13549 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13550 determine whether or not to run hooks.
13551 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13552 calc-embedded-firsttime-formula appropriately.
13553 Set calc-embedded delimiter variables according to mode.
13554
13555 2005-07-08 Richard M. Stallman <rms@gnu.org>
13556
13557 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13558 Check for "emacs", etc., as entire symbol, not just as word.
13559 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13560
13561 * files.el (set-visited-file-name): Report the error
13562 for "empty filename" earlier.
13563 (kill-some-buffers): Ignore buffers already dead.
13564
13565 * fringe.el (fringe-mode): Doc fix.
13566
13567 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13568 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13569 Use unwind-protect to ensure byte-compile-unresolved-functions
13570 is updated.
13571
13572 * whitespace.el (whitespace-buffer-leading-cleanup):
13573 Simplify w/ skip-chars-forward.
13574 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13575
13576 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13577 Unconditionally try to leave point at the same old place.
13578
13579 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13580
13581 * comint.el (comint-postoutput-scroll-to-bottom)
13582 (comint-show-maximum-output): Take scroll-margin into consideration.
13583
13584 2005-07-08 Kim F. Storm <storm@cua.dk>
13585
13586 * ido.el (ido-use-filename-at-point): New choice `guess'.
13587 (ido-file-internal): Try ffap-guesser if selected.
13588
13589 * ido.el (ido-before-fallback-functions): New hook.
13590 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13591 (ido-read-file-name): Run it.
13592
13593 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13594
13595 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13596 strings rather than a list of symbols to the completion function.
13597
13598 2005-07-07 Jay Belanger <belanger@truman.edu>
13599
13600 * calc/calc-units.el (math-apply-units): Change the places in
13601 which units are simplified.
13602
13603 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13604
13605 * cus-edit.el (customize-option, customize-option-other-window):
13606 Make them handle aliases.
13607
13608 * custom.el (custom-variable-p): Make it recursively follow
13609 aliases. Mention that in the docstring.
13610
13611 2005-07-07 Richard M. Stallman <rms@gnu.org>
13612
13613 * cus-start.el (exec-path): Use `directory' instead of `file'.
13614 Fix tag for nil.
13615
13616 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13617
13618 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13619 when called non-interactively. Doc fix.
13620
13621 2005-07-07 Lute Kamstra <lute@gnu.org>
13622
13623 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13624 new address as well.
13625
13626 2005-07-07 Kenichi Handa <handa@m17n.org>
13627
13628 * international/mule.el (make-coding-system):
13629 Describe `ascii-incompatible' property in the docstring.
13630 (set-file-name-coding-system): Signal an error if coding-system is
13631 ascii-incompatible.
13632 (set-keyboard-coding-system): Likewise.
13633
13634 * international/mule-cmds.el (set-default-coding-systems):
13635 Don't set default-file-name-coding-system and
13636 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13637
13638 * international/utf-16.el: Declare that all UTF-16-based coding
13639 systems are ASCII-incompatible.
13640
13641 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13642
13643 * progmodes/gud.el: Require font-lock for displaying errors.
13644 Used by gdb-ui.el.
13645
13646 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13647
13648 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13649 values for the pattern lists which are `read'able but not
13650 `append'able (like symbols).
13651
13652 2005-07-06 Richard M. Stallman <rms@gnu.org>
13653
13654 * progmodes/flymake.el (flymake-float-time): Instead of
13655 with-no-warnings, test for xemacs.
13656 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13657 to avoid warning.
13658
13659 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
13660
13661 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13662
13663 2005-07-05 Lute Kamstra <lute@gnu.org>
13664
13665 * battery.el: Add support for Darwin (with much debugging help
13666 from Samuel Lauber <sam124@operamail.com>).
13667 (battery-status-function, battery-echo-area-format)
13668 (battery-mode-line-format): Add support for pmset on Darwin.
13669 (battery-load-low, battery-load-critical): New user options.
13670 (battery-pmset): New function.
13671
13672 2005-07-05 Lute Kamstra <lute@gnu.org>
13673
13674 Update FSF's address in GPL notices.
13675
13676 * textmodes/page-ext.el: Update FSF's address.
13677
13678 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13679
13680 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13681 filling from using prefix when filling a single-line docstring.
13682
13683 * progmodes/flymake.el: Remove useless eval-when-compile.
13684
13685 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13686
13687 2005-07-04 Richard M. Stallman <rms@gnu.org>
13688
13689 * textmodes/org.el (org-file-apps-defaults-gnu):
13690 Rename from org-file-apps-defaults-linux.
13691 (org-default-apps): Don't test system-type for `linux'.
13692 (org-file-apps): Doc fix.
13693
13694 2005-07-04 David Ponce <david@dponce.com>
13695
13696 * tree-widget.el: Improve header Commentary section.
13697 (tree-widget) [defgroup]
13698 (tree-widget-image-enable, tree-widget-themes-directory)
13699 (tree-widget-theme, tree-widget-image-properties-emacs)
13700 (tree-widget-image-properties-xemacs, tree-widget-create-image)
13701 (tree-widget-image-formats, tree-widget-control)
13702 (tree-widget-empty-control, tree-widget-leaf-control
13703 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13704 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13705 (tree-widget-keep, tree-widget-after-toggle-functions)
13706 (tree-widget-open-node, tree-widget-close-node): Doc fix.
13707 (tree-widget-open-control, tree-widget-close-control): Fix doc and
13708 :help-echo message.
13709 (tree-widget-set-theme): Doc fix. Use `string-equal'.
13710 (tree-widget-image-properties): Doc fix. Clearer implementation.
13711 (tree-widget--cursors): New constant.
13712 (tree-widget-lookup-image): New function split from
13713 `tree-widget-find-image'. Clearer implementation.
13714 (tree-widget-find-image): Use it.
13715 (tree-widget-button-keymap): Use `set-keymap-parent'.
13716 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13717 Define the sub-widgets here.
13718 (tree-widget-node): Check that :node is not a tree-widget.
13719 (tree-widget-get-super, tree-widget-open-control)
13720 (tree-widget-close-control, tree-widget-empty-control)
13721 (tree-widget-leaf-control, tree-widget-guide)
13722 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13723 (tree-widget-no-handle, tree-widget-value-delete)
13724 (tree-widget-map): Remove.
13725 (tree-widget-children-value-save): Doc fix. Simplified.
13726 (tree-widget-value-create): Update according to previous changes.
13727
13728 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
13729
13730 * textmodes/org.el: Leading space replaced by TABS.
13731 (org-recalc-marks, org-table-rotate-recalc-marks)
13732 (org-table-get-specials): Treat "^" and "_" marks.
13733 (org-table-justify-field-maybe): Optional argument NEW.
13734 (org-table-eval-formula): Parsing of the format simplified.
13735 New modes C,I. Honor the %= parameter in the current table.
13736 Avoid unnecessary re-align by using the NEW argument to
13737 `org-table-justify-field-maybe'.
13738 (org-calc-default-modes): Default for date-format mimicks org-mode.
13739 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13740
13741 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
13742
13743 * cus-face.el (custom-theme-set-faces): Make it handle face
13744 aliases whose alias declarations are pre- or autoloaded.
13745
13746 2005-07-04 Juri Linkov <juri@jurta.org>
13747
13748 * faces.el (read-face-name): Put the code for getting a face name
13749 from the buffer before adding the faces from the `face' property.
13750 Use `completing-read-multiple' instead of `completing-read'.
13751 Require `crm'. Add default value and post-process the returned
13752 list of faces.
13753
13754 * emacs-lisp/crm.el (crm-find-current-element)
13755 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13756
13757 * emacs-lisp/lisp-mode.el (eval-defun-1):
13758 * emacs-lisp/edebug.el (edebug-eval-defun):
13759 Remove unnecessary quotes.
13760
13761 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13762
13763 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13764 (prolog-indent-level): Fix typo in docstring.
13765
13766 * info.el (Info-history, Info-history-forward)
13767 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13768
13769 * add-log.el (add-change-log-entry):
13770 * comint.el (comint-dynamic-list-input-ring)
13771 (comint-dynamic-list-completions):
13772 * dabbrev.el (dabbrev-expand):
13773 * delim-col.el (delimit-columns-rectangle-line):
13774 * diff-mode.el (diff-context->unified, diff-reverse-direction)
13775 (diff-unified->context):
13776 * ediff-init.el (ediff-abbrev-jobname):
13777 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13778 (ediff-replace-session-activity-marker-in-meta-buffer):
13779 * info.el (Info-summary):
13780 * lpr.el (printify-region):
13781 * printing.el (pr-create-interface):
13782 * ps-print.el (ps-print-quote):
13783 * ses.el (ses-column-widths, ses-print-cell)
13784 (ses-adjust-print-width, ses-center):
13785 * shell.el (shell-file-name-quote-list):
13786 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13787 (strokes-fill-current-buffer-with-whitespace)
13788 (strokes-xpm-for-stroke, strokes-list-strokes)
13789 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13790 * term.el (term-dynamic-list-input-ring)
13791 (term-dynamic-list-completions):
13792 * calc/calc.el (math-format-stack-value):
13793 * emacs-lisp/edebug.el (edebug-display-freq-count):
13794 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13795 (delphi-new-comment-line):
13796 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13797 * progmodes/executable.el (executable-set-magic):
13798 * progmodes/python.el (inferior-python-mode):
13799 * progmodes/scheme.el (scheme-mode-syntax-table):
13800 * progmodes/sh-script.el (sh-maybe-here-document):
13801 * progmodes/sql.el (sql-copy-column):
13802 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13803 * textmodes/bibtex.el (bibtex-mode):
13804 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13805 (sgml-auto-attributes):
13806 * textmodes/table.el (table-insert, table-shorten-cell)
13807 (table--generate-source-scan-lines, table-delete-row)
13808 (*table--cell-delete-char, table--spacify-frame)
13809 (table--horizontally-shift-above-and-below)
13810 (table--cell-insert-char, table--cell-blank-str)
13811 (table--fill-region-strictly):
13812 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13813 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13814
13815 * add-log.el (change-log):
13816 * apropos.el (apropos):
13817 * comint.el (comint-completion, comint-source):
13818 * dabbrev.el (dabbrev):
13819 * delim-col.el (columns):
13820 * diff-mode.el (diff-mode):
13821 * ediff.el (ediff):
13822 * ediff-diff.el (ediff-diff):
13823 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13824 * ediff-mult.el (ediff-mult):
13825 * ediff-ptch.el (ediff-ptch):
13826 * ediff-wind.el (ediff-window):
13827 * facemenu.el (facemenu):
13828 * indent.el (indent):
13829 * info.el (info):
13830 * jka-cmpr-hook.el (compression, jka-compr):
13831 * lpr.el (lpr):
13832 * outline.el (outlines):
13833 * pcmpl-cvs.el (pcmpl-cvs):
13834 * pcmpl-rpm.el (pcmpl-rpm):
13835 * printing.el (printing):
13836 * ps-print.el (postscript, ps-print, ps-print-horizontal)
13837 (ps-print-vertical, ps-print-headers, ps-print-font)
13838 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
13839 (ps-print-background, ps-print-printer, ps-print-page)
13840 (ps-print-miscellany):
13841 * ses.el (ses):
13842 * shell.el (shell, shell-directories, shell-faces):
13843 * startup.el (initialization):
13844 * strokes.el (strokes):
13845 * term.el (term):
13846 * uniquify.el (uniquify):
13847 * w32-vars.el (w32):
13848 * calc/calc.el (calc):
13849 * emacs-lisp/bytecomp.el (bytecomp):
13850 * emacs-lisp/cl-indent.el (lisp-indent):
13851 * emacs-lisp/edebug.el (edebug):
13852 * emacs-lisp/elp.el (elp):
13853 * emacs-lisp/testcover.el (testcover):
13854 * emacs-lisp/trace.el (trace):
13855 * emulation/viper-ex.el (viper-ex):
13856 * emulation/viper-mous.el (viper-mouse):
13857 * mail/mailalias.el (mailalias):
13858 * mail/supercite.el (supercite, supercite-frames)
13859 (supercite-attr, supercite-cite, supercite-hooks):
13860 * net/rcompile.el (remote-compile):
13861 * net/rlogin.el (rlogin):
13862 * obsolete/ooutline.el (outlines):
13863 * progmodes/delphi.el (delphi):
13864 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13865 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13866 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13867 (ebnf-optimization):
13868 * progmodes/etags.el (etags):
13869 * progmodes/executable.el (executable):
13870 * progmodes/idlwave.el (idlwave):
13871 * progmodes/pascal.el (pascal):
13872 * progmodes/prolog.el (prolog):
13873 * progmodes/python.el (python):
13874 * progmodes/scheme.el (scheme):
13875 * progmodes/sh-script.el (sh, sh-script):
13876 * progmodes/sql.el (SQL):
13877 * progmodes/tcl.el (tcl):
13878 * textmodes/bibtex.el (bibtex, bibtex-autokey):
13879 * textmodes/enriched.el (enriched):
13880 * textmodes/makeinfo.el (makeinfo):
13881 * textmodes/sgml-mode.el (sgml):
13882 * textmodes/table.el (table-hooks):
13883 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13884 * textmodes/texinfo.el (texinfo):
13885 * textmodes/two-column.el (two-column):
13886 Finish `defgroup' description with period.
13887
13888 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
13889 * eshell/esh-var.el (eshell-var):
13890 * progmodes/vhdl-mode.el (vhdl-testbench):
13891 * textmodes/org.el (org): Fix typos in docstrings.
13892
13893 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13894 consistency.
13895
13896 * progmodes/flymake.el (flymake-find-file): Remove.
13897 (flymake-float-time): Use `with-no-warnings'.
13898 (flymake-check-start-time, flymake-check-was-interrupted)
13899 (flymake-err-info, flymake-is-running, flymake-last-change-time)
13900 (flymake-new-err-info): `defvar' at compile time.
13901
13902 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
13903
13904 * replace.el (occur-hook): Doc fix.
13905 (occur-1): Don't call `occur-hook' if there are no matches.
13906
13907 2005-07-03 Richard M. Stallman <rms@gnu.org>
13908
13909 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13910 global-map, save the same map.
13911 (global-map): Don't alter it at top level.
13912 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13913 Then alter it here instead.
13914 (tpu-edt-off): Set global-map to the saved one.
13915
13916 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13917 All references simplified.
13918 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
13919 (zmacs-regions): Add defvar.
13920 (repeat-complex-command-map): Everything about that deleted.
13921
13922 * textmodes/artist.el (artist-key-is-drawing)
13923 (artist-key-endpoint1, artist-key-poly-point-list)
13924 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13925 (artist-key-compl-table, artist-rb-save-data)
13926 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13927 Don't put them in eval-when-compile.
13928 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13929
13930 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13931 Use with-no-warnings.
13932
13933 * net/browse-url.el (dos-windows-version): Add defvar.
13934
13935 * mail/supercite.el (filladapt-prefix-table): Add defvar.
13936
13937 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13938 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13939 (rmail-new-summary-line-count): Rename from new-summary-line-count.
13940 Add defvar.
13941 (rmail-summary-beginning-of-message): Use with-no-warnings.
13942 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13943
13944 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13945 Use with-no-warnings.
13946
13947 * emulation/vi.el (vi-mark-region): Use c-mark-function.
13948 (c-mark-function): Add point-moving-unit property.
13949 (vi-goto-line): Use with-no-warnings.
13950
13951 * emulation/edt.el (edt-last-copied-word): Add defvar.
13952 (zmacs-region-stays): Likewise.
13953 (edt-mark-section-wisely): Use c-mark-function for C.
13954 Use makr-defun for Fortran.
13955 (time-string): defvar deleted.
13956 (edt-display-the-time): Don't set time-string.
13957
13958 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13959
13960 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13961 Don't warn when name is not constant
13962 or for defining the group `emacs'.
13963
13964 * tooltip.el (gud-tooltip-mode): Add defvar.
13965
13966 * startup.el (default-frame-background-mode): Add defvar.
13967
13968 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13969
13970 * info.el (tool-bar-map): Add defvar.
13971
13972 * dired.el (dnd-protocol-alist): Add defvar.
13973
13974 * dired-aux.el (dired-query): Display question with answer, when
13975 the user answers.
13976
13977 * custom.el (custom-add-option): Doc fix.
13978
13979 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13980
13981 2005-07-03 Eli Zaretskii <eliz@gnu.org>
13982
13983 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13984 bogus name from the last change.
13985
13986 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
13987
13988 * custom.el (custom-declare-variable): Fix typos in comment.
13989 (custom-known-themes): Doc fix.
13990 (custom-theme-directory): New defcustom.
13991 (require-theme): Make it check `custom-theme-directory'.
13992
13993 * cus-theme.el (custom-new-theme-mode): New function.
13994 (custom-theme-name, custom-theme-variables, custom-theme-faces)
13995 (custom-theme-description): Add compiler defvars.
13996 (customize-create-theme): Add doc to the "*New Custom Theme*"
13997 buffer. Use `custom-new-theme-mode'.
13998 (custom-theme-write): Put the created buffer in emacs-lisp-mode
13999 and save it to the `custom-theme-directory'. Make this the
14000 default directory of the buffer.
14001
14002 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14003
14004 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14005 Fix unbalanced parentheses.
14006
14007 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14008
14009 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14010 into flymake-mode and delegate to flymake-mode.
14011
14012 * find-file.el (ff-which-function-are-we-in): Clean up.
14013
14014 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14015
14016 * replace.el (occur-rename-buffer): Fix docstring.
14017
14018 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14019 (edt-last-copied-word, edt-learn-macro-count)
14020 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14021 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14022 (time-string, zmacs-region-stays):
14023 * emulation/edt-mapper.el (edt-save-function-key-map)
14024 (EDT-key-name): `defvar' to silence the byte-compiler.
14025
14026 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14027
14028 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14029 font-lock-regexp-backslash. Doc fix.
14030 (font-lock-regexp-backslash-grouping-construct): Rename from
14031 font-lock-regexp-backslash-construct. Doc fix.
14032 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14033 grouping constructs.
14034
14035 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14036
14037 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14038 updating all the prerequisites.
14039
14040 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14041
14042 * textmodes/org.el (org-agenda-start-on-weekday)
14043 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14044 (org-agenda-use-time-grid, org-archive-location)
14045 (org-allow-space-in-links, org-usenet-links-prefer-google)
14046 (org-enable-table-editor, org-export-default-language)
14047 (org-export-html-show-new-buffer, org-fill-paragraph)
14048 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14049 (org-goto-quit, org-occur, org-eval-in-calendar)
14050 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14051 (org-agenda-diary-entry, org-remember-help)
14052 (org-table-convert-region, org-at-table-p)
14053 (org-table-move-row-down, org-table-move-row-up)
14054 (org-table-copy-region, org-table-toggle-vline-visibility)
14055 (org-table-get-stored-formulas, org-table-get-specials)
14056 (org-recalc-commands, org-table-eval-formula)
14057 (org-table-formula-substitute-names, orgtbl-make-binding)
14058 (org-format-org-table-html, org-format-table-table-html)
14059 (org-format-table-table-html-using-table-generate-source)
14060 (org-customize): Fix typos in docstrings.
14061 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14062 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14063 (org-back-to-heading): Doc fixes.
14064 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14065 (org-agenda-change-all-lines, org-get-header):
14066 Improve argument/docstring consistency.
14067 (orgtbl-error): Fix error message.
14068
14069 * progmodes/flymake.el (flymake-find-possible-master-files)
14070 (flymake-master-file-compare, flymake-get-line-err-count)
14071 (flymake-highlight-line, flymake-gui-warnings-enabled):
14072 Fix typos in docstrings.
14073 (flymake-parse-line, flymake-get-project-include-dirs-function)
14074 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14075 Doc fixes.
14076 (flymake-get-project-include-dirs-function)
14077 (flymake-make-err-menu-data):
14078 Improve argument/docstring consistency.
14079
14080 2005-07-01 Lute Kamstra <lute@gnu.org>
14081
14082 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14083 Catch errors with ignore-errors. Use temporary buffer.
14084 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14085
14086 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14087 background color faces.
14088 (facemenu-set-foreground, facemenu-set-background):
14089 Use facemenu-set-face-from-menu.
14090 (facemenu-set-face-from-menu): Treat face names that start with
14091 "fg:" or "bg:" as special.
14092 (facemenu-add-new-color): Don't create faces. Simplify.
14093
14094 2005-06-30 Richard M. Stallman <rms@gnu.org>
14095
14096 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14097 (crm-find-current-element): Likewise.
14098
14099 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14100
14101 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14102
14103 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14104
14105 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14106 (archive-mouse-extract): Make it an obsolete alias.
14107 (archive-mode-map): Don't use archive-mouse-extract any more.
14108 (archive-mode, archive-extract): write-contents-hooks ->
14109 write-contents-functions.
14110 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14111 first arg.
14112 (archive-rename-entry): Update the call.
14113 (archive-zip-summarize): Remove unused var `method'.
14114 (archive-lzh-summarize): Remove unused var `creator'.
14115
14116 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14117 dedicated frame upon exit.
14118
14119 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14120 (archive-zip-extract, archive-zip-expunge)
14121 (archive-zip-update, archive-zip-update-case): Use executable-find.
14122 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14123 Use restore-buffer-modified-p.
14124 (archive-extract, archive-add-new-member, archive-write-file-member):
14125 Use with-current-buffer.
14126 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14127
14128 2005-06-30 Andreas Schwab <schwab@suse.de>
14129
14130 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14131
14132 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14133
14134 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14135
14136 2005-06-30 Juri Linkov <juri@jurta.org>
14137
14138 * faces.el (vertical-border): Inherit from mode-line-inactive
14139 only on tty.
14140
14141 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14142
14143 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14144 example, -NLINES in the `occur' docstring).
14145
14146 * replace.el (occur-1): When no matches are found, do not set the
14147 `buffer-read-only' and modified flags for the occur buffer,
14148 because it is deleted.
14149
14150 * emulation/cua-base.el (cua-check-pending-input)
14151 (cua-repeat-replace-region, cua-mode, cua-debug)
14152 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14153 Fix typos in docstrings.
14154
14155 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14156 (cua-cut-region-to-global-mark)
14157 (cua--cut-rectangle-to-global-mark):
14158 Remove period from end of messages.
14159
14160 * emulation/cua-rect.el (cua-do-rectangle-padding):
14161 Remove period from end of messages.
14162 (cua--rectangle-seq-format): Fix typo in docstring.
14163 (cua-sequence-rectangle, cua-fill-char-rectangle):
14164 Improve argument/docstring consistency.
14165
14166 2005-06-29 Juri Linkov <juri@jurta.org>
14167
14168 * faces.el (default-frame-background-mode): New internal variable.
14169 (frame-set-background-mode): Use it.
14170
14171 * startup.el (normal-top-level): Set default-frame-background-mode
14172 instead of frame-background-mode. Before setting it, test for its
14173 nil value. Remove tests for frame-background-mode and frame
14174 parameter `reverse'. Add test for "unspecified-fg".
14175
14176 * term/xterm.el (xterm-rxvt-set-background-mode):
14177 * term/rxvt.el (rxvt-set-background-mode):
14178 Set default-frame-background-mode instead of frame-background-mode.
14179
14180 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14181
14182 * simple.el (set-variable): Warn about obsolete user variables.
14183
14184 * imenu.el (imenu--completion-buffer):
14185 * mouse.el (mouse-buffer-menu-alist):
14186 * msb.el (msb-invisible-buffer-p):
14187 * calendar/diary-lib.el (diary-header-line-format):
14188 * emacs-lisp/pp.el (pp-buffer):
14189 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14190 * textmodes/picture.el (picture-replace-match):
14191 Change space constants followed by a sexp to "?\s ".
14192
14193 * play/decipher.el (decipher-loop-with-breaks):
14194 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14195 constants "protected" from end of line by a comment to "?\s".
14196
14197 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14198
14199 * font-lock.el (save-buffer-state): Use `declare'.
14200
14201 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14202 reset the syntax-table to cperl-mode-syntax-table.
14203 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14204 "foo_print_bar" is not matched as a reserved keyword.
14205
14206 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14207
14208 * textmodes/org.el (orgtbl-setup): New function, for delayed
14209 setup for the orgtbl commands.
14210 (org-calc-default-modes): New option.
14211 (orgtbl-make-binding): Use `defun' to get better help display.
14212 (org-diary): Call `org-compile-prefix-format'.
14213 (org-table-formula-substitute-names): New function.
14214 (org-agenda-day-view, org-agenda-week-view): New commands.
14215 (org-agenda-toggle-week-view): Command removed.
14216 (org-tbl-menu): Split off from org-org-menu.
14217 (org-mode): Move removal of outline-mode menus to here.
14218 (org-table-formula-debug): New option.
14219 (org-table-insert-row): Keep first field if just "#" or "*".
14220 (org-mode): Paragraph regexps fixed.
14221 (org-table-recalculate-regexp): New constant.
14222 (org-table-justify-field-maybe): Avoid replace if not necessary.
14223 (org-copy-special, org-cut-special): Use `call-interactively'.
14224 (org-table-copy-region): Take region from `interactive' call.
14225 (org-trim): Return string even if no match.
14226 (org-formula): New face.
14227 (org-set-font-lock-defaults): No longer highlight "FIXME".
14228 But highlight formula-related fields in table.
14229 (org-table-p): Use regexp, not fontification.
14230 (org-table-align): Handle white space at end of line.
14231 (org-table-formula-evaluate-inline): New option.
14232 (org-mode): Auto-wrapping in comment lines turned off.
14233 (org-table-copy-down): Evaluate only in copied field, not in
14234 destination.
14235 (org-table-current-formula): Variable removed.
14236 (org-table-store-formulas, org-table-get-stored-formulas)
14237 (org-table-modify-formulas, org-table-replace-in-formulas)
14238 (org-table-maybe-eval-formula): New functions.
14239 (org-table-get-formula): Modify to use stored formulas.
14240 (org-table-insert-column, org-table-delete-column)
14241 (org-table-move-column): Call `org-table-modify-formulas'.
14242 (org-complete): Add completion for keyword formulas.
14243 (orgtbl-mode): Pull orgtbl-mode-map to start of
14244 minor-mode-map-alist.
14245
14246 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14247
14248 * progmodes/python.el (python-check): Require `compile' before
14249 modifying its variables.
14250
14251 * newcomment.el (comment-indent-default): Don't get fooled by an early
14252 end of buffer.
14253
14254 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14255
14256 * ps-print.el (ps-print-version): Fix version number.
14257
14258 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14259
14260 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14261
14262 2005-06-28 Richard M. Stallman <rms@gnu.org>
14263
14264 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14265 (flyspell-local-mouse-map): Declaration deleted.
14266 (flyspell-mouse-map): Bind only mouse-2.
14267 (flyspell-mode-map): Don't test flyspell-use-local-map.
14268 (flyspell-overlay-keymap-property-name): Var deleted.
14269 (flyspell-mode-on): Don't make local bindings for
14270 flyspell-mouse-map and flyspell-mode-map.
14271 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14272
14273 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14274
14275 * progmodes/compile.el (compilation-next-error-function):
14276 Don't switch buffers; operate on the current buffer.
14277
14278 * progmodes/compile.el (compilation-error-file-name)
14279 (compilation-warning-file-name, compilation-info-file-name)
14280 (compilation-line-number, compilation-column-number): New faces.
14281 (compilation-error-face, compilation-warning-face)
14282 (compilation-info-face, compilation-line-face)
14283 (compilation-column-face): Use them.
14284
14285 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14286
14287 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14288
14289 * bindings.el (global-map): Bind insertchar and its variants.
14290
14291 2005-06-27 Richard M. Stallman <rms@gnu.org>
14292
14293 * textmodes/artist.el (artist-text-overwrite)
14294 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14295
14296 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14297
14298 * ps-print.el: It was not working the page selection for printing.
14299 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14300 (ps-print-version): New version 6.6.7.
14301 (ps-end-sheet): New fun.
14302 (ps-header-sheet, ps-end-job): Call it.
14303
14304 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14305
14306 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14307
14308 2005-06-27 Lute Kamstra <lute@gnu.org>
14309
14310 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14311 background color faces.
14312 (facemenu-get-face): Delete function.
14313 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14314 (facemenu-add-new-color): Make second argument mandatory.
14315 Create the appropriate face and return it. Simplify.
14316 (facemenu-set-foreground, facemenu-set-background): Don't check if
14317 color is defined. Use return value of facemenu-add-new-color.
14318
14319 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14320
14321 * progmodes/gud.el (gud-filter): Add missing argument to
14322 with-selected-window.
14323
14324 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14325
14326 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14327 a :require to the defcustom.
14328
14329 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14330 defcustoms corresponding to minor modes.
14331
14332 2005-06-26 David Ponce <david@dponce.com>
14333
14334 * recentf.el: Require tree-widget instead of wid-edit.
14335 (recentf-filename-handler): Fix widget :type.
14336 (recentf-cancel-dialog, recentf-open-more-files)
14337 (recentf-open-files-action): Doc fix.
14338 (recentf-dialog-goto-first): New function.
14339 (recentf-dialog-mode-map): Set parent keymap first.
14340 (recentf-dialog-mode): Define with define-derived-mode.
14341 Don't display continuation lines in dialogs.
14342 (recentf-edit-list): Rename from recentf-edit-selected-items.
14343 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14344 Simplify.
14345 (recentf-edit-list-validate): New function.
14346 (recentf-edit-list): Update accordingly.
14347 (recentf-open-files-item-shift): Remove.
14348 (recentf-open-files-item): Convert menu elements into tree and
14349 link widgets. Don't create the widgets.
14350 (recentf-open-files): Update accordingly.
14351 (recentf-save-list): Untabify.
14352
14353 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14354
14355 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14356 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14357 partially contained in the active region. Do not take active
14358 region into account when called from Lisp, unless INTERACTIVE arg
14359 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14360 avoid trouble with fields. Make marker point nowhere when no
14361 longer used. Always return nil. Doc fix.
14362 (flush-lines): Add INTERACTIVE arg. Do not take active region
14363 into account when called from Lisp, unless INTERACTIVE arg is
14364 non-nil. Use `forward-line' instead of `beginning-of-line' to
14365 avoid trouble with fields. Make marker point nowhere when no
14366 longer used. Always return nil. Doc fix.
14367 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14368 interchangeable. Do not take active region into account when
14369 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14370 message in echo area when called from Lisp, unless INTERACTIVE arg
14371 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14372 Return the number of matches. Doc fix.
14373 (occur): Doc fix.
14374 (perform-replace): Make comment follow double space convention for
14375 the sake of `outline-minor-mode'.
14376
14377 * faces.el (facep): Doc fix.
14378
14379 2005-06-25 Richard M. Stallman <rms@gnu.org>
14380
14381 * facemenu.el (facemenu-enable-faces-p): New function.
14382 (facemenu-background-menu, facemenu-foreground-menu)
14383 (facemenu-face-menu): Add menu-enable property.
14384
14385 * jka-compr.el (jka-compr-insert-file-contents):
14386 Special handling if cannot find the uncompression program.
14387
14388 * cus-face.el (custom-face-attributes): Add autoload.
14389
14390 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14391 Bind comment-indent-function locally.
14392
14393 * window.el (save-selected-window): Use save-current-buffer.
14394
14395 * subr.el (with-selected-window): Use save-current-buffer.
14396
14397 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14398 and with-current-buffer.
14399
14400 2005-06-24 Richard M. Stallman <rms@gnu.org>
14401
14402 * simple.el (line-move-1): Fix previous change.
14403
14404 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14405
14406 * replace.el (occur-1): Set `buffer-read-only' and the
14407 buffer-modified flag before running `occur-hook' to protect
14408 against unintentional buffer switches that can lead to data loss.
14409
14410 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14411
14412 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14413 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14414 initial error.
14415
14416 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14417 after fresh input.
14418 (gdb-var-create-handler): Put name of expression in quotes.
14419
14420 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14421
14422 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14423 elements of RING in order, and without bogus nil elements.
14424
14425 2005-06-23 Richard M. Stallman <rms@gnu.org>
14426
14427 * simple.el (set-variable): Args renamed; doc fix.
14428 (line-move-1): When there are overlays around, use vertical-motion.
14429
14430 * faces.el (escape-glyph): Use brown against light background.
14431 (nobreak-space): Rename from no-break-space.
14432 Fix previous change.
14433
14434 * dired-aux.el (dired-do-copy): Fix arg prompt.
14435
14436 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14437
14438 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14439
14440 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14441 rather than "Distributor".
14442
14443 2005-06-23 Lute Kamstra <lute@gnu.org>
14444
14445 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14446 (debug-on-entry): Use it. New interactive declaration that uses
14447 function-called-at-point.
14448
14449 2005-06-23 Kim F. Storm <storm@cua.dk>
14450
14451 * subr.el (save-match-data): Add comment about using evaporate arg
14452 to set-match-data.
14453
14454 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14455
14456 * cus-edit.el (customize-face)
14457 (customize-face-other-window): Handle face aliases.
14458
14459 * faces.el (face-documentation, set-face-attribute)
14460 (face-spec-set): Handle face aliases.
14461
14462 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14463
14464 * help-mode.el (help-make-xrefs): If a symbol representing a face
14465 name is not followed by the word "face", it could still be a
14466 function or variable name, so don't bypass other checks.
14467
14468 2005-06-22 Juri Linkov <juri@jurta.org>
14469
14470 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14471 Replace aliased functions with calls where second arg `inherit' is t.
14472
14473 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14474
14475 * progmodes/gdb-ui.el (gdb-error): New variable.
14476 (gdb-error): New function.
14477 (gdb-annotation-rules): Act on error-begin and error annotations.
14478 (gdb-concat-output): Use font-lock-warning-face for errors.
14479
14480 2005-06-22 Miles Bader <miles@gnu.org>
14481
14482 * bindings.el (propertized-buffer-identification): Use renamed
14483 `Buffer-menu-buffer' face.
14484
14485 * faces.el (vertical-border): Rename from `vertical-divider'.
14486 (escape-glyph): Change dark-background color back to `cyan'.
14487
14488 2005-06-21 Juri Linkov <juri@jurta.org>
14489
14490 * faces.el (face-user-default-spec): Try getting `customized-face'
14491 prior to `saved-face'.
14492 (frame-background-mode): Refill docstring.
14493
14494 * emacs-lisp/lisp-mode.el (eval-defun-1):
14495 * emacs-lisp/edebug.el (edebug-eval-defun):
14496 Set `saved-face' temporarily to nil before calling form.
14497 Set `customized-face' to the new spec after that.
14498
14499 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14500
14501 * subr.el (1value, lambda, key-substitution-in-progress):
14502 Doc fixes.
14503
14504 * autoinsert.el (auto-insert-alist):
14505 * ses.el (ses-call-printer):
14506 * subr.el (noreturn):
14507 * emacs-lisp/lisp.el (check-parens):
14508 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14509 * net/browse-url.el (browse-url-mosaic):
14510 * progmodes/cc-defs.el (c-safe-scan-lists):
14511 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14512 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14513 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14514 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14515 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14516 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14517
14518 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14519
14520 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14521
14522 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14523
14524 * calendar/appt.el (appt-make-list): Activate the package, if
14525 not already active (for backwards compatibility).
14526
14527 2005-06-20 Kim F. Storm <storm@cua.dk>
14528
14529 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14530
14531 2005-06-20 Miles Bader <miles@gnu.org>
14532
14533 * faces.el (vertical-divider): New face.
14534
14535 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14536
14537 * simple.el (kill-whole-line): Doc fix.
14538 (next-error-buffer-p, next-error-find-buffer)
14539 (clone-indirect-buffer): Fix typos in docstrings.
14540 (comment-line-break-function): Doc fix: don't say variable
14541 is automatically buffer-local (it isn't).
14542
14543 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14544
14545 * net/tramp-ftp.el (top):
14546 * net/tramp-smb.el (top):
14547 * net/tramp-util.el (top):
14548 * net/tramp-uu.el (top):
14549 * net/tramp-vc.el (top):
14550 * net/tramp.el (top): Revert copyright years back to original
14551 ones. Tramp has a life outside GNU Emacs.
14552
14553 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14554
14555 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14556
14557 2005-06-18 Juri Linkov <juri@jurta.org>
14558
14559 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14560 end of first regexp to limit the match to the position between
14561 line number and source line with same separator character as used
14562 between file name and line number. In the second regexp limit
14563 mouse-face area to file name and line number by adding new group
14564 for them and referring it in HYPERLINK arg.
14565 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14566 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14567 previous line where grep markers may be already removed.
14568
14569 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14570
14571 * progmodes/ps-mode.el: Update version and maintainer's email address.
14572
14573 2005-06-18 Steve Youngs <steve@xemacs.org>
14574
14575 * net/browse-url.el (browse-url-browser-function)
14576 (browse-url-default-browser): Add firefox.
14577 (browse-url-firefox-program, browse-url-firefox-arguments)
14578 (browse-url-firefox-startup-arguments)
14579 (browse-url-firefox-new-window-is-tab): New defcustoms.
14580 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14581
14582 2005-06-17 Richard M. Stallman <rms@gnu.org>
14583
14584 * startup.el (command-line): Warn if specified user name has
14585 no home directory.
14586
14587 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14588 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14589
14590 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14591 Doc fixes.
14592
14593 * faces.el (underline): Try bold if terminal doesn't support underline.
14594
14595 * mail/sendmail.el (mail-setup-with-from): New variable.
14596 (mail-insert-from-field): New function.
14597 (sendmail-send-it): Call it.
14598 (mail-setup): Optionally call it here.
14599
14600 * term/linux.el: Call tty-no-underline.
14601
14602 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14603
14604 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14605
14606 2005-06-17 Miles Bader <miles@gnu.org>
14607
14608 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14609 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14610 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14611 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14612 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14613 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14614 Remove "-face" suffix from face names.
14615 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14616 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14617 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14618 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14619 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14620 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14621 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14622 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14623 New backward-compatibility aliases for renamed faces.
14624 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14625 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14626 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14627 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14628 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14629 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14630 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14631 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14632 Use renamed ediff faces.
14633
14634 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14635 Remove "-face" suffix from face names.
14636 (eshell-test-ok-face, eshell-test-failed-face):
14637 New backward-compatibility aliases for renamed faces.
14638 (eshell-run-test): Use renamed eshell-test faces.
14639
14640 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14641 face name.
14642 (eshell-prompt-face): New backward-compatibility alias for renamed
14643 face.
14644 (eshell-emit-prompt): Use renamed eshell-prompt face.
14645
14646 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14647 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14648 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14649 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14650 Remove "-face" suffix from face names.
14651 (eshell-ls-directory-face, eshell-ls-symlink-face)
14652 (eshell-ls-executable-face, eshell-ls-readonly-face)
14653 (eshell-ls-unreadable-face, eshell-ls-special-face)
14654 (eshell-ls-missing-face, eshell-ls-archive-face)
14655 (eshell-ls-backup-face, eshell-ls-product-face)
14656 (eshell-ls-clutter-face):
14657 New backward-compatibility aliases for renamed faces.
14658 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14659
14660 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14661 Remove "-face" suffix from face name.
14662 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14663 instead of literal face.
14664
14665 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
14666
14667 * emacs-lisp/warnings.el (display-warning, lwarn)
14668 (warning-minimum-log-level): Doc fixes.
14669 (warning-minimum-level, warning-minimum-log-level):
14670 Add :debug to :type choices.
14671
14672 * progmodes/ada-mode.el (ada-format-paramlist)
14673 (ada-get-indent-case, ada-check-matching-start)
14674 (ada-check-defun-name, ada-goto-matching-decl-start)
14675 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14676 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14677 (ada-make-subprogram-body): Follow error conventions.
14678 (ada-case-exception-file, ada-indent-comment-as-code)
14679 (ada-indent-handle-comment-special, ada-indent-renames)
14680 (ada-indent-return, ada-search-directories-internal)
14681 (ada-tab-policy, ada-case-exception-substring)
14682 (ada-other-file-alist, ada-matching-start-re)
14683 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14684 (ada-imenu-generic-expression, ada-compile-goto-error)
14685 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14686 (ada-popup-menu, ada-add-extensions, ada-mode)
14687 (ada-region-selected, ada-create-case-exception)
14688 (ada-create-case-exception-substring, ada-after-keyword-p)
14689 (ada-activate-keys-for-case, ada-adjust-case-region)
14690 (ada-adjust-case-buffer, ada-format-paramlist)
14691 (ada-scan-paramlist, ada-insert-paramlist)
14692 (ada-indent-newline-indent)
14693 (ada-indent-newline-indent-conditional)
14694 (ada-justified-indent-current, ada-goto-previous-word)
14695 (ada-indent-current, ada-get-indent-open-paren)
14696 (ada-get-indent-paramlist, ada-get-indent-end)
14697 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14698 (ada-get-indent-block-start, ada-get-indent-subprog)
14699 (ada-get-indent-noindent, ada-get-indent-label)
14700 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14701 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14702 (ada-goto-stmt-end, ada-goto-next-word)
14703 (ada-check-matching-start, ada-check-defun-name)
14704 (ada-goto-matching-decl-start, ada-goto-matching-start)
14705 (ada-goto-matching-end, ada-search-ignore-string-comment)
14706 (ada-in-decl-p, ada-looking-at-semi-or)
14707 (ada-looking-at-semi-private, ada-in-paramlist-p)
14708 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14709 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14710 (ada-next-procedure, ada-previous-procedure, ada-next-package)
14711 (ada-previous-package, ada-create-menu)
14712 (ada-fill-comment-paragraph-justify)
14713 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14714 (ada-other-file-name, ada-last-which-function-line)
14715 (ada-last-which-function-subprog, ada-which-function)
14716 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14717 (ada-gen-treat-proc, ada-check-emacs-version)
14718 (ada-continuation-indent, ada-align-region-separate):
14719 Fix typos in docstrings.
14720 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14721
14722 2005-06-16 Lute Kamstra <lute@gnu.org>
14723
14724 * simple.el (fundamental-mode): Run after-change-major-mode-hook
14725 conditionally.
14726
14727 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14728
14729 * comint.el (comint-replace-by-expanded-filename)
14730 (comint-prompt-regexp, comint-delimiter-argument-list)
14731 (comint-preinput-scroll-to-bottom):
14732 * info.el (Info-hide-cookies-node):
14733 * ls-lisp.el (ls-lisp-classify):
14734 * find-file.el (ff-search-directories, ff-special-constructs)
14735 (ff-find-other-file):
14736 * font-lock.el (font-lock-keywords):
14737 * shell.el (shell-prompt-pattern)
14738 (shell-dynamic-complete-functions, shell-mode)
14739 (shell-delimiter-argument-list):
14740 * term.el (term-replace-by-expanded-filename)
14741 (term-prompt-regexp, term-delimiter-argument-list):
14742 * woman.el (woman-ignore, woman0-if):
14743 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14744 * emacs-lisp/elint.el (elint-init-env):
14745 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14746 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14747 * language/ethio-util.el (ethio-tilde-escape)
14748 (ethio-use-three-dot-question):
14749 * net/zone-mode.el (zone-mode-load-time-setup):
14750 * progmodes/cc-align.el (c-lineup-argcont):
14751 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14752 * progmodes/cperl-mode.el (cperl-set-style-back):
14753 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14754 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14755 Fix spellings in docstrings.
14756
14757 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14758 * progmodes/modula2.el (m2-for): Fix spellings.
14759
14760 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14761
14762 * simple.el (undo-more): Don't use `format' on `error' arguments.
14763 Improve argument/docstring consistency.
14764 (pending-undo-list): Doc fix.
14765
14766 * smerge-mode.el (smerge-ensure-match):
14767 * emulation/vip.el (vip-ex):
14768 * net/zone-mode.el (zone-mode-update-serial):
14769 * progmodes/idlwave.el (idlwave-complete):
14770 * progmodes/vhdl-mode.el (vhdl-visit-file)
14771 (vhdl-compose-wire-components):
14772 Don't use `format' on `error' arguments.
14773
14774 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14775 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14776 (tooltip-help-tips): Fix typos in docstrings.
14777
14778 2005-06-16 David Ponce <david@dponce.com>
14779
14780 * tree-widget.el (tree-widget-value-create): Simplify last change.
14781
14782 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
14783
14784 * ido.el (ido-incomplete-regexp): New variable.
14785 (ido-set-matches-1): Handle invalid-regexp error and set
14786 ido-incomplete-regexp.
14787 (ido-incomplete-regexp): New face.
14788 (ido-completions): Use it.
14789 (ido-complete, ido-exit-minibuffer, ido-completions):
14790 Handle incomplete regexps.
14791 (ido-completions): Add check for complete match when entering a regexp.
14792
14793 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14794
14795 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14796
14797 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14798
14799 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14800 by field delimiters.
14801
14802 2005-06-15 David Ponce <david@dponce.com>
14803
14804 * tree-widget.el: eval-and-compile inlined functions so they will
14805 be available at run-time too.
14806 (tree-widget-super-format-handler)
14807 (tree-widget-format-handler): Remove.
14808 (tree-widget-value-create): Handle the :indent property.
14809
14810 2005-06-15 Miles Bader <miles@gnu.org>
14811
14812 * progmodes/which-func.el (which-func): Only inherit
14813 `font-lock-function-name-face' when that makes sense against the
14814 default mode-line face, otherwise set the face color explicitly.
14815
14816 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14817 faces instead of (non-existent) variables.
14818
14819 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14820
14821 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14822 (iswitchb-get-matched-buffers): Likewise. Simplify.
14823
14824 2005-06-14 Miles Bader <miles@gnu.org>
14825
14826 * progmodes/ld-script.el (ld-script-location-counter):
14827 Remove "-face" suffix from face name.
14828 (ld-script-location-counter-face):
14829 New backward-compatibility alias for renamed face.
14830 (ld-script-location-counter-face): Use renamed face.
14831
14832 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14833 (cperl-hash): Remove "-face" suffix from face names.
14834 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
14835 New backward-compatibility aliases for renamed faces.
14836 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14837 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14838
14839 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
14840 name.
14841 (which-func-face): New backward-compatibility alias for renamed face.
14842 (which-func-format): Use renamed which-func face.
14843
14844 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
14845 (vhdl-function, vhdl-directive, vhdl-reserved-word)
14846 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
14847 names.
14848 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
14849 (vhdl-speedbar-configuration, vhdl-speedbar-package)
14850 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
14851 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
14852 (vhdl-speedbar-architecture-selected)
14853 (vhdl-speedbar-configuration-selected)
14854 (vhdl-speedbar-package-selected)
14855 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
14856 names.
14857 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14858 Use renamed faces.
14859 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14860 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14861 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14862 Use renamed faces.
14863 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14864 names.
14865 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14866 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14867 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14868 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14869 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14870 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14871
14872 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14873 face name.
14874 (sh-heredoc-face): New backward-compatibility alias for renamed face.
14875 (sh-heredoc-face): Use renamed sh-heredoc face.
14876
14877 * progmodes/idlw-help.el (idlwave-help-link):
14878 Remove "-face" suffix from face name.
14879 (idlwave-help-link-face):
14880 New backward-compatibility alias for renamed face.
14881 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14882
14883 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14884 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14885 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14886 New backward-compatibility aliases for renamed faces.
14887 (idlwave-shell-disabled-breakpoint-face)
14888 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14889
14890 * progmodes/flymake.el (flymake-errline, flymake-warnline):
14891 Remove "-face" suffix from face names.
14892 (flymake-errline-face, flymake-warnline-face):
14893 New backward-compatibility aliases for renamed faces.
14894 (flymake-highlight-line): Use renamed flymake faces.
14895
14896 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14897 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14898 (ebrowse-member-class, ebrowse-progress):
14899 Remove "-face" suffix from face names.
14900 (ebrowse-tree-mark-face, ebrowse-root-class-face)
14901 (ebrowse-file-name-face, ebrowse-default-face)
14902 (ebrowse-member-attribute-face, ebrowse-member-class-face)
14903 (ebrowse-progress-face):
14904 New backward-compatibility aliases for renamed faces.
14905 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14906 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14907 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14908 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14909
14910 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14911 antlr-syntax)
14912 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14913 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14914 names.
14915 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14916 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14917 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14918 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14919 backward-compatibility aliases for renamed faces.
14920 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14921 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14922 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14923 remove "font-lock-". Use renamed antlr-mode faces.
14924 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
14925 literal face-names with face variable references.
14926
14927 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14928 face name.
14929 (Buffer-menu-buffer-face): New backward-compatibility alias for
14930 renamed face.
14931 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14932
14933 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
14934
14935 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14936 Eliminate "-face" suffix.
14937 (makefile-targets): Inherit from font-lock-function-name-face and
14938 eliminate "-face" suffix.
14939 (makefile-shell): Remove attributes and eliminate "-face" suffix.
14940 (makefile-*-font-lock-keywords): Append makefile-targets in rule
14941 actions, instead of prepending, to make it less visible.
14942 (makefile-previous-dependency, makefile-match-dependency):
14943 Don't match a target on a continuation line.
14944
14945 * files.el (auto-mode-alist): Put Makefile in gmake mode.
14946
14947 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
14948
14949 * progmodes/gdb-ui.el (menu): Re-order menu items.
14950 (gdb-tooltip-print): Respect tooltip-use-echo-area.
14951
14952 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14953 Define in tooltip.el.
14954 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14955 (gud-tooltip-tips): Respect tooltip-use-echo-area and
14956 gud-tooltip-echo-area.
14957
14958 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14959 backward compatibility and make obsolete.
14960 (tooltip-help-tips): Use tooltip-use-echo-area.
14961 (tooltip-show-help-function): Rename to...
14962 (tooltip-show-help): ...this, because it is a function.
14963 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14964
14965 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
14966
14967 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14968 (edebug-print-length, edebug-print-level, edebug-print-circle)
14969 (edebug-modify-breakpoint, edebug-eval-last-sexp)
14970 (edebug-eval-print-last-sexp): Doc fixes.
14971
14972 2005-06-14 Kim F. Storm <storm@cua.dk>
14973
14974 * ido.el (ido-mode): Make a new keymap every time we enable ido,
14975 as the coverage buffer/file/both may change.
14976
14977 2005-06-14 Lute Kamstra <lute@gnu.org>
14978
14979 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14980 and run-mode-hooks. Simplify.
14981
14982 * mail/rmailedit.el (rmail-edit-mode):
14983 * progmodes/octave-inf.el (inferior-octave-mode):
14984 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14985
14986 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14987 and run-mode-hooks.
14988 (recentf-edit-list, recentf-open-files): Don't call
14989 kill-all-local-variables directly.
14990
14991 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14992
14993 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
14994
14995 * emacs-lisp/byte-run.el (make-obsolete)
14996 (define-obsolete-function-alias): Rename arguments FUNCTION and
14997 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14998 (make-obsolete-variable, define-obsolete-variable-alias):
14999 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15000 respectively.
15001
15002 * isearchb.el (isearchb-activate):
15003 * pcvs.el (cvs-mode):
15004 * ses.el (ses-load):
15005 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15006 * net/tramp.el (tramp-find-file-exists-command)
15007 (tramp-find-shell):
15008 * progmodes/ada-mode.el (ada-create-case-exception)
15009 (ada-create-case-exception-substring, ada-make-subprogram-body):
15010 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15011 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15012 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15013 * textmodes/org.el (org-promote, org-evaluate-time-range)
15014 (org-agenda-next-date-line, org-agenda-previous-date-line)
15015 (org-agenda-error, org-open-at-point, org-table-move-row)
15016 (org-format-table-table-html-using-table-generate-source)
15017 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15018 * textmodes/reftex.el (reftex-access-scan-info):
15019 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15020 (reftex-toc-promote-prepare): Follow error conventions.
15021
15022 * diff-mode.el (diff-mode): Fix typo in docstring.
15023
15024 * forms.el (forms--intuit-from-file): Fix reference to
15025 `forms-number-of-fields' in error message.
15026 (forms-print): Fix quoting in error message.
15027
15028 * forms.el (forms-mode):
15029 * emulation/vi.el (vi-goto-insert-state):
15030 * progmodes/flymake.el (flymake-new-err-info)
15031 (flymake-start-syntax-check-for-current-buffer)
15032 (flymake-simple-cleanup):
15033 * eshell/esh-var.el (eshell/export):
15034 * progmodes/gud.el (xdb):
15035 * textmodes/flyspell.el (flyspell-incorrect-hook)
15036 (flyspell-maybe-correct-transposition)
15037 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15038
15039 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15040
15041 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15042 minibuffer prompt.
15043
15044 2005-06-13 Kim F. Storm <storm@cua.dk>
15045
15046 * subr.el (add-to-ordered-list): New defun.
15047
15048 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15049 add cua--keymap-alist to emulation-mode-map-alists.
15050
15051 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15052
15053 * subr.el (complete-in-turn): New macro.
15054 (dynamic-completion-table, lazy-completion-table): Add debug info.
15055
15056 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15057 in preference to face aliases.
15058
15059 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15060 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15061 Remove unused vars `start' and `firstline'.
15062 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15063 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15064
15065 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15066
15067 * cus-start.el (all): Don't complain about missing GTK-related
15068 variables, unless either `gtk' is boundp or this isn't a
15069 `windows-nt' build.
15070
15071 2005-06-13 Lute Kamstra <lute@gnu.org>
15072
15073 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15074 run-mode-hooks.
15075
15076 * ediff-mult.el (ediff-meta-mode):
15077 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15078
15079 * ledit.el (ledit-mode): Use delay-mode-hooks.
15080
15081 * woman.el (woman-mode-line-format): Delete constant.
15082 (woman-mode-map): Initialize it properly.
15083 (woman-mode): Set mode-class property to special.
15084 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15085 Set major-mode and mode-name. Don't set mode-line-format directly.
15086 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15087
15088 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15089 string argument obsolete.
15090
15091 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15092
15093 * textmodes/org.el (org-CUA-compatible): New option.
15094 (org-disputed-keys): New variable.
15095 (org-key): New function.
15096 (orgtbl-make-binding): Add docstring to the created function.
15097 (org-mode): Set paragraph start/separate regexps.
15098 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15099 (org-archive-location, org-archive-mark-done)
15100 (org-archive-stamp-time): New options.
15101 (org-archive-subtree): New command.
15102 (org-fill-paragraph): New function.
15103 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15104 (org-fake-empty-table-line): Function removed.
15105 (org-format-org-table-html): Do not create empty table lines at
15106 separator lines. Improved table header treatment.
15107 (org-link-format): New option.
15108 (org-make-link): New function.
15109 (org-insert-link, org-store-link): Use org-make-link.
15110 (org-open-file): Quote file name for shell command, to allow
15111 spaces in file names.
15112 (org-link-regexp): Fix bug with mailto link.
15113 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15114 New constants.
15115 (org-export-as-html): Deal with the optional angles around a link.
15116 Better treatment of file: links.
15117 (org-open-at-point): Replace @{ and @} with < and >.
15118 (org-run-mode-hooks): Function removed.
15119 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15120
15121 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15122
15123 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15124 MI command -data-list-register-values.
15125 (gdb-post-prompt): Indent properly.
15126
15127 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15128
15129 * hilit-chg.el (highlight-changes-colors): Rename from
15130 `highlight-changes-colours'.
15131 (highlight-changes-colours): Keep as obsolete alias.
15132 (highlight-changes-face-list): Doc fix.
15133 (hilit-chg-make-list): Use `highlight-changes-colors'.
15134
15135 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15136
15137 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15138 defun-prompt-regexp.
15139
15140 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15141
15142 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15143 and cygwin.
15144
15145 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15146 Don't use an old loaddefs.el, as in Makefile.in.
15147
15148 2005-06-12 Lute Kamstra <lute@gnu.org>
15149
15150 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15151
15152 * man.el (Man-mode-map): Initialize it properly.
15153 (Man-mode): Set mode-class property to special.
15154
15155 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15156
15157 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15158
15159 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15160 A newline is needed in the docstring there.
15161
15162 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15163 Doc fixes.
15164
15165 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15166
15167 * printing.el: Doc fix. The menubar is no more changed when printing
15168 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15169 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15170 (pr-version): New version number (6.8.4).
15171 (pr-menu-bind): New command.
15172 (pr-update-menus): Docstring and code fix.
15173 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15174 Docstring fix.
15175 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15176 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15177
15178 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15179
15180 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15181 "Returns" to "return", document useful return values, etc.
15182
15183 2005-06-11 Alan Mackenzie <acm@muc.de>
15184
15185 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15186 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15187 (adaptive-file-function): Minor amendment to doc-string.
15188
15189 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15190
15191 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15192 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15193 Fix :type--it is `integer', not `string'.
15194
15195 * faces.el (modeline-highlight): Rename from (the erroneous)
15196 `modeline-higilight'.
15197
15198 2005-06-11 Lute Kamstra <lute@gnu.org>
15199
15200 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15201 lisp-interaction-mode-map but make it the parent.
15202 (edebug-eval-mode): Use define-derived-mode.
15203
15204 2005-06-11 Andreas Schwab <schwab@suse.de>
15205
15206 * bindings.el: Add binding of `ESC functionkey' for every
15207 `M-functionkey'.
15208 * hexl.el (hexl-mode-map): Likewise.
15209
15210 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15211
15212 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15213 [msft]: update regexp for newer msft compilers.
15214
15215 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15216
15217 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15218 ATTLIST portions of included DTDs.
15219 (xml-parse-dtd): Eliminate use of inefficient match-data.
15220
15221 2005-06-10 Miles Bader <miles@gnu.org>
15222
15223 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15224 (mpuz-text): Remove "-face" suffix from face names.
15225 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15226 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15227 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15228
15229 * play/gomoku.el (gomoku-O, gomoku-X):
15230 Remove "-face" suffix from face names.
15231 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15232 New backward-compatibility aliases for renamed faces.
15233 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15234
15235 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15236
15237 * thumbs.el: Fixes for changes of 2005-06-09.
15238 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15239 as a directory.
15240 (thumbs-thumbname): Remove directory separator from format string;
15241 `thumbs-thumbsdir' now returns a valid directory name.
15242 (thumbs-temp-dir): New defsubst.
15243 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15244 Use it.
15245
15246 * cus-edit.el (minibuffer):
15247 * files.el (make-backup-file-name-function):
15248 * filesets.el (filesets-external-viewers):
15249 * hilit-chg.el (highlight-changes-colours)
15250 (highlight-changes-face-list, highlight-changes-rotate-faces):
15251 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15252 * kmacro.el (kmacro-call-macro):
15253 * log-edit.el (log-edit-changelog-full-paragraphs):
15254 * mouse.el (mouse-1-click-follows-link):
15255 * skeleton.el (skeleton-autowrap):
15256 * subr.el (insert-for-yank-1):
15257 * tempo.el (tempo-insert-region):
15258 * terminal.el (terminal-emulator):
15259 * time.el (display-time-mail-face):
15260 * vc.el (vc-annotate):
15261 * vcursor.el (vcursor-copy-line):
15262 * woman.el (woman-bold-headings, woman-ignore)
15263 (woman-default-faces, woman-monochrome-faces):
15264 * calendar/todo-mode.el (todo-insert-threshold):
15265 * emulation/pc-select.el (pc-select-selection-keys-only)
15266 (pc-selection-mode):
15267 * emulation/vip.el (vip-find-char-forward):
15268 * emulation/viper-cmd.el (viper-find-char-forward):
15269 * international/mule-cmds.el
15270 (select-safe-coding-system-accept-default-p)
15271 (input-method-exit-on-invalid-key):
15272 * international/mule-diag.el (describe-coding-system):
15273 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15274 * net/browse-url.el (browse-url-xterm-program):
15275 * obsolete/lazy-lock.el (lazy-lock-mode):
15276 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15277 (cperl-mode):
15278 * progmodes/cpp.el (cpp-face-light-name-list)
15279 (cpp-face-dark-name-list):
15280 * progmodes/delphi.el (delphi-newline-always-indents):
15281 Fix spellings in docstrings.
15282
15283 * ido.el (ido-mode, ido-file-extensions-order)
15284 (ido-default-file-method, ido-default-buffer-method)
15285 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15286 (ido-decorations, ido-read-file-name-as-directory-commands)
15287 (ido-read-file-name-non-ido, ido-work-directory-list)
15288 (ido-ignore-item-temp-list, ido-current-directory)
15289 (ido-magic-forward-char, ido-enter-find-file)
15290 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15291 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15292
15293 2005-06-10 Lute Kamstra <lute@gnu.org>
15294
15295 * play/dunnet.el (dun-mode): Use define-derived-mode.
15296 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15297 obsolete alias.
15298
15299 * play/doctor.el (doctor-mode-map): Remove defvar.
15300 (doctor-mode): Use define-derived-mode.
15301
15302 * mail/mspools.el (mspools-mode):
15303 * net/eudc-hotlist.el (eudc-hotlist-mode):
15304 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15305
15306 2005-06-10 Miles Bader <miles@gnu.org>
15307
15308 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15309 Remove "-face" suffix from face names.
15310 (flyspell-incorrect-face, flyspell-duplicate-face):
15311 New backward-compatibility aliases for renamed faces.
15312 (flyspell-mode-on, make-flyspell-overlay)
15313 (flyspell-highlight-incorrect-region)
15314 (flyspell-highlight-duplicate-region)
15315 (flyspell-display-next-corrections)
15316 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15317
15318 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15319 from face name.
15320 (texinfo-heading-face): New backward-compatibility alias for
15321 renamed face.
15322 (texinfo-heading-face): Use renamed texinfo-heading face.
15323
15324 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15325 suffix from face names.
15326 (tex-math-face, tex-verbatim-face):
15327 New backward-compatibility aliases for renamed faces.
15328 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15329 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15330 literal face name.
15331
15332 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15333 name.
15334 (table-cell-face): New backward-compatibility alias for renamed face.
15335 (table--put-cell-face-property, table--update-cell-face):
15336 Use renamed table-cell face.
15337
15338 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15339 from face name.
15340 (sgml-namespace-face): New backward-compatibility alias for
15341 renamed face.
15342 (sgml-namespace-face): Use renamed sgml-namespace face.
15343
15344 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15345 (org-level-4, org-level-5, org-level-6, org-level-7)
15346 (org-level-8, org-warning, org-headline-done)
15347 (org-deadline-announce, org-scheduled-today)
15348 (org-scheduled-previously, org-link, org-done, org-table)
15349 (org-time-grid): Remove "-face" suffix from face names.
15350 (org-level-1-face, org-level-2-face, org-level-3-face)
15351 (org-level-4-face, org-level-5-face, org-level-6-face)
15352 (org-level-7-face, org-level-8-face, org-warning-face)
15353 (org-headline-done-face, org-deadline-announce-face)
15354 (org-scheduled-today-face, org-scheduled-previously-face)
15355 (org-link-face, org-done-face, org-table-face)
15356 (org-time-grid-face):
15357 New backward-compatibility aliases for renamed faces.
15358 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15359 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15360 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15361 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15362
15363 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15364 (viper-minibuffer-emacs, viper-minibuffer-insert)
15365 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15366 (viper-search-face, viper-replace-overlay-face)
15367 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15368 (viper-minibuffer-vi-face):
15369 New backward-compatibility aliases for renamed faces.
15370 (viper-search-face, viper-replace-overlay-face)
15371 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15372 (viper-minibuffer-vi-face): Use renamed viper faces.
15373
15374 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15375 Remove "-face" suffix from face names.
15376 (testcover-nohits-face, testcover-1value-face):
15377 New backward-compatibility aliases for renamed faces.
15378 (testcover-mark): Use renamed testcover faces.
15379
15380 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15381 face name.
15382 (diary-button-face): New backward-compatibility alias for renamed face.
15383 (diary-entry): Use renamed diary-button face.
15384
15385 * calendar/calendar.el (diary, calendar-today, holiday)
15386 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15387 (diary-face, calendar-today-face, holiday-face):
15388 New backward-compatibility aliases for renamed faces.
15389 (eval-after-load "facemenu", diary-entry-marker)
15390 (calendar-today-marker, calendar-holiday-marker, diary-face):
15391 Use renamed calendar faces.
15392
15393 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15394 (compare-windows-face): New backward-compatibility alias for
15395 renamed face.
15396 (compare-windows-highlight): Use renamed compare-windows face.
15397
15398 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15399 (strokes-char-face): New backward-compatibility alias for renamed face.
15400 (strokes-encode-buffer): Use renamed strokes-char face.
15401
15402 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15403 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15404 Remove "-face" suffix from face names.
15405 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15406 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15407 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15408 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15409 Use renamed pcvs faces.
15410 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15411 * pcvs-defs.el (cvs-mode-map): Likewise.
15412 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15413
15414 * info.el (info-title-1, info-title-2, info-title-3)
15415 (info-title-4): Remove "-face" suffix from and downcase face names.
15416 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15417 (Info-title-4-face):
15418 New backward-compatibility aliases for renamed faces.
15419 (Info-fontify-node): Use renamed info faces.
15420
15421 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15422 Remove "-face" suffix from face names.
15423 (highlight-changes-face, highlight-changes-delete-face):
15424 New backward-compatibility aliases for renamed faces.
15425 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15426 (hilit-chg-make-list): Use renamed highlight-changes faces.
15427
15428 * generic-x.el (show-tabs-tab, show-tabs-space):
15429 Remove "-face" suffix from face names.
15430 (show-tabs-tab-face, show-tabs-space-face):
15431 New backward-compatibility aliases for renamed faces.
15432 (show-tabs-generic-mode-font-lock-defaults-1)
15433 (show-tabs-generic-mode-font-lock-defaults-2):
15434 Use renamed show-tabs faces.
15435
15436 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15437 (smerge-markers): Remove "-face" suffix from face names.
15438 (smerge-mine-face, smerge-other-face, smerge-base-face)
15439 (smerge-markers-face):
15440 New backward-compatibility aliases for renamed faces.
15441 (smerge-mine-face, smerge-other-face, smerge-base-face)
15442 (smerge-markers-face): Use renamed smerge faces.
15443
15444 * log-view.el (log-view-file, log-view-message): Remove "-face"
15445 suffix from face names.
15446 (log-view-file-face, log-view-message-face):
15447 New backward-compatibility aliases for renamed faces.
15448 (log-view-file-face, log-view-message-face): Use renamed log-view
15449 faces.
15450
15451 * paren.el (show-paren-match, show-paren-mismatch):
15452 Remove "-face" suffix from face names.
15453 (show-paren-match-face, show-paren-mismatch-face):
15454 New backward-compatibility aliases for renamed faces.
15455 (show-paren-function): Use renamed show-paren faces.
15456
15457 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15458 (ruler-mode-margins, ruler-mode-fringes)
15459 (ruler-mode-column-number, ruler-mode-fill-column)
15460 (ruler-mode-comment-column, ruler-mode-goal-column)
15461 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15462 suffix from face names.
15463 (ruler-mode-default-face, ruler-mode-pad-face)
15464 (ruler-mode-margins-face, ruler-mode-fringes-face)
15465 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15466 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15467 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15468 New backward-compatibility aliases for renamed faces.
15469 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15470 (ruler-mode-column-number, ruler-mode-fill-column)
15471 (ruler-mode-comment-column, ruler-mode-goal-column)
15472 (ruler-mode-tab-stop, ruler-mode-current-column)
15473 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15474 faces.
15475
15476 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15477 face name.
15478 (whitespace-highlight-the-space): Use renamed face.
15479 (whitespace-highlight-face): New backward-compatibility alias for
15480 renamed face.
15481
15482 * woman.el (woman-italic, woman-bold, woman-unknown)
15483 (woman-addition, woman-symbol-face):
15484 Remove "-face" suffix from face names.
15485 (woman-italic-face, woman-bold-face, woman-unknown-face)
15486 (woman-addition-face):
15487 New backward-compatibility aliases for renamed faces.
15488 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15489 (woman-decode-region, woman-replace-match)
15490 (woman-display-extended-fonts, woman-special-characters)
15491 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15492 Use renamed woman faces.
15493
15494 * longlines.el (longlines-visible-face): Face removed.
15495
15496 * diff-mode.el (diff-header, diff-file-header, diff-index)
15497 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15498 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15499 suffix from face names.
15500 (diff-header-face, diff-file-header-face, diff-index-face)
15501 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15502 (diff-changed-face, diff-function-face, diff-context-face)
15503 (diff-nonexistent-face): New backward-compatibility aliases for
15504 renamed faces.
15505 (diff-header-face, diff-file-header-face)
15506 (diff-index, diff-index-face, diff-hunk-header)
15507 (diff-hunk-header-face, diff-removed, diff-removed-face)
15508 (diff-added, diff-added-face, diff-changed-face, diff-function)
15509 (diff-function-face, diff-context-face, diff-nonexistent)
15510 (diff-nonexistent-face): Use renamed diff-mode faces.
15511
15512 * progmodes/compile.el (compilation-warning-face)
15513 (compilation-info-face): Remove "-face" suffix from face names.
15514 (compilation-warning-face, compilation-info-face):
15515 New backward-compatibility aliases for renamed faces.
15516 (compilation-warning-face, compilation-info-face):
15517 Use renamed compilation faces.
15518
15519 * add-log.el (change-log-date, change-log-name)
15520 (change-log-email, change-log-file, change-log-list)
15521 (change-log-conditionals, change-log-function)
15522 (change-log-acknowledgement): Remove "-face" suffix from face names.
15523 (change-log-date-face, change-log-name-face)
15524 (change-log-email-face, change-log-file-face)
15525 (change-log-list-face, change-log-conditionals-face)
15526 (change-log-function-face, change-log-acknowledgement-face):
15527 New backward-compatibility aliases for renamed faces.
15528 (change-log-font-lock-keywords): Use renamed change-log faces.
15529
15530 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15531 (custom-set, custom-changed, custom-saved, custom-button)
15532 (custom-button-pressed, custom-documentation, custom-state)
15533 (custom-comment, custom-comment-tag, custom-variable-tag)
15534 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15535 (custom-group-tag): Remove "-face" suffix from face names.
15536 (custom-magic-alist, custom-magic-value-create)
15537 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15538 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15539 (custom-set-face, custom-changed-face, custom-saved-face)
15540 (custom-button-face, custom-button-pressed-face)
15541 (custom-documentation-face, custom-state-face)
15542 (custom-comment-face, custom-comment-tag-face)
15543 (custom-variable-tag-face, custom-variable-button-face)
15544 (custom-face-tag-face, custom-group-tag-face-1)
15545 (custom-group-tag-face):
15546 New backward-compatibility aliases for renamed faces.
15547
15548 * wid-edit.el (widget-documentation, widget-button)
15549 (widget-field, widget-single-line-field, widget-inactive)
15550 (widget-button-pressed): "-face" suffix removed from face names.
15551 (widget-documentation-face, widget-button-face)
15552 (widget-field-face, widget-single-line-field-face)
15553 (widget-inactive-face, widget-button-pressed-face):
15554 New backward-compatibility aliases for renamed faces.
15555 (widget-documentation-face, widget-button-face)
15556 (widget-button-pressed-face, widget-specify-field)
15557 (widget-specify-inactive): Use renamed widget faces.
15558
15559 2005-06-10 Kenichi Handa <handa@m17n.org>
15560
15561 * term/x-win.el (x-clipboard-yank): Remove condition-case
15562 wrapping.
15563
15564 2005-06-11 Kenichi Handa <handa@m17n.org>
15565
15566 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15567 date lines stricter.
15568
15569 2005-06-10 Zhang Wei <id.brep@gmail.com>
15570
15571 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15572 of x-get-selection.
15573
15574 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15575
15576 * comint.el (comint-mode, comint-snapshot-last-prompt):
15577 * frame.el (frame-current-scroll-bars):
15578 * term.el (term-mode, term-check-proc, term-input-sender)
15579 (term-simple-send, term-extract-string, term-word)
15580 (term-match-partial-filename):
15581 * window.el (window-current-scroll-bars):
15582 * emulation/cua-base.el (cua-normal-cursor-color)
15583 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15584 (cua-global-mark-cursor-color):
15585 * mail/undigest.el (rmail-forward-separator-regex):
15586 Fix typos in docstrings.
15587
15588 * comint.el (comint-check-proc, make-comint-in-buffer)
15589 (comint-source-default): Doc fixes.
15590
15591 * term.el (term-send-string): Improve argument/docstring consistency.
15592
15593 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15594
15595 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15596 call to `delete-region'.
15597 (comint-mode-hook): Do not enable Font Lock by default.
15598
15599 2005-06-09 Lute Kamstra <lute@gnu.org>
15600
15601 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15602 could be void.
15603
15604 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15605
15606 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15607 (debug): Use it.
15608 (debugger-step-through, debugger-continue, debugger-jump)
15609 (debugger-return-value): Set it when needed.
15610 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15611 Use inhibit-read-only.
15612
15613 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15614
15615 * window.el (shrink-window-if-larger-than-buffer)
15616 (window-size-fixed): Fix typo in docstring.
15617
15618 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15619 thumbnails directory on loading.
15620 (thumbs-conversion-program): Use `eq' to check the system type,
15621 not `equal'.
15622 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15623 not "/tmp". Fix docstring.
15624 (thumbs-thumbsdir): New function to return the thumbnails
15625 directory, creating it if needed.
15626 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15627 (thumbs-temp-file): Delete variable and make it into a function.
15628 (thumbs-resize-image, thumbs-modify-image): Use it.
15629 (thumbs-kill-buffer): Simplify.
15630 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15631 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15632 docstrings.
15633
15634 2005-06-09 Kim F. Storm <storm@cua.dk>
15635
15636 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15637 set-match-data to free markers in match-data.
15638
15639 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15640 match-data to unchain markers in match-data.
15641
15642 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15643
15644 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15645 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15646 unnecessary now.
15647
15648 2005-06-08 Richard M. Stallman <rms@gnu.org>
15649
15650 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15651 give the variable a doc string that doesn't say don't set it directly.
15652
15653 * textmodes/ispell.el (ispell-check-version):
15654 Use match-string-no-properties.
15655 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15656 (ispell-buffer-local-words): Likewise.
15657
15658 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15659 except on terminals with enough colors to really display it.
15660 (makefile-dependency-regex): Delete spurious `bb'.
15661
15662 * faces.el (escape-glyph): Use blue once again in last case.
15663 (no-break-space): Redefine so that it isn't invisible on a tty.
15664
15665 2005-06-08 Kim F. Storm <storm@cua.dk>
15666
15667 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15668 also when reading directory name.
15669
15670 2005-06-08 Lute Kamstra <lute@gnu.org>
15671
15672 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15673 (flyspell-mode-line-string): Remove autoload cookie.
15674 (flyspell-mode): Remove defvar.
15675
15676 2005-06-07 Lute Kamstra <lute@gnu.org>
15677
15678 * textmodes/org.el (org-run-mode-hooks): New function.
15679 (org-agenda-mode): Use it.
15680
15681 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
15682
15683 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15684
15685 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15686
15687 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15688
15689 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
15690
15691 * font-lock.el (font-lock-add-keywords): Doc fix.
15692
15693 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15694
15695 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15696 (tex-compile-default): In the absence of any history, use the order in
15697 tex-compile-alist to choose the preferred command.
15698 (tex-compile-commands): Reorder a bit.
15699
15700 * textmodes/flyspell.el (flyspell-auto-correct-binding)
15701 (flyspell-incorrect-face, flyspell-duplicate-face):
15702 Use (X)Emacs-agnostic code.
15703 (flyspell-mode-map): Don't overwrite at each load. Remove code
15704 redundant with the subsequent add-minor-mode. Merge Emacs and
15705 XEmacs code.
15706 (flyspell-word): Minor simplification.
15707 (flyspell-math-tex-command-p): Quieten the byte-compiler.
15708 (flyspell-external-point-words): Remove unused vars `size' and `start'.
15709 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15710 Merge the corresponding Emacs code.
15711 (flyspell-correct-word, flyspell-xemacs-popup):
15712 Use flyspell-do-correct.
15713
15714 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15715 a dedicated window.
15716
15717 * international/latexenc.el (latexenc-find-file-coding-system):
15718 Undo part of last patch, to turn off a compiler warning.
15719
15720 2005-06-06 Juri Linkov <juri@jurta.org>
15721
15722 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15723 Rename `tmm-inactive-face' to `tmm-inactive'.
15724
15725 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
15726
15727 * iswitchb.el: Rename faces.
15728
15729 2005-06-06 Kim F. Storm <storm@cua.dk>
15730
15731 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15732 (cua-global-mark): Remove -face suffix from face names.
15733
15734 * emulation/cua-gmrk.el (cua--init-global-mark):
15735 Remove cua-global-mark face setup.
15736
15737 2005-06-06 Richard M. Stallman <rms@gnu.org>
15738
15739 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15740 just like other allowed characters.
15741 (makefile-match-dependency): Exclude leading and training whitespace
15742 from the range of regexp subexp 1.
15743 (makefile-macroassign-regex): Don't try to match the body,
15744 just the name of the macro being defined.
15745
15746 * info.el (Info-read-node-name-2): New function.
15747 (Info-read-node-name-1): Use that.
15748 Add a completion-base-size-function property.
15749
15750 * simple.el (completion-setup-function): Look for
15751 completion-base-size-function property of minibuffer-completion-table.
15752
15753 * files.el (locate-file-completion): Doc fix.
15754
15755 * printing.el: Don't call pr-update-menus; user must do that.
15756
15757 * emacs-lisp/debug.el (debugger-window): New variable.
15758 (debug): Use debugger-window if it is set and still alive.
15759 Record debugger-window for next entry.
15760
15761 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15762
15763 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
15764
15765 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15766 (hack-one-local-variable, hack-local-variables)
15767 (hack-local-variables-prop-line): Pass that arg.
15768
15769 2005-06-06 Kim F. Storm <storm@cua.dk>
15770
15771 * ido.el (ido-first-match, ido-only-match, ido-subdir)
15772 (ido-indicator): Remove -face suffix from face names.
15773
15774 2005-06-06 Juri Linkov <juri@jurta.org>
15775
15776 * font-lock.el (font-lock-regexp-backslash)
15777 (font-lock-regexp-backslash-construct): New faces.
15778 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
15779 after `('. Add `while-no-input' to control structures.
15780
15781 * faces.el (no-break-space, shadow): New faces.
15782 (escape-glyph): Use less loud colors pink2 and red4.
15783
15784 * diff-mode.el (diff-context-face)
15785 * dired.el (dired-ignored)
15786 * rfn-eshadow.el (file-name-shadow)
15787 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15788
15789 * info.el (Info-title-1-face): Use green instead of yellow because
15790 bold yellow is not readable on light backgrounds.
15791
15792 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15793 before selecting the desired mode to not spend time fontifying
15794 old contents.
15795
15796 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
15797
15798 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15799 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15800
15801 * ps-print.el (ps-default-fg, ps-default-bg):
15802 Fix typos in docstrings.
15803
15804 * isearchb.el (isearchb): Don't pass a spurious second argument to
15805 `iswitchb-completions'.
15806
15807 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
15808
15809 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15810 to preserve point.
15811 (gdb-find-file-hook): Add doc string.
15812
15813 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15814 C dereferenced pointer expression.
15815 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
15816
15817 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15818
15819 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15820 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15821 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15822 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15823 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
15824 Make background transparent.
15825
15826 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15827
15828 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
15829 (font-lock-remove-keywords): Doc fix.
15830 (font-lock-mode-major-mode): Compiler defvar.
15831 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15832
15833 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15834 (font-lock-mode): Update `font-lock-mode-major-mode'.
15835 (font-lock-set-defaults): Compiler defvar.
15836 (font-lock-default-function): Take `font-lock-mode-major-mode'
15837 into account.
15838
15839 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15840 keep track of which major mode it enabled the minor mode for.
15841 Use find-file-hook again. Update docstring.
15842
15843 * simple.el (eval-expression-print-level)
15844 (eval-expression-print-length, eval-expression-debug-on-error):
15845 Doc fixes.
15846
15847 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
15848
15849 * iswitchb.el (iswitchb-single-match-face)
15850 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
15851 (iswitchb-invalid-regexp-face): New faces.
15852 (iswitchb-completions): Use them.
15853 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
15854 now marked as an obsolete alias.
15855 (iswitchb-read-buffer): Remove check for bound font variables.
15856 (iswitchb-invalid-regexp): New free variable.
15857 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15858 set iswitchb-invalid-regexp.
15859 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15860 invalid regexps.
15861 (iswitchb-completions): Add check for complete match when entering
15862 a regexp.
15863 (iswitchb-completions): Remove require-match argument.
15864 (iswitchb-exhibit): Fix caller.
15865 (iswitchb-common-match-inserted): New variable.
15866 (iswitchb-complete, iswitchb-completion-help): Use it.
15867
15868 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
15869
15870 * url-http.el (url-http-chunked-encoding-after-change-function):
15871 Use `url-http-debug' instead of `message'.
15872
15873 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
15874
15875 * url-http.el (url-http-parse-headers): Pass redirected URL as a
15876 callback argument.
15877
15878 2005-06-04 Kim F. Storm <storm@cua.dk>
15879
15880 * simple.el (line-move): Only call sit-for when moving backwards.
15881
15882 * ido.el (ido-make-merged-file-list-1): New defun split from
15883 ido-make-merged-file-list.
15884 (ido-make-merged-file-list): Bind throw-on-input around call to
15885 ido-make-merged-file-list-1. Return input-pending-p if
15886 interrupted by more input available.
15887 (ido-read-internal): Handle input-pending-p return value from
15888 ido-make-merged-file-list.
15889
15890 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15891
15892 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15893 compatibility code.
15894
15895 * international/latexenc.el (latexenc-find-file-coding-system):
15896 Don't inherit the EOL part of the coding-system from the
15897 tex-main buffer. Fit within 80 columns.
15898
15899 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
15900
15901 * tmm.el (tmm-inactive-face): New face.
15902 (tmm-remove-inactive-mouse-face): New function.
15903 (tmm-prompt, tmm-add-one-shortcut)
15904 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15905 but not selectable.
15906
15907 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
15908
15909 * faces.el (face-equal): Improve argument/docstring consistency.
15910
15911 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
15912
15913 * progmodes/make-mode.el (makefile-targets-face)
15914 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15915 (makefile-bsdmake-dependency-regex)
15916 (makefile-makepp-rule-action-regex)
15917 (makefile-bsdmake-rule-action-regex): New constants.
15918 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15919
15920 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15921 Allow (...) within `...' for makepp messages.
15922
15923 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
15924
15925 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15926
15927 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15928 "." files are deleted from all file lists before comparison.
15929
15930 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15931 (viper-ESC-key): Made them customizable.
15932
15933 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15934
15935 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
15936
15937 * autorevert.el (auto-revert-buffers): Use save-match-data.
15938
15939 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15940
15941 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15942 menu items with a nil command binding.
15943
15944 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
15945
15946 * emacs-lisp/cl-macs.el (defsetf):
15947 Improve argument/docstring consistency.
15948
15949 * faces.el (list-faces-display): Improve the formatting by
15950 computing the maximum length required for any face-name (reworked
15951 patch of 1999-01-11, accidentally deleted on 1999-07-21).
15952 (internal-find-face): Remove redundant info in docstring.
15953
15954 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
15955
15956 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15957 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15958 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15959 (gdb-assembler-custom): Improve regexps.
15960 (def-gdb-auto-update-handler): Use window point to preserve point.
15961
15962 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15963
15964 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15965
15966 2005-05-31 Jay Belanger <belanger@truman.edu>
15967
15968 * calc/calc-embed.el (calc-embedded-word): Change argument passed
15969 to calc-embedded.
15970 (calc-embedded-make-info): Have plain prefix argument select
15971 entire line.
15972
15973 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
15974
15975 * faces.el (list-faces-display): Signal error if passed a regexp
15976 that matches no face name.
15977
15978 * simple.el (filter-buffer-substring): Fix typo in docstring.
15979
15980 2005-05-31 Richard M. Stallman <rms@gnu.org>
15981
15982 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15983 (vhdl-emacs-21): Doc fix.
15984 (vhdl-mode): Unconditionally set comment-padding.
15985 (vhdl-fixup-whitespace-region): Insert spaces only where
15986 there are none.
15987 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15988
15989 2005-05-30 John Wiegley <johnw@newartisans.com>
15990
15991 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15992 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15993 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15994 `directory-sep-char' to ?/, and all uses of `string-to-int' to
15995 `string-to-number'.
15996
15997 2005-05-30 Jay Belanger <belanger@truman.edu>
15998
15999 * calc/calc.el (calc-bug-address): Fix docstring.
16000 (calc-window-hook, calc-trail-window-hook): New variables.
16001 (calc-trail-display): Restore use of calc-trail-window-hook.
16002 (calc): Restore use of calc-window-hook.
16003
16004 2005-05-31 Masatake YAMATO <jet@gyve.org>
16005
16006 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16007
16008 * help-fns.el (help-C-file-name): Add autoload mark for
16009 `find-function-noselect'.
16010
16011 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16012
16013 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16014 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16015
16016 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16017
16018 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16019 included diary buffer if it was not already being visited.
16020 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16021
16022 * calendar/icalendar.el (top-level): Do not require appt.
16023
16024 * mail/supercite.el (sc-select-attribution): Only use a list
16025 element from sc-attrib-selection-list if it returns a string.
16026 Reported by Davide G. M. Salvetti <salve@debian.org>.
16027
16028 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16029
16030 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16031 includes a hash value to improve its uniqueness, and has a ".jpg"
16032 extension. Also, it is now a valid filename on all systems.
16033 (thumbs-make-thumb): Use `let', not `let*'.
16034 (thumbs-show-thumbs-list): Check for JPEG availability.
16035
16036 2005-05-30 Richard M. Stallman <rms@gnu.org>
16037
16038 * filesets.el (filesets-menu-ensure-use-cached):
16039 Prevent warning when emacs-version>= is undefined.
16040
16041 * printing.el (pr-interactive-n-up): Use string-to-number.
16042
16043 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16044
16045 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16046 Warn only when name to be defined is quoted.
16047
16048 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16049
16050 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16051 Make regexp more robust.
16052 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16053 Force regeneration of disassembly.
16054
16055 2005-05-29 Jay Belanger <belanger@truman.edu>
16056
16057 * calc/calc.el (calc-user-invocation): Check if
16058 calc-invocation-macro is non-nil.
16059
16060 2005-05-29 Juri Linkov <juri@jurta.org>
16061
16062 * add-log.el (change-log-font-lock-keywords):
16063 Add `+' to e-mail regexp to accept mail address with keywords.
16064
16065 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16066
16067 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16068
16069 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16070
16071 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16072
16073 2005-05-29 Richard M. Stallman <rms@gnu.org>
16074
16075 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16076 Undo the change that moves to end of the current word.
16077
16078 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16079
16080 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16081 Throw error when count <= 0 to ensure input is a number.
16082 (gdb-read-memory-custom): Pick up address from buffer.
16083 (gdb-memory-mode): Allow user to increment and decrement
16084 memory address from header line.
16085
16086 2005-05-29 Richard M. Stallman <rms@gnu.org>
16087
16088 * flyspell.el (flyspell-version): Function deleted.
16089 (flyspell-auto-correct-previous-hook): Doc fix.
16090
16091 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16092 Do nothing if memory is full.
16093
16094 * font-lock.el (font-lock-fontify-syntactically-region):
16095 Pass t for GREEDY to looking-back.
16096
16097 * saveplace.el (save-place-alist-to-file): Write the file
16098 using write-region.
16099
16100 * subr.el (looking-back): New argument GREEDY.
16101
16102 * progmodes/compile.el (compilation-start): Set the mode
16103 before inserting the initial text.
16104
16105 * progmodes/which-func.el (which-func-update-1): Turn the mode
16106 off in case of error by setting which-func-mode.
16107
16108 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16109
16110 * flyspell.el (flyspell-auto-correct-previous-word):
16111 Narrow down to what's on the screen, and recenter overlays
16112 at the end of the next word.
16113
16114 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16115
16116 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16117 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16118 (flyspell-abbrev-p): Default to nil.
16119 (flyspell-use-global-abbrev-table-p): Doc fix.
16120 (flyspell-large-region): Allow nil as value.
16121 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16122
16123 (mail-mode-flyspell-verify): More robust handling
16124 of `mail-header-separator'. More efficient signature detection.
16125 Allow for regexp metacharacters in message-header-separator.
16126 Adding `To' not to be checked in mail-mode-flyspell-verify.
16127
16128 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16129 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16130 Bind flyspell-auto-correct-binding.
16131 Bind C-. and C-, .
16132 (flyspell-mode-map): Likewise.
16133 (flyspell-mode): Doc fix.
16134 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16135 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16136 (flyspell-word-cache-result): New var, always local.
16137 (flyspell-check-pre-word-p): Doc fix.
16138 (flyspell-check-changed-word-p): Handle spc like newline.
16139 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16140 (flyspell-word-search-backward, flyspell-word-search-forward):
16141 New functions.
16142 (flyspell-word): Return t if nothing to check.
16143 When parsing TeX code, check for after } or \.
16144 Use flyspell-word-search-backward to find previous word.
16145 Return nil if duplicated word.
16146 For word already checked, return same value as last time.
16147 Set flyspell-word-cache-result after checking.
16148 Don't clobber the return value.
16149 (flyspell-get-word): Major rewrite.
16150 (flyspell-external-point-words): New locals pword, pcount.
16151 Fix size used in progress message.
16152 Find the proper corresponding word in flyspell-large-region-buffer.
16153 (flyspell-region): Check for flyspell-large-region = nil.
16154 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16155 (flyspell-auto-correct-word): Check that WORD is a cons.
16156 (flyspell-correct-word): Likewise.
16157
16158 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16159
16160 * progmodes/make-mode.el (makefile-rule-action-regex)
16161 (makefile-macroassign-regex, makefile-makepp-mode)
16162 (makefile-bsdmake-mode): Continuation lines may be empty.
16163 Reported by Joshua Varner.
16164 (makefile-makepp-font-lock-keywords): Add $(stem).
16165
16166 2005-05-28 Karl Berry <karl@gnu.org>
16167
16168 * textmodes/tex-mode.el: Now that tex-send-command calls
16169 shell-quote-argument (2005-03-31 change), remove all calls to
16170 shell-quote-argument; they all end up invoking tex-send-command.
16171 The double quoting loses on filenames with non-safe characters,
16172 such as "@". Reported by Frederik Fouvry.
16173
16174 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16175
16176 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16177 about preserving point.
16178
16179 2005-05-27 Jay Belanger <belanger@truman.edu>
16180
16181 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16182 Info-goto-node.
16183
16184 * calc/calc-embed.el (calc-embed-arg): New variable.
16185 (calc-do-embedded-activate, calc-embedded-activate-formula)
16186 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16187 variable by new variable.
16188 (calc-embedded-make-info): Replace undeclared variable by new
16189 variable. When selecting region with positive prefix
16190 argument, use end of previous line instead of beginning of line.
16191
16192 * calc/calc-aent.el (calc-arg-values): Declare it.
16193
16194 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16195 Declare them.
16196
16197 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16198
16199 * calc/calc.el (calc-alg-map): Declare it.
16200
16201 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16202
16203 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16204
16205 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16206 (gdb-registers-buffer, toggle-gdb-all-registers):
16207 Toggle display of floating point registers.
16208 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16209
16210 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16211 (toggle-gud-tooltip-dereference):
16212 Rename from gud-toggle-tooltip-dereference.
16213
16214 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16215
16216 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16217
16218 2005-05-27 Jay Belanger <belanger@truman.edu>
16219
16220 * calc/calc-prog.el (calc-kbd-report): Remove.
16221 (calc-kbd-query): Rewrite.
16222
16223 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16224
16225 * image.el (image-library-alist): Move to image.c.
16226 (image-type-available-p): Doc fix.
16227
16228 2005-05-27 Lute Kamstra <lute@gnu.org>
16229
16230 * calc/calc.el (calc):
16231 * outline.el (outline-1, outline-2, outline-3, outline-4)
16232 (outline-5, outline-6, outline-7, outline-8):
16233 * textmodes/dns-mode.el (dns-mode):
16234 * textmodes/sgml-mode.el (sgml-namespace-face):
16235 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16236 (tex-verbatim-face, tex-use-reftex):
16237 * textmodes/texinfo.el (texinfo-heading-face):
16238 Specify customization group.
16239
16240 * longlines.el: Don't require easy-mmode.
16241 (longlines-visible-face): Specify customization group.
16242
16243 2005-05-27 Kenichi Handa <handa@m17n.org>
16244
16245 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16246 encoding table of windows-1251.
16247
16248 * international/ucs-tables.el (ucs-set-table-for-input):
16249 If translation-table-for-input of a coding system is a symbol, get
16250 its translation-table property.
16251
16252 * international/code-pages.el: Don't register a coding system into
16253 non-iso-charset-alist more than once.
16254 (cp-make-coding-system): Likewise.
16255
16256 2005-05-26 John Wiegley <johnw@newartisans.com>
16257
16258 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16259 `eshell-resume-eval' is wrapped in a list, it indicates that the
16260 command was run asynchronously. In that case, unwrap the value
16261 before checking the delimiter value.
16262
16263 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16264 character before a space at the end of a line is \, assume the space
16265 is part of the last argument rather than a final argument separator.
16266
16267 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16268 is in use, and the target is `t' or `nil' (which are the most common
16269 values), don't assume that the symbol target is a buffer.
16270
16271 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16272
16273 * calendar/calendar.el (calendar-mode-line-format):
16274 Use mode-line-highlight as mouse-face.
16275
16276 * time.el (display-time-string-forms, display-time-update):
16277 Use mode-line-highlight as mouse-face.
16278
16279 2005-05-26 Jay Belanger <belanger@truman.edu>
16280
16281 * calc/calc.el (calc-language-alist): Remove extra defvar.
16282
16283 2005-05-26 Lute Kamstra <lute@gnu.org>
16284
16285 * arc-mode.el (archive-mode):
16286 * bookmark.el (bookmark-read-annotation-mode)
16287 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16288 * bs.el (bs-mode):
16289 * calc/calc-yank.el (calc-edit-mode):
16290 * calc/calc.el (calc-mode, calc-trail-mode):
16291 * calculator.el (calculator-mode):
16292 * chistory.el (command-history-mode):
16293 * comint.el:
16294 * cus-edit.el (custom-mode):
16295 * descr-text.el (describe-text-mode):
16296 * ebuff-menu.el (Electric-buffer-menu-mode):
16297 * ediff-util.el (ediff-mode):
16298 * emacs-lisp/re-builder.el (reb-mode):
16299 * emulation/vi.el (vi-mode-setup):
16300 * emulation/ws-mode.el (wordstar-mode):
16301 * eshell/esh-mode.el (eshell-mode):
16302 * forms.el (forms-mode):
16303 * help-mode.el (help-mode):
16304 * hexl.el (hexl-mode):
16305 * ibuffer.el (ibuffer-mode):
16306 * ielm.el (inferior-emacs-lisp-mode):
16307 * info.el (Info-mode, Info-edit-mode):
16308 * international/swedish.el:
16309 * ledit.el (ledit-from-lisp-mode):
16310 * locate.el (locate-mode):
16311 * mail/rmail.el (rmail-mode):
16312 * mail/rmailedit.el (rmail-edit-mode):
16313 * mail/rmailsum.el (rmail-summary-mode):
16314 * mail/supercite.el (sc-electric-mode):
16315 * net/eudc.el (eudc-mode):
16316 * net/quickurl.el (quickurl-list-mode):
16317 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16318 * obsolete/ooutline.el (outline-mode):
16319 * obsolete/options.el (Edit-options-mode):
16320 * obsolete/rnews.el (news-mode):
16321 * obsolete/rnewspost.el (news-reply-mode):
16322 * play/5x5.el (5x5-mode):
16323 * play/decipher.el (decipher-mode, decipher-stats-mode):
16324 * play/gomoku.el (gomoku-mode):
16325 * play/snake.el (snake-mode):
16326 * play/solitaire.el (solitaire-mode):
16327 * play/tetris.el (tetris-mode):
16328 * progmodes/ada-mode.el (ada-mode):
16329 * progmodes/antlr-mode.el (antlr-mode):
16330 * progmodes/autoconf.el (autoconf-mode):
16331 * progmodes/dcl-mode.el (dcl-mode):
16332 * progmodes/delphi.el (delphi-mode):
16333 * progmodes/ebrowse.el (ebrowse-tree-mode)
16334 (ebrowse-electric-list-mode, ebrowse-member-mode)
16335 (ebrowse-electric-position-mode):
16336 * progmodes/f90.el (f90-mode):
16337 * progmodes/fortran.el (fortran-mode):
16338 * progmodes/icon.el (icon-mode):
16339 * progmodes/idlw-help.el (idlwave-help-mode):
16340 * progmodes/idlw-shell.el (idlwave-shell-mode):
16341 * progmodes/idlwave.el (idlwave-mode):
16342 * progmodes/inf-lisp.el (inferior-lisp-mode):
16343 * progmodes/m4-mode.el (m4-mode):
16344 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16345 * progmodes/modula2.el (modula-2-mode):
16346 * progmodes/octave-inf.el (inferior-octave-mode):
16347 * progmodes/octave-mod.el (octave-mode):
16348 * progmodes/pascal.el (pascal-mode):
16349 * progmodes/sh-script.el (sh-mode):
16350 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16351 * progmodes/vhdl-mode.el (vhdl-mode):
16352 * progmodes/xscheme.el (scheme-interaction-mode):
16353 * replace.el (occur-mode):
16354 * ses.el (ses-mode):
16355 * simple.el (completion-list-mode):
16356 * skeleton.el:
16357 * speedbar.el (speedbar-mode):
16358 * term.el (term-mode):
16359 * terminal.el (terminal-edit-mode):
16360 * textmodes/reftex-index.el (reftex-index-mode)
16361 (reftex-index-phrases-mode):
16362 * textmodes/reftex-sel.el (reftex-select-label-mode)
16363 (reftex-select-bib-mode):
16364 * textmodes/reftex-toc.el (reftex-toc-mode):
16365 * wdired.el (wdired-change-to-wdired-mode):
16366 * wid-browse.el (widget-browse-mode):
16367 Use run-mode-hooks.
16368
16369 * array.el (array-mode):
16370 * calendar/todo-mode.el (todo-mode):
16371 * man.el (Man-mode):
16372 * play/landmark.el (lm-mode):
16373 * play/mpuz.el (mpuz-mode):
16374 Use kill-all-local-variables and run-mode-hooks.
16375
16376 * subr.el (delay-mode-hooks): Specify indentation.
16377
16378 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16379
16380 * xml.el (xml-substitute-special): Don't die for undefined xml
16381 entities.
16382
16383 2005-05-26 Jay Belanger <belanger@truman.edu>
16384
16385 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16386 of nil.
16387
16388 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16389
16390 * progmodes/gdb-ui.el (gdb-frame-address):
16391 Rename from gdb-current-address.
16392 (gdb-previous-frame-address): Rename from gdb-previous-address.
16393 (gdb-selected-frame): Rename from gdb-current-frame.
16394 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16395 (gdb-frame-number): Rename from gdb-current-stack-level.
16396 (gdb-ann3): Match new mode-name for disassembly buffer.
16397 Extend initialization of variables.
16398 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16399 (gdb-memory-mode): Use mouse-face in header line.
16400 (gdb-assembler-buffer-name): Call it disassembly and give frame
16401 in mode line.
16402 (gdb-source-spec-regexp, gdb-assembler-custom)
16403 (gdb-invalidate-assembler, gdb-frame-handler):
16404 Make robust to leading zeroes in address format.
16405
16406 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16407
16408 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16409 define `org-mode'.
16410 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16411
16412 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16413
16414 * log-edit.el (log-edit-changelog-entries): Distinguish between
16415 filenames like xfns.c and fns.c.
16416
16417 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16418
16419 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16420 point after reverting.
16421 (Buffer-menu-make-sort-button): Handle the case where
16422 `Buffer-menu-use-header-line' is nil.
16423
16424 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16425
16426 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16427 New funcs. In minibuffer-local-completion-map bind `]', `/'
16428 and `:' to them.
16429
16430 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16431
16432 * startup.el (normal-top-level): Allow modification of load-path while
16433 we're iterating over it.
16434
16435 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16436
16437 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16438 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16439 (thumbs-resize-interactive, thumbs-insert-image)
16440 (thumbs-insert-thumb, thumbs-dired-show-marked)
16441 (thumbs-find-image-at-point, thumbs-delete-images)
16442 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16443 (thumbs-increment-image-size, thumbs-decrement-image-size):
16444 Fix typos in docstrings.
16445
16446 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16447
16448 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16449 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16450 (cperl-mode): Use them.
16451
16452 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16453
16454 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16455 Doc fixes.
16456
16457 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16458
16459 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16460 Bind C-d to gdb-inferior-io-eof.
16461
16462 * dired.el (dired-dnd-popup-notice): Use message-box.
16463
16464 2005-05-23 Masatake YAMATO <jet@gyve.org>
16465
16466 * bindings.el (mode-line-major-mode-keymap):
16467 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16468
16469 * faces.el (mode-line-highlight): New face.
16470
16471 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16472 as mouse-face.
16473
16474 * bindings.el (top-level, help-echo, mode-line-modified)
16475 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16476 as mouse-face.
16477
16478 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16479
16480 * progmodes/cc-engine.el (c-guess-basic-syntax):
16481 Remove spurious call to `zerop'.
16482
16483 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16484
16485 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16486
16487 CC Mode update to 5.30.10:
16488
16489 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16490 could go past the limit in decoration level 2, thereby causing
16491 errors during interactive fontification.
16492
16493 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16494 the file is evaluated interactively.
16495
16496 * cc-engine.el (c-guess-basic-syntax): Handle operator
16497 declarations somewhat better in C++.
16498
16499 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16500 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16501 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16502 (awk-mode): Use it.
16503 (make-local-hook): Suppress warning about obsoleteness.
16504
16505 * cc-engine.el, cc-align.el, cc-cmds.el
16506 (c-append-backslashes-forward, c-delete-backslashes-forward)
16507 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16508 Compensate for return value from `forward-line' when it has moved
16509 but not to a different line due to eob.
16510
16511 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16512 `objc-method-intro' and `objc-method-args-cont'.
16513
16514 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16515
16516 CC Mode update to 5.30.10:
16517
16518 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16519 in the copyright statement. Incidentally, change "along with GNU
16520 Emacs" to "along with this program" where it occurs.
16521
16522 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16523 so that it is interactive, hence can be found by M-x awk-mode
16524 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16525 <gmorris+emacs@ast.cam.ac.uk>.
16526
16527 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16528 Mode's regexps.
16529
16530 2005-05-23 Kevin Ryde <user42@zip.com.au>
16531
16532 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16533 c-parse-state, to avoid a lisp error (on bad code).
16534
16535 2005-05-23 Lute Kamstra <lute@gnu.org>
16536
16537 * subr.el (font-lock-defaults): Remove defvar as it's already
16538 defined in font-core.el.
16539
16540 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16541
16542 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16543
16544 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16545 more general and work when GDB variable "print pretty" is on,
16546 as with Emacs, for example.
16547
16548 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16549
16550 * font-core.el: Update comment.
16551
16552 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16553 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16554
16555 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16556
16557 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16558
16559 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16560 and `yank-handler' in the doc strings.
16561
16562 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16563
16564 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16565
16566 2005-05-22 Richard M. Stallman <rms@gnu.org>
16567
16568 * help.el (describe-key): Move print-help-return-message call
16569 out of conditional.
16570
16571 * progmodes/etags.el (list-tags): Use with-no-warnings.
16572
16573 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16574 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16575 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16576
16577 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16578
16579 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16580 Add defvar.
16581
16582 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16583 Use defvar, not defconst.
16584
16585 * hexl.el (hexl-follow-line): Use with-no-warnings.
16586
16587 * emulation/tpu-extras.el: Use write-file-functions instead of
16588 write-file-hooks.
16589
16590 * dired.el (dired-font-lock-keywords): Fontify files with junk
16591 extensions even if marked by -F.
16592
16593 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16594
16595 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16596 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16597 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16598 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16599 (concatenate, list-length, get*, getf, cl-remprop):
16600 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16601 (etypecase, progv, lexical-let, lexical-let*)
16602 (multiple-value-bind, multiple-value-setq, shiftf):
16603 Improve argument/docstring consistency.
16604
16605 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16606
16607 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16608
16609 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16610 doesn't exist.
16611
16612 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16613 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16614
16615 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16616
16617 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16618 already deleted variables: auto-fill-hook, blink-paren-hook,
16619 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16620 suspend-hooks, comment-indent-hook, meta-flag,
16621 before-change-function, after-change-function,
16622 font-lock-doc-string-face.
16623
16624 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16625
16626 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16627
16628 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16629
16630 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16631 rmail-dont-reply-to.
16632
16633 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16634
16635 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16636 literal blank when splitting new-header-values.
16637
16638 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16639
16640 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16641 string so that tmm doesn't create a completion entry for it.
16642
16643 * textmodes/table.el (table-disable-menu): Ditto.
16644
16645 2005-05-21 Richard M. Stallman <rms@gnu.org>
16646
16647 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16648
16649 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16650
16651 * net/rcompile.el (remote-compile): Use compilation-start.
16652
16653 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16654
16655 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
16656
16657 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16658 Default to makefile-bsdmake-mode on BSD systems.
16659
16660 * imenu.el (imenu-generic-expression, imenu--generic-function'):
16661 REGEXP may also be a search function now. The part of doc-string
16662 for describing the structure was 95% identical to that of
16663 `imenu--generic-function'. Unify it there.
16664
16665 * progmodes/make-mode.el (makefile-imenu-generic-expression):
16666 Use function to find dependencies, because regexp alone is so complex,
16667 it easily goes into an endless loop.
16668 (makefile-makepp-mode): Also add submenu for Perl functions
16669 defined in the makefile.
16670 (makefile-bsdmake-mode): Special imenu-generic-expression no
16671 longer needed, due to function call.
16672 (makefile-match-dependency): Take BOUND into account when checking
16673 if we're through.
16674
16675 2005-05-20 Jay Belanger <belanger@truman.edu>
16676
16677 * calc/calc-units.el (calc-invalidate-units-table):
16678 Use inhibit-read-only.
16679 (math-build-units-table-buffer): Use view-mode.
16680
16681 2005-05-20 David Kastrup <dak@gnu.org>
16682
16683 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16684 easy-menu-add is not a nop on Emacs; and clarify when to call it.
16685
16686 2005-05-20 Lute Kamstra <lute@gnu.org>
16687
16688 * diff-mode.el (diff-header-face, diff-file-header-face)
16689 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16690 (diff-added-face, diff-changed-face, diff-function-face)
16691 (diff-context-face, diff-nonexistent-face): Put them in the
16692 diff-mode customization group.
16693
16694 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16695
16696 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16697
16698 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16699
16700 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16701 Minor regexp-optimization.
16702
16703 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
16704
16705 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16706 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16707 (org-agenda-add-time-grid-maybe): New function.
16708 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16709 (org-table-create): `dotimes' instead of `mapcar'.
16710 (org-xor): Simplify implementation.
16711 (org-agenda): `inhibit-redisplay' turned on.
16712 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16713 a consistent line after a state change.
16714 (org-agenda-remove-times-when-in-prefix): New option.
16715 (org-prefix-has-time): New variable.
16716 (org-parse-time-string): Optional argument NODEFAULT.
16717 (org-format-agenda-item): Parse items for time-of-day
16718 specifications and move these into the prefix if possible.
16719 (org-agenda-priority): Get current heading, not previous heading
16720 during agenda remote editing.
16721
16722 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
16723
16724 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16725 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16726 (remove-duplicates, delete-duplicates, substitute)
16727 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16728 (nsubstitute-if-not, find, find-if, find-if-not, position)
16729 (position-if, position-if-not, count, count-if, count-if-not)
16730 (mismatch, search, sort*, stable-sort, merge, member*)
16731 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16732 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16733 (intersection, nintersection, set-difference, nset-difference)
16734 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16735 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16736 (nsublis, tree-equal): Improve argument/docstring consistency.
16737
16738 * subr.el (send-string, send-region): Remove obsolescence declaration.
16739 (window-dot, set-window-dot, read-input, show-buffer)
16740 (eval-current-buffer, string-to-int):
16741 Add release number to obsolescence declarations.
16742
16743 2005-05-19 Kim F. Storm <storm@cua.dk>
16744
16745 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16746 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16747
16748 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
16749
16750 * faces.el (list-faces-display): Make back button respect optional
16751 regexp arg.
16752
16753 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
16754
16755 * calculator.el (calculator-radix-grouping-mode)
16756 (calculator-radix-grouping-digits, calculator-displayer)
16757 (calculator-radix-grouping-separator, calculator-copy-displayer):
16758 * dabbrev.el (dabbrev-search-these-buffers-only):
16759 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16760 (diff-advance-after-apply-hunk, diff-mode-hook)
16761 (diff-minor-mode-prefix):
16762 * imenu.el (imenu-use-popup-menu):
16763 * jit-lock.el (jit-lock-context-time):
16764 * newcomment.el (comment-fill-column, comment-column)
16765 (comment-style, comment-padding, comment-multi-line)
16766 (comment-empty-lines, comment-auto-fill-only-comments):
16767 * reveal.el (reveal-around-mark):
16768 * uniquify.el (uniquify-buffer-name-style)
16769 (uniquify-after-kill-buffer-p)
16770 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16771 (uniquify-min-dir-content, uniquify-separator)
16772 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16773 * w32-vars.el (w32-fixed-font-alist):
16774 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16775 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16776 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16777 * progmodes/perl-mode.el (perl-indent-level)
16778 (perl-continued-statement-offset, perl-continued-brace-offset)
16779 (perl-brace-offset, perl-brace-imaginary-offset)
16780 (perl-label-offset, perl-indent-continued-arguments)
16781 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16782 * progmodes/tcl.el (tcl-indent-level)
16783 (tcl-continued-indent-level, tcl-auto-newline)
16784 (tcl-tab-always-indent, tcl-electric-hash-style)
16785 (tcl-help-directory-list, tcl-use-smart-word-finder)
16786 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16787 (inferior-tcl-source-command):
16788 * textmodes/fill.el (enable-kinsoku):
16789 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16790 * textmodes/table.el (table-yank-handler):
16791 Specify missing group (and type, if simple) in defcustom.
16792
16793 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
16794
16795 * progmodes/compile.el (compilation-finish-function): Fix defvar.
16796
16797 2005-05-19 Richard M. Stallman <rms@gnu.org>
16798
16799 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16800
16801 * subr.el (event-basic-type): Don't get an error.
16802 (left-fringe-p): Function deleted.
16803
16804 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16805 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16806
16807 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16808 in recursive copy.
16809
16810 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16811
16812 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16813
16814 * emacs-lisp/bytecomp.el
16815 (byte-compile-file-form-custom-declare-variable):
16816 Call byte-compile-nogroup-warn if appropriate.
16817
16818 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16819 (compilation-set-window): Don't call left-fringe-p; do it directly.
16820
16821 2005-05-19 Jay Belanger <belanger@truman.edu>
16822
16823 * calc/calc-graph.el (calc-graph-format-data): Make sure
16824 var-PlotRejects is bound before trying to check its value.
16825
16826 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
16827
16828 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
16829 definition of this variable from reftex-global.el to reftex.el,
16830 because it is needed in the menu.
16831
16832 2005-05-19 Lute Kamstra <lute@gnu.org>
16833
16834 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16835 years are fixed. Don't insert a space after a dash.
16836
16837 2005-05-19 Kim F. Storm <storm@cua.dk>
16838
16839 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
16840
16841 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
16842
16843 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
16844 strings, because (eq ... ?\\) is fairly frequent.
16845
16846 * progmodes/make-mode.el (makefile-add-this-line-targets):
16847 Simplify and integrate into `makefile-pickup-targets'.
16848 (makefile-add-this-line-macro): Simplify and integrate into
16849 `makefile-pickup-macros.
16850 (makefile-pickup-filenames-as-targets): Simplify.
16851 (makefile-previous-dependency, makefile-match-dependency):
16852 Don't stumble over `::'.
16853
16854 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
16855
16856 * subr.el (post-command-idle-hook, post-command-idle-delay):
16857 Remove obsoletion of post-command-idle-hook and
16858 post-command-idle-delay.
16859
16860 * faces.el (list-faces-display): Provide button when describe-face
16861 is called to take user back to the list of faces.
16862
16863 * help-fns.el (describe-variable): Remove hyperlinks in a
16864 variable's value as these are quite frequently inappropriate.
16865
16866 * follow.el (follow-submit-feedback, follow-mode):
16867 Remove references to post-command-idle-hook.
16868
16869 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
16870
16871 * progmodes/make-mode.el (makefile-previous-dependency)
16872 (makefile-match-dependency): Check for := (and in bsd mode also
16873 !=) to give a better result, even when font-lock is not on.
16874
16875 2005-05-18 Jay Belanger <belanger@truman.edu>
16876
16877 * calc/calc-help.el (calc-s-prefix-help):
16878 Add `calc-copy-special-constant' to help string.
16879
16880 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
16881
16882 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16883
16884 2005-05-18 Jay Belanger <belanger@truman.edu>
16885
16886 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16887 in linear factors are in proper order.
16888
16889 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
16890
16891 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16892 Support for jurabib.
16893
16894 * textmodes/reftex.el (featurep): Define aliases for overlay
16895 commands, for XEmacs compatibility, and use these aliases in
16896 overlay initializations.
16897 (reftex-highlight): Use `reftex-move-overlay'.
16898 (reftex-unhighlight): Use `reftex-delete-overlay'.
16899 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
16900 (reftex-access-search-path): Use `reftex-uniquify' instead of
16901 `reftex-uniq'
16902
16903 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16904 `before-string' property modification enables for Emacs as well.
16905 (reftex-select-item): Use `reftex-delete-overlay'.
16906 (reftex-select-mark): Use `reftex-make-overlay' and
16907 `reftex-overlay-put'.
16908 (reftex-select-unmark): Use `reftex-delete-overlay' and
16909 `reftex-overlay-put'.
16910
16911 2005-05-18 Lute Kamstra <lute@gnu.org>
16912
16913 * emacs-lisp/lisp.el (check-parens): Fix docstring.
16914
16915 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
16916
16917 * add-log.el (add-change-log-entry):
16918 * array.el (array-make-template, array-reconfigure-rows)
16919 (array-init-max-row, array-init-max-column)
16920 (array-init-columns-per-line, array-init-field-width):
16921 * replace.el (replace-match-maybe-edit, perform-replace):
16922 * textmodes/spell.el (spell-region):
16923 Replace `read-input' by `read-string'.
16924
16925 * forms.el (forms-mode):
16926 * finder.el (finder-compile-keywords):
16927 * shadowfile.el (shadow-read-files):
16928 Replace `eval-current-buffer' by `eval-buffer'.
16929
16930 * terminal.el (te-pass-through):
16931 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16932 (ange-ftp-raw-send-cmd):
16933 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16934 (send-process-next-char, telnet-initial-filter, telnet):
16935 Replace `send-string' by `process-send-string'.
16936
16937 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16938 (prolog-consult-region): Replace `send-string' by
16939 `process-send-string'; replace `send-region' by `process-send-region'.
16940
16941 * progmodes/delphi.el (delphi-log-msg):
16942 Replace `set-window-dot' by `set-window-point'.
16943
16944 * subr.el (window-dot, set-window-dot, read-input, send-string)
16945 (send-region, show-buffer, eval-current-buffer):
16946 Make really obsolete, as the comment says.
16947
16948 2005-05-17 Kim F. Storm <storm@cua.dk>
16949
16950 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16951 (cua--init-keymaps): Bind C-return instead of S-return to set
16952 rectangle mark.
16953
16954 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16955 instead of S-return to toggle/clear rectangle mark.
16956
16957 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
16958
16959 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16960 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16961 Also fontify plain strings assigned to variables, mostly so that a
16962 colon has a face and is thus not taken as a dependency separator.
16963 (makefile-previous-dependency): Inline the new matcher, because it
16964 is too complex to work in both directions.
16965 (makefile-match-dependency): Eliminate `backward' arg (see above).
16966 Completely reimplemented so as to not sometimes go into an endless
16967 loop. It should also be more efficient, because first it only
16968 searches for `:', instead of applying the very complex regexp.
16969 (makefile-mode): Cancel `font-lock-support-mode', because blocks
16970 to be fontified in one piece can be too long for JIT.
16971 Makefiles are never *that* big.
16972
16973 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
16974
16975 * dired.el (dired-mode): Simplify.
16976
16977 2005-05-17 Lute Kamstra <lute@gnu.org>
16978
16979 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16980 defcustom for the mode hook variable.
16981
16982 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16983 Emacs Lisp Reference Manual.
16984
16985 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
16986
16987 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16988 (evenp, list*):
16989 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16990 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16991
16992 * net/tramp-smb.el (tramp-smb-open-connection):
16993 Pass `tramp-chunksize' as fifth (required) argument.
16994
16995 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
16996
16997 * font-lock.el (lisp-font-lock-keywords-1):
16998 Set `font-lock-negation-char-face' for [^...] char group.
16999 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17000
17001 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17002 a var, and refine it to mask one more level of nested vars.
17003 (makefile-rule-action-regex): Turn it into a var, and refine it so
17004 it recognizes backslashed continuation lines as belonging to the
17005 same command.
17006 (makefile-macroassign-regex): Refine it so it recognizes
17007 backslashed continuation lines as belonging to the same command.
17008 (makefile-var-use-regex): Don't look at the next char, because it
17009 might be the same one to be skipped by the initial [^$], leading
17010 to an overlooked variable use.
17011 (makefile-make-font-lock-keywords): Remove two parameters, which
17012 are now variables that some of the modes set locally.
17013 Handle dependency and rule action matching through functions, because
17014 regexps alone match too often. Dependency matching now comes
17015 last, so it can check, whether a colon already matched something else.
17016 (makefile-mode): Inform that font-lock improves makefile parsing
17017 capabilities.
17018 (makefile-match-dependency, makefile-match-action): New functions.
17019
17020 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17021
17022 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17023
17024 * align.el (align-regexp):
17025 * ansi-color.el (ansi-color-get-face):
17026 * array.el (array-reconfigure-rows, array-init-max-row)
17027 (array-init-max-column, array-init-columns-per-line)
17028 (array-init-field-width):
17029 * dired-aux.el (dired-trample-file-versions):
17030 * dired-x.el (dired-mark-sexp):
17031 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17032 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17033 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17034 * faces.el (face-read-integer):
17035 * files.el (backup-extract-version, insert-directory):
17036 * hexl.el (hexl-insert-decimal-char):
17037 * server.el (server-process-filter):
17038 * shell.el (shell-extract-num):
17039 * startup.el (command-line-1):
17040 * term.el (term-command-hook):
17041 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17042 (time-stamp-do-number):
17043 * time.el (display-time-update):
17044 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17045 (timezone-fix-time):
17046 * vms-patch.el (vms-suspend-resume-hook):
17047 * calendar/appt.el (appt-convert-time):
17048 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17049 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17050 * calendar/cal-islam.el (mark-islamic-diary-entries):
17051 * calendar/calendar.el (calendar-cursor-to-date)
17052 (calendar-star-date):
17053 * calendar/diary-lib.el (diary-attrtype-convert)
17054 (mark-diary-entries, diary-entry-time):
17055 * calendar/solar.el (solar-get-number):
17056 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17057 * emacs-lisp/re-builder.el (reb-display-subexp):
17058 * emulation/edt.el (edt-set-scroll-margins):
17059 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17060 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17061 (vip-get-ex-count):
17062 * emulation/viper-ex.el (viper-get-ex-token)
17063 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17064 * international/fontset.el (fontset-plain-name):
17065 * mail/feedmail.el (feedmail-look-at-queue-directory):
17066 * mail/mailalias.el (mail-get-names):
17067 * mail/rmail.el (rmail-convert-to-babyl-format):
17068 * mail/rmailsum.el (rmail-make-basic-summary-line)
17069 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17070 (rmail-summary-goto-msg):
17071 * mail/smtpmail.el (smtpmail-read-response):
17072 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17073 (ange-ftp-vms-add-file-entry):
17074 * play/gametree.el (gametree-looking-at-ply)
17075 (gametree-current-branch-score):
17076 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17077 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17078 * progmodes/cperl-mode.el (condition-case):
17079 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17080 (ebrowse-set-member-buffer-column-width)
17081 (ebrowse-select-1st-to-9nth):
17082 * progmodes/etags.el (etags-snarf-tag):
17083 * progmodes/flymake.el (flymake-parse-line):
17084 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17085 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17086 (idlwave-shell-menu-def):
17087 * progmodes/ps-mode.el (ps-run-goto-error):
17088 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17089 (vhdl-speedbar-contract-level):
17090 * term/mac-win.el (x-handle-numeric-switch):
17091 * term/sun-mouse.el (sun-get-frame-data):
17092 * term/w32-win.el (x-handle-numeric-switch):
17093 * term/x-win.el (x-handle-numeric-switch):
17094 * textmodes/ispell.el (ispell-parse-output):
17095 * textmodes/nroff-mode.el (nroff-outline-level):
17096 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17097 (reftex-bib-sort-year-reverse, reftex-format-citation):
17098 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17099 (reftex-section-number):
17100 * textmodes/texinfmt.el (texinfo-paragraphindent):
17101 Replace `string-to-int' by `string-to-number'.
17102
17103 * international/latexenc.el: Add page marker to force the "Local
17104 Variables:" string out of the last page.
17105
17106 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17107
17108 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17109 tooltip-change-major-mode.
17110 (gud-tooltip-print-command): Remove case where gud-minor-mode
17111 is gdb ("--fullname").
17112 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17113 explain to user.
17114
17115 2005-05-16 Jay Belanger <belanger@truman.edu>
17116
17117 * calc/calc-store.el (calc-copy-special-constant): New function.
17118
17119 * calc/calc-ext.el (calc-init-extensions): Add binding for
17120 `calc-copy-special-constant'.
17121
17122 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17123 for the `calc-copy-special-constant' command.
17124
17125 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17126
17127 * subr.el (left-fringe-p): New function.
17128
17129 * progmodes/compile.el (compilation-setup): Set local value of
17130 overlay-arrow-string to "" always.
17131 (compilation-set-window): Left fringe then don't scroll.
17132 No left fringe then no arrow and scroll message to top.
17133 (compilation-context-lines): Adjust doc string accordingly.
17134
17135 2005-05-16 Kim F. Storm <storm@cua.dk>
17136
17137 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17138 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17139 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17140 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17141 (ido-read-file-name): Handle commands with ido property value
17142 equal to find-file as reading a file name, to allow C-d to enter dired.
17143 (ibuffer-find-file): Add ido property with value find-file.
17144
17145 2005-05-15 Kim F. Storm <storm@cua.dk>
17146
17147 * subr.el (open-network-stream-nowait): Remove.
17148 (open-network-stream-server): Remove.
17149
17150 2005-05-15 Richard M. Stallman <rms@gnu.org>
17151
17152 * faces.el (describe-face): Output a definition link button.
17153
17154 * help-mode.el (help-face-def): New button type.
17155
17156 * emacs-lisp/copyright.el (copyright-fix-years):
17157 Match properly if the first year is 2-digit.
17158 Don't mess up the whitespace after the years by filling.
17159
17160 * dired-aux.el (dired-mark-confirm):
17161 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17162
17163 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17164 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17165 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17166
17167 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17168 Set font-lock-comment-start-skip.
17169
17170 * font-lock.el (font-lock-comment-start-skip): New variable.
17171 (font-lock-comment-end-skip): New variable.
17172 (font-lock-fontify-syntactically-region): Use them if non-nil.
17173
17174 2005-05-15 Jay Belanger <belanger@truman.edu>
17175
17176 * calc/calc-store.el (calc-store-value): Return a string rather
17177 than display it as a message.
17178 Use calc-var-name for variable name.
17179 (calc-store-into): Add the result of calc-store-value to message.
17180 (calc-copy-variable): Add a message.
17181 (calc-store-exchange): Improve error messages.
17182 (calc-store-binary, calc-store-map): Don't reset the values of
17183 special constants.
17184
17185 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17186
17187 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17188 manual to docstring.
17189
17190 * files.el (hack-local-variables-confirm): Add STRING argument.
17191 Make the function handle non file visiting buffers correctly.
17192 (hack-local-variables-prop-line, hack-local-variables)
17193 (hack-one-local-variable): Use STRING arg of
17194 `hack-local-variables-confirm'.
17195
17196 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17197
17198 Sync with Tramp 2.0.49.
17199
17200 * net/tramp.el (tramp-handle-dired-call-process)
17201 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17202 because the contents of the Tramp buffer is changed before
17203 insertion (`expand-file' and alike).
17204 (tramp-handle-insert-directory): If `localname' has an empty
17205 nondirectory name, it must not be quoted.
17206 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17207 variable `tramp-chunksize'. Change callees.
17208 (tramp-open-connection-setup-interactive-shell): Check remote host
17209 for buggy `send-process-string' implementation.
17210 Set `tramp-chunksize' if found. Reported by Michael Kifer
17211 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17212 (tramp-handle-shell-command): `insert-buffer' cannot be used
17213 because the contents of the Tramp buffer is changed before
17214 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17215 <frederic.bothamy@free.fr>.
17216 (tramp-set-auto-save): Actions should be done for Tramp file name
17217 handler only. Ange-FTP has its own auto-save mechanism.
17218 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17219 (tramp-set-auto-save-file-modes): Set file modes of
17220 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17221 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17222 (tramp-bug): Remove obsolete variable.
17223 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17224 for presence of `mml-mode'. Make it running for older Emacsen as well.
17225
17226 2005-05-14 John Paul Wallington <jpw@pobox.com>
17227
17228 * ibuf-ext.el (define-ibuffer-filter filename):
17229 If `dired-directory' is a list, use its car.
17230
17231 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17232
17233 * ibuffer.el (define-ibuffer-column filename):
17234 If `dired-directory' is a list, use its car.
17235
17236 2005-05-14 Richard M. Stallman <rms@gnu.org>
17237
17238 * subr.el (symbol-file): Doc fix.
17239
17240 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17241 (byte-compile-form): Call byte-compile-nogroup-warn.
17242 (byte-compile-warning-types): Doc fix.
17243
17244 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17245
17246 * progmodes/cc-engine.el (c-literal-faces):
17247 Add font-lock-comment-delimiter-face.
17248
17249 * net/net-utils.el (dig): Use with-no-warnings.
17250
17251 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17252 (sc-recite-frame-alist, sc-default-cite-frame)
17253 (sc-default-uncite-frame, sc-default-recite-frame)
17254 (sc-attrib-selection-list, sc-rewrite-header-list):
17255 Mark as risky-local-variable.
17256
17257 * international/ogonek.el (ogonek-jak, ogonek-how):
17258 Don't use beginning-of-buffer.
17259
17260 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17261
17262 * calendar/solar.el (solar-data-list): Move definition up.
17263
17264 * dnd.el (dnd-protocol-alist): Add autoload.
17265
17266 * progmodes/sh-script.el: Many doc usage fixes.
17267 (sh-indent-after-do): Change default to match common styles.
17268
17269 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17270
17271 * files.el (interpreter-mode-alist)
17272 (auto-mode-interpreter-regexp): Doc fixes.
17273
17274 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17275
17276 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17277
17278 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17279
17280 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17281
17282 * dired.el (dired-mode): make-variable-buffer-local =>
17283 make-local-variable.
17284
17285 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17286
17287 * term/mac-win.el (mac-select-convert-to-string): Try coding
17288 systems in mac-script-code-coding-systems if specified one cannot
17289 encode string for `com.apple.traditional-mac-plain-text'.
17290
17291 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17292
17293 * progmodes/make-mode.el (makefile-targets-face)
17294 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17295 (makefile-dependency-regex): Fix it to not make the colon in
17296 $(var:a=b) special.
17297 (makefile-rule-action-regex): New regexp for highlighting embedded
17298 Shell strings.
17299 (makefile-macroassign-regex): Handle != for highlighting as
17300 embedded Shell strings.
17301 (makefile-var-use-regex): New const.
17302 (makefile-statements, makefile-automake-statements)
17303 (makefile-gmake-statements, makefile-makepp-statements)
17304 (makefile-bsdmake-statements): New consts.
17305 (makefile-make-font-lock-keywords): New function.
17306 (makefile-automake-font-lock-keywords)
17307 (makefile-gmake-font-lock-keywords)
17308 (makefile-makepp-font-lock-keywords)
17309 (makefile-bsdmake-font-lock-keywords): New consts.
17310 (makefile-mode-map): Add switchers between the various submodes.
17311 (makefile-mode): Document the availability of the variants.
17312 (makefile-automake-mode, makefile-gmake-mode)
17313 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17314
17315 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17316 new variants of makefile-mode.
17317
17318 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17319
17320 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17321 the inheritance.
17322
17323 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17324
17325 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17326 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17327
17328 * files.el (normal-mode): Extend the scope of the
17329 `enable-local-variables' binding to include the `set-auto-mode' call.
17330 (magic-mode-alist): Doc fix.
17331
17332 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17333
17334 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17335 font-lock-comment-face rather than copying its setting.
17336
17337 2005-05-12 Andreas Schwab <schwab@suse.de>
17338
17339 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17340
17341 2005-05-12 Lute Kamstra <lute@gnu.org>
17342
17343 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17344 defcustom for the mode hook variable. Delete the last argument.
17345 * generic-x.el: Fix callers of define-generic-mode.
17346 (generic-x-modes): Delete group.
17347 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17348 generic-x customization group.
17349
17350 2005-05-12 Kim F. Storm <storm@cua.dk>
17351
17352 * font-lock.el (font-lock-negation-char-face): Default to "off".
17353
17354 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17355 font-lock-negation-char-face to ! in !=.
17356
17357 2005-05-12 Masatake YAMATO <jet@gyve.org>
17358
17359 * add-log.el (find-change-log): Fix typos in the docstring
17360 of function.
17361
17362 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17363
17364 * international/latexenc.el (latexenc-find-file-coding-system):
17365 Avoid `re-search-forward' when looking for input encoding because
17366 of speed and safety. Better regular expressions for recognizing
17367 input encoding. Limit a search for TeX-master/tex-main-file to
17368 the local variable section.
17369
17370 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17371
17372 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17373 syntax of $ to "'" (quote).
17374
17375 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17376
17377 * dnd.el (dnd-protocol-alist): Improve custom type.
17378
17379 * dired.el (dired-dnd-protocol-alist): New variable.
17380 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17381 `dired-mode-hook' to the end.
17382
17383 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17384
17385 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17386 comment-end if comment-start-skip is not set.
17387 Obey the font-lock-comment-delimiter-face variables.
17388
17389 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17390
17391 * files.el (executable-find): Move from executable.el. Use
17392 locate-file.
17393 * progmodes/executable.el (executable-find): Move to files.el.
17394
17395 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17396 when trying to ensure forward progress.
17397
17398 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17399
17400 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17401 (mouse-select, mouse-select-internal, mouse-extend-internal):
17402 Use it to implement mouse-1-click-follows-link functionality.
17403
17404 2005-05-11 Richard M. Stallman <rms@gnu.org>
17405
17406 * font-lock.el (font-lock-fontify-syntactically-region):
17407 Use font-lock-comment-delimiter-face for comment delimiters.
17408
17409 2005-05-10 Jay Belanger <belanger@truman.edu>
17410
17411 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17412 preserving embedded modes.
17413
17414 2005-05-10 Richard M. Stallman <rms@gnu.org>
17415
17416 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17417
17418 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17419 Move from ada-stmt.el.
17420 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17421
17422 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17423 Move to ada-mode.el.
17424 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17425
17426 * cus-edit.el (custom-file): Call file-chase-links.
17427
17428 * files.el (read-directory-name): Fix previous change.
17429 (hack-local-variables-confirm): New function.
17430 (hack-local-variables-prop-line, hack-local-variables)
17431 (hack-one-local-variable): Use it.
17432
17433 2005-05-10 Lute Kamstra <lute@gnu.org>
17434
17435 * font-lock.el (font-lock-keywords-alist)
17436 (font-lock-removed-keywords-alist): Clarify docstrings.
17437
17438 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17439
17440 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17441 (gdb-source-info): Check for preprocessor info.
17442 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17443 a macro for a function.
17444 (gdb-info-breakpoints-custom): Try to find file again if not already
17445 found (user might have used GDB dir command).
17446 (gdb-get-location): Update gdb-location-alist correctly for change
17447 to gdb-info-breakpoints-custom.
17448
17449 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17450 (gud-tooltip-print-command): Add gdbmi case.
17451 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17452 preprocessor info.
17453
17454 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17455
17456 * startup.el (fancy-splash-insert): Fix typo in doc string.
17457
17458 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17459
17460 * obsolete/float.el (string-to-float):
17461 * obsolete/hilit19.el (hilit-add-pattern):
17462 * obsolete/rnews.el (news-parse-range, news-select-message)
17463 (news-get-pruned-list-of-files): Replace `string-to-int' by
17464 `string-to-number'.
17465
17466 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17467 `find-file-not-found-hooks'; use `add-hook'.
17468 (uncompress-while-visiting): Set `write-file-functions', not
17469 `write-file-hooks'; use `add-hook'.
17470
17471 2005-05-09 Kim F. Storm <storm@cua.dk>
17472
17473 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17474 (cua-paste): Handle clipboard action.
17475 (cua--init-keymaps): Remap clipboard-kill-region and
17476 clipboard-kill-ring-save.
17477
17478 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17479
17480 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17481 Improve commentary.
17482
17483 * simple.el (next-error-overlay-arrow-position): Revert the change
17484 made on 2005-04-30.
17485
17486 2005-05-07 Jay Belanger <belanger@truman.edu>
17487
17488 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17489 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17490 `calc-sel-reselect'.
17491
17492 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17493 Calc is in embedded mode.
17494
17495 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17496
17497 * progmodes/compile.el (compilation-setup):
17498 Set overlay-arrow-string to an empty string on text terminals.
17499
17500 * textmodes/ispell.el (ispell-program-name): Try looking for
17501 "aspell" along exec-path, and if found, use it as the default
17502 speller program.
17503
17504 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17505
17506 * international/mule.el (sgml-xml-auto-coding-function):
17507 Recognize encoding='FOO' in single quotes as well as in double quotes.
17508
17509 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17510
17511 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17512 as well as `interactive', so that defmacro* would recognize
17513 `declare' forms.
17514
17515 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17516
17517 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17518 Explain more about the LIGHTER arg's usage in the doc string.
17519 Add commentary to clarify what the code does. Fix the regexp that
17520 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17521 since it could have characters special to regular expressions.
17522
17523 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17524
17525 * replace.el (occur-1): Bind inhibit-read-only so that
17526 erase-buffer doesn't barf on read-only text properties (likewise
17527 for add-text-properties in occur-engine). Mark buffer as unmodified.
17528 (occur-engine): Don't set buffer-read-only here.
17529
17530 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17531
17532 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17533 list-buffers-directory. This caused the *cvs-commit* buffer to be
17534 sometimes mistakenly reused as a *cvs* buffer.
17535
17536 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17537
17538 * tooltip.el: Move code for GUD tooltips into gud.el.
17539 (require): CL no longer needed to compile case.
17540 (tooltip-mode): Do not toggle functions for GUD tooltips.
17541 (tooltip-gud-tips-p): Remove. Replace with minor mode
17542 gud-tooltip-mode in gud.el.
17543 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17544 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17545 tooltip-gud prefix with gud-tooltip and obsolete.
17546 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17547 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17548 (tooltip-mouse-motion): Mouse movement functions/variable.
17549 Rename in gud.el by adding gud prefix.
17550 (tooltip-gud-original-filter, tooltip-gud-dereference)
17551 (tooltip-gud-event, tooltip-toggle-gud-tips)
17552 (tooltip-gud-process-output, tooltip-gud-print-command)
17553 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17554 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17555 (gdb-tooltip-print): Move to gdb-ui.el.
17556
17557 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17558 (require): CL needed to compile case.
17559 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17560 tooltip-gud-tips-p. Make it a minor-mode.
17561 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17562 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17563 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17564 (gud-tooltip-change-major-mode)
17565 (gud-tooltip-activate-mouse-motions-if-enabled)
17566 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17567 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17568 (gud-tooltip-original-filter, gud-tooltip-dereference)
17569 (gud-tooltip-event, tooltip-toggle-gud-tips)
17570 (gud-tooltip-process-output, gud-tooltip-print-command)
17571 (gud-tooltip-tips): Move from tooltip.el.
17572
17573 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17574 (gdb-cpp-define-alist-flags): Doc fix.
17575 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17576 gud-tooltip-mode is t.
17577
17578 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17579
17580 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17581 evaporate if their text is deleted.
17582 (goto-address-at-point): Make it work as a mouse binding as well.
17583 (goto-address-at-mouse): Obsolete it. Update users.
17584
17585 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17586
17587 * calendar/appt.el (top-level): No longer activate on load.
17588
17589 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17590
17591 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17592 * net/webjump.el (webjump):
17593 * progmodes/idlw-help.el (idlwave-do-context-help1)
17594 (idlwave-highlight-linked-completions):
17595 * textmodes/po.el (po-find-file-coding-system-guts):
17596 Replace `assoc-ignore-case' by `assoc-string'.
17597
17598 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17599
17600 * files.el (locate-file): Doc fix.
17601
17602 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17603 Remove the redundant test for ms-dos.
17604
17605 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17606 look for the preprocessor with exec-suffixes. If not found in
17607 standard places, look in exec-path. Remove most of the tests that
17608 used system-type.
17609
17610 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17611
17612 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17613
17614 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17615 file-name clash with jka-compr.el on 8+3 filesystems.
17616
17617 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17618
17619 * term/mac-win.el: Don't define or bind scroll bar functions if
17620 x-toolkit-scroll-bars is t.
17621 (x-select-text, x-get-selection-value): Clear
17622 x-last-selected-text-clipboard if x-select-enable-clipboard is
17623 nil.
17624 (PRIMARY): Put mac-scrap-name property.
17625 (mac-select-convert-to-file-url): New function.
17626 (public.file-url): New selection target type. Add to
17627 selection-converter-alist.
17628 (x-get-selection, x-selection-value): Handle it.
17629 (x-cut-buffer-or-selection-value): New alias.
17630
17631 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17632
17633 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17634 entry to avoid calling bibtex-find-entry with arg global
17635 being t. Remove arg key.
17636 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17637 (bibtex-copy-summary-as-kill): Change accordingly.
17638
17639 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17640
17641 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17642 (org-agenda-date-later): Use with-current-buffer.
17643
17644 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17645
17646 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17647 (define-obsolete-variable-alias): Doc Fixes.
17648
17649 2005-05-06 Kim F. Storm <storm@cua.dk>
17650
17651 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
17652 vertical-motion when selective-display is active.
17653
17654 * ido.el (ido-setup-hook): New hook.
17655 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17656 (ido-input-stack): New var.
17657 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
17658 ido-next-work-file binding to M-O.
17659 Bind M-f to ido-wide-find-file-or-pop-dir.
17660 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17661 (ido-read-internal): Run ido-setup-hook.
17662 Catch quit in read-file-name and read-string to cancel edit.
17663 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17664 Automatically pop-all when completing a directory name (RET).
17665 (ido-file-internal): Add with-no-warnings around ffap and dired code.
17666 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17667 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17668 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17669 New functions for M-b/M-f to move among the directory components.
17670 (ido-make-merged-file-list): Catch quit to cancel merge.
17671 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17672 (ido-completion-help): No warnings for ido-completion-buffer-full.
17673
17674 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
17675
17676 * font-lock.el (font-lock-negation-char-face): New face and variable.
17677 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17678 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17679 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17680 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17681
17682 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
17683
17684 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17685 Fix typo in docstring.
17686
17687 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17688 (ebrowse-print-statistics-line)
17689 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17690
17691 * term/w32-win.el (image-library-alist): Add additional name for
17692 Xpm library.
17693
17694 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
17695
17696 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17697 use gcc instead of cpp.
17698
17699 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17700 (gdb-create-define-alist): Use it.
17701 (gdb-cpp-define-alist-program): Update for MS-DOS.
17702
17703 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
17704
17705 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17706
17707 2005-05-04 Richard M. Stallman <rms@gnu.org>
17708
17709 * help.el (describe-key): No error when UNTRANSLATED is nil.
17710
17711 * simple.el (line-move-1): Fix previous change to signal errors
17712 appropriately.
17713
17714 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
17715
17716 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17717 (icalendar-duration-correction): Remove.
17718 (icalendar--get-event-properties): Split result at commas.
17719 (icalendar--decode-isoduration): New optional argument
17720 DURATION-CORRECTION.
17721 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17722 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17723 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17724 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17725 (icalendar--convert-anniversary-to-ical): New functions, extracted
17726 from icalendar-export-region, with bug fixes.
17727 (icalendar-export-region): Use the above functions.
17728 (icalendar-import-buffer): Check before saving diary file.
17729 (icalendar--convert-recurring-to-diary)
17730 (icalendar--convert-non-recurring-all-day-to-diary)
17731 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17732 extracted from icalendar--convert-ical-to-diary, with bug fixes.
17733 (icalendar--convert-ical-to-diary): Use the above functions.
17734
17735 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
17736
17737 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17738 Remove these recent additions.
17739 (c-mode): Restore to before 2005-04-28.
17740
17741 * progmodes/cc-vars.el (cc-define-list-program): Remove this
17742 recent addition.
17743
17744 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17745 (gdb-define-alist): New variables.
17746 (gdb-create-define-alist): New function.
17747 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17748 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17749 with string-to-number.
17750 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
17751
17752 * progmodes/gud.el: Replace string-to-int with string-to-number.
17753 (gud-find-file): Handle gdb-define-alist.
17754
17755 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17756
17757 2005-05-02 Jay Belanger <belanger@truman.edu>
17758
17759 * calc/calc-aent.el (math-read-token):
17760 * calc/calc-bin.el (calc-word-size):
17761 * calc/calc-ext.el (calc-read-number-fancy):
17762 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17763 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17764 * calc/calc-frac.el (calc-over-notation):
17765 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17766 (calc-graph-num-points, calc-graph-init):
17767 * calc/calc-prog.el (calc-read-parse-table-part)
17768 (calc-edit-macro-repeats):
17769 * calc/calc-yank.el (calc-do-grab-rectangle):
17770 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17771 Replace `string-to-int' by `string-to-number'.
17772
17773 2005-05-02 Kim F. Storm <storm@cua.dk>
17774
17775 * kmacro.el: Use executing-kbd-macro-index variable.
17776
17777 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
17778
17779 * net/rlogin.el (rlogin-parse-words): Delete func.
17780 (rlogin): Use split-string, not rlogin-parse-words.
17781 Also, if there are option-like elements in the parsed args,
17782 take the host to be the first arg immediately following them.
17783 Suggested by Michael Mauger.
17784
17785 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17786
17787 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17788
17789 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17790
17791 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17792 (cc-mode-cpp-program): Rename to cc-define-list-program and
17793 move to cc-vars.el.
17794
17795 * progmodes/cc-vars.el (cc-define-list-program):
17796 Change to "gcc -E -dM -". Make customizable.
17797
17798 2005-05-02 Kim F. Storm <storm@cua.dk>
17799
17800 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17801
17802 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17803
17804 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17805
17806 * international/mule-util.el (truncate-string): Remove alias and
17807 obsolete declaration.
17808
17809 * international/mule-cmds.el (update-iso-coding-systems):
17810 Remove alias and obsolete declaration.
17811
17812 * international/mule.el (coding-system-parent): Remove alias and
17813 obsolete declaration.
17814
17815 * subr.el (define-function, sref): Remove aliases and obsolete
17816 declarations.
17817 (chars-in-region): Remove obsolete declaration.
17818
17819 2005-05-01 Richard M. Stallman <rms@gnu.org>
17820
17821 * info.el (Info-mode): Set widen-automatically to nil, locally.
17822
17823 * simple.el (widen-automatically): New variable.
17824 (pop-global-mark): Obey widen-automatically.
17825
17826 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
17827
17828 * term/xterm.el (function-key-map): Call substitute-key-definition
17829 before the keymap size is increased by a lot of define-key calls.
17830
17831 2005-05-01 Richard M. Stallman <rms@gnu.org>
17832
17833 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17834 Rename ARG to ELEMENT. Doc fix.
17835
17836 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17837
17838 * allout.el (allout-exposure): Remove macro and obsolete declaration.
17839 Remove references to allout-exposure/change to allout-new-exposure.
17840
17841 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
17842 bytecode symbols.
17843
17844 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
17845 (compiled-function-p, focus-frame, unfocus-frame):
17846 Remove aliases and obsolete declarations.
17847 Back out inadvertent changes from previous commit.
17848
17849 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17850
17851 * files.el (require-final-newline): Make Custom tags consistent
17852 with mode-require-final-newline.
17853 (mode-require-final-newline): Doc fix.
17854
17855 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17856
17857 * international/latexenc.el (latexenc-find-file-coding-system):
17858 Fix regular expressions.
17859
17860 2005-05-01 David Kastrup <dak@gnu.org>
17861
17862 * international/latexenc.el (latexenc-find-file-coding-system):
17863 Fix regular expressions.
17864
17865 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17866
17867 * subr.el (string-to-int): Make obsolete.
17868
17869 2005-04-30 Richard M. Stallman <rms@gnu.org>
17870
17871 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
17872
17873 * loadup.el: load jka-comp-hook.
17874
17875 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
17876 (jka-compr-handler): Add autoload. `put' calls moved
17877 to jka-comp-hook.el.
17878 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
17879 (jka-compr-inhibit): Autoload.
17880
17881 * jka-comp-hook.el: New file.
17882 Enable the mode by default.
17883
17884 * files.el (backup-buffer-copy): Use copy-file instead
17885 of write-region, and put back the 'excl.
17886
17887 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
17888
17889 * progmodes/flymake.el (flymake-split-string)
17890 (flymake-split-string, flymake-log, flymake-pid-to-names)
17891 (flymake-reg-names, flymake-get-source-buffer-name)
17892 (flymake-unreg-names, flymake-add-line-err-info)
17893 (flymake-add-err-info): Clarify docstrings.
17894 (flymake-popup-menu, flymake-make-emacs-menu)
17895 (flymake-make-xemacs-menu): Add docstrings.
17896 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17897 Set variables directly throughout.
17898
17899 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
17900
17901 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17902 exists. Initialize cc-define-alist.
17903 (c-mode): Add cc-create-define-alist locally to after-save-hook.
17904 If there is no file (Macroexpansion) don't create an alist.
17905
17906 2005-04-29 Sam Steingold <sds@gnu.org>
17907
17908 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17909 (cc-create-define-alist): Use it instead of the hard-coded string.
17910
17911 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17912
17913 * international/mule-conf.el (file-coding-system-alist): Fix regexp
17914 for latexenc.
17915
17916 2005-04-29 Lute Kamstra <lute@gnu.org>
17917
17918 * emacs-lisp/generic.el: Improve commentary section.
17919 (define-generic-mode): Improve docstring.
17920
17921 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
17922
17923 * textmodes/org.el (many places): Change to quiet the byte compiler.
17924 (org-prefix-format-compiled): New variable.
17925 (org-compile-prefix-format): New function.
17926 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17927 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17928 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17929 (org-get-entries-from-diary): Use `org-get-time-of-day' for
17930 consistency with entries from `org-mode' files.
17931 (org-get-time-of-day): Fix bug with partial matches early in a line.
17932 (org-non-link-chars): New constant.
17933 (org-link-regexp): Respect `org-non-link-chars'.
17934 (org-agenda-day-view): Remove command.
17935 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17936 (org-follow-bbdb-link, org-store-link): Search also company field.
17937 (org-highlight-overlay): New variable.
17938 (org-highlight, org-unhighlight): New functions.
17939 (org-agenda-mode): Add pre-command-hook to remove highlight.
17940 (org-evaluate-time-range): Behavior depends upon whether time stamp
17941 contains a time or not.
17942 (org-show-subtree, org-show-entry): New functions.
17943 (org-agenda-cleanup-fancy-diary): Remove empty lines.
17944
17945 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
17946
17947 * comint.el (comint-output-filter-functions): Add autoload cookie.
17948
17949 2005-04-28 Kim F. Storm <storm@cua.dk>
17950
17951 * ido.el (ido-everywhere): Fix last change.
17952
17953 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17954
17955 * international/latexenc.el: New file.
17956 * international/mule-conf.el (file-coding-system-alist): For .tex,
17957 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17958
17959 2005-04-28 Lute Kamstra <lute@gnu.org>
17960
17961 * font-lock.el (font-lock-add-keywords)
17962 (font-lock-remove-keywords): Clarify docstring.
17963 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17964 Don't start docstrings with a `*'.
17965 (font-lock-update-removed-keyword-alist): Give it a docstring.
17966
17967 * generic-x.el: Update commentary section.
17968 Only require font-lock when compiling.
17969 Define all modes conditionally.
17970 Place all generic modes in the generic-x-modes customization group.
17971 (generic-x-modes): New customization group.
17972 (generic-default-modes, generic-mswindows-modes)
17973 (generic-unix-modes, generic-other-modes): New constants.
17974 (generic-define-mswindows-modes, generic-define-unix-modes):
17975 Update docstrings. Make them obsolete.
17976 (generic-extras-enable-list): New default value. Update docstring.
17977 Improve :type. Change :set function.
17978 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17979 Fix docstring.
17980
17981 * emacs-lisp/generic.el (generic-mode-internal):
17982 Simplify font-lock-defaults.
17983 (define-generic-mode): Fix docstring.
17984
17985 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17986
17987 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17988 font-lock-face property to highlight matches.
17989
17990 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
17991
17992 * progmodes/cc-mode.el (cc-create-define-alist): New function.
17993 (cc-define-alist): New variable.
17994 (c-mode): Make it local and initialize it.
17995
17996 * progmodes/gdb-ui.el (gdb-active-process): New variable.
17997 (gdb-exited): New function.
17998 (gdb-annotation-rules): Use it.
17999 (gdb-starting): Set gdb-active-process to t.
18000 (gdb-stopping): Amend doc string.
18001 (gdb-reset): Set gdb-active-process to nil.
18002
18003 * tooltip.el (tooltip-gud-tips): Show the associated #define
18004 directives when a C program under GDB is not executing.
18005
18006 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18007
18008 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18009 font-lock-fontify-syntactic-keywords.
18010
18011 * font-lock.el (font-lock-default-fontify-region): Don't force
18012 parse-sexp-lookup-properties to nil.
18013
18014 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18015
18016 * man.el (man-mode-syntax-table): Set up `:' to have
18017 word-constituent syntax.
18018
18019 2005-04-27 Lute Kamstra <lute@gnu.org>
18020
18021 * novice.el (disable-command): Don't add spurious newlines to the
18022 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18023
18024 2005-04-26 Jay Belanger <belanger@truman.edu>
18025
18026 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18027 than one window before deleting window.
18028
18029 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18030
18031 * shell.el (shell-prompt-pattern): Doc fix.
18032 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18033
18034 * comint.el (comint-prompt-regexp, comint-get-old-input)
18035 (comint-use-prompt-regexp)
18036 (comint-use-prompt-regexp-instead-of-fields)
18037 (comint-replace-by-expanded-history, comint-send-input)
18038 (comint-output-filter, comint-get-old-input-default)
18039 (comint-line-beginning-position, comint-bol, comint-show-output)
18040 (comint-backward-matching-input, comint-forward-matching-input)
18041 (comint-next-prompt, comint-previous-prompt):
18042 Rename `comint-use-prompt-regexp-instead-of-fields' to
18043 `comint-use-prompt-regexp'. Keep old name as alias and declare
18044 obsolete.
18045 (comint-use-prompt-regexp): Shorten first line of doc string.
18046
18047 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18048 Set paragraph-separate buffer locally to "\\'".
18049
18050 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18051 Adapt to above name change.
18052
18053 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18054 (smbclient-prompt-regexp): Ditto.
18055
18056 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18057
18058 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18059
18060 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18061 gdb-location-list.
18062 Break lines that are over 80 characters wide.
18063
18064 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18065
18066 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18067 New fun and var, to preserve compatibility.
18068
18069 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18070
18071 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18072
18073 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18074 name to file-newer-than-file-p.
18075
18076 2005-04-26 Richard M. Stallman <rms@gnu.org>
18077
18078 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18079
18080 * progmodes/python.el (python-mode):
18081 Use new name eldoc-documentation-function.
18082
18083 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18084
18085 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18086 (eldoc-documentation-function):
18087 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18088
18089 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18090
18091 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18092
18093 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18094
18095 * term/xterm.el (function-key-map): Fix strings for
18096 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18097 {C,S,A,C-S}-{f1-f12}.
18098
18099 2005-04-26 Kenichi Handa <handa@m17n.org>
18100
18101 * international/mule-cmds.el (select-safe-coding-system):
18102 Fix previous change.
18103
18104 2005-04-26 Lute Kamstra <lute@gnu.org>
18105
18106 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18107
18108 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18109 (font-lock-comment-delimiter-face): Ditto.
18110
18111 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18112
18113 2005-04-25 Jay Belanger <belanger@truman.edu>
18114
18115 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18116 to t while inserting information; use help-mode.
18117
18118 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18119
18120 * term.el (ansi-term-color-vector): Use the xterm colors.
18121 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18122
18123 2005-04-25 Lute Kamstra <lute@gnu.org>
18124
18125 * font-core.el (font-lock-defaults): Fix docstring.
18126
18127 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18128
18129 2005-04-25 Kenichi Handa <handa@m17n.org>
18130
18131 * international/mule-cmds.el (select-safe-coding-system):
18132 Don't check consistency with coding: spec, etc if raw-text or
18133 no-conversion was found to be safe.
18134
18135 2005-04-24 Richard M. Stallman <rms@gnu.org>
18136
18137 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18138 citation markers at start of each line.
18139
18140 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18141 citation markers at start of each line.
18142
18143 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18144
18145 * files.el (mode-require-final-newline): Fix previous change.
18146 (require-final-newline): Fix type label.
18147
18148 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18149
18150 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18151 statement in buffer (broken by 2004-11-24 change).
18152
18153 2005-04-24 Kim F. Storm <storm@cua.dk>
18154
18155 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18156 and read-file-name-function values. Don't overwrite existing
18157 non-nil values if ido-mode is enabled without ido-everywhere.
18158
18159 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18160
18161 * files.el (mode-require-final-newline): Minor doc fix.
18162
18163 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18164
18165 * subr.el (syntax-after): Doc fix.
18166 (syntax-class): If argument is nil, return nil. Mask off upper 16
18167 bits, not 8 bits.
18168
18169 * files.el (mode-require-final-newline): Doc fix.
18170 (backup-buffer-copy): Fix last change.
18171
18172 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18173
18174 * term/mac-win.el: Require select. Set selection-coding-system to
18175 mac-system-coding-system. Call menu-bar-enable-clipboard.
18176 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18177 (x-select-enable-clipboard): New variables.
18178 (x-select-text, x-get-selection, x-selection-value)
18179 (x-get-selection-value, mac-select-convert-to-string)
18180 (mac-services-open-file, mac-services-open-selection)
18181 (mac-services-insert-text): New functions.
18182 (CLIPBOARD, FIND): Put mac-scrap-name property.
18183 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18184 (public.tiff): Put mac-ostype property.
18185 (selection-converter-alist): Add entries for them.
18186 (mac-application-menu-map): New keymap.
18187 (interprogram-cut-function, interprogram-paste-function): Set to
18188 x-select-text and x-get-selection-value, respectively.
18189 (split-window-keep-point): Set to t.
18190
18191 2005-04-23 Richard M. Stallman <rms@gnu.org>
18192
18193 * files.el (read-directory-name): Always pass non-nil
18194 DEFAULT-FILENAME arg to read-file-name.
18195 (backup-buffer-copy, basic-save-buffer-2): Take care against
18196 writing thru an unexpected existing symlink.
18197 (revert-buffer): In indirect buffer, revert the base buffer.
18198 (magic-mode-alist): Doc fix.
18199 (buffer-stale-function): Doc fix.
18200 (minibuffer-with-setup-hook): Avoid warning.
18201 (mode-require-final-newline): Doc and custom fix.
18202
18203 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18204
18205 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18206 use the default appearance.
18207 (font-lock-comment-delimiter-face): New face, new variable.
18208
18209 * imenu.el (imenu--generic-function): The official position of a
18210 definition is the start of the line that BEG is in.
18211
18212 * midnight.el (midnight-timer): Move defvar up.
18213
18214 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18215
18216 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18217
18218 * startup.el (command-line): Use with-no-warnings.
18219
18220 * window.el (window-size-fixed): New defvar.
18221
18222 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18223
18224 * mail/rmail.el (rmail-font-lock-keywords):
18225 Use font-lock-comment-delimiter-face.
18226
18227 * mail/sendmail.el (mail-font-lock-keywords):
18228 Use font-lock-comment-delimiter-face.
18229
18230 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18231
18232 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18233
18234 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18235 Specify t for LAXMATCH when matching directories.
18236 Save match data around compilation-compat-error-properties form.
18237
18238 2005-04-23 David Kastrup <dak@gnu.org>
18239
18240 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18241 Mention that the autoloaded aliases should be kept for AUCTeX.
18242
18243 2005-04-23 Andreas Schwab <schwab@suse.de>
18244
18245 * isearch.el (isearch-forward): Doc fix.
18246
18247 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18248
18249 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18250 (jit-lock-stealth-nice): Change default value to 0.5.
18251
18252 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18253
18254 * abbrev.el (write-abbrev-file): Write table entries in
18255 alphabetical order by table name.
18256
18257 2005-04-22 Kim F. Storm <storm@cua.dk>
18258
18259 * ido.el (ido-read-internal): Fix `list' completion.
18260
18261 2005-04-22 Kenichi Handa <handa@m17n.org>
18262
18263 * recentf.el (recentf-save-file-coding-system): New variable.
18264 (recentf-save-list): Encode the file by
18265 recentf-save-file-coding-system and add coding: tag.
18266
18267 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18268
18269 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18270
18271 2005-04-21 Lute Kamstra <lute@gnu.org>
18272
18273 * loadhist.el (unload-feature): Don't remove a function from hooks
18274 if it is about to be restored to an autoload . Remove functions
18275 that will become unbound from auto-mode-alist. Simplify the code.
18276
18277 * subr.el (assq-delete-all): New implementation that is linear,
18278 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18279 (rassq-delete-all): New function.
18280
18281 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18282 Add size-indication-mode.
18283
18284 2005-04-21 Kenichi Handa <handa@m17n.org>
18285
18286 * international/mule-cmds.el: Add autoload for widget-value in
18287 eval-when-compile.
18288
18289 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18290
18291 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18292 Add tooltip-mode.
18293
18294 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18295
18296 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18297
18298 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18299 (inferior-lisp-filter-regexp, inferior-lisp-program)
18300 (inferior-lisp-load-command, inferior-lisp-prompt)
18301 (inferior-lisp-mode-hook, lisp-source-modes)
18302 (inferior-lisp-load-hook): defvar->defcustom.
18303 (inferior-lisp-program, inferior-lisp-prompt)
18304 (inferior-lisp-load-hook): Doc fixes.
18305 (inferior-lisp-install-letter-bindings): Small change in
18306 introductory comment.
18307
18308 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18309
18310 * vc.el (vc-annotate-color-map): Change some colors so that text
18311 using them as foreground is readable on both white and black
18312 backgrounds.
18313
18314 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18315
18316 * international/mule-conf.el (translation-table-for-input):
18317 Remove redundant declaration.
18318
18319 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18320
18321 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18322
18323 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18324 (tooltip-toggle-gud-tips): New function.
18325
18326 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18327
18328 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18329 right angle brackets.
18330
18331 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18332
18333 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18334
18335 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18336
18337 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18338 Remove. Update callers to use expand-file-name instead.
18339
18340 * subr.el (syntax-class): New function.
18341
18342 * simple.el (blink-matching-open): Use it.
18343
18344 * paren.el (show-paren-function): Use it to recognize parens that are
18345 also used in 2-char comment markers.
18346
18347 2005-04-19 Lute Kamstra <lute@gnu.org>
18348
18349 * loadhist.el (unload-feature): Update for new format of
18350 load-history. Simplify the code.
18351
18352 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18353
18354 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18355 (mac-add-charset-info): New function. Initialize variable
18356 mac-charset-info-alist using it.
18357 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18358 for translation.
18359 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18360 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18361 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18362 New CCL programs.
18363
18364 2005-04-19 Kim F. Storm <storm@cua.dk>
18365
18366 * simple.el (next-buffer, prev-buffer, next-error)
18367 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18368 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18369
18370 * bindings.el (next-buffer, prev-buffer, next-error)
18371 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18372 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18373 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18374 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18375
18376 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18377
18378 * isearch.el (isearch-edit-string): Make the search-ring available for
18379 minibuffer history commands.
18380 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18381 the default history commands now work just as well.
18382 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18383
18384 2005-04-18 Kim F. Storm <storm@cua.dk>
18385
18386 * emulation/cua-base.el (cua--pre-command-handler): Add more
18387 elaborate check for shift modifier on non-window systems.
18388
18389 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18390
18391 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18392
18393 2005-04-18 Kim F. Storm <storm@cua.dk>
18394
18395 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18396 and make it optional. Don't test tooltip-gud-echo-area here.
18397 (tooltip-gud-process-output, gdb-tooltip-print):
18398 Pass tooltip-gud-echo-area to tooltip-show.
18399 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18400
18401 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18402
18403 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18404 `display-graphic-p' may not be bound yet.
18405
18406 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18407
18408 * startup.el (command-line): No longer enable Xterm Mouse mode by
18409 default in terminals compatible with xterm.
18410
18411 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18412
18413 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18414
18415 * tooltip.el (tooltip-gud-echo-area): Rename from
18416 tooltip-use-echo-area.
18417 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18418 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18419 area independently of where help tooltips are displayed.
18420
18421 2005-04-17 David Kastrup <dak@gnu.org>
18422
18423 * cus-theme.el (custom-theme-write-variables): Quote variables
18424 where necessary.
18425
18426 2005-04-17 Richard M. Stallman <rms@gnu.org>
18427
18428 * simple.el (yank-excluded-properties): Add follow-link to value.
18429
18430 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18431
18432 * startup.el (fancy-splash-max-time): Just 30 seconds.
18433 (fancy-splash-delay): Just 7.
18434 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18435
18436 * loadhist.el (unload-feature): Update for new format of load-history.
18437 Simplify the code.
18438
18439 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18440 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18441
18442 * mail/sendmail.el (mail-font-lock-keywords):
18443 Don't fontify subject text.
18444 Don't fontify the text of a citation.
18445
18446 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18447
18448 * comint.el (comint-output-filter): Run comint-output-filter-functions
18449 with point where the user had it.
18450
18451 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18452
18453 * international/ucs-tables.el (ucs-set-table-for-input):
18454 Disable when using unify-on-decoding.
18455
18456 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18457
18458 * emulation/cua-base.el (cua-global-mark-face): Add special case
18459 for displays supporting a high number of colors.
18460
18461 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18462
18463 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18464
18465 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18466
18467 * filesets.el (filesets-add-buffer): If user supplies a name of a
18468 non-existing fileset, create a new fileset.
18469
18470 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18471
18472 * textmodes/org.el (org-up-heading-all): Fix bug with
18473 `outline-up-heading-all'.
18474
18475 2005-04-16 Andreas Schwab <schwab@suse.de>
18476
18477 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18478 /etc/permissions.d/* and /etc/aliases.d/*.
18479
18480 2005-04-16 Kenichi Handa <handa@m17n.org>
18481
18482 * international/code-pages.el (cp-make-coding-system):
18483 Set `translation-table-for-input' property value to the symbol
18484 ucs-mule-to-mule-unicode, not to that value.
18485 (pt154): Escape guillemet by `\'.
18486
18487 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18488
18489 * loadup.el: Load tooltip if x-show-tip is fboundp.
18490
18491 * startup.el (command-line): Add comment.
18492
18493 * tooltip.el (tooltip-mode): Specify correct standard value for
18494 Custom in init-value.
18495
18496 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18497
18498 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18499 possible.
18500
18501 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18502
18503 * textmodes/org.el (org-agenda-date-prompt): Rename from
18504 `org-agenda-date-today'.
18505 (org-evaluate-time-range): Insert at point instead of directly
18506 after time range.
18507 (org-first-headline-recenter, org-subtree-end-visible-p)
18508 (org-optimize-window-after-visibility-change): New functions
18509 (org-agenda-post-command-hook): Don't allow point at end of line,
18510 to make sure it always hits the text properties.
18511 (org-agenda-next-date-line, org-agenda-previous-date-line):
18512 New commands.
18513 (org-set-regexps-and-options): Category may contain white space.
18514 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18515 Improve marker positions.
18516 (org-agenda-new-marker): Argument POS made optional.
18517 (org-agenda-get-timestamps): Deadlines which are done are listed
18518 in org-done-face now.
18519 (org-agenda-get-todos, org-agenda-get-timestamps)
18520 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18521 Set `undone-face' and `done-face' properties.
18522 (org-last-todo-state-is-todo): New variable.
18523 (org-todo): Set `org-last-todo-state-is-todo'.
18524 (org-agenda-todo): Change face according to
18525 `org-last-todo-state-is-todo'. And change other lines referring to
18526 the same entry.
18527 (org-calendar-goto-agenda): New command.
18528 (org-calendar-to-agenda-key): New option.
18529 (org-startup-folded): New allowed value `content'.
18530 (org-set-regexps-and-options): Accept new value `content' for
18531 `org-startup-folded'.
18532 (org-get-current-options): Handle new value `content' for
18533 `org-startup-folded'.
18534 (org-insert-todo-heading): New command.
18535 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18536 interactively in empty file and option
18537 `org-insert-mode-line-in-empty-file' has been set.
18538 (org-agenda-todo, org-agenda-priority): Modify to use
18539 `org-agenda-change-all-lines'.
18540 (org-warning-face): Change color on dark background
18541
18542 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18543
18544 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18545 use preferences AppleLocale and AppleLanguages, and variable
18546 mac-system-locale for default locale. On Mac OS Classic, use
18547 mac-system-coding-system for default coding systems.
18548
18549 * term/mac-win.el: Don't set file-name-coding-system.
18550 Decode variables system-name, emacs-build-system, user-login-name, and
18551 user-full-name by mac-system-coding-system on Mac OS Classic.
18552 (mac-system-coding-system): New variable.
18553
18554 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18555
18556 * startup.el (command-line): Handle `xterm-mouse-mode' before
18557 reading init file.
18558
18559 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18560
18561 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18562
18563 * progmodes/sh-script.el (sh-here-document-word): Make it a
18564 defcustom. Doc fix.
18565 (sh-add): Bash uses $(( )) for arithmetic.
18566 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18567 (sh-maybe-here-document): Remove quotes and leading whitespace
18568 from heredoc word when closing. Indent heredoc with tabs if word
18569 starts with "-".
18570
18571 2005-04-13 Richard M. Stallman <rms@gnu.org>
18572
18573 * simple.el (undo): Fix previous change.
18574
18575 * custom.el (defface): Doc fix.
18576
18577 2005-04-13 Lute Kamstra <lute@gnu.org>
18578
18579 * Makefile.in (DONTCOMPILE): Remove list.
18580 (compile, compile-always): Don't use DONTCOMPILE.
18581 (update-authors): Load the library in which batch-update-authors
18582 is defined.
18583 * makefile.w32-in (DONTCOMPILE): Remove list.
18584 (compile, compile-always): Fix comments.
18585 (update-authors): Load the library in which batch-update-authors
18586 is defined.
18587
18588 * generic-x.el (generic-mode-ini-file-find-file-hook):
18589 Rename to ini-generic-mode-find-file-hook.
18590 Keep generic-mode-ini-file-find-file-hook as an alias.
18591 (ini-generic-mode-find-file-hook): Rename from
18592 generic-mode-ini-file-find-file-hook. Fix docstring.
18593 (ini-generic-mode): Docstring change.
18594 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18595
18596 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18597 called from lisp.
18598
18599 * generic.el: Move to the emacs-lisp subdir.
18600
18601 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18602
18603 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18604 and C-S- function and cursor motion keys.
18605
18606 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18607
18608 * startup.el (command-line): Enable Xterm Mouse mode by default.
18609 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18610 for Custom. No longer show "Mouse" in mode line when enabled.
18611 Doc fix.
18612
18613 2005-04-12 Kim F. Storm <storm@cua.dk>
18614
18615 * emulation/cua-base.el (cua-rectangle-face)
18616 (cua-rectangle-noselect-face): Define face attributes here.
18617
18618 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18619
18620 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18621
18622 * startup.el (command-line): Turn off blinking cursor if
18623 cursorBlink in resources is off or false.
18624
18625 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18626
18627 * term/mac-win.el (dnd): Require dnd.
18628 (mac-drag-n-drop): Call dnd-handle-one-url.
18629 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18630 (kTextEncodingISOLatin2): Remove constants.
18631 (mac-script-code-coding-systems): New constant.
18632 (mac-handle-language-change): New function.
18633 (special-event-map): Bind it to `language-change' event.
18634 (mac-centraleurroman, mac-cyrillic): New coding systems.
18635 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18636 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18637 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18638 encode-mac-cyrillic, respectively.
18639
18640 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18641
18642 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18643 Don't set overlay-arrow-string to "=>" as this is done
18644 globally in C now.
18645
18646 2005-04-12 Lute Kamstra <lute@gnu.org>
18647
18648 * generic-x.el (rc-generic-mode, rul-generic-mode):
18649 Fix auto-mode-alist entries.
18650 (etc-fstab-generic-mode): Tweak fontification.
18651
18652 * generic.el (generic-make-keywords-list): Fix docstring.
18653 (generic-mode-internal): Simplify generic-font-lock-keywords.
18654
18655 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18656
18657 * whitespace.el (whitespace-buffer-leading)
18658 (whitespace-buffer-trailing): Revert the incorrect test inversion.
18659 However, fix the highlight area for the leading and
18660 trailing whitespaces to show space.
18661
18662 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18663
18664 * whitespace.el (whitespace-version): Bump to 3.5
18665
18666 (whitespace-buffer-leading, whitespace-buffer-trailing):
18667 Invert sense of the test to highlight the whitespace.
18668
18669 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18670
18671 * progmodes/gud.el (gud-display-line): GUD uses its own
18672 overlay arrow now so don't set overlay-arrow-string.
18673 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18674
18675 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
18676
18677 * term.el (term-ansi-current-bold, term-ansi-current-underline)
18678 (term-ansi-current-reverse, term-ansi-current-invisible)
18679 (term-ansi-face-already-done): Change to boolean.
18680 (term-reset-terminal, term-handle-colors-array): Handle the above
18681 vars accordingly.
18682 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18683 (term-emulate-terminal): Use the new name.
18684
18685 * faces.el (secondary-selection): Use yellow1, not yellow.
18686 (trailing-whitespace): Use red1, not red.
18687
18688 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18689
18690 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18691 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18692 (dired-dnd-handle-file): Call dnd-get-local-file-uri
18693
18694 * cus-edit.el (dnd): New group.
18695
18696 * term/w32-win.el (dnd): Require dnd
18697 (w32-drag-n-drop): Call dnd-handle-one-url.
18698
18699 * x-dnd.el: Require dnd.
18700 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18701 Call dnd-handle-one-url.
18702 (x-dnd-types-alist, x-dnd-insert-utf8-text)
18703 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18704 to dnd-insert-text.
18705 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18706 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18707 (x-dnd-get-local-file-name, x-dnd-open-local-file)
18708 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18709
18710 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18711
18712 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18713
18714 * wdired.el: Doc fixes.
18715 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18716 (wdired-use-dired-vertical-movement): Rename from
18717 wdired-always-move-to-filename-beginning.
18718 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18719 (wdired-change-to-wdired-mode): Change mode name.
18720 (wdired-newline): Delete.
18721
18722 2005-04-11 Richard M. Stallman <rms@gnu.org>
18723
18724 * whitespace.el (whitespace-highlight-the-space):
18725 Don't call whitespace-unhighlight-the-space here.
18726
18727 * simple.el (undo): Record t in undo-equiv-table
18728 for the redo record made by an undo-in-region.
18729
18730 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18731
18732 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18733 (gdb-frame-inferior-io-buffer): New Functions to control
18734 display of separate IO buffer.
18735 (menu): Add them to menu-bar.
18736 (gdb-display-buffer): Check for buffer another frame.
18737 Protect GUD buffer.
18738 (gdb-setup-windows): Create IO buffer if not already there.
18739 (gdb-memory-mode): Remove purecopy noops.
18740
18741 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18742
18743 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18744 and pass to self-insert-command.
18745
18746 2005-04-11 Lute Kamstra <lute@gnu.org>
18747
18748 * generic.el: Commentary section cleanup.
18749 (generic): Delete.
18750 (generic-use-find-file-hook, generic-lines-to-scan)
18751 (generic-find-file-regexp, generic-ignore-files-regexp)
18752 (default-generic-mode, generic-mode-find-file-hook)
18753 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18754 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
18755 (generic-use-find-file-hook, generic-lines-to-scan)
18756 (generic-find-file-regexp, generic-ignore-files-regexp)
18757 (default-generic-mode, generic-mode-find-file-hook)
18758 (generic-mode-ini-file-find-file-hook): Move from generic.el.
18759
18760 2005-04-10 Karl Fogel <kfogel@red-bean.com>
18761
18762 * bookmark.el (bookmark-write-file): Catch errors writing file.
18763 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18764
18765 2005-04-10 Richard M. Stallman <rms@gnu.org>
18766
18767 * startup.el (fancy-splash-tail): Update copyright year.
18768 (command-line): Split part of -Q into -D.
18769 (emacs-basic-display): New defvar.
18770 (fancy-splash-text): Correct name of menu item.
18771
18772 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18773
18774 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18775 lines in one node.
18776
18777 * comint.el (comint-send-input): New arg ARTIFICIAL.
18778 Callers in this file changed.
18779
18780 * abbrev.el (define-abbrevs): Read system abbrevs properly.
18781
18782 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18783
18784 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
18785
18786 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
18787 `ldap-search-internal'.
18788
18789 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18790
18791 * files.el (set-auto-mode-1): Use line-end-position.
18792
18793 * international/latin-1.el:
18794 * international/latin-2.el:
18795 * international/latin-3.el:
18796 * international/latin-4.el:
18797 * international/latin-5.el:
18798 * international/latin-8.el:
18799 * international/latin-9.el: Give punctuation syntax to NBSP.
18800
18801 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18802 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18803 Use char-classes to accept non-ascii letters, accepted in some recent
18804 bibtex implementations.
18805
18806 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
18807
18808 * custom.el (custom-set-minor-mode): Any non-nil value for the
18809 variable should enable the mode when set through Custom.
18810
18811 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18812
18813 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18814 TAB binding so tab-always-indent is obeyed.
18815 (vhdl-minibuffer-local-map): Move initialization into declaration.
18816 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18817 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18818 (vhdl-hooked-abbrev): Avoid test for XEmacs.
18819 (vhdl-current-line): Use line-beginning-position.
18820 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18821 with-output-to-temp-buffer, so the current position can be recorded.
18822
18823 2005-04-10 Masatake YAMATO <jet@gyve.org>
18824
18825 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18826 Add regexp for gcov.
18827
18828 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18829
18830 * calendar/time-date.el (time-to-seconds, seconds-to-time)
18831 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
18832 syntax which Emacs 20 doesn't support.
18833
18834 2005-04-09 Richard M. Stallman <rms@gnu.org>
18835
18836 * help.el (describe-key-briefly, describe-key):
18837 Replace strings as event types with "(any string)".
18838
18839 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18840
18841 * arc-mode.el (archive-mode-map): Move initialization into
18842 the declaration. Override *all* bindings of `undo'.
18843 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
18844
18845 2005-04-09 Jay Belanger <belanger@truman.edu>
18846
18847 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
18848
18849 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
18850
18851 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
18852 (xterm-register-default-colors): Update color values computation
18853 to match xterm-200.
18854
18855 2005-04-09 Kenichi Handa <handa@m17n.org>
18856
18857 * international/code-pages.el (iso-latin-7): Fix the map.
18858
18859 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
18860
18861 * emacs-lisp/lisp.el (defun-prompt-regexp)
18862 (parens-require-spaces, buffer-end, end-of-defun)
18863 (insert-parentheses): Doc fixes.
18864
18865 2005-04-08 Kim F. Storm <storm@cua.dk>
18866
18867 * comint.el (comint-highlight-prompt): Fix face spec.
18868 * hi-lock.el (hi-green): Likewise.
18869
18870 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18871
18872 * cus-edit.el (custom-modified-face):
18873 * comint.el (comint-highlight-input): Fix previous changes.
18874 * term.el (term-handle-ansi-escape): Add a comment.
18875
18876 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18877
18878 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18879 in the buffer and in whitespace-highlighted-space.
18880 (whitespace-unhighlight-the-space): Simplify.
18881 (whitespace-buffer): Simplify.
18882
18883 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18884
18885 * textmodes/table.el (table-cell-face): Add special case for
18886 displays supporting a high number of colors.
18887 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18888 (vhdl-font-lock-reserved-words-face)
18889 (vhdl-speedbar-architecture-face)
18890 (vhdl-speedbar-instantiation-face)
18891 (vhdl-speedbar-architecture-selected-face)
18892 (vhdl-speedbar-instantiation-selected-face): Likewise.
18893 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18894 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
18895 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18896 (ebrowse-root-class-face, ebrowse-member-attribute-face)
18897 (ebrowse-progress-face): Likewise.
18898 * progmodes/compile.el (compilation-info-face): Likewise.
18899 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18900 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18901 * calendar/calendar.el (diary-face): Likewise.
18902 * woman.el (woman-italic-face, woman-bold-face)
18903 (woman-unknown-face): Likewise.
18904 * wid-edit.el (widget-button-pressed-face): Likewise.
18905 * whitespace.el (whitespace-highlight-face): Likewise.
18906 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18907 * pcvs-info.el (cvs-marked-face): Likewise.
18908 * info.el (info-xref): Likewise.
18909 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18910 * hilit-chg.el (highlight-changes-face)
18911 (highlight-changes-delete-face): Likewise.
18912 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18913 (hi-red-b): Likewise.
18914 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18915 * font-lock.el (font-lock-keyword-face)
18916 (font-lock-function-name-face, font-lock-warning-face): Likewise.
18917 * cus-edit.el (custom-invalid-face, custom-modified-face)
18918 (custom-set-face, custom-changed-face, custom-variable-tag-face)
18919 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18920 * comint.el (comint-highlight-prompt): Likewise.
18921
18922 2005-04-08 Lute Kamstra <lute@gnu.org>
18923
18924 * font-lock.el (font-lock-keywords): Docstring fixes.
18925
18926 2005-04-08 Kenichi Handa <handa@m17n.org>
18927
18928 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18929 chars are more than a limit, print " and more..." at the tail.
18930
18931 2005-04-08 Kim F. Storm <storm@cua.dk>
18932
18933 * emacs-lisp/authors.el (authors-aliases): Update list.
18934 (authors-ignored-files): New list.
18935 (authors-fixed-entries): Fix typo.
18936 (authors-renamed-files-alist): Update list.
18937 (authors-add): Check authors-ignored-files.
18938
18939 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
18940
18941 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18942 optional, to ensure backward compatibility.
18943
18944 2005-04-08 Stephen Eglen <stephen@gnu.org>
18945
18946 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18947
18948 2005-04-08 Kim F. Storm <storm@cua.dk>
18949
18950 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18951
18952 * mouse.el (mouse-on-link-p): Doc fix.
18953
18954 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
18955
18956 * ielm.el (ielm-prompt-read-only): Doc fix.
18957
18958 * comint.el (comint-prompt-read-only): Doc fix.
18959
18960 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
18961
18962 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18963 ensure dired always handles wildcards passed to ffap.
18964 (find-file-at-point): Use it.
18965 (ffap-dired-wildcards): Doc fix.
18966
18967 2005-04-07 Juri Linkov <juri@jurta.org>
18968
18969 * simple.el (next-error-overlay-arrow-position): New defvar.
18970 Put "=>" on its property `overlay-arrow-string'. Add it to
18971 `overlay-arrow-variable-list'.
18972
18973 * progmodes/compile.el (compilation-setup):
18974 Set `next-error-overlay-arrow-position' to nil. Also set it to
18975 nil in the local hook `kill-buffer-hook'. Make local variable
18976 `overlay-arrow-string' and set it to "=>".
18977 (compilation-goto-locus): Set BOL position to
18978 `next-error-overlay-arrow-position' instead of
18979 `overlay-arrow-position'.
18980
18981 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18982 locally instead of adding it to the global hook.
18983 (Info-kill-buffer): Move up.
18984
18985 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
18986
18987 * term/xterm.el (xterm-standard-colors): Update color values from
18988 xterm-200.
18989
18990 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
18991
18992 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18993
18994 * fast-lock.el:
18995 * lazy-lock.el: Move them to the obsolete subdir.
18996
18997 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18998
18999 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19000 (wdired-add-replace-advice): Remove.
19001 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19002
19003 2005-04-06 Kim F. Storm <storm@cua.dk>
19004
19005 * startup.el (command-line): Add --bare-bones alias for -Q.
19006
19007 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19008
19009 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19010 create the startup fontset if a font specification ends with
19011 `mac-roman'.
19012
19013 2005-04-06 Lute Kamstra <lute@gnu.org>
19014
19015 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19016 change.
19017
19018 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19019 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19020
19021 2005-04-05 Lute Kamstra <lute@gnu.org>
19022
19023 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19024 (define-generic-mode): Ditto. Fix debug declaration.
19025
19026 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19027 Put them in the generic-x group.
19028
19029 * calendar/timeclock.el (timeclock): Doc fix.
19030
19031 * generic.el (define-generic-mode): Don't use custom-current-group.
19032 Document default :group value.
19033 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19034 (define-global-minor-mode): Don't use custom-current-group.
19035
19036 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19037
19038 * startup.el (command-line-1): Display startup-echo-area-message
19039 when fancy splash screen is in use.
19040
19041 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19042 (sh-escaped-newline): New face.
19043 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19044 newline, and use sh-escaped-newline face.
19045
19046 * progmodes/tcl.el (tcl-escaped-newline): New face.
19047 (tcl-builtin-list): New variable.
19048 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19049 newlines. Fix keywords subexpression number.
19050
19051 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19052
19053 * textmodes/org.el (org-diary-default-entry): Fix call to
19054 `add-to-diary-entry'.
19055
19056 2005-04-05 Kim F. Storm <storm@cua.dk>
19057
19058 * ediff-init.el: Use (featurep 'xemacs).
19059
19060 2005-04-05 David Ponce <david@dponce.com>
19061
19062 * cus-edit.el (face): Derive from symbol widget. Display sample
19063 of the current face on the fly.
19064 (widget-face-sample-face-get, widget-face-notify): New functions.
19065 (widget-face-value-create): Remove.
19066
19067 * wid-edit.el (widget-field-end): Temporarily remove field
19068 narrowing before to call `get-char-property'.
19069
19070 2005-04-04 Jay Belanger <belanger@truman.edu>
19071
19072 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19073 (math-read-subscripts): New variable.
19074 (math-read-preprocess-string): Process subscripts.
19075
19076 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19077
19078 * comint.el (comint-prompt-read-only): Doc fix.
19079
19080 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19081 `-1'. Doc fix.
19082
19083 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19084
19085 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19086 Change default value to nil.
19087
19088 2005-04-04 Lute Kamstra <lute@gnu.org>
19089
19090 * autorevert.el (auto-revert-mode): Specify :group.
19091 * battery.el (display-battery-mode): Specify :group.
19092 * diff-mode.el (diff-minor-mode): Specify :group.
19093 * font-core.el (font-lock-mode): Specify :group.
19094 * hl-line.el (hl-line-mode): Specify :group.
19095 * iimage.el (iimage): New customization group.
19096 (iimage-mode): Specify :group.
19097 * longlines.el (longlines-mode): Specify :group.
19098 * master.el: Don't require easy-mmode.
19099 (master): New customization group.
19100 (master-mode): Specify :group.
19101 * msb.el (msb-mode): Specify :group.
19102 * reveal.el (reveal-mode): Specify :group.
19103 * simple.el (next-error-follow-minor-mode): Specify :group.
19104 * smerge-mode.el (smerge-mode): Specify :group.
19105 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19106 * emulation/cua-base.el (cua-mode): Specify :group.
19107 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19108 * language/thai-util.el (thai-auto-composition-mode)
19109 (thai-word-mode): Specify :group.
19110 * mail/supercite.el (sc-minor-mode): Specify :group.
19111 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19112 * progmodes/flymake.el (flymake-mode): Specify :group.
19113 * progmodes/glasses.el (glasses-mode): Specify :group.
19114 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19115 * textmodes/enriched.el (enriched-mode): Specify :group.
19116 * textmodes/refill.el (refill-mode): Specify :group.
19117
19118 * add-log.el (change-log-font-lock-keywords): Names in
19119 parenthesized lists can contain spaces.
19120
19121 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19122
19123 * startup.el (fancy-splash-text): Shorten default text of
19124 "Emacs Tutorial" line. Also, if the current language env
19125 indicates an available tutorial file other than TUTORIAL,
19126 extract its title and append it to the line in parentheses.
19127 (fancy-splash-insert): If arg is a thunk, funcall it.
19128
19129 2005-04-04 Jay Belanger <belanger@truman.edu>
19130
19131 * calc.el (calc-language-alist): Add tags to customization type.
19132
19133 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19134
19135 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19136 Doc fix.
19137
19138 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19139
19140 * add-log.el (change-log-font-lock-keywords): The manual
19141 describing a Change Log entry, says: (...) "Aside from these
19142 header lines, every line in the change log starts with a space or
19143 a tab.". The font-lock was not highlighting lines started with
19144 spaces, added support for it.
19145
19146 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19147
19148 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19149 (bibtex-generate-url-list): Update docstring accordingly. Put the
19150 complex example in the docstring.
19151 (bibtex-font-lock-url): Use pop.
19152
19153 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19154
19155 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19156
19157 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19158
19159 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19160
19161 * filesets.el (filesets-set-default): Doc fix.
19162
19163 2005-04-03 Lute Kamstra <lute@gnu.org>
19164
19165 * generic.el (define-generic-mode): Add argument to specify
19166 keywords for defcustom.
19167 (default-generic-mode): Specify :group.
19168
19169 * generic-x.el: Specify :group for all generic modes.
19170
19171 * desktop.el (desktop-no-desktop-file-hook)
19172 (desktop-after-read-hook): Doc fix.
19173
19174 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19175
19176 * simple.el (visible-mode): Use explicit :group keyword.
19177 This changes the group of `visible-mode-hook' from paren-blinking
19178 to editing-basics.
19179
19180 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19181
19182 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19183 mailbox specifications as well as URLs.
19184 (rmail-insert-inbox-text): Remove unused conditional branches.
19185
19186 2005-04-01 Jay Belanger <belanger@truman.edu>
19187
19188 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19189 (calc-gnuplot-print-command): Move definitions to calc.el.
19190
19191 * calc/calc-embed.el (calc-embedded-announce-formula)
19192 (calc-embedded-open-formula, calc-embedded-close-formula)
19193 (calc-embedded-open-word, calc-embedded-close-word)
19194 (calc-embedded-open-plain, calc-embedded-close-plain)
19195 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19196 (calc-embedded-open-mode, calc-embedded-close-mode):
19197 Move definitions to calc.el.
19198
19199 * calc/calc.el (calc-settings-file, calc-language-alist):
19200 Make customizable.
19201 (calc-embedded-announce-formula, calc-embedded-open-formula)
19202 (calc-embedded-close-formula, calc-embedded-open-word)
19203 (calc-embedded-close-word, calc-embedded-open-plain)
19204 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19205 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19206 (calc-embedded-close-mode, calc-gnuplot-name)
19207 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19208 from other files and make customizable.
19209
19210 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19211
19212 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19213 Use buffer-live-p.
19214 (cvs-mode-run): Don't call cvs-update-header here.
19215 (cvs-run-process): Call cvs-update-header.
19216 Use process properties for cvs-postprocess and cvs-buffer so that
19217 the sentinel can behave better if the temp buffer is killed.
19218 Use a pipe rather than a tty, to better handle unexpected prompts.
19219 (cvs-sentinel): Rewrite. Call cvs-update-header.
19220
19221 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19222
19223 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19224 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19225
19226 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19227
19228 * generic.el (define-generic-mode): Add indentation rule.
19229
19230 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19231
19232 * files.el (mode-require-final-newline): Make Custom correctly
19233 report a nil value and allow to set it to nil via Custom.
19234 Doc fix.
19235
19236 2005-04-01 Kenichi Handa <handa@m17n.org>
19237
19238 * international/characters.el: Enable the correct case setting for
19239 dotless-i and dotted-I.
19240
19241 2005-04-01 Kim F. Storm <storm@cua.dk>
19242
19243 * ido.el (ido-file-internal): Fall back to non-ido command if
19244 initial directory is on slow ftp (or tramp) host.
19245
19246 2005-03-31 Richard M. Stallman <rms@gnu.org>
19247
19248 * emacs-lisp/autoload.el (make-autoload):
19249 Handle define-global-minor-mode.
19250
19251 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19252 Rename from easy-mmode-define-global-mode.
19253 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19254
19255 * progmodes/scheme.el (scheme-mode-syntax-table):
19256 Update syntax of | and # for two-character comment syntax.
19257
19258 2005-03-31 Lute Kamstra <lute@gnu.org>
19259
19260 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19261 (define-minor-mode): Call custom-current-group at load-time.
19262
19263 * generic.el (define-generic-mode): Add debug declaration.
19264 Add defcustom for the mode hook.
19265 (generic-mode-internal): Use run-mode-hooks.
19266
19267 2005-03-31 Kim F. Storm <storm@cua.dk>
19268
19269 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19270 (mouse-fixup-help-message): New defun called by show_help_echo
19271 to fixup mouse-2 prefix in help messages when applicable.
19272
19273 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19274
19275 2005-03-31 Kenichi Handa <handa@m17n.org>
19276
19277 * language/thai-word.el (thai-find-word-ends): Pay attention to
19278 the case that we reach the end of buffer.
19279
19280 * textmodes/fill.el (fill-text-properties-at): New function.
19281 (fill-newline): Use fill-text-properties-at instead of
19282 text-properties-at.
19283
19284 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19285
19286 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19287 not comint-quote-filename.
19288
19289 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19290
19291 * help-fns.el (help-with-tutorial): Revert last change.
19292
19293 2005-03-31 Kim F. Storm <storm@cua.dk>
19294
19295 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19296
19297 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19298
19299 * calendar/cal-china.el: Update reference to "Calendrical
19300 Calculations" book; there's a new edition.
19301 * calendar/cal-coptic.el: Likewise.
19302 * calendar/cal-french.el: Likewise.
19303 * calendar/cal-hebrew.el: Likewise.
19304 * calendar/cal-islam.el: Likewise.
19305 * calendar/cal-iso.el: Likewise.
19306 * calendar/cal-julian.el: Likewise.
19307 * calendar/cal-mayan.el: Likewise.
19308 * calendar/cal-persia.el: Likewise.
19309 * calendar/calendar.el: Likewise.
19310 * calendar/holidays.el: Likewise.
19311 * calendar/lunar.el: Likewise.
19312 * calendar/solar.el: Likewise.
19313
19314 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19315 white space from doc string.
19316
19317 2005-03-30 Jay Belanger <belanger@truman.edu>
19318
19319 * calc/calc-help.el (calc-full-help): Remove email address.
19320
19321 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19322
19323 * help-fns.el (help-with-tutorial): Delete title line.
19324
19325 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19326
19327 * calendar/cal-x.el (calendar-one-frame-setup)
19328 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19329 rather than `symbol' for set-window-dedicated-p.
19330
19331 * calendar/appt.el (appt-buffer-name): Make it a constant.
19332 (appt-add): Doc fix.
19333
19334 * filesets.el (filesets-menu-path, filesets-menu-before)
19335 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19336 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19337 (filesets-add-submenu): Delete and use add-submenu instead.
19338
19339 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19340
19341 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19342 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19343 (org-diary-default-entry): New function.
19344 (org-get-entries-from-diary): Better parsing of diary entries.
19345 (org-agenda-check-no-diary): New function.
19346 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19347 linking to diary entries.
19348 (org-agenda-execute-calendar-command): New function.
19349 (org-agenda): Improve visible section in window.
19350 Use `org-fit-agenda-window'.
19351 (org-fit-agenda-window): New option.
19352 (org-move-subtree-down): Better handling of empty lines
19353 at end of subtree.
19354 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19355 levels up.
19356 (org-fontify-done-headline): New option.
19357 (org-headline-done-face): New face.
19358 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19359 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19360 When current field is non-empty, it is copied to next row.
19361 (org-table-copy-from-above): Fix bug which made it
19362 impossible to copy fields containing only a single non-white character.
19363
19364 2005-03-30 Kim F. Storm <storm@cua.dk>
19365
19366 * kmacro.el (kmacro-end-macro): Isearch may store this command
19367 into the macro -- so ignore it when executing keyboard macro.
19368
19369 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19370
19371 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19372
19373 2005-03-29 Kenichi Handa <handa@m17n.org>
19374
19375 * language/thai.el ("Thai"): Set setup-function and exit-function
19376 for Thai language environment.
19377
19378 * language/thai-util.el: Require thai-word.
19379 (thai-word-mode-map): New variable.
19380 (thai-word-mode): New minor mode.
19381 (setup-thai-language-environment-internal): New function.
19382 (exit-thai-language-environment-internal): New function.
19383
19384 * language/thai-word.el (thai-word-table): Declare it by defvar,
19385 use dolist to initialize it.
19386 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19387 (thai-fill-find-break-point): New functions.
19388
19389 2005-03-29 Richard M. Stallman <rms@gnu.org>
19390
19391 * simple.el (idle-update-delay): Move definition up.
19392 (set-mark): Doc fix.
19393
19394 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19395
19396 * longlines.el: New file.
19397
19398 * simple.el (buffer-substring-filters): New variable.
19399 (filter-buffer-substring): New function.
19400 (kill-region, copy-region-as-kill): Use it.
19401
19402 * register.el (copy-to-register, append-to-register)
19403 (prepend-to-register): Use filter-buffer-substring.
19404
19405 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19406
19407 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19408 (gud-filter-pending-text): Move in front of gdb.
19409 (gud-overlay-arrow-position): New variable.
19410 (gud-sentinel, gud-display-line): Use it in place of
19411 overlay-arrow-position.
19412
19413 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19414
19415 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19416 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19417 (fortran-font-lock-keywords-4): New variable.
19418 (fortran-blocks-re, fortran-end-block-re)
19419 (fortran-start-block-re): New constants, for hideshow.
19420 (hs-special-modes-alist): Add a Fortran entry.
19421 (fortran-mode-map): Bind fortran-end-of-block,
19422 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19423 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19424 (fortran-looking-at-if-then, fortran-end-of-block)
19425 (fortran-beginning-of-block): New functions, for hideshow.
19426
19427 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19428 Doc fix. Tweak regexp.
19429 (f90-beginning-of-block): Push mark first.
19430
19431 2005-03-29 Jay Belanger <belanger@truman.edu>
19432
19433 * calc/calc.el: Update copyright date.
19434 (calc-version): Increase to 2.1.
19435 (calc-version-date): Remove.
19436
19437 * calc/calc-help.el: Update copyright date.
19438 (calc-full-help): Remove reference to calc-version-date.
19439 Update copyright date.
19440
19441 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19442
19443 * vc.el (vc-do-command): Use a pipe for async processes, so password
19444 prompts don't show up at places where the user can't reply.
19445
19446 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19447
19448 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19449 on the file name we pass to the inferior shell.
19450
19451 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19452
19453 * progmodes/which-func.el (which-function): Be robust in the face of an
19454 imenu--make-index-alist failure.
19455
19456 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19457
19458 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19459
19460 * progmodes/python.el (python-preoutput-filter): Fix last change.
19461
19462 2005-03-29 Lute Kamstra <lute@gnu.org>
19463
19464 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19465 functions and compiled macros.
19466 (debug-convert-byte-code): Handle macros too.
19467 (debug-on-entry-1): Don't signal an error when trying to clear a
19468 function that is not set to debug on entry.
19469
19470 2005-03-29 Jay Belanger <belanger@truman.edu>
19471
19472 * calc/calc-lang.el: Add functions to math-function-table
19473 properties of tex and math.
19474
19475 2005-03-29 Kenichi Handa <handa@m17n.org>
19476
19477 * ps-mule.el (ps-mule-plot-string): Translate characters by
19478 ps-print-translation-table.
19479 (ps-mule-begin-job): Call find-charset-region/string with
19480 ps-print-translation-table.
19481 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19482
19483 * ps-print.el (ps-print-translation-table): New variable.
19484 (ps-plot-region): Translate characters by ps-print-translation-table.
19485
19486 2005-03-29 Juri Linkov <juri@jurta.org>
19487
19488 * simple.el (next-error-highlight-timer): New variable.
19489
19490 * progmodes/compile.el (compilation-goto-locus):
19491 Use `next-error-highlight-timer' instead of `sit-for'.
19492
19493 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19494
19495 * mail/supercite.el (sc-mail-field): Use assoc-string.
19496 (sc-get-address): Simplify regexps.
19497
19498 * files.el (minibuffer-with-setup-hook): New macro.
19499 (find-file-read-args): Use it to avoid let-binding
19500 minibuffer-with-setup-hook (which breaks turning on/off
19501 file-name-shadow-mode while in the prompt).
19502
19503 * complete.el (PC-read-include-file-name-internal):
19504 Use test-completion.
19505
19506 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19507
19508 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19509
19510 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19511
19512 * window.el (window-buffer-height): Use count-screen-lines.
19513
19514 * progmodes/python.el (python-preoutput-leftover): New var.
19515 (python-preoutput-filter): Use it.
19516 (python-send-receive): Loop until all the result has been received.
19517
19518 2005-03-28 Juri Linkov <juri@jurta.org>
19519
19520 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19521
19522 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19523 "Recover Crashed Session".
19524 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19525 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19526 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19527 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19528 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19529 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19530 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19531 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19532
19533 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19534 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19535 Ediff Sessions", "Toggle use of separate control buffer frame",
19536 "Use separate frame for Ediff control buffer".
19537
19538 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19539 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19540 "Rename Bookmark", "Delete Bookmark".
19541
19542 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19543 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19544 Add `:active Info-index-alternatives' to "Next Matching Item".
19545
19546 * wdired.el (wdired-change-to-wdired-mode):
19547 Mention `wdired-abort-changes' key in the initial message.
19548
19549 * international/mule.el (auto-coding-alist): Associate non-ascii
19550 image filename extensions with `no-conversion'.
19551
19552 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19553
19554 * international/iso-acc.el:
19555 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19556
19557 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19558
19559 * textmodes/sgml-mode.el (html-mode): Doc update.
19560
19561 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19562
19563 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19564
19565 * term.el (term-move-columns): Fix face after extending a line.
19566 (term-insert-spaces): Likewise.
19567 (term-reset-terminal): Fix off by one error.
19568
19569 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19570
19571 * international/mule.el (auto-coding-alist): Add .xpi files.
19572
19573 * files.el (auto-mode-alist): Add .xpi files.
19574
19575 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19576
19577 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19578
19579 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19580
19581 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19582
19583 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19584
19585 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19586 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19587
19588 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19589 cursor to Jan 1 when needed.
19590 (calendar-end-of-year): Fix -/+ typo.
19591 Reported by Chong Yidong <cyd@stupidchicken.com>.
19592
19593 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19594
19595 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19596
19597 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19598 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19599
19600 2005-03-25 Richard M. Stallman <rms@gnu.org>
19601
19602 * filesets.el (filesets-init): Add autoload.
19603
19604 * mail/mailalias.el (mail-directory): Doc fix.
19605
19606 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19607
19608 * mail/mailalias.el (mail-directory-process): Do nothing if
19609 mail-directory-process is an atom.
19610 (mail-get-names): Ignore mail-directory-names if it is an atom.
19611 (mail-directory-process defvar): Doc fix.
19612 (mail-names): Doc fix.
19613
19614 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19615
19616 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19617
19618 2005-03-26 Kenichi Handa <handa@m17n.org>
19619
19620 * international/mule-util.el (detect-coding-with-priority):
19621 Call update-coding-systems-internal before detect-coding-region.
19622
19623 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19624
19625 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19626 (gdb-frames-mode-map): Add follow-link property.
19627
19628 2005-03-25 Jay Belanger <belanger@truman.edu>
19629
19630 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19631 for variables.
19632
19633 2005-03-25 Juri Linkov <juri@jurta.org>
19634
19635 * image-mode.el: Optimize image filename extension regexps in
19636 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19637 in `auto-mode-alist'.
19638 (image-mode): Add `image-toggle-display-text' to local hook
19639 `change-major-mode-hook'. Display the image as an image by
19640 default. Set `cursor-type' and `truncate-lines' if the image
19641 is already displayed. Take into account the current mode (image
19642 or text) in message.
19643 (image-minor-mode): New minor mode.
19644 (image-mode-maybe, image-toggle-display-text): New functions.
19645 (image-toggle-display): Use called-interactively-p.
19646 Let-bind `inhibit-read-only' to t.
19647
19648 * image-mode.el (image-minor-mode): Set `cursor-type' and
19649 `truncate-lines' if the image is already displayed. Add turning
19650 image-minor-mode off to `change-major-mode-hook'. Add message.
19651 Call `image-toggle-display-text' after turning image-minor-mode off.
19652
19653 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19654
19655 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19656 Terminal.app, use utf-8.
19657 (set-display-table-and-terminal-coding-system): Add coding-system arg.
19658 (set-locale-environment): Use it.
19659
19660 * term/xterm.el: Undo last change, better done in mule-cmds.el.
19661
19662 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19663
19664 * progmodes/python.el (python-close-block-statement-p)
19665 (python-outdent-p, python-current-defun): Use symbol-end.
19666
19667 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19668
19669 * files.el (save-some-buffers): Doc fix.
19670
19671 2005-03-25 Werner Lemberg <wl@gnu.org>
19672
19673 * complete.el, thumbs.el: Replace `legal' with `valid'.
19674 * calendar/calendar.el: Replace `legal' with `valid'.
19675 * emacs-lisp/advice.el: Replace `legal' with `valid'.
19676 * mail/supercite.el: Replace `legal' with `valid'.
19677 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19678 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19679 Replace `legal' with `valid'.
19680 * textmodes/reftex-vars.el, textmodes/reftex.el:
19681 Replace `legal' with `valid'.
19682
19683 2005-03-25 Werner Lemberg <wl@gnu.org>
19684
19685 * calc/calc-forms.el, calc/calc-sel.el
19686 * midnight.el, vc-cvs.el
19687 * emacs-lisp/cl-macs.el
19688 * emulation/vip.el
19689 * eshell/esh-io.el, eshell/esh-var.el
19690 * mail/supercite.el
19691 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19692 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19693 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19694 * progmodes/sh-script.el, progmodes/xscheme.el
19695 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19696 * textmodes/reftex-index.el, textmodes/reftex-parse.el
19697 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19698 * textmodes/reftex.el, textmodes/org.el:
19699 Replace `illegal' with `invalid'.
19700
19701 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19702
19703 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19704 (flymake-find-buildfile, flymake-find-possible-master-files)
19705 (flymake-check-include, flymake-parse-line): Replace loops over the
19706 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19707
19708 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19709 Substitute file-name-as-directory in the rest of the file.
19710 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19711 (flymake-replace-region): Remove unused arg `buffer'.
19712 (flymake-check-patch-master-file-buffer): Update calls to it.
19713 (flymake-add-err-info): Remove unused var `count'.
19714 (flymake-mode): Use define-minor-mode.
19715
19716 * progmodes/flymake.el: Use with-current-buffer.
19717 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19718 flymake-replace-regexp-in-string, flymake-line-beginning-position)
19719 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19720 Avoid testing for `xemacs'.
19721 (flymake-nop): Move.
19722 (flymake-region-has-flymake-overlays): Return the computed value.
19723 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19724 Remove unused var `endline'.
19725 (flymake-get-line-count): Remove unused function.
19726 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19727
19728 * emulation/vi.el:
19729 * generic.el:
19730 * hilit-chg.el (global-highlight-changes):
19731 * hi-lock.el (hi-lock-mode):
19732 * follow.el: find-file-hooks -> find-file-hook.
19733
19734 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19735
19736 2005-03-24 Juri Linkov <juri@jurta.org>
19737
19738 * dired.el (dired-mode-map): Add menu item "Compare directories"
19739 for dired-compare-directories.
19740
19741 * dired-aux.el (dired-compare-directories): Add autoload cookie.
19742 Doc fix. Replace `read-file-name' with `read-directory-name'.
19743
19744 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19745
19746 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19747
19748 2005-03-24 Jay Belanger <belanger@truman.edu>
19749
19750 * calc/calc-embed.el (calc-embedded-mode-change): Save all
19751 relevant mode settings in calc-embedded-original-modes when modes
19752 are permanently changed.
19753
19754 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19755
19756 * autoinsert.el: find-file-hooks -> find-file-hook.
19757
19758 2005-03-24 Lute Kamstra <lute@gnu.org>
19759
19760 * generic.el (generic-font-lock-defaults): Make it obsolete.
19761 (generic-font-lock-keywords): New variable to replace
19762 generic-font-lock-defaults.
19763 (generic-mode-set-font-lock): Delete it.
19764 (generic-mode-internal): Don't call generic-mode-set-font-lock.
19765 (generic-bracket-support): Add docstring.
19766
19767 * generic-x.el: Rename generic-font-lock-defaults to
19768 generic-font-lock-keywords throughout.
19769 (mailagent-rules-setup-function): Delete it.
19770 (mailagent-rules-generic-mode): Use anonymous function instead.
19771 (show-tabs-generic-mode-font-lock-defaults-1)
19772 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19773 Quote faces.
19774 (show-tabs-tab-face, show-tabs-space-face): Specify background,
19775 not foreground.
19776
19777 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19778 Recognize define-generic-mode.
19779
19780 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19781
19782 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19783 if there's no completion table.
19784
19785 2005-03-23 Miles Bader <miles@gnu.org>
19786
19787 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19788 Remove tty-specific variants, as they're no longer needed.
19789
19790 2005-03-23 Lute Kamstra <lute@gnu.org>
19791
19792 * generic-x.el: Code cleanup: make args constant whenever possible.
19793 (installshield-statement-keyword-list)
19794 (installshield-system-functions-list)
19795 (installshield-system-variables-list, installshield-types-list)
19796 (installshield-funarg-constants-list): Make them constants.
19797
19798 * generic.el (generic-make-keywords-list): Add autoload cookie.
19799
19800 * calendar/time-date.el: Add comment on time value formats.
19801 Don't require parse-time.
19802 (with-decoded-time-value): New macro.
19803 (encode-time-value): New function.
19804 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19805 (days-to-time): Return a valid time value when arg is huge.
19806 (time-since): Use time-subtract.
19807 (time-to-number-of-days): Use time-to-seconds.
19808
19809 2005-03-23 David Ponce <david@dponce.com>
19810
19811 * recentf.el (recentf-keep): New option.
19812 (recentf-menu-action): Default to `find-file'.
19813 (recentf-keep-non-readable-files-flag)
19814 (recentf-keep-non-readable-files-p)
19815 (recentf-file-readable-p, recentf-find-file)
19816 (recentf-cleanup-remote): Remove.
19817 (recentf-include-p): More robust.
19818 (recentf-keep-p): New function.
19819 (recentf-remove-if-non-kept): Rename from
19820 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
19821 All callers updated.
19822 (recentf-menu-items-for-commands): Fix help string.
19823 (recentf-track-closed-file): Update. Doc fix.
19824 (recentf-cleanup): Update. Count removed files. Doc fix.
19825
19826 2005-03-23 Kim F. Storm <storm@cua.dk>
19827
19828 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19829 Don't inherit from fringe face (now happens automatically).
19830
19831 2005-03-22 Kim F. Storm <storm@cua.dk>
19832
19833 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19834 position values.
19835
19836 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19837
19838 * menu-bar.el (showhide-date-time): Remove.
19839 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
19840 (menu-bar-make-mm-toggle): Simplify.
19841
19842 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19843
19844 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
19845 Accept qualified variable and function names.
19846
19847 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
19848
19849 * bindings.el (completion-ignored-extensions):
19850 Remove ".lis" for `vax-vms'.
19851
19852 2005-03-22 Andreas Schwab <schwab@suse.de>
19853
19854 * generic-x.el: Revert last change.
19855 * ldefs-boot.el: Update.
19856
19857 2005-03-22 Jay Belanger <belanger@truman.edu>
19858
19859 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
19860 (calc-embedded-save-original-modes)
19861 (calc-embedded-restore-original-modes): New functions.
19862 (calc-do-embedded): Save original modes when entering embedded mode
19863 and restore when leaving embedded mode.
19864 (calc-embedded-modes-change): Change the value of
19865 calc-embedded-original-modes to reflect permanent changes.
19866
19867 2005-03-22 Lute Kamstra <lute@gnu.org>
19868
19869 * generic-x.el: Require generic again.
19870
19871 2005-03-22 Miles Bader <miles@gnu.org>
19872
19873 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19874 Tweak details to look good on both ttys and bitmap displays, light
19875 or dark background, etc.
19876
19877 2005-03-21 Kim F. Storm <storm@cua.dk>
19878
19879 * tooltip.el (tooltip-show-help-function): Check car and cdr of
19880 mouse position.
19881
19882 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19883
19884 * icomplete.el: Don't forcibly turn on the mode upon load.
19885 (icomplete-mode): Use define-minor-mode.
19886 (icomplete-eoinput): Default to nil.
19887 (icomplete-minibuffer-setup): Remove autoload.
19888 (icomplete-tidy): Simplify.
19889 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19890 in the initial state or if the user has modified the field.
19891 Fix handling of icomplete-max-delay-chars.
19892 Remove code that handles the oddball case where
19893 minibuffer-completion-table is an integer.
19894 Wrap icomplete-completions in while-no-input in case building
19895 completions takes more time than expected.
19896 (icomplete-completions): Simplify.
19897
19898 2005-03-21 Richard M. Stallman <rms@gnu.org>
19899
19900 * jka-compr.el (jka-compr-really-do-compress):
19901 Make variable buffer-local.
19902
19903 * image-mode.el: Handle .xpm files too.
19904 (image-toggle-display): Preserve modification flag.
19905
19906 * help.el (where-is): Don't mention aliases with no key bindings.
19907
19908 2005-03-21 Lute Kamstra <lute@gnu.org>
19909
19910 * generic.el: Fix commentary section. Don't require cl for
19911 compilation.
19912 (generic-mode-list): Add autoload cookie.
19913 (generic-use-find-file-hook, generic-lines-to-scan)
19914 (generic-find-file-regexp, generic-ignore-files-regexp)
19915 (generic-mode, generic-mode-find-file-hook)
19916 (generic-mode-ini-file-find-file-hook): Fix docstrings.
19917 (define-generic-mode): Make it a defmacro. Fix docstring.
19918 (generic-mode-internal): Code cleanup. Add autoload cookie.
19919 (generic-mode-set-comments): Code cleanup.
19920 * generic-x.el: Don't prevent compilation. Don't require generic.
19921 Follow coding conventions. Minor code cleanup.
19922 (etc-fstab-generic-mode): Add some keywords.
19923 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19924 define-generic-mode like a function declaration.
19925
19926 2005-03-21 Jay Belanger <belanger@truman.edu>
19927
19928 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19929 changing modes.
19930
19931 2005-03-21 Sam Steingold <sds@gnu.org>
19932
19933 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19934
19935 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
19936
19937 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19938 Add underscore to "f$ lexicals" regexp.
19939
19940 2005-03-20 Juri Linkov <juri@jurta.org>
19941
19942 * subr.el (progress-reporter-do-update): When `min-value' is equal
19943 to `max-value', set `percentage' to 0 and prevent division by zero.
19944
19945 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
19946
19947 Sync with Tramp 2.0.48.
19948
19949 * net/tramp.el (all): Change all addresses to .gnu.org.
19950 (tramp-append-tramp-buffers): New defun.
19951 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19952 Catch `dont-send' signal.
19953 (tramp-set-auto-save-file-modes): Set always permissions, because
19954 there might be an old auto-saved file belonging to another
19955 original file. This could be a security threat. Reported by
19956 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19957 Check for Emacs 21.3.50 removed.
19958
19959 * net/tramp-smb.el (all): Remove debug construct for
19960 `with-parsed-tramp-file-name'.
19961 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19962 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19963 No error message if DIRECTORY or FILENAME doesn't exist.
19964 (tramp-smb-open-connection): Check existence of
19965 `tramp-smb-program'.
19966
19967 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19968
19969 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19970 Properly handle the case where the `m' or `s' command's argument is not
19971 yet terminated.
19972 (perl-indent-new-calculate): New function.
19973 (perl-indent-line): Use it.
19974
19975 2005-03-20 Miles Bader <miles@gnu.org>
19976
19977 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19978 in text-mode too. Change to new face names.
19979 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19980 Add `:weight bold' attribute.
19981 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19982
19983 2005-03-19 Juri Linkov <juri@jurta.org>
19984
19985 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
19986
19987 * international/mule.el (auto-coding-alist): Sync with
19988 `auto-mode-alist' by adding upper case archive file extensions
19989 and adding ear/war to jar extension.
19990
19991 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
19992
19993 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19994 running, restart it.
19995
19996 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
19997
19998 * finder.el (finder-current-item): Throw an error on an empty line.
19999
20000 * man.el (Man-follow-manual-reference): If current-word returns
20001 nil, use "".
20002
20003 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20004
20005 * simple.el (goto-line): Doc fix.
20006
20007 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20008
20009 * files.el (save-buffer): Doc fix.
20010
20011 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20012
20013 * recentf.el (recentf-cleanup-remote): New variable.
20014 (recentf-cleanup): Use it to conditionally check availability of
20015 remote files.
20016
20017 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20018
20019 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20020 function names.
20021
20022 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20023
20024 * language/thai-word.el: New file.
20025
20026 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20027
20028 * files.el (backup-buffer): If the file's directory is not
20029 writable, use copy instead of move to backup the file.
20030
20031 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20032
20033 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20034
20035 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20036
20037 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20038 Use functionp instead of symbolp and fboundp. Reported by Drkm
20039 <darkman_spam@yahoo.fr>.
20040 (ps-print-version): New version 6.6.6.
20041
20042 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20043
20044 * textmodes/table.el (table--line-column-position): New idiom.
20045 (table--row-column-insertion-point-p): New function to test
20046 validity of row and column insertion operation at a location.
20047 (table-global-menu, table-cell-menu): Use above functions for
20048 deterministic test operation.
20049 (table--editable-cell-p): Behave in deterministic fashion.
20050
20051 2005-03-18 Juri Linkov <juri@jurta.org>
20052
20053 * isearch.el (isearch-lazy-highlight-new-loop):
20054 Make arguments beg and end optional.
20055 (isearch-update): Remove optional arguments nil from
20056 isearch-lazy-highlight-new-loop.
20057 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20058 isearch-lazy-highlight-case-fold-search instead of
20059 isearch-case-fold-search, and let-bind isearch-regexp to
20060 isearch-lazy-highlight-regexp.
20061 Use isearch-lazy-highlight-last-string instead of isearch-string.
20062
20063 * replace.el (perform-replace): Remove bindings of global
20064 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20065 Add three new arguments to `replace-highlight'.
20066 (replace-highlight): Add arguments string, regexp, case-fold.
20067 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20068 to allow isearch-lazy-highlight-new-loop to use these values
20069 to set corresponding isearch-lazy-highlight-* internal
20070 variables whose values lazy highlighting will use regardless of
20071 changes to global variables isearch-string, isearch-regexp,
20072 isearch-case-fold-search during lazy highlighting loop.
20073 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20074 to `lazy-highlight-cleanup'.
20075
20076 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20077 (ispell-highlight-face): Set default face to `isearch' when
20078 lazy highlighting is enabled.
20079 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20080 priority to 1. Add lazy highlighting.
20081 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20082 from `isearch-dehighlight'.
20083
20084 2005-03-18 David Ponce <david@dponce.com>
20085
20086 * files.el (hack-local-variables): Do a case-insensitive search
20087 for End.
20088
20089 2005-03-18 Juri Linkov <juri@jurta.org>
20090
20091 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20092 `isearch-lazy-highlight-cleanup', add alias to old name and
20093 declare obsolete. Add release numbers to other obsolete vars.
20094 (isearch-done, isearch-lazy-highlight-new-loop):
20095 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20096 (lazy-highlight-cleanup) <variable>: Doc fix.
20097 (isearch-lazy-highlight-update): Rename obsolete
20098 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20099
20100 2005-03-18 Kenichi Handa <handa@m17n.org>
20101
20102 * language/thai-util.el: Fix categorization of Thai characters in
20103 thai-category-table.
20104 (thai-composition-pattern): Adjust it for the above change.
20105 (thai-self-insert-command, thai-compose-syllable): New functions.
20106 (thai-compose-region): Use thai-compose-syllable.
20107 (thai-compose-string): Likewise.
20108 (thai-composition-function): Likewise.
20109 (thai-auto-composition): New function.
20110 (thai-auto-composition-mode): New minor mode.
20111
20112 * language/thai.el: Fix patterns to be registered in
20113 composition-function-table.
20114
20115 * international/quail.el (quail-input-method): Locally bind
20116 inhibit-modification-hooks to t.
20117
20118 2005-03-17 Richard M. Stallman <rms@gnu.org>
20119
20120 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20121 (perl-mode): Use run-mode-hooks.
20122
20123 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20124 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20125 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20126
20127 * mail/sendmail.el (sendmail-send-it): Reenable the code
20128 to compute resend-to-address and use it.
20129
20130 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20131
20132 * image-mode.el: New file.
20133
20134 * image.el (insert-sliced-image): Add autoload cookie.
20135
20136 * font-lock.el (font-lock-lines-before): New user option.
20137 (font-lock-after-change-function): Obey it.
20138
20139 * bindings.el (esc-map): Make M-g a prefix.
20140 Bind M-g g and M-g M-g to goto-line.
20141
20142 * faces.el (face-id): Doc fix.
20143
20144 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20145
20146 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20147 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20148 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20149
20150 * mail/sendmail.el (mail-yank-ignored-headers)
20151 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20152 Add Mail-Followup-To and Mail-Reply-To headers.
20153 (mail-citation-hook): Add autoload cookie.
20154 (mail-mode): Doc fix.
20155 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20156 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20157 (mail-mode-fill-paragraph): Handle those headers.
20158 (mail-mailing-lists): New variable.
20159 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20160
20161 2005-03-17 Juri Linkov <juri@jurta.org>
20162
20163 * isearch.el (isearch-fallback): Check for `(car previous)'
20164 before calling `isearch-other-end-state'.
20165
20166 2005-03-17 Kim F. Storm <storm@cua.dk>
20167
20168 * simple.el (move-beginning-of-line): Move to beginning of buffer
20169 line, as well as beginning of screen line.
20170
20171 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20172
20173 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20174 argument REDRAW rather than calendar-redrawing variable.
20175 * calendar/calendar.el (calendar-redrawing): Delete.
20176 (redraw-calendar): Do not bind calendar-redrawing.
20177
20178 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20179
20180 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20181 diary-file buffer.
20182
20183 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20184
20185 * help.el (describe-mode): Allow a :minor-mode-function property to
20186 specify a different minor mode toggle function than the variable.
20187 * simple.el (auto-fill-function):
20188 * subr.el (add-minor-mode): Use it.
20189
20190 2005-03-16 Kenichi Handa <handa@m17n.org>
20191
20192 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20193 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20194 (ethio-fidel-to-sera-buffer): Likewise.
20195
20196 2005-03-16 Juri Linkov <juri@jurta.org>
20197
20198 * emacs-lisp/find-func.el (find-function-regexp):
20199 Add defun-emitting macro `menu-bar-make-toggle'.
20200
20201 * isearch.el: Put `isearch-scroll' property to
20202 `split-window-horizontally'.
20203
20204 * info.el: Update error messages for `debug-ignored-errors'.
20205 (Info-isearch-search): Doc fix.
20206 (Info-find-node): Move up code to go into info buffer before
20207 recording the node to the history.
20208 (Info-fontify-node): Fontify titles only if the next line
20209 has two or more `*', `=', `-', `.'.
20210 Display "go to this node" for empty (match-string 3).
20211
20212 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20213
20214 * term/mac-win.el: Add mouse pointer shape constants.
20215
20216 2005-03-15 Kim F. Storm <storm@cua.dk>
20217
20218 * simple.el (move-beginning-of-line): Use vertical-motion.
20219
20220 2005-03-15 Juri Linkov <juri@jurta.org>
20221
20222 * isearch.el (isearch-error): New variable.
20223 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20224 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20225 (isearch-within-brackets-state): Remove.
20226 (isearch-case-fold-search-state, isearch-pop-fun-state):
20227 Decrease frame index.
20228 (isearch-mode, isearch-top-state, isearch-push-state)
20229 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20230 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20231 (isearch-search, isearch-lazy-highlight-new-loop):
20232 Replace `isearch-invalid-regexp' with `isearch-error'.
20233 Remove `isearch-within-brackets'.
20234 (isearch-search): Add `search-failed' handler to `condition-case'.
20235 (isearch-lazy-highlight-search): Add `condition-case' to catch
20236 errors and allow `isearch-lazy-highlight-update' to try
20237 highlighting from the beginning of the window.
20238 (isearch-repeat): Move up code to set isearch-wrapped to t
20239 before calling isearch-wrap-function.
20240
20241 * info.el (Info-isearch-initial-node): New internal variable.
20242 (Info-search): Signal an error in isearch mode when search leaves
20243 the initial node. Signal an error when `bound' is non-nil and
20244 nothing was found in the current subfile.
20245 (Info-isearch-search): Remove `condition-case'.
20246 (Info-isearch-wrap): Don't wrap when search failed during leaving
20247 the initial node. If `Info-isearch-search' is nil, wrap around
20248 the current node.
20249 (Info-isearch-start): New fun.
20250 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20251 `isearch-mode-hook'.
20252
20253 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20254
20255 * simple.el (normal-erase-is-backspace): Set default to t if
20256 running on Mac.
20257
20258 * term/mac-win.el (function-key-map): Sync with x-win.el.
20259
20260 2005-03-15 Kenichi Handa <handa@m17n.org>
20261
20262 * international/mule-cmds.el (locale-language-names): Modify the
20263 format of elements and add more entries.
20264 (locale-preferred-coding-systems): Add more entries.
20265 (set-locale-environment): Adjust for the change of
20266 locale-language-names.
20267
20268 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20269
20270 * pcvs.el (smerge-ediff): Remove bogus autoload.
20271
20272 2005-03-14 Lute Kamstra <lute@gnu.org>
20273
20274 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20275 Ignore a `*' at the beginning of a line.
20276
20277 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20278 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20279 subr.el.
20280 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20281 to specify indentation.
20282
20283 * generic.el (define-generic-mode): Let generic-mode-list be a
20284 list of strings; test membership with equal.
20285
20286 2005-03-14 Kim F. Storm <storm@cua.dk>
20287
20288 * simple.el (next-line, previous-line): Add optional try-vscroll
20289 arg to recognize interactive use. Pass it on to line-move.
20290 (line-move): Don't perform auto-window-vscroll when defining or
20291 executing keyboard macro to ensure consistent behavior.
20292
20293 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20294
20295 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20296
20297 2005-03-13 Lute Kamstra <lute@gnu.org>
20298
20299 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20300 debugger-setup-buffer so that backtrace marks the frames set to
20301 debug-on-exit and we don't have to do it manually. Set an extra
20302 debug-on-exit for macro's.
20303 (debugger-setup-buffer): Don't mark the top frame manually.
20304
20305 2005-03-12 Lute Kamstra <lute@gnu.org>
20306
20307 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20308 lisp-indent-function throughout.
20309 (with-no-warnings): Set lisp-indent-function property.
20310
20311 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20312
20313 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20314 Add entry for backslash.
20315
20316 2005-03-12 Juri Linkov <juri@jurta.org>
20317
20318 * info.el (Info-search): Four fixes for backward search.
20319
20320 2005-03-11 Jay Belanger <belanger@truman.edu>
20321
20322 * calc/calc.el (calc-language-alist): New variable.
20323 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20324 (calc-embedded-find-modes): Use calc-language-alist instead of
20325 calc-embedded-language-alist.
20326
20327 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20328
20329 * calendar/calendar.el (calendar-redrawing): New internal
20330 variable.
20331 (redraw-calendar): Remove bogus save-excursion from previous
20332 change. Bind calendar-redrawing to t for mark-diary-entries.
20333 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20334 calendar if that is why we were called.
20335
20336 2005-03-11 Kenichi Handa <handa@m17n.org>
20337
20338 * international/mule.el (make-coding-system): Set property
20339 coding-system-define-form to nil.
20340 (define-coding-system-alias): Likewise.
20341
20342 2005-03-11 Kenichi Handa <handa@m17n.org>
20343
20344 These changes are suggested by Dave Love <fx@gnu.org>.
20345
20346 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20347 coding: tag.
20348 (adaptive-fill-regexp): Add more bullets.
20349 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20350 regexps.
20351
20352 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20353
20354 * help.el (describe-mode): Properly handle non-trivial lighters.
20355 Don't ignore minor modes that are not listed in minor-mode-list.
20356
20357 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20358 feature ON when the user requests to turn it OFF.
20359
20360 2005-03-10 Lute Kamstra <lute@gnu.org>
20361
20362 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20363 (implement-debug-on-entry): New function to replace debug-entry-code.
20364 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20365 second argument as the 2005-03-07 change makes it obsolete.
20366 (debug-on-entry, cancel-debug-on-entry): Update call to
20367 debug-on-entry-1.
20368 (debug, debugger-setup-buffer): Comment update.
20369 (debugger-frame-number): Update to work with implement-debug-on-entry.
20370
20371 2005-03-10 Jay Belanger <belanger@truman.edu>
20372
20373 * calc/calc-embed.el (math-ms-args): Declare it.
20374 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20375 math-ms-args.
20376 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20377 variables.
20378
20379 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20380
20381 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20382 Use message-box.
20383
20384 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20385 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20386 (tooltip-gud-tips): Simplify.
20387 (tooltip-gud-tips-p): Remove superfluous :set.
20388 (tooltip-gud-modes): Add fortran-mode.
20389 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20390
20391 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20392
20393 2005-03-09 Kim F. Storm <storm@cua.dk>
20394
20395 * play/animate.el (animate-place-char): Use forward-line instead
20396 of next-line to improve performance.
20397
20398 2005-03-09 Simon Josefsson <jas@extundo.com>
20399
20400 * net/browse-url.el (browse-url-default-browser): Doc fix.
20401
20402 2005-03-09 Miles Bader <miles@gnu.org>
20403
20404 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20405 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20406
20407 2005-03-09 Kenichi Handa <handa@m17n.org>
20408
20409 * international/latin-1.el: Set case and syntax for 255 only if
20410 set-case-syntax-set-multibyte is nil.
20411
20412 * textmodes/ispell.el (ispell-insert-word): New function.
20413 (ispell-word): Use ispell-insert-word to insert a new word.
20414 (ispell-process-line): Likewise.
20415 (ispell-complete-word): Likewise.
20416
20417 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20418
20419 * calendar/calendar.el (redraw-calendar): Preserve point.
20420 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20421 (calendar-week-start-day): Move after definition of
20422 redraw-calendar. Delete buffer test, since redraw-calendar has
20423 that now.
20424
20425 * calendar/diary-lib.el (mark-diary-entries): Only call
20426 redraw-calendar in the first of any recursive calls.
20427 Reported by Alan Shutko <ats@acm.org>.
20428
20429 2005-03-08 Juri Linkov <juri@jurta.org>
20430
20431 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20432 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20433 (html-radio-buttons): Add a space before the trailing `/>' where
20434 sgml-xml-mode is non-nil.
20435 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20436 the subsequent tag of the empty XML tag.
20437 (html-href-anchor): Don't set initial input to "http:".
20438 (html-image): Ask for the image URL and set point inside alt="".
20439 (html-name-anchor): Duplicate the name in the `id' attribute when
20440 sgml-xml-mode is non-nil.
20441 (html-paragraph): Remove \n before <p>.
20442 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20443 instead of `checked' when sgml-xml-mode is non-nil.
20444
20445 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20446 Remove 1 space before #RRGGBB to not truncate it on terminal
20447 windows w/o fringes. Remove 1 space between bg and fg examples
20448 to get more space.
20449 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20450 avoid byte-compile warnings.
20451
20452 * image-file.el (image-file-handler): Put `safe-magic' property to
20453 `image-file-handler'.
20454
20455 * info.el (Info-isearch-search): Emulate word search in
20456 isearching through multiple Info nodes with Info-search.
20457 (Info-isearch-wrap): Allow isearch-word.
20458
20459 2005-03-08 Lute Kamstra <lute@gnu.org>
20460
20461 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20462 stepping into the debugger's code is not possible.
20463 (debugger-jumping-flag): Docstring update.
20464
20465 2005-03-08 Jay Belanger <belanger@truman.edu>
20466
20467 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20468 embedded mode begins.
20469 (calc-embedded-language-alist): New variable.
20470 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20471 set default language mode.
20472
20473 2005-03-08 Kenichi Handa <handa@m17n.org>
20474
20475 * international/ccl.el (define-ccl-program): Fix docstring about
20476 extra 256 bytes assured for the output buffer.
20477
20478 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20479 Fix BUFFER_MAGNIFICATION to 2.
20480 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20481
20482 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20483
20484 * align.el (align-rules-list): Added an alignment rule for CSS
20485 declarations (applies to css-mode and html-mode buffers).
20486
20487 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20488
20489 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20490
20491 2005-03-07 Kim F. Storm <storm@cua.dk>
20492
20493 * simple.el (move-beginning-of-line): New command.
20494
20495 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20496
20497 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20498
20499 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20500 and move-beginning-of-line.
20501
20502 * apropos.el (apropos-print): Omit command from M-x ... RET.
20503
20504 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20505
20506 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20507 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20508
20509 2005-03-06 Richard M. Stallman <rms@gnu.org>
20510
20511 * bindings.el (esc-map): Bind M-g to goto-line.
20512
20513 * facemenu.el (global-map): Bind M-o, not M-g.
20514
20515 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20516
20517 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20518 "Open Directory" as for "Open File".
20519
20520 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20521
20522 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20523 (push-mark-command): Run activate-mark-hook.
20524
20525 2005-03-06 Richard M. Stallman <rms@gnu.org>
20526
20527 * help-mode.el (help-mode-finish): Don't alter the element
20528 in view-return-to-alist if there already is one.
20529
20530 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20531 make sure the current buffer is the expected one.
20532
20533 * novice.el (disabled-command-function): Output in *Disabled Command*.
20534 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20535
20536 * textmodes/flyspell.el (flyspell-large-region):
20537 Pass args differently for aspell.
20538
20539 * files.el (mode-require-final-newline): Doc fix.
20540
20541 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20542
20543 * progmodes/which-func.el (which-function):
20544 Specify NOERROR when calling imenu--make-index-alist.
20545
20546 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20547
20548 * simple.el (normal-erase-is-backspace): Define default value.
20549
20550 * custom.el (custom-theme-set-variables): Remove unused var
20551 `immediate'.
20552 (custom-reevaluate-setting): Simple function to handle variables
20553 that are defined before their default value can really be
20554 computed.
20555
20556 * startup.el (command-line): Use it for temporary-file-directory,
20557 small-emporary-file-directory, auto-save-file-name-transforms,
20558 blink-cursor-mode, and normal-erase-is-backspace.
20559
20560 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20561 progress, even with buggy anchored keywords.
20562
20563 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20564
20565 * simple.el (goto-line): Remove unbalanced final parenthesis.
20566
20567 2005-03-05 Richard M. Stallman <rms@gnu.org>
20568
20569 * simple.el (goto-line): Use a number at point as the default.
20570 With C-u as arg, switch buffers.
20571
20572 2005-03-05 Juri Linkov <juri@jurta.org>
20573
20574 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20575 with `no-blinking-cursor'.
20576
20577 * startup.el (no-blinking-cursor): New defvar.
20578 (command-line): Add `--no-blinking-cursor' to longopts.
20579 Set `no-blinking-cursor' to t for command line arguments
20580 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20581 with `no-blinking-cursor' in the condition for calling
20582 `blink-cursor-mode'.
20583
20584 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20585
20586 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20587 (menu-bar-options-save): Add blink-cursor-mode.
20588 (menu-bar-options-menu): Add blink-cursor-mode.
20589
20590 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20591
20592 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20593 (icalendar-export-file, icalendar-export-region)
20594 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20595 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20596
20597 2005-03-04 Lute Kamstra <lute@gnu.org>
20598
20599 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20600 (debug-function-list): Ditto.
20601
20602 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20603
20604 * textmodes/texinfmt.el (texinfo-append-refill):
20605 Redefine the types of line to which @refill
20606 is not appended by replacing a search for `@refill\\|@bye' with
20607 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20608 itemize@refill' bug and the unfilled long lines bug.
20609 (texinfmt-version): Update number and date.
20610
20611 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20612
20613 * international/code-pages.el (windows-1250, windows-125[2-8])
20614 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20615
20616 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20617
20618 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20619 bound yet.
20620
20621 2005-03-02 Romain Francoise <romain@orebokech.com>
20622
20623 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20624 buffer after removing limits.
20625 (ibuffer-pop-filter): Ditto.
20626 Update copyright.
20627
20628 2005-03-02 Miles Bader <miles@gnu.org>
20629
20630 * button.el (make-text-button): If the user doesn't specify a
20631 type, use the default. Rewrite to use `add-text-properties' and
20632 plist functions.
20633
20634 2005-03-01 Lute Kamstra <lute@gnu.org>
20635
20636 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20637 (debugger-jumping-flag): New var.
20638 (debug-entry-code): Use it.
20639 (debugger-jump): Use debugger-jumping-flag and add
20640 debugger-reenable to post-command-hook.
20641 (debugger-reenable): Use debugger-jumping-flag and remove itself
20642 from post-command-hook.
20643 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20644 debugger-reenable.
20645
20646 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20647
20648 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20649 inclusion of "itemize\\|", which may be unnecessary, is certainly
20650 inelegant, and stops refilling in itemize lists when formatting
20651 Japanese Texinfo files to Info.
20652 Update copyright to 2005.
20653
20654 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
20655
20656 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20657 of an error if GDB can't find the source file.
20658
20659 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20660
20661 * calendar/calendar.el (redraw-calendar): Work from any buffer,
20662 not just the calendar.
20663
20664 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20665 first.
20666 (diary-redraw-calendar): New function.
20667 (make-diary-entry): Add diary-redraw-calendar to local
20668 write-contents-functions. Turn off selective display before
20669 inserting in diary.
20670
20671 2005-03-01 Kim F. Storm <storm@cua.dk>
20672
20673 * emacs-lisp/copyright.el (copyright-fix-years): New command.
20674
20675 2005-03-01 Lute Kamstra <lute@gnu.org>
20676
20677 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20678 that debug-entry-code can be safely removed from a function while
20679 this code is being evaluated. Revert the 2005-02-27 change as the
20680 new implementation no longer requires it. Make sure that a
20681 function body containing just a string is not mistaken for a docstring.
20682 (debug): Skip one more frame in case of debug on entry.
20683 (debugger-setup-buffer): Delete one more frame line in case of
20684 debug on entry.
20685 (debugger-frame-number): Update to use the new text introduced by
20686 the 1999-11-03 change. Skip one more frame in case of debug on entry.
20687
20688 2005-02-28 Kim F. Storm <storm@cua.dk>
20689
20690 * double.el (double-translate-key): Call force-window-update after
20691 read-event to avoid crash in redisplay.
20692
20693 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
20694
20695 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20696 (debug): Use it. Move the inhibit-trace earlier.
20697 (debug-entry-code): New const.
20698 (debug-on-entry-1): Use it.
20699
20700 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
20701
20702 * international/utf-16.el (ccl-encode-mule-utf-16le):
20703 Fix BUFFER_MAGNIFICATION to 2.
20704 (ccl-encode-mule-utf-16be): Likewise.
20705
20706 2005-02-28 Kenichi Handa <handa@m17n.org>
20707
20708 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20709 Fix BUFFER_MAGNIFICATION to 4.
20710 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20711
20712 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
20713
20714 * speedbar.el (speedbar-update-flag): Doc fix.
20715 (speedbar-show-info-under-mouse): Give set-mouse-position the right
20716 argument.
20717
20718 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20719
20720 * reveal.el (reveal-post-command): Don't try to reveal overlays which
20721 have a non-nil `invisible' property but are actually visible.
20722
20723 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20724 for perldoc sections.
20725 (perl-outline-regexp, perl-outline-level): New var and function.
20726 (perl-mode): Use them.
20727
20728 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
20729
20730 * calendar/diary-lib.el (diary-remind): Discard any mark portion
20731 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20732
20733 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
20734
20735 * cus-edit.el: Comment change.
20736 (custom-buffer-create-internal): Slightly reword text at top of
20737 Custom buffers. Mention there that saving an option edits the
20738 init file. Add link to Emacs manual node on `custom-file'.
20739 (custom-magic-alist): Rewrite individual State messages to use
20740 capitalized keywords. Doc fix.
20741
20742 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
20743
20744 * calendar/calendar.el (calendar-buffer): Move above
20745 calendar-week-start-day.
20746 (calendar-week-start-day): Doc fix. Add :set function.
20747 (calendar-minimum-window-height): New variable.
20748 (generate-calendar-window): Only resize window if selected-window
20749 is displaying the calendar buffer. Use new variable
20750 calendar-minimum-window-height.
20751 (generate-calendar): Reword error message.
20752 (calendar-mode-map): Bind DEL to scroll-other-window-down.
20753
20754 2005-02-27 Andreas Schwab <schwab@suse.de>
20755
20756 * vc.el (vc-do-command): Don't run command asynchronously when
20757 operating in a remote directory.
20758
20759 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20760 change from sync with Tramp 2.0.47.
20761
20762 2005-02-27 Richard M. Stallman <rms@gnu.org>
20763
20764 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20765
20766 * textmodes/flyspell.el (flyspell-mode-on):
20767 Call ispell-change-dictionary only if necessary.
20768
20769 * emacs-lisp/re-builder.el (regexp-builder): New function.
20770
20771 * register.el (describe-register-1): Explicitly handle
20772 yank-excluded-properties = t.
20773
20774 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20775 (custom-magic-alist): Change the status descriptions again.
20776 (face widget-type): Total rewrite based on `restricted-sexp'
20777 to eliminate the confusing double hiding levels.
20778
20779 * emacs-lisp/debug.el (debug-on-entry-1):
20780 If function body is empty, add nil as body form.
20781
20782 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20783
20784 * emacs-lisp/trace.el (inhibit-trace): New var.
20785 (trace-make-advice): Use it.
20786
20787 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20788
20789 2005-02-26 Kim F. Storm <storm@cua.dk>
20790
20791 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20792 (mouse-on-link-p, mouse-drag-region-1): Use it.
20793
20794 2005-02-25 Lute Kamstra <lute@gnu.org>
20795
20796 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20797
20798 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
20799
20800 * frame.el (blink-cursor-mode): Add :group keyword.
20801
20802 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
20803
20804 * calendar/icalendar.el (icalendar--decode-isodatetime):
20805 New optional argument DAY-SHIFT.
20806 (icalendar-export-region): Fix coding-system-for-write.
20807 (icalendar--convert-ical-to-diary): Shift end-day of all-day
20808 events by one.
20809
20810 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20811
20812 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20813
20814 2005-02-24 Kim F. Storm <storm@cua.dk>
20815
20816 * international/iso-acc.el (iso-accents-compose): Fix crash
20817 during redisplay. Call force-window-update after read-event
20818 and delete-region to signal that window is not accurate.
20819
20820 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
20821
20822 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20823 Remove unused and inexistent var `inhibit-trace'.
20824 (debugger-mode): Use run-mode-hooks.
20825 (debugger-list-functions): Add buttons; setup xref stack.
20826
20827 2005-02-23 Richard M. Stallman <rms@gnu.org>
20828
20829 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20830 appointment says it was explicitly made.
20831 (appt-add): Set the 3rd element.
20832 (appt-make-list): Preserve explicit appointments.
20833
20834 * subr.el (find-tag-default): Catch errors in forward-sexp.
20835
20836 2005-02-23 Juri Linkov <juri@jurta.org>
20837
20838 * info.el (Info-isearch-search): New defcustom.
20839 (Info-isearch-search): Call the default isearch function
20840 when Info-isearch-search is nil.
20841 (Info-isearch-wrap): Use variable Info-isearch-search.
20842
20843 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
20844
20845 * cus-edit.el: Comment change.
20846
20847 2005-02-22 Kim F. Storm <storm@cua.dk>
20848
20849 * progmodes/hideif.el (hide-ifdef-use-define-alist):
20850 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
20851
20852 2005-02-22 Simon Josefsson <jas@extundo.com>
20853
20854 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
20855 New variable.
20856 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
20857 Oskarsson" <myrkraverk@users.sourceforget.net>.
20858
20859 2005-02-22 Kim F. Storm <storm@cua.dk>
20860
20861 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20862 check that window of that event is the selected window.
20863 (mouse-drag-region-1): Compare mouse event window to selected
20864 window before setting point.
20865
20866 * tooltip.el (tooltip-show-help-function): Pass event to
20867 mouse-on-link-p so it can check selected window.
20868
20869 2005-02-22 Kenichi Handa <handa@m17n.org>
20870
20871 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20872 (ps-mule-show-warning): New function.
20873 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20874 characters are found.
20875
20876 * ps-print.el (ps-header-footer-string): Return a list of header
20877 and footer strings.
20878
20879 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20880
20881 * pcvs.el (cvs-retrieve-revision): Fix thinko.
20882
20883 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
20884
20885 * frame.el (blink-cursor-mode): Use define-minor-mode.
20886
20887 * term/mac-win.el (function-key-map): Use char-names more consistently.
20888 (file-name-coding-system): Only set it for MacOS-9. The other case is
20889 already handled in mule-cmds.el (where it also works when mac-win.el
20890 is not used).
20891
20892 2005-02-21 Kenichi Handa <handa@m17n.org>
20893
20894 * international/mule.el (ctext-pre-write-conversion): Always use
20895 " *code-converting-work*" buffer for work.
20896
20897 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20898
20899 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
20900
20901 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20902
20903 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
20904
20905 * ses.el (undo-more): Restore defadvice, but only the part that
20906 allows changes outside the restricted area of the buffer.
20907
20908 2005-02-20 Kim F. Storm <storm@cua.dk>
20909
20910 * simple.el (line-move): Add fourth optional arg try-vscroll which
20911 must be set to perform auto-window-vscroll.
20912 When moving backwards and doing auto-window-vscroll, automatically
20913 vscroll to the last part of lines which are taller than the window.
20914 (next-line, previous-line): Set try-vscroll arg on line-move.
20915
20916 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
20917
20918 * replace.el (query-replace, query-replace-regexp)
20919 (replace-string, replace-regexp): When operating on region, make
20920 the minibuffer prompt say so.
20921
20922 * isearch.el (isearch-forward): Document isearch-query-replace and
20923 isearch-query-replace-regexp keybindings.
20924
20925 2005-02-19 Jay Belanger <belanger@truman.edu>
20926
20927 * calc/calc-aent.el (math-read-token): Add local variable.
20928
20929 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20930 (calc-edit-top): Move declaration to earlier in file.
20931 (calc-edit-macro-repeats): Add local variables.
20932
20933 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20934 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20935 calcFunc-tanh.
20936 Adjust integration rule for calcFunc-tan.
20937
20938 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20939
20940 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20941 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20942 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20943 (viper-skip-separators): Bug fix.
20944 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20945 particular major mode.
20946 (viper-del-backward-char-in-replace): Don't put deleted char on the
20947 kill ring.
20948
20949 * viper-ex.el (viper-color-display-p): New function.
20950 (viper-has-face-support-p): Use viper-color-display-p.
20951
20952 * viper-keym.el (viper-gnus-modifier-map): New keymap.
20953
20954 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20955
20956 * viper-util.el (viper-glob-unix-files): Fix shell status check.
20957 (viper-file-remote-p): Make equivalent to file-remote-p.
20958
20959 * viper.el (viper-major-mode-modifier-list):
20960 Use viper-gnus-modifier-map.
20961
20962 2005-02-19 David Kastrup <dak@gnu.org>
20963
20964 * subr.el (subregexp-context-p): Fix garbled doc string by adding
20965 quoting.
20966
20967 2005-02-19 Jay Belanger <belanger@truman.edu>
20968
20969 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20970 Remove extra definitions.
20971 (calc-coth): New function.
20972 (calcFunc-cot): Fix `let'.
20973
20974 2005-02-19 Eli Zaretskii <eliz@gnu.org>
20975
20976 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20977 the reasons we use "type pc" in these faces.
20978
20979 * button.el (button): Ditto.
20980
20981 2005-02-19 Michael Mauger <mmaug@yahoo.com>
20982
20983 * replace.el (query-replace-read-from): Set the value of
20984 query-replace-from-history-variable to handle the case of an empty
20985 string entered to accept the suggested default.
20986
20987 * net/tramp.el (tramp-file-name-for-operation):
20988 Use dired-call-process instead of dired-call-process-command.
20989
20990 2005-02-19 Jay Belanger <belanger@truman.edu>
20991
20992 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20993 (math-div-non-trig): New variables.
20994 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20995 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20996 (math-combine-prod, math-div-symb-fancy): Add simplifications for
20997 trig expressions.
20998
20999 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21000
21001 * progmodes/gdb-ui.el (gdb-var-update-handler)
21002 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21003 for watch expressions,
21004 (gdb-var-create-handler): Don't set speedbar-update-flag.
21005 (gdb-post-prompt): Simplify test for speedbar.
21006
21007 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21008
21009 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21010 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21011 we use the syntax table of the correct buffer.
21012 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21013 Felix Gatzemeier.
21014
21015 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21016 (ediff-file-remote-p): Make synonymous with file-remote-p.
21017 In all deffaces ediff-*-face-*, use min-colors.
21018
21019 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21020 ediff-recurse-to-subdirectories.
21021 (ediff-mark-if-equal): Check that the arguments are strings, use
21022 ediff-same-contents (after to Felix Gatzemeier).
21023
21024 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21025 nil.
21026
21027 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21028
21029 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21030
21031 2005-02-18 David Kastrup <dak@gnu.org>
21032
21033 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21034 use `mark-active' when defined.
21035
21036 2005-02-18 Kenichi Handa <handa@m17n.org>
21037
21038 * ps-print.el (ps-font-info-database): New entry
21039 ZapfChancery-MediumItalic with correct font name. Fix font name
21040 of the entry Zapf-Chancery-MediumItalic.
21041
21042 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21043
21044 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21045
21046 2005-02-16 Kim F. Storm <storm@cua.dk>
21047
21048 * ido.el (ido-fallback-command): Pass user input to fallback command.
21049
21050 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21051
21052 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21053 (gdb-find-file-hook): Add server prefix.
21054
21055 2005-02-16 Richard M. Stallman <rms@gnu.org>
21056
21057 * replace.el (perform-replace): Pass new args to replace-highlight.
21058 (replace-highlight): Take region args,
21059 and pass them to isearch-lazy-highlight-new-loop.
21060
21061 * novice.el (disabled-command-hook): Autoload the defalias
21062 and the make-obsolete-variable call.
21063
21064 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21065
21066 * isearch.el (isearch-lazy-highlight-start-limit)
21067 (isearch-lazy-highlight-end-limit): New variables limit
21068 the region for highlighting.
21069 (isearch-lazy-highlight-new-loop): New args BEG and END.
21070 (isearch-lazy-highlight-search): Use the new vars.
21071 (isearch-lazy-highlight-update): Likewise.
21072
21073 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21074
21075 * cus-start.el (all): Use default-boundp.
21076
21077 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21078
21079 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21080
21081 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21082
21083 * autorevert.el (auto-revert-stop-on-user-input)
21084 (auto-revert-verbose): Doc fixes.
21085
21086 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21087
21088 * international/mule-cmds.el (set-locale-environment): Remove call
21089 to set-selection-coding-system on Windows.
21090
21091 2005-02-15 Jay Belanger <belanger@truman.edu>
21092
21093 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21094 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21095 calcFunc-coth.
21096 (math-simplify-sqrt): Add simplifications.
21097
21098 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21099 to list.
21100
21101 * calc/calc-ext.el: Add functions to autoloads.
21102
21103 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21104 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21105 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21106 (math-csc-raw, math-cot-raw): New functions.
21107
21108 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21109
21110 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21111 the variable name in a message.
21112
21113 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21114 calcFunc-csc, calcFunc-cot.
21115
21116 * calc/calcalg2.el: Add derivative and integration rules for
21117 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21118 calcFunc-csch, calcFunc-coth.
21119 (math-do-integral-methods): Add to checks for when to use
21120 substitutions.
21121
21122 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21123
21124 2005-02-15 Lute Kamstra <lute@gnu.org>
21125
21126 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21127 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21128 <monnier@iro.umontreal.ca>
21129 (lisp-outline-level): Improve efficiency. Suggested by David
21130 Kastrup <dak@gnu.org>.
21131
21132 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21133
21134 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21135 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21136 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21137 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21138 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21139
21140 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21141
21142 * cus-start.el (all): Comment change.
21143
21144 2005-02-14 Lute Kamstra <lute@gnu.org>
21145
21146 * cus-start.el (all): Check if symbol is void.
21147
21148 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21149
21150 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21151 optional argument to \cite.
21152
21153 2005-02-14 Richard M. Stallman <rms@gnu.org>
21154
21155 * cus-edit.el (custom-buffer-create-internal): Update help message.
21156 (custom-magic-alist): Update help messages.
21157
21158 * cus-start.el (all): Allow a var to specify a standard value.
21159
21160 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21161
21162 * custom.el (custom-theme-set-variables): Handle variable aliases.
21163
21164 * frame.el (blink-cursor-timer): Doc fix.
21165 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21166 declare obsolete.
21167 (blink-cursor-mode): Define with defcustom and use correct
21168 standard expression in that defcustom.
21169 * startup.el (command-line): Adapt to above changes in frame.el.
21170
21171 2005-02-11 Lute Kamstra <lute@gnu.org>
21172
21173 * apropos.el (apropos-score-doc): Prevent division by zero.
21174
21175 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21176
21177 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21178 (icalendar--get-event-property-attributes)
21179 (icalendar--get-event-properties)
21180 (icalendar--datetime-to-diary-date): New functions.
21181 (icalendar--split-value): Doc fix.
21182 (icalendar--datetime-to-noneuropean-date)
21183 (icalendar--datetime-to-european-date): New optional argument
21184 SEPARATOR. Return result as a string instead of a list.
21185 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21186 (icalendar--convert-string-for-export): Rename arg S to STRING.
21187 (icalendar-export-region): Doc fix. Change name of error buffer.
21188 Save output buffer.
21189 (icalendar-import-file): Add blank at end of prompt.
21190 (icalendar-import-buffer): Doc fix. Do not switch to error
21191 buffer. Indicate status in return value.
21192 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21193 buffer. Save output buffer. Handle exception from recurrence
21194 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21195 events. Fix problems with weekly all-day events.
21196
21197 2005-02-10 Richard M. Stallman <rms@gnu.org>
21198
21199 * simple.el (eval-expression-print-format):
21200 Avoid warning about edebug-active.
21201
21202 * help.el (help-for-help-internal): Rename from help-for-help.
21203 (help-for-help): Define with defalias.
21204
21205 * font-core.el (font-lock-default-function): Use with-no-warnings.
21206
21207 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21208
21209 * custom.el (defface): Doc fix.
21210
21211 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21212
21213 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21214 width 0" to prevent word wrapping problems.
21215
21216 2005-02-09 Kim F. Storm <storm@cua.dk>
21217
21218 * ido.el (ido-file-extensions-order): New defcustom.
21219 (ido-file-extension-lessp, ido-file-extension-aux)
21220 (ido-file-extension-order): New advanced file ordering.
21221 (ido-file-lessp): New simple file ordering.
21222 (ido-sort-list): Remove.
21223 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21224 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21225
21226 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21227
21228 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21229 that some versions of grep produce.
21230 (grep-mode-font-lock-keywords): Likewise.
21231
21232 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21233
21234 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21235 (gdb-cdir): Delete.
21236 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21237 (gdb-source-info): Treat case when source file is in another
21238 directory properly.
21239 (gdb-get-location): New function.
21240
21241 2005-02-07 Jay Belanger <belanger@truman.edu>
21242
21243 * calc/calc-prog.el (calc-write-parse-table-part)
21244 (calc-fix-token-name): Fix a check for language type.
21245
21246 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21247
21248 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21249
21250 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21251 as directory not writable.
21252
21253 2005-02-07 Kim F. Storm <storm@cua.dk>
21254
21255 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21256 (cua--standard-movement-commands): Remove list.
21257 Instead, set CUA property value to move for movement commands.
21258 (cua-movement-commands): Remove. Users must set CUA prop instead.
21259 (cua--pre-command-handler): Check CUA property.
21260 (cua--init-keymaps): Don't remap undo commands.
21261 (cua-mode): Don't call cua--rectangle-on-off.
21262
21263 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21264 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21265 (cua--rect-undo-set-point): New var.
21266 (cua--rectangle-undo-boundary): Setup undo apply entry.
21267 (cua--rect-undo-handler): New function for rectangle undo.
21268 (cua--rect-start-position, cua--rect-end-position): Add.
21269 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21270 for restored rectangle. Set point if cua--rect-undo-set-point.
21271
21272 2005-02-06 Jay Belanger <belanger@truman.edu>
21273
21274 * calc/calc-lang.el (calc-tex-language): Display more information
21275 in messages.
21276
21277 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21278 in TeX mode.
21279
21280 2005-02-06 Richard M. Stallman <rms@gnu.org>
21281
21282 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21283
21284 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21285
21286 * net/ldap.el (ldap-search-internal): Support attributes with
21287 optional descriptions separated by a semi-colon, as in
21288 "userCertificate;binary".
21289
21290 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21291
21292 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21293 isn't a cons (i.e. the version is 0).
21294
21295 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21296
21297 * help.el (help-for-help): Doc fix.
21298
21299 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21300
21301 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21302 GDB-Windows on the menu-bar as this works better.
21303
21304 2005-02-04 Jay Belanger <belanger@truman.edu>
21305
21306 * calc/calc-embed.el (calc-embedded-update): Don't put in
21307 unnecessary newlines. Adjust the end of formula marker.
21308
21309 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21310 (math-latex-parse-two-args): New function.
21311
21312 2005-02-03 Lute Kamstra <lute@gnu.org>
21313
21314 * help-fns.el (help-with-tutorial): Make sure that users cannot
21315 remove the entire text of the tutorial by means of `undo'.
21316
21317 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21318
21319 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21320 in recent changes, where the ispell process was repeatedly
21321 killed & restarted.
21322
21323 * international/mule-cmds.el (set-locale-environment): Set file-name
21324 coding system to utf-8 on Darwin systems.
21325 (set-default-coding-systems): Don't set default-file-name-coding-system
21326 on Darwin systems.
21327
21328 2005-02-03 Richard M. Stallman <rms@gnu.org>
21329
21330 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21331
21332 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21333
21334 * faces.el (list-faces-display): Add optional argument.
21335
21336 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21337
21338 * font-core.el (font-lock-default-function): Handle the rare case where
21339 only font-lock-keywords is set.
21340
21341 2005-02-02 Kenichi Handa <handa@m17n.org>
21342
21343 * international/characters.el: Cancel previous change for
21344 I-WITH-DOT-ABOVE and DOTLESS-i.
21345
21346 * international/latin-5.el: Cancel previous change.
21347
21348 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21349
21350 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21351
21352 2005-02-02 Kenichi Handa <handa@m17n.org>
21353
21354 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21355 DOTLESS-i.
21356
21357 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21358 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21359
21360 * case-table.el (get-upcase-table): New function.
21361 (copy-case-table): Copy upcaes table too if non-nil.
21362 (set-case-syntax-delims): Maintain upcase table too.
21363 (set-case-syntax-pair): Likewise.
21364 (set-upcase-syntax, set-downcase-syntax): New functions.
21365 (set-case-syntax): Maintain upcase table too.
21366
21367 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21368
21369 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21370
21371 * progmodes/gud.el (gud-goto-info): New function.
21372 (gud-tool-bar-map): Use correct icon.
21373
21374 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21375
21376 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21377 When delegating, order args in the funcall correctly.
21378
21379 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21380
21381 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21382
21383 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21384
21385 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21386 buffer not visiting a file.
21387
21388 2005-01-31 Jay Belanger <belanger@truman.edu>
21389
21390 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21391 bound on the line with the formula.
21392
21393 2005-01-31 Kim F. Storm <storm@cua.dk>
21394
21395 * ses.el (ses-create-cell-variable-range)
21396 (ses-destroy-cell-variable-range, ses-reset-header-string)
21397 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21398 (ses-insert-row): Fix format of apply undo entries.
21399
21400 2005-01-31 Jay Belanger <belanger@truman.edu>
21401
21402 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21403 parts.
21404
21405 * calc/calc-embed.el (calc-embedded-open-formula)
21406 (calc-embedded-close-formula): Ignore matrix environments.
21407
21408 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21409 TeX mode.
21410
21411 * calc/calc-lang.el (math-function-table, math-oper-table)
21412 (math-variable-table): Adjust the LaTeX portions.
21413
21414 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21415 (math-latex-ignore-words): New constant.
21416
21417 2005-01-31 Richard M. Stallman <rms@gnu.org>
21418
21419 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21420 (ispell-local-dictionary): Doc fix.
21421 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21422 Don't reinitialize at run time. Don't defcustom.
21423 All uses changed to append ispell-local-dictionary-alist,
21424 or check it first.
21425 (ispell-current-dictionary): New variable for dictionary in use.
21426 (ispell-dictionary): Now used only for global default.
21427 (ispell-start-process): Set ispell-current-dictionary,
21428 not ispell-dictionary.
21429 (ispell-change-dictionary): Use this only for setting
21430 user preferences.
21431 (ispell-internal-change-dictionary): New function
21432 to change the current dictionary in use.
21433 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21434 Use ispell-current-dictionary.
21435 Handle ispell-local-dictionary-overridden.
21436 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21437
21438 2005-01-31 Jay Belanger <belanger@truman.edu>
21439
21440 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21441
21442 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21443 (calc-mode-map): Add calc-latex-language.
21444
21445 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21446 (math-latex-print-frac): New functions.
21447 (math-oper-table, math-function-table, math-variable-table)
21448 (math-complex-format, math-input-filter): Add latex properties.
21449 (calc-set-language): Set math-expr-special-function-mapping.
21450
21451 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21452 (calc-write-parse-table-part): Add LaTeX support.
21453
21454 * calc/calc.el (calc-language): Adjust docstring.
21455 (calc-set-mode-line): Add LaTeX support.
21456 (math-expr-special-function-mapping): New variable.
21457 (math-tex-ignore-words): Add to list.
21458
21459 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21460 Add LaTeX support.
21461 (math-compose-expr): Add support for special functions.
21462
21463 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21464
21465 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21466
21467 * progmodes/gdb-ui.el (gdb-memory-address)
21468 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21469 (gdb-memory-mode-map, gdb-memory-format-keymap)
21470 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21471 (gdb-memory-unit-menu): New variables for a buffer
21472 that lets the user examine program memory.
21473 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21474 (gdb-memory-format-binary, gdb-memory-format-octal)
21475 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21476 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21477 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21478 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21479 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21480 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21481 (gdb-memory-mode, gdb-memory-buffer-name)
21482 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21483 New functions for above buffer.
21484
21485 2005-01-30 Richard M. Stallman <rms@gnu.org>
21486
21487 * cus-edit.el (custom-bury-buffer): Function deleted.
21488 (custom-buffer-done-function): Option deleted.
21489 (custom-buffer-done-kill): New replacement option.
21490 (Custom-buffer-done): Call quit-window.
21491 (custom-buffer-create-internal): Update for above changes.
21492
21493 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21494
21495 * simple.el (undo-ask-before-discard): New var.
21496 (undo-outer-limit-truncate): Implement it.
21497 (undo-extra-outer-limit): Doc update.
21498
21499 2005-01-29 Richard M. Stallman <rms@gnu.org>
21500
21501 * ses.el (undo-more): Delete defadvice.
21502 (ses-begin-change): Doc fix.
21503
21504 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21505 instead of rebinding C-x u and C-_.
21506
21507 * files.el (normal-backup-enable-predicate): Return nil for files
21508 in /tmp, regardless of temporary-file-directory.
21509
21510 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21511
21512 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21513 (open-rectangle, delete-whitespace-rectangle-line)
21514 (clear-rectangle-line): If FILL, pass t instead of FILL
21515 for move-to-column's 2nd arg.
21516
21517 * simple.el (undo): Fix the test for continuing a series of undos.
21518 (undo-more): Set pending-undo-list to t when we reach end.
21519 (pending-undo-list): Move up defvar.
21520
21521 * wid-edit.el (widget-button-click):
21522 Shorten the range of the track-mouse binding.
21523
21524 * comint.el (comint-insert-input): Undo previous changes;
21525 use last-input-event in interactive spec.
21526
21527 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21528
21529 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21530 to nil before invoking call-process. Reset buffer's modified flag
21531 after fontifying it in the no-async branch.
21532
21533 * wid-edit.el (widget-specify-button): If mouse pointer shape
21534 cannot be changed, use mouse face instead.
21535
21536 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21537
21538 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21539 (gdb-goto-breakpoint): Make breakpoint handling work on template
21540 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21541 (gdb-assembler-custom): Update to recognize breakpoint information
21542 added on 2005-01-19.
21543
21544 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21545
21546 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21547 (dsssl-mode): Use define-derived-mode.
21548 (scheme-mode-initialize): Remove.
21549 (scheme-mode): Use run-mode-hooks.
21550
21551 * cus-edit.el (customize-group-other-window)
21552 (custom-buffer-create-other-window): Don't override special-display-*.
21553 (custom-mode-map): Make it dense.
21554
21555 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21556 sets the default value.
21557
21558 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21559
21560 * descr-text.el: Add more keywords.
21561
21562 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21563
21564 * speedbar.el: Avoid unnecessary use of locate-library.
21565
21566 * international/mule-cmds.el (standard-display-european-internal):
21567 Don't fiddle with latin-1 non-break space any more since it's now
21568 special cased in the C code.
21569 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21570
21571 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21572
21573 * cus-start.el (all): Add `undo-outer-limit'.
21574
21575 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21576
21577 * textmodes/bibtex.el (bibtex-format-entry):
21578 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21579 field lines.
21580 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21581 not on part of a buffer.
21582
21583 2005-01-25 Lute Kamstra <lute@gnu.org>
21584
21585 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21586 nonempty field text strings like "{letters\\macro{}more letters}".
21587 Clarify docstring.
21588 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21589 (bibtex-entry-offset, bibtex-parse-association)
21590 (bibtex-parse-field-name): Fix typos in docstrings.
21591 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21592
21593 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21594
21595 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21596 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21597 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21598 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21599
21600 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21601 isearch minor mode.
21602
21603 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21604
21605 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21606
21607 2005-01-24 Lute Kamstra <lute@gnu.org>
21608
21609 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21610 CASECHARS and NOT-CASECHARS regular expressions of the
21611 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21612 striding over charsets" error.
21613
21614 2005-01-24 Jay Belanger <belanger@truman.edu>
21615
21616 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21617 display variable name.
21618
21619 2005-01-24 Kenichi Handa <handa@m17n.org>
21620
21621 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21622 Fix setting of the element of encoded-kbd-iso2022-invocations.
21623
21624 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21625
21626 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21627 (gdb-threads-select): Change to also accept mouse events.
21628 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21629 (gdb-threads-mouse-select): Delete.
21630
21631 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21632
21633 * files.el (insert-directory): Take care of empty directory,
21634 listed without -a switch.
21635
21636 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21637
21638 * textmodes/refill.el (refill-post-command-function):
21639 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21640 to the list of functions that we should be careful not to undo.
21641 (refill-late-fill-paragraph-function): Remove.
21642 (refill-saved-state): New var.
21643 (refill-mode): Use it to save fill-paragraph-function.
21644 Save also the value of auto-fill-function.
21645
21646 * term/w32-win.el: Simplify code.
21647
21648 2005-01-23 Kim F. Storm <storm@cua.dk>
21649
21650 * simple.el (line-move): Adapt to new return value from
21651 pos-visible-in-window-p.
21652
21653 * simple.el (line-move): Fix last change. Check partial
21654 visibility at point rather than at window-start.
21655
21656 2005-01-22 Jason Rumney <jasonr@gnu.org>
21657
21658 * term/w32-win.el (xw-defined-colors): Remove debug-message.
21659
21660 2005-01-22 David Kastrup <dak@gnu.org>
21661
21662 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21663
21664 2005-01-22 Eli Zaretskii <eliz@gnu.org>
21665
21666 * type-break.el (type-break-mode): Add a test for
21667 type-break-file-name being non-nil.
21668
21669 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
21670
21671 * net/eudc.el (top level): Call (message "") via progn, so that
21672 eudc-options-file is loaded.
21673
21674 2005-01-22 Kim F. Storm <storm@cua.dk>
21675
21676 * simple.el (line-move-1): Rename from line-move.
21677 (line-move): New function that adjusts vscroll for partially
21678 visible rows, and calls line-move-1 otherwise.
21679
21680 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
21681
21682 * pcomplete.el: Define pcomplete-read-event instead of read-event,
21683 since it's not a complete read-event implementation
21684
21685 2005-01-20 Jay Belanger <belanger@truman.edu>
21686
21687 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21688 for called function.
21689
21690 2005-01-20 Steven Tamm <steventamm@mac.com>
21691
21692 * term/mac-win.el (process-connection-type): Remove.
21693 Controlled now by s/darwin.h:PTY_ITERATION.
21694
21695 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21696
21697 * window.el (handle-select-window): Don't switch window when we're
21698 in the minibuffer.
21699
21700 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
21701
21702 * subr.el (dotimes-with-progress-reporter): New macro.
21703
21704 * ses.el (ses-dotimes-msg): Remove macro.
21705 Use `dotimes-with-progress-reporter' instead.
21706
21707 2005-01-19 Steven Tamm <steventamm@mac.com>
21708
21709 * term/mac-win.el (process-connection-type): Use new
21710 operating-system-release variable to use ptys on Darwin 7 (OS X
21711 10.3) when using carbon build.
21712
21713 2005-01-19 Jay Belanger <belanger@truman.edu>
21714
21715 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21716 flags if the last command was a tab or M-tab.
21717
21718 * calc/calc-prog.el (calc-user-define-edit): Put original formula
21719 in formula editing buffer.
21720
21721 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21722
21723 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21724 breakpoint image symbol in margin.
21725
21726 2005-01-19 Jay Belanger <belanger@truman.edu>
21727
21728 * calc/calc-prog.el (calc-execute-kbd-macro):
21729 Ignore calc-keep-arg-flag.
21730
21731 2005-01-19 Kenichi Handa <handa@m17n.org>
21732
21733 * textmodes/ispell.el (ispell-looking-at): New function.
21734 (ispell-process-line): Use ispell-looking-at to compare the ispell
21735 output and the buffer contents.
21736
21737 2005-01-18 Jay Belanger <belanger@truman.edu>
21738
21739 * calc/calc.el (calc-display-raw): Fix docstring.
21740
21741 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
21742
21743 * simple.el (blink-matching-open): Strip extra info from syntax.
21744
21745 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21746 funny chars in the end-of-here-doc marker.
21747
21748 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21749
21750 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21751 that enable/disabled state of breakpoints is shown correctly in
21752 fringe and on ttys.
21753 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21754 Add breakpoint information as text properties.
21755 (gdb-mouse-toggle-breakpoint):
21756 Rename to gdb-mouse-set-clear-breakpoint.
21757 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
21758 breakpoints in the margin.
21759 (gdb-remove-strings): Simplify.
21760
21761 2005-01-17 Jay Belanger <belanger@truman.edu>
21762
21763 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21764 erasing buffer.
21765
21766 2005-01-17 Richard M. Stallman <rms@gnu.org>
21767
21768 * progmodes/grep.el (grep-find): Copy from `grep' the condition
21769 for calling grep-compute-defaults.
21770
21771 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21772 if buffer is empty.
21773
21774 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21775
21776 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21777
21778 * hilit-chg.el (highlight-changes-mode): Don't autoload.
21779
21780 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21781 non-preloaded variables.
21782
21783 2005-01-17 Steven Tamm <steventamm@mac.com>
21784
21785 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21786 tex-shell cause to force interactivity when using pipes.
21787
21788 2005-01-17 Kim F. Storm <storm@cua.dk>
21789
21790 * simple.el (just-one-space): Make arg optional.
21791
21792 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
21793
21794 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21795 posn-at-x-y to t to access left-margin.
21796
21797 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
21798
21799 Sync with Tramp 2.0.47.
21800
21801 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21802 catching keep-date problems in cp/scp operations.
21803 (tramp-handle-copy-file): Don't call `set-file-modes'
21804 unconditionally. Specialized functions should know better what is
21805 necessary. This improves performance a little bit, and the
21806 functions could catch errors with `cp -p' and `scp -p'.
21807 (tramp-do-copy-or-rename-file-via-buffer)
21808 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21809 when appropriate.
21810 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21811 Call `set-file-modes' when appropriate.
21812 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
21813 Johnsson <isak@hypergene.com>
21814 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21815 of both Tramp buffer and debug buffer. Reported by Joakim Verona
21816 <joakim@verona.se>
21817 (tramp-file-name-for-operation): Mark `shell-command' as magic for
21818 Emacs only.
21819
21820 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
21821 `find-file-hooks' and `dired-mode-hook'.
21822 (tramp-minor-mode-map): Respective map. Add remapping for
21823 `compile' and `recompile'.
21824 (tramp-remap-command, tramp-recompile): New defuns.
21825 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21826 in buffer "*Compilation*". Call the commands asynchronously.
21827
21828 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
21829 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21830 `shell-command', because it isn't magic in XEmacs. Reported by
21831 Adrian Aichner <adrian@xemacs.org>.
21832
21833 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21834 `substitute-in-file-name.
21835 (tramp-smb-handle-substitute-in-file-name): New defun.
21836 (tramp-smb-advice-PC-do-completion): Delete advice.
21837
21838 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
21839
21840 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
21841 Fix error in deleting region.
21842
21843 2005-01-15 Richard M. Stallman <rms@gnu.org>
21844
21845 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
21846 In non-temp buffer, switch syntax table temporarily.
21847
21848 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
21849
21850 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
21851
21852 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
21853
21854 * imenu.el (imenu--split-menu): Copy menulist before sorting.
21855 (imenu--generic-function): Use START, not BEG, as pos of definition.
21856
21857 * simple.el (just-one-space): Argument specifies number of spaces.
21858
21859 * simple.el (eval-expression-print-format): Avoid warning
21860 about edebug-active.
21861
21862 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
21863
21864 * progmodes/sh-script.el: Code copied from make-mode.el
21865 with small changes,
21866 (sh-mode-map): Bind C-c C-\.
21867 (sh-backslash-column, sh-backslash-align): New variables.
21868 (sh-backslash-region, sh-append-backslash): New functions.
21869
21870 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
21871
21872 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
21873 (rmail-pop-password, rmail-pop-password-required): Move to
21874 rmail-obsolete group.
21875 (rmail-set-pop-password): Rename to rmail-set-remote-password.
21876 All callers updated.
21877 (rmail-get-pop-password): Rename to rmail-get-remote-password.
21878 Take an argument specifying whether it is POP or IMAP mailbox we
21879 are using. All callers updated.
21880 (rmail-pop-password-error): Rename to
21881 rmail-remote-password-error. Added mailutils-specific error message.
21882 (rmail-movemail-search-path)
21883 (rmail-movemail-variant-in-use): New variables.
21884 (rmail-remote-password, rmail-remote-password-required):
21885 New customization variables.
21886 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
21887 (rmail-parse-url): New function.
21888 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
21889 with GNU mailutils movemail.
21890
21891 2005-01-15 Kevin Ryde <user42@zip.com.au>
21892
21893 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21894 suffix to space, $ or '$, to correctly position point when going
21895 to @table style constants like DBL_MAX.
21896
21897 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
21898
21899 * type-break.el (type-break-mode, type-break-file-time)
21900 (type-break-file-keystroke-count, type-break-choose-file):
21901 Don't store data in or load data from the file if type-break-file-name
21902 is nil.
21903 (type-break-file-name): Doc update as per the above.
21904
21905 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
21906
21907 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21908 lookup-key might return nil; handle that.
21909
21910 2005-01-15 Alan Mackenzie <acm@muc.de>
21911
21912 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21913 rather than the element found, thus enabling the tree to be setcar'd.
21914
21915 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21916
21917 * textmodes/org.el (org-show-following-heading): New option.
21918 (org-show-hierarchy-above): Use `org-show-following-heading'.
21919 (org-cycle): Documentation fix.
21920
21921 * textmodes/org.el (orgtbl-optimized): New option
21922 (orgtbl-mode): New command, a minor mode.
21923 (orgtbl-mode-map): New variable.
21924 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21925 (orgtbl-error, orgtbl-self-insert-command)
21926 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21927
21928 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21929 a local variable in each org-mode buffer.
21930
21931 * textmodes/org.el (org-set-regexps-and-options): Rename from
21932 `org-set-regexps'. Added checking for STARTUP keyword.
21933 (org-get-current-options): Add STARTUP options.
21934 (org-table-insert-row): Make mode intelligent about when
21935 realignment is needed.
21936 (org-self-insert-command, org-delete-backward-char, org-delete-char):
21937 New commands.
21938 (org-enable-table-editor): New default value `optimized'.
21939 (org-table-blank-field): Support blanking regions if active.
21940
21941 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21942
21943 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21944 if the year is not given.
21945
21946 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21947 Add new escapes %m and %M, fixed bug with %F by adding
21948 save-match-data.
21949 (reftex-reference): Remove ?. from list of spaces.
21950 (reftex-label-info): Add automatic label prefix recognition.
21951
21952 * textmodes/reftex-index.el (reftex-index-next-phrase):
21953 Add slave parameter to call of `reftex-index-this-phrase'.
21954 (reftex-index-this-phrase): New optional argument.
21955 (reftex-index-region-phrases): Add slave parameter to call of
21956 `reftex-index-this-phrase'.
21957 (reftex-display-index): New argument redo.
21958 (reftex-index-rescan): Add `redo' to arguments of
21959 `reftex-display-index'.
21960 (reftex-index-Rescan, reftex-index-revert)
21961 (reftex-index-switch-index-tag): Add `redo' to arguments of
21962 `reftex-display-index'.
21963 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21964 indexing. Fix bug with matching is there is a quote before or
21965 after the word.
21966
21967 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21968 Fix bug when collecting citation keys in lines with comments.
21969 (reftex-citation): Prefix argument no longer rescans the document,
21970 but forces prompting for optional arguments of cite macros.
21971 (reftex-do-citation): Prompting for optional arguments implemented.
21972
21973 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21974 Add optional arguments to most cite commands.
21975 (reftex-cite-cleanup-optional-args): New option
21976 (reftex-cite-prompt-optional-args): New option.
21977 (reftex-trust-label-prefix): New option.
21978
21979 * textmodes/reftex-toc.el (reftex-toc-find-section):
21980 Add push-mark before changing the position in the buffer.
21981
21982 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21983 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21984
21985 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
21986
21987 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21988 more carefully.
21989
21990 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
21991
21992 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21993 (sgml-mode): Use it.
21994 (sgml-get-context): Better keep track of implicitly closed tags.
21995
21996 2005-01-13 Kenichi Handa <handa@m17n.org>
21997
21998 * textmodes/ispell.el: These changes are to fix misalignment error
21999 caused by equivalent characters of different Emacs charsets.
22000 (ispell-unified-chars-table): New variable.
22001 (ispell-get-decoded-string): New function.
22002 (ispell-get-casechars, ispell-get-not-casechars)
22003 (ispell-get-otherchars): Call ispell-get-decoded-string.
22004
22005 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22006
22007 * custom.el (custom-declare-variable): Just put symbol instead
22008 of (defvar . symbol) in `current-load-list'.
22009
22010 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22011
22012 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22013
22014 2005-01-12 Jay Belanger <belanger@truman.edu>
22015
22016 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22017 to create a Calc summary.
22018
22019 2005-01-12 Kim F. Storm <storm@cua.dk>
22020
22021 * mouse.el (mouse-on-link-p): Change functionality and doc
22022 string to comply with latest description in lisp ref.
22023
22024 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22025
22026 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22027 Enable mouse clicks on mode-line, header-line and margin.
22028 (event-type): Give mouse event symbols an `event-kind' property
22029 with value `mouse-click'.
22030
22031 2005-01-12 Juri Linkov <juri@jurta.org>
22032
22033 * facemenu.el (list-colors-display): Add new arg buffer-name.
22034 Use it. Fix docstring. Replace code for identifying duplicate
22035 colors by the name with call to `list-colors-duplicates' which
22036 identifies duplicate colors by the value unless the color
22037 is one of special Windows colors. Set truncate-lines to t.
22038 Print sorted duplicate color names on each line. Indent to 22
22039 \(the longest color name in rgb.txt) instead of 20. Optimize.
22040 (list-colors-duplicates): New function.
22041 (facemenu-color-name-equal): Delete function.
22042
22043 * facemenu.el (list-colors-print): New function created from code
22044 in list-colors-display. Print #RRGGBB at the window right edge.
22045 (list-colors-display): When temp-buffer-show-function is not
22046 defined, call list-colors-print from temp-buffer-show-hook
22047 to get the right value of window-width in list-colors-print
22048 after the buffer is displayed.
22049
22050 * simple.el (pop-mark): Move deactivate-mark out of conditional
22051 part to deactivate the active mark regardless of the state of the
22052 mark ring.
22053
22054 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22055 variables line in desktop files.
22056
22057 2005-01-12 Juri Linkov <juri@jurta.org>
22058
22059 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22060 Bring together isearch highlight related options.
22061 (lazy-highlight): Replace group `replace' by `matching'.
22062 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22063 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22064 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22065 and declare them obsolete.
22066 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22067 (isearch-faces): Remove defgroup.
22068 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22069 Move isearch highlighting code closer to lazy highlighting code.
22070
22071 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22072 (query-replace-highlight, query-replace-lazy-highlight)
22073 (query-replace): Move definitions to the beginning of the file.
22074
22075 2005-01-11 Juri Linkov <juri@jurta.org>
22076
22077 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22078 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22079 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22080
22081 * info.el (Info-history-forward): New variable.
22082 (Info-select-node): Reset Info-history-forward to nil.
22083 (Info-last): Turn into defalias.
22084 (Info-history-back): Rename from Info-last.
22085 Add current node to Info-history-forward.
22086 (Info-history-forward): New fun.
22087 (Info-mode-map): Replace Info-last by Info-history-back.
22088 Bind Info-history-forward to "r".
22089 (Info-mode-menu): Replace Info-last by Info-history-back.
22090 Fix menu item text. Add menu item for Info-history-forward.
22091 (info-tool-bar-map): Replace Info-last by Info-history-back.
22092 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22093 for Info-history-forward.
22094 (Info-mode): Replace Info-last by Info-history-back in docstring.
22095 Add local variable Info-history-forward.
22096 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22097
22098 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22099
22100 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22101 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22102 Ignore select-window events rather than fiddle with
22103 mouse-autoselect-window.
22104
22105 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22106
22107 * type-break.el (type-break-mode): Fix previous change.
22108
22109 2005-01-10 Jay Belanger <belanger@truman.edu>
22110
22111 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22112 calculator; only reset when point is inside a calculator.
22113 Don't adjust the window height if the window takes up the whole height
22114 of the frame.
22115
22116 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22117
22118 * ebuff-menu.el (Electric-buffer-menu-mode):
22119 Preserve value of buffer-local var header-line-format.
22120
22121 2005-01-09 Jay Belanger <belanger@truman.edu>
22122
22123 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22124 Make sure settings file exists before accessing it.
22125
22126 * calc/calc-embed.el (calc-embedded-subst):
22127 Replace math-multi-subst-rec, which is only supposed to be called
22128 by math-multi-subst, by math-multi-subst.
22129
22130 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22131
22132 * vc.el (vc-allow-async-revert): New user option.
22133 (vc-disable-async-diff): New internal variable.
22134 (vc-revert-buffer): Use them to disable asynchronous diff.
22135
22136 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22137 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22138 asynchronously if vc-disable-async-diff is t.
22139
22140 2005-01-09 Jay Belanger <belanger@truman.edu>
22141
22142 * calc/calc.el (defcalcmodevar): New macro.
22143 (calc-mode-var-list-restore-default-values)
22144 (calc-mode-var-list-restore-saved-values): New functions.
22145 (calc-mode-var-list): Use defcalcmodevar to define it.
22146 (calc-always-load-extensions, calc-line-numbering)
22147 (calc-line-breaking, calc-display-just, calc-display-origin)
22148 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22149 (calc-group-char, calc-point-char, calc-frac-format)
22150 (calc-prefer-frac, calc-hms-format, calc-date-format)
22151 (calc-float-format, calc-full-float-format, calc-complex-format)
22152 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22153 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22154 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22155 (calc-matrix-brackets, calc-language, calc-language-option)
22156 (calc-left-label, calc-right-label, calc-word-size)
22157 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22158 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22159 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22160 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22161 (calc-window-height, calc-display-trail, calc-show-selections)
22162 (calc-use-selections, calc-assoc-selections)
22163 (calc-display-working-message, calc-auto-why, calc-timing)
22164 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22165 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22166 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22167 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22168 (calc-gnuplot-geometry, calc-graph-default-resolution)
22169 (calc-graph-default-resolution-3d, calc-invocation-macro)
22170 (calc-show-banner): Use defcalcmodevar to declare them and set
22171 their default values.
22172
22173 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22174 instead of default values (but restore default values if there is
22175 an argument of 0).
22176
22177 2005-01-09 David Kastrup <dak@gnu.org>
22178
22179 * desktop.el (desktop-restore-eager): Fix typo in type.
22180
22181 2005-01-08 Richard M. Stallman <rms@gnu.org>
22182
22183 * cus-edit.el (customize): Delete :link.
22184
22185 2005-01-08 Jay Belanger <belanger@truman.edu>
22186
22187 * calc/calc.el (calc-mode): Remove the extension from the
22188 `calc-settings-file' file name when loading it.
22189
22190 2005-01-08 Kim F. Storm <storm@cua.dk>
22191
22192 * info.el (Info-mode-map, Info-next-link-keymap)
22193 (Info-prev-link-keymap, Info-up-link-keymap):
22194 Map follow-link to mouse-face.
22195 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22196
22197 2005-01-08 Jay Belanger <belanger@truman.edu>
22198
22199 * calc/calc.el (calc-settings-file): Change default value.
22200 Suggested by cgw in a comment in calc-mode.el.
22201
22202 * calc/calc-mode.el (calc-settings-file-name):
22203 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22204 Replace ~/.emacs in a prompt by calc-settings-file.
22205
22206 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22207
22208 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22209 (desktop-lazy-idle-delay): New customizable variables.
22210 (desktop-buffer-args-list): New variable.
22211 (desktop-append-buffer-args): New function.
22212 (desktop-save): Call desktop-append-buffer-args for some buffers.
22213 (desktop-lazy-create-buffer): New function.
22214 (desktop-idle-create-buffers): New function.
22215 (desktop-read): Add message about buffers to restore lazily.
22216 (desktop-lazy-abort): New command.
22217 (desktop-clear): Call desktop-lazy-abort.
22218 (desktop-lazy-complete): New command.
22219
22220 2005-01-06 Richard M. Stallman <rms@gnu.org>
22221
22222 * emacs-lisp/find-func.el (find-face-definition):
22223 Rename from find-face.
22224
22225 2005-01-06 Kim F. Storm <storm@cua.dk>
22226
22227 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22228
22229 * man.el (Man-xref-man-page, Man-xref-header-file)
22230 (Man-xref-normal-file): Add follow-link property.
22231
22232 2005-01-06 Jay Belanger <belanger@truman.edu>
22233
22234 * calc/calc-units.el: Make sure the proper macro definitions are
22235 available when compiling.
22236
22237 2005-01-06 Juri Linkov <juri@jurta.org>
22238
22239 * isearch.el (isearch-lazy-highlight-update):
22240 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22241
22242 2005-01-06 Miles Bader <miles@gnu.org>
22243
22244 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22245 (isearch-lazy-highlight-face): Use new name.
22246
22247 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22248
22249 * uniquify.el (uniquify-rationalize-file-buffer-names):
22250 Re-add an interactive spec.
22251 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22252 to the same name.
22253
22254 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22255 (isearch-update, isearch-done): Adjust calls accordingly.
22256
22257 2005-01-05 Richard M. Stallman <rms@gnu.org>
22258
22259 * custom.el (custom-set-variables, custom-theme-set-variables):
22260 Clarify documentation.
22261
22262 * emacs-lisp/find-func.el (find-variable)
22263 (find-variable-other-window, find-variable-other-frame):
22264 Fix the TYPE args to find-function-read and find-function-do-it.
22265 (find-function): Doc fix.
22266 (find-function-at-point): Replace function-at-point alias.
22267
22268 2005-01-04 Richard M. Stallman <rms@gnu.org>
22269
22270 * cus-face.el (custom-declare-face):
22271 Record defface in current-load-list.
22272
22273 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22274
22275 * emacs-lisp/find-func.el: Doc fixes.
22276 (find-face-regexp): New variable.
22277 (find-function-regexp-alist): New variable.
22278 (find-function-C-source): Third arg is now TYPE.
22279 (find-function-search-for-symbol): Handle general TYPE.
22280 (find-function-read, find-function-do-it): Handle general TYPE.
22281 (find-definition-noselect, find-face): New functions.
22282 (function-at-point): Alias deleted.
22283
22284 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22285
22286 * battery.el (display-battery-mode): Rename from display-battery.
22287 Handle the case where it gets turned off.
22288
22289 2005-01-04 Richard M. Stallman <rms@gnu.org>
22290
22291 * cus-edit.el (customize): Make :link point to user doc.
22292
22293 * man.el (Man-fontify-manpage): Turn off undo generation.
22294
22295 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22296
22297 2005-01-04 Andreas Schwab <schwab@suse.de>
22298
22299 * files.el (insert-directory): Only look for error lines in
22300 inserted text. Don't move too far after processing --dired markers.
22301
22302 2005-01-04 Richard M. Stallman <rms@gnu.org>
22303
22304 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22305 Don't expand if the character is @, period, dash, etc.
22306 (define-mail-abbrev): Quote names that contain problem characters.
22307
22308 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22309
22310 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22311
22312 2005-01-03 Richard M. Stallman <rms@gnu.org>
22313
22314 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22315 (query-replace-highlight, query-replace-lazy-highlight)
22316 (query-replace): Definitions moved up. Doc fix.
22317
22318 2005-01-03 Richard M. Stallman <rms@gnu.org>
22319
22320 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22321 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22322 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22323 (lazy-highlight-face): Rename from isearch-lazy-...
22324 Change all references to them.
22325
22326 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22327
22328 * cus-edit.el (custom-file): Doc fix for defcustom.
22329 (custom-file): The function no longer sets the variable
22330 `custom-file' to its return value.
22331
22332 * startup.el (command-line): No longer load `custom-file'.
22333
22334 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22335
22336 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22337
22338 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22339 Don't confuse module-prefixed identifiers for labels.
22340 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22341
22342 2005-01-02 Richard M. Stallman <rms@gnu.org>
22343
22344 * files.el (basic-save-buffer-1): Fix previous change.
22345
22346 * loadhist.el (file-loadhist-lookup): New function.
22347 (file-provides, file-requires): Use it.
22348
22349 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22350 instead of calculating the right size.
22351
22352 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22353
22354 * vc-svn.el (vc-svn-diff): Stay local if possible.
22355
22356 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22357
22358 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22359
22360 * files.el (hack-local-variables): Fix last change.
22361
22362 2005-01-02 Jay Belanger <belanger@truman.edu>
22363
22364 * calc/calc-yank.el (calc-edit-top): New variable.
22365 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22366 object. Change header properties.
22367 (calc-edit-finish, calc-edit-finish-stack-object)
22368 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22369 edited object.
22370 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22371 for the beginning of the edited object.
22372 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22373 for the beginning of the edited object.
22374 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22375 (calc-finish-formula-edit, calc-macro-repeats)
22376 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22377 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22378 beginning of the edited object.
22379 (calc-user-define-edit): Change the header for editing macros.
22380 Remove unnecessary variable.
22381
22382 2005-01-01 Jay Belanger <belanger@truman.edu>
22383
22384 * calc/calc-yank.el (calc-edit-mode): Change default header.
22385 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22386 * calc/calc-store.el (calc-edit-variable): Change title to match new
22387 header.
22388 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22389 mode to match new header.
22390 (calc-user-define-edit): Change titles to include names of commands.
22391 (calc-finish-formula-edit): Adjust to handle new header.
22392 (calc-finish-macro-edit): Remove.
22393 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22394 (calc-edit-macro-command, calc-edit-macro-command-type)
22395 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22396 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22397 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22398 (calc-edit-macro-finish-edit): New functions.
22399 (calc-user-define-edit): Use new functions to edit named calc macros.
22400
22401 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22402
22403 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22404
22405 * ses.el (copy-region-as-kill): Deactivate mark.
22406
22407 2005-01-01 Richard M. Stallman <rms@gnu.org>
22408
22409 * replace.el (occur-1): If the output buffer is also an input,
22410 don't kill it, rename it.
22411
22412 * faces.el (set-face-background, set-face-foreground): Doc fix.
22413
22414 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22415 for :foreground and :background.
22416
22417 * dired.el (dired-view-command-alist): Variable deleted.
22418 (dired-view-file, dired-mouse-find-file-other-window):
22419 Delete the code to use it.
22420
22421 2005-01-01 Kim F. Storm <storm@cua.dk>
22422
22423 * image.el (insert-sliced-image): Use t for line-height property.
22424
22425 See ChangeLog.11 for earlier changes.
22426
22427 ;; Local Variables:
22428 ;; coding: iso-2022-7bit
22429 ;; End:
22430
22431 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22432 Copying and distribution of this file, with or without modification,
22433 are permitted provided the copyright notice and this notice are preserved.
22434
22435 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1